@angular/material 16.0.0-next.3 → 16.0.0-next.5

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 (791) hide show
  1. package/autocomplete/index.d.ts +10 -5
  2. package/badge/index.d.ts +1 -1
  3. package/button/_icon-button-theme.scss +85 -35
  4. package/button/index.d.ts +52 -11
  5. package/button-toggle/index.d.ts +2 -2
  6. package/card/index.d.ts +2 -2
  7. package/checkbox/index.d.ts +2 -2
  8. package/chips/index.d.ts +9 -10
  9. package/core/index.d.ts +7 -7
  10. package/core/mdc-helpers/_mdc-helpers.scss +31 -3
  11. package/core/option/_option-theme.scss +3 -2
  12. package/core/tokens/_token-utils.scss +1 -1
  13. package/core/tokens/m2/mat/_radio.scss +46 -0
  14. package/core/tokens/m2/mdc/_dialog.scss +115 -0
  15. package/core/tokens/m2/mdc/_icon-button.scss +79 -0
  16. package/core/tokens/m2/mdc/_linear-progress.scss +60 -0
  17. package/core/tokens/m2/mdc/_radio.scss +94 -0
  18. package/core/typography/_typography-utils.scss +7 -5
  19. package/datepicker/index.d.ts +13 -13
  20. package/dialog/_dialog-theme.scss +5 -37
  21. package/dialog/index.d.ts +3 -3
  22. package/divider/index.d.ts +1 -1
  23. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  24. package/esm2020/autocomplete/autocomplete-trigger.mjs +24 -12
  25. package/esm2020/autocomplete/autocomplete.mjs +32 -10
  26. package/esm2020/autocomplete/module.mjs +4 -4
  27. package/esm2020/badge/badge-module.mjs +4 -4
  28. package/esm2020/badge/badge.mjs +3 -3
  29. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  30. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  31. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  32. package/esm2020/button/button-base.mjs +39 -14
  33. package/esm2020/button/button-lazy-loader.mjs +114 -0
  34. package/esm2020/button/button.mjs +9 -10
  35. package/esm2020/button/fab.mjs +17 -18
  36. package/esm2020/button/icon-button.mjs +21 -10
  37. package/esm2020/button/module.mjs +4 -4
  38. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  39. package/esm2020/button-toggle/button-toggle.mjs +6 -6
  40. package/esm2020/card/card.mjs +42 -42
  41. package/esm2020/card/module.mjs +4 -4
  42. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  43. package/esm2020/checkbox/checkbox.mjs +8 -8
  44. package/esm2020/checkbox/module.mjs +8 -8
  45. package/esm2020/chips/chip-action.mjs +3 -3
  46. package/esm2020/chips/chip-edit-input.mjs +3 -3
  47. package/esm2020/chips/chip-grid.mjs +3 -3
  48. package/esm2020/chips/chip-icons.mjs +9 -9
  49. package/esm2020/chips/chip-input.mjs +6 -12
  50. package/esm2020/chips/chip-listbox.mjs +3 -3
  51. package/esm2020/chips/chip-option.mjs +3 -3
  52. package/esm2020/chips/chip-row.mjs +3 -3
  53. package/esm2020/chips/chip-set.mjs +3 -3
  54. package/esm2020/chips/chip.mjs +3 -3
  55. package/esm2020/chips/module.mjs +4 -4
  56. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  57. package/esm2020/core/datetime/index.mjs +8 -8
  58. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  59. package/esm2020/core/error/error-options.mjs +6 -6
  60. package/esm2020/core/line/line.mjs +7 -7
  61. package/esm2020/core/option/index.mjs +4 -4
  62. package/esm2020/core/option/optgroup.mjs +6 -6
  63. package/esm2020/core/option/option.mjs +7 -7
  64. package/esm2020/core/ripple/index.mjs +4 -4
  65. package/esm2020/core/ripple/ripple.mjs +5 -5
  66. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  67. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  68. package/esm2020/core/version.mjs +1 -1
  69. package/esm2020/datepicker/calendar-body.mjs +5 -5
  70. package/esm2020/datepicker/calendar.mjs +6 -6
  71. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  72. package/esm2020/datepicker/date-range-input.mjs +3 -3
  73. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  74. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  75. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  76. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  77. package/esm2020/datepicker/datepicker-base.mjs +6 -6
  78. package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
  79. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  80. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  81. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  82. package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
  83. package/esm2020/datepicker/datepicker.mjs +3 -3
  84. package/esm2020/datepicker/month-view.mjs +3 -3
  85. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  86. package/esm2020/datepicker/year-view.mjs +3 -3
  87. package/esm2020/dialog/dialog-container.mjs +7 -7
  88. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  89. package/esm2020/dialog/dialog.mjs +6 -6
  90. package/esm2020/dialog/module.mjs +4 -4
  91. package/esm2020/divider/divider-module.mjs +4 -4
  92. package/esm2020/divider/divider.mjs +3 -3
  93. package/esm2020/expansion/accordion.mjs +3 -3
  94. package/esm2020/expansion/expansion-module.mjs +4 -4
  95. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  96. package/esm2020/expansion/expansion-panel-header.mjs +9 -9
  97. package/esm2020/expansion/expansion-panel.mjs +6 -6
  98. package/esm2020/form-field/directives/error.mjs +3 -3
  99. package/esm2020/form-field/directives/floating-label.mjs +3 -3
  100. package/esm2020/form-field/directives/hint.mjs +3 -3
  101. package/esm2020/form-field/directives/label.mjs +3 -3
  102. package/esm2020/form-field/directives/line-ripple.mjs +3 -3
  103. package/esm2020/form-field/directives/notched-outline.mjs +3 -3
  104. package/esm2020/form-field/directives/prefix.mjs +3 -3
  105. package/esm2020/form-field/directives/suffix.mjs +3 -3
  106. package/esm2020/form-field/form-field-control.mjs +3 -3
  107. package/esm2020/form-field/form-field.mjs +3 -3
  108. package/esm2020/form-field/module.mjs +4 -4
  109. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  110. package/esm2020/grid-list/grid-list.mjs +3 -3
  111. package/esm2020/grid-list/grid-tile.mjs +15 -15
  112. package/esm2020/icon/icon-module.mjs +4 -4
  113. package/esm2020/icon/icon-registry.mjs +3 -3
  114. package/esm2020/icon/icon.mjs +3 -3
  115. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  116. package/esm2020/input/input.mjs +3 -3
  117. package/esm2020/input/module.mjs +4 -4
  118. package/esm2020/legacy-autocomplete/autocomplete-module.mjs +4 -4
  119. package/esm2020/legacy-autocomplete/autocomplete-origin.mjs +3 -3
  120. package/esm2020/legacy-autocomplete/autocomplete-trigger.mjs +3 -3
  121. package/esm2020/legacy-autocomplete/autocomplete.mjs +3 -3
  122. package/esm2020/legacy-button/button-module.mjs +4 -4
  123. package/esm2020/legacy-button/button.mjs +6 -6
  124. package/esm2020/legacy-card/card-module.mjs +4 -4
  125. package/esm2020/legacy-card/card.mjs +42 -42
  126. package/esm2020/legacy-checkbox/checkbox-module.mjs +4 -4
  127. package/esm2020/legacy-checkbox/checkbox.mjs +3 -3
  128. package/esm2020/legacy-chips/chip-input.mjs +6 -12
  129. package/esm2020/legacy-chips/chip-list.mjs +3 -3
  130. package/esm2020/legacy-chips/chip.mjs +12 -12
  131. package/esm2020/legacy-chips/chips-module.mjs +4 -4
  132. package/esm2020/legacy-core/option/index.mjs +4 -4
  133. package/esm2020/legacy-core/option/optgroup.mjs +3 -3
  134. package/esm2020/legacy-core/option/option.mjs +3 -3
  135. package/esm2020/legacy-dialog/dialog-container.mjs +3 -3
  136. package/esm2020/legacy-dialog/dialog-content-directives.mjs +12 -12
  137. package/esm2020/legacy-dialog/dialog-module.mjs +4 -4
  138. package/esm2020/legacy-dialog/dialog.mjs +3 -3
  139. package/esm2020/legacy-form-field/error.mjs +3 -3
  140. package/esm2020/legacy-form-field/form-field-module.mjs +4 -4
  141. package/esm2020/legacy-form-field/form-field.mjs +3 -3
  142. package/esm2020/legacy-form-field/hint.mjs +3 -3
  143. package/esm2020/legacy-form-field/label.mjs +3 -3
  144. package/esm2020/legacy-form-field/placeholder.mjs +3 -3
  145. package/esm2020/legacy-form-field/prefix.mjs +3 -3
  146. package/esm2020/legacy-form-field/suffix.mjs +3 -3
  147. package/esm2020/legacy-input/input-module.mjs +4 -4
  148. package/esm2020/legacy-input/input.mjs +3 -3
  149. package/esm2020/legacy-list/list-module.mjs +4 -4
  150. package/esm2020/legacy-list/list.mjs +18 -18
  151. package/esm2020/legacy-list/selection-list.mjs +6 -6
  152. package/esm2020/legacy-menu/menu-content.mjs +3 -3
  153. package/esm2020/legacy-menu/menu-item.mjs +3 -3
  154. package/esm2020/legacy-menu/menu-module.mjs +4 -4
  155. package/esm2020/legacy-menu/menu-trigger.mjs +3 -3
  156. package/esm2020/legacy-menu/menu.mjs +3 -3
  157. package/esm2020/legacy-paginator/paginator-module.mjs +4 -4
  158. package/esm2020/legacy-paginator/paginator.mjs +3 -3
  159. package/esm2020/legacy-progress-bar/progress-bar-module.mjs +4 -4
  160. package/esm2020/legacy-progress-bar/progress-bar.mjs +3 -3
  161. package/esm2020/legacy-progress-spinner/progress-spinner-module.mjs +4 -4
  162. package/esm2020/legacy-progress-spinner/progress-spinner.mjs +3 -3
  163. package/esm2020/legacy-radio/radio-module.mjs +4 -4
  164. package/esm2020/legacy-radio/radio.mjs +6 -6
  165. package/esm2020/legacy-select/select-module.mjs +4 -4
  166. package/esm2020/legacy-select/select.mjs +6 -6
  167. package/esm2020/legacy-slide-toggle/slide-toggle-module.mjs +4 -4
  168. package/esm2020/legacy-slide-toggle/slide-toggle.mjs +3 -3
  169. package/esm2020/legacy-slider/slider-module.mjs +4 -4
  170. package/esm2020/legacy-slider/slider.mjs +3 -3
  171. package/esm2020/legacy-snack-bar/simple-snack-bar.mjs +3 -3
  172. package/esm2020/legacy-snack-bar/snack-bar-container.mjs +3 -3
  173. package/esm2020/legacy-snack-bar/snack-bar-module.mjs +4 -4
  174. package/esm2020/legacy-snack-bar/snack-bar.mjs +3 -3
  175. package/esm2020/legacy-table/cell.mjs +21 -21
  176. package/esm2020/legacy-table/row.mjs +21 -21
  177. package/esm2020/legacy-table/table-module.mjs +4 -4
  178. package/esm2020/legacy-table/table.mjs +6 -6
  179. package/esm2020/legacy-table/text-column.mjs +3 -3
  180. package/esm2020/legacy-tabs/ink-bar.mjs +3 -3
  181. package/esm2020/legacy-tabs/tab-body.mjs +6 -6
  182. package/esm2020/legacy-tabs/tab-content.mjs +3 -3
  183. package/esm2020/legacy-tabs/tab-group.mjs +3 -3
  184. package/esm2020/legacy-tabs/tab-header.mjs +3 -3
  185. package/esm2020/legacy-tabs/tab-label-wrapper.mjs +3 -3
  186. package/esm2020/legacy-tabs/tab-label.mjs +3 -3
  187. package/esm2020/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  188. package/esm2020/legacy-tabs/tab.mjs +3 -3
  189. package/esm2020/legacy-tabs/tabs-module.mjs +4 -4
  190. package/esm2020/legacy-tooltip/tooltip-module.mjs +4 -4
  191. package/esm2020/legacy-tooltip/tooltip.mjs +9 -11
  192. package/esm2020/list/action-list.mjs +3 -3
  193. package/esm2020/list/list-base.mjs +6 -6
  194. package/esm2020/list/list-item-sections.mjs +18 -18
  195. package/esm2020/list/list-module.mjs +4 -4
  196. package/esm2020/list/list-option.mjs +5 -5
  197. package/esm2020/list/list.mjs +6 -6
  198. package/esm2020/list/nav-list.mjs +3 -3
  199. package/esm2020/list/selection-list.mjs +3 -3
  200. package/esm2020/list/subheader.mjs +3 -3
  201. package/esm2020/menu/menu-content.mjs +6 -6
  202. package/esm2020/menu/menu-item.mjs +3 -3
  203. package/esm2020/menu/menu-trigger.mjs +6 -6
  204. package/esm2020/menu/menu.mjs +14 -17
  205. package/esm2020/menu/module.mjs +4 -4
  206. package/esm2020/paginator/module.mjs +4 -4
  207. package/esm2020/paginator/paginator-intl.mjs +3 -3
  208. package/esm2020/paginator/paginator.mjs +6 -6
  209. package/esm2020/progress-bar/module.mjs +4 -4
  210. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  211. package/esm2020/progress-spinner/module.mjs +4 -4
  212. package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
  213. package/esm2020/radio/module.mjs +4 -4
  214. package/esm2020/radio/radio.mjs +14 -14
  215. package/esm2020/select/module.mjs +4 -4
  216. package/esm2020/select/select.mjs +52 -13
  217. package/esm2020/sidenav/drawer.mjs +9 -9
  218. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  219. package/esm2020/sidenav/sidenav.mjs +9 -9
  220. package/esm2020/slide-toggle/module.mjs +8 -8
  221. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  222. package/esm2020/slide-toggle/slide-toggle.mjs +8 -8
  223. package/esm2020/slider/module.mjs +4 -4
  224. package/esm2020/slider/slider-input.mjs +6 -6
  225. package/esm2020/slider/slider-thumb.mjs +3 -3
  226. package/esm2020/slider/slider.mjs +3 -3
  227. package/esm2020/snack-bar/module.mjs +4 -4
  228. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  229. package/esm2020/snack-bar/snack-bar-container.mjs +6 -6
  230. package/esm2020/snack-bar/snack-bar-content.mjs +9 -9
  231. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  232. package/esm2020/sort/sort-header-intl.mjs +3 -3
  233. package/esm2020/sort/sort-header.mjs +3 -3
  234. package/esm2020/sort/sort-module.mjs +4 -4
  235. package/esm2020/sort/sort.mjs +4 -5
  236. package/esm2020/stepper/step-content.mjs +3 -3
  237. package/esm2020/stepper/step-header.mjs +3 -3
  238. package/esm2020/stepper/step-label.mjs +3 -3
  239. package/esm2020/stepper/stepper-button.mjs +6 -6
  240. package/esm2020/stepper/stepper-icon.mjs +3 -3
  241. package/esm2020/stepper/stepper-intl.mjs +3 -3
  242. package/esm2020/stepper/stepper-module.mjs +4 -4
  243. package/esm2020/stepper/stepper.mjs +6 -6
  244. package/esm2020/table/cell.mjs +21 -21
  245. package/esm2020/table/module.mjs +4 -4
  246. package/esm2020/table/row.mjs +21 -21
  247. package/esm2020/table/table.mjs +6 -6
  248. package/esm2020/table/text-column.mjs +3 -3
  249. package/esm2020/tabs/module.mjs +4 -4
  250. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  251. package/esm2020/tabs/tab-body.mjs +9 -9
  252. package/esm2020/tabs/tab-content.mjs +3 -3
  253. package/esm2020/tabs/tab-group.mjs +6 -6
  254. package/esm2020/tabs/tab-header.mjs +6 -6
  255. package/esm2020/tabs/tab-label-wrapper.mjs +6 -6
  256. package/esm2020/tabs/tab-label.mjs +3 -3
  257. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  258. package/esm2020/tabs/tab.mjs +6 -6
  259. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  260. package/esm2020/toolbar/toolbar.mjs +6 -6
  261. package/esm2020/tooltip/module.mjs +4 -4
  262. package/esm2020/tooltip/tooltip.mjs +27 -19
  263. package/esm2020/tree/node.mjs +9 -9
  264. package/esm2020/tree/outlet.mjs +3 -3
  265. package/esm2020/tree/padding.mjs +3 -3
  266. package/esm2020/tree/toggle.mjs +3 -3
  267. package/esm2020/tree/tree-module.mjs +4 -4
  268. package/esm2020/tree/tree.mjs +4 -4
  269. package/expansion/index.d.ts +3 -3
  270. package/fesm2015/autocomplete/testing.mjs +0 -16
  271. package/fesm2015/autocomplete/testing.mjs.map +1 -1
  272. package/fesm2015/autocomplete.mjs +64 -81
  273. package/fesm2015/autocomplete.mjs.map +1 -1
  274. package/fesm2015/badge/testing.mjs +0 -16
  275. package/fesm2015/badge/testing.mjs.map +1 -1
  276. package/fesm2015/badge.mjs +7 -30
  277. package/fesm2015/badge.mjs.map +1 -1
  278. package/fesm2015/bottom-sheet/testing.mjs +0 -16
  279. package/fesm2015/bottom-sheet/testing.mjs.map +1 -1
  280. package/fesm2015/bottom-sheet.mjs +10 -61
  281. package/fesm2015/bottom-sheet.mjs.map +1 -1
  282. package/fesm2015/button/testing.mjs +0 -16
  283. package/fesm2015/button/testing.mjs.map +1 -1
  284. package/fesm2015/button-toggle/testing.mjs +0 -16
  285. package/fesm2015/button-toggle/testing.mjs.map +1 -1
  286. package/fesm2015/button-toggle.mjs +10 -33
  287. package/fesm2015/button-toggle.mjs.map +1 -1
  288. package/fesm2015/button.mjs +198 -86
  289. package/fesm2015/button.mjs.map +1 -1
  290. package/fesm2015/card/testing.mjs +0 -16
  291. package/fesm2015/card/testing.mjs.map +1 -1
  292. package/fesm2015/card.mjs +46 -76
  293. package/fesm2015/card.mjs.map +1 -1
  294. package/fesm2015/checkbox/testing.mjs +0 -16
  295. package/fesm2015/checkbox/testing.mjs.map +1 -1
  296. package/fesm2015/checkbox.mjs +18 -62
  297. package/fesm2015/checkbox.mjs.map +1 -1
  298. package/fesm2015/chips/testing.mjs +0 -23
  299. package/fesm2015/chips/testing.mjs.map +1 -1
  300. package/fesm2015/chips.mjs +42 -148
  301. package/fesm2015/chips.mjs.map +1 -1
  302. package/fesm2015/core/testing.mjs +0 -16
  303. package/fesm2015/core/testing.mjs.map +1 -1
  304. package/fesm2015/core.mjs +61 -247
  305. package/fesm2015/core.mjs.map +1 -1
  306. package/fesm2015/datepicker/testing.mjs +0 -16
  307. package/fesm2015/datepicker/testing.mjs.map +1 -1
  308. package/fesm2015/datepicker.mjs +83 -239
  309. package/fesm2015/datepicker.mjs.map +1 -1
  310. package/fesm2015/dialog/testing.mjs +0 -23
  311. package/fesm2015/dialog/testing.mjs.map +1 -1
  312. package/fesm2015/dialog.mjs +29 -87
  313. package/fesm2015/dialog.mjs.map +1 -1
  314. package/fesm2015/divider/testing.mjs +0 -16
  315. package/fesm2015/divider/testing.mjs.map +1 -1
  316. package/fesm2015/divider.mjs +7 -37
  317. package/fesm2015/divider.mjs.map +1 -1
  318. package/fesm2015/expansion/testing.mjs +0 -16
  319. package/fesm2015/expansion/testing.mjs.map +1 -1
  320. package/fesm2015/expansion.mjs +25 -83
  321. package/fesm2015/expansion.mjs.map +1 -1
  322. package/fesm2015/form-field/testing/control.mjs +0 -15
  323. package/fesm2015/form-field/testing/control.mjs.map +1 -1
  324. package/fesm2015/form-field/testing.mjs +1 -15
  325. package/fesm2015/form-field/testing.mjs.map +1 -1
  326. package/fesm2015/form-field.mjs +34 -127
  327. package/fesm2015/form-field.mjs.map +1 -1
  328. package/fesm2015/grid-list/testing.mjs +0 -16
  329. package/fesm2015/grid-list/testing.mjs.map +1 -1
  330. package/fesm2015/grid-list.mjs +22 -79
  331. package/fesm2015/grid-list.mjs.map +1 -1
  332. package/fesm2015/icon/testing.mjs +7 -30
  333. package/fesm2015/icon/testing.mjs.map +1 -1
  334. package/fesm2015/icon.mjs +10 -54
  335. package/fesm2015/icon.mjs.map +1 -1
  336. package/fesm2015/input/testing.mjs +0 -16
  337. package/fesm2015/input/testing.mjs.map +1 -1
  338. package/fesm2015/input.mjs +7 -51
  339. package/fesm2015/input.mjs.map +1 -1
  340. package/fesm2015/legacy-autocomplete/testing.mjs +0 -16
  341. package/fesm2015/legacy-autocomplete/testing.mjs.map +1 -1
  342. package/fesm2015/legacy-autocomplete.mjs +13 -57
  343. package/fesm2015/legacy-autocomplete.mjs.map +1 -1
  344. package/fesm2015/legacy-button/testing.mjs +0 -16
  345. package/fesm2015/legacy-button/testing.mjs.map +1 -1
  346. package/fesm2015/legacy-button.mjs +10 -33
  347. package/fesm2015/legacy-button.mjs.map +1 -1
  348. package/fesm2015/legacy-card/testing.mjs +0 -16
  349. package/fesm2015/legacy-card/testing.mjs.map +1 -1
  350. package/fesm2015/legacy-card.mjs +46 -76
  351. package/fesm2015/legacy-card.mjs.map +1 -1
  352. package/fesm2015/legacy-checkbox/testing.mjs +0 -16
  353. package/fesm2015/legacy-checkbox/testing.mjs.map +1 -1
  354. package/fesm2015/legacy-checkbox.mjs +7 -30
  355. package/fesm2015/legacy-checkbox.mjs.map +1 -1
  356. package/fesm2015/legacy-chips/testing.mjs +0 -23
  357. package/fesm2015/legacy-chips/testing.mjs.map +1 -1
  358. package/fesm2015/legacy-chips.mjs +24 -74
  359. package/fesm2015/legacy-chips.mjs.map +1 -1
  360. package/fesm2015/legacy-core/testing.mjs +0 -16
  361. package/fesm2015/legacy-core/testing.mjs.map +1 -1
  362. package/fesm2015/legacy-core.mjs +10 -47
  363. package/fesm2015/legacy-core.mjs.map +1 -1
  364. package/fesm2015/legacy-dialog/testing.mjs +0 -30
  365. package/fesm2015/legacy-dialog/testing.mjs.map +1 -1
  366. package/fesm2015/legacy-dialog.mjs +22 -80
  367. package/fesm2015/legacy-dialog.mjs.map +1 -1
  368. package/fesm2015/legacy-form-field/testing.mjs +0 -23
  369. package/fesm2015/legacy-form-field/testing.mjs.map +1 -1
  370. package/fesm2015/legacy-form-field.mjs +25 -90
  371. package/fesm2015/legacy-form-field.mjs.map +1 -1
  372. package/fesm2015/legacy-input/testing.mjs +0 -16
  373. package/fesm2015/legacy-input/testing.mjs.map +1 -1
  374. package/fesm2015/legacy-input.mjs +7 -37
  375. package/fesm2015/legacy-input.mjs.map +1 -1
  376. package/fesm2015/legacy-list/testing.mjs +0 -23
  377. package/fesm2015/legacy-list/testing.mjs.map +1 -1
  378. package/fesm2015/legacy-list.mjs +28 -65
  379. package/fesm2015/legacy-list.mjs.map +1 -1
  380. package/fesm2015/legacy-menu/testing.mjs +0 -16
  381. package/fesm2015/legacy-menu/testing.mjs.map +1 -1
  382. package/fesm2015/legacy-menu.mjs +16 -67
  383. package/fesm2015/legacy-menu.mjs.map +1 -1
  384. package/fesm2015/legacy-paginator/testing.mjs +0 -23
  385. package/fesm2015/legacy-paginator/testing.mjs.map +1 -1
  386. package/fesm2015/legacy-paginator.mjs +7 -37
  387. package/fesm2015/legacy-paginator.mjs.map +1 -1
  388. package/fesm2015/legacy-progress-bar/testing.mjs +0 -16
  389. package/fesm2015/legacy-progress-bar/testing.mjs.map +1 -1
  390. package/fesm2015/legacy-progress-bar.mjs +7 -37
  391. package/fesm2015/legacy-progress-bar.mjs.map +1 -1
  392. package/fesm2015/legacy-progress-spinner/testing.mjs +0 -16
  393. package/fesm2015/legacy-progress-spinner/testing.mjs.map +1 -1
  394. package/fesm2015/legacy-progress-spinner.mjs +7 -36
  395. package/fesm2015/legacy-progress-spinner.mjs.map +1 -1
  396. package/fesm2015/legacy-radio/testing.mjs +0 -16
  397. package/fesm2015/legacy-radio/testing.mjs.map +1 -1
  398. package/fesm2015/legacy-radio.mjs +10 -33
  399. package/fesm2015/legacy-radio.mjs.map +1 -1
  400. package/fesm2015/legacy-select/testing.mjs +0 -16
  401. package/fesm2015/legacy-select/testing.mjs.map +1 -1
  402. package/fesm2015/legacy-select.mjs +10 -40
  403. package/fesm2015/legacy-select.mjs.map +1 -1
  404. package/fesm2015/legacy-slide-toggle/testing.mjs +0 -16
  405. package/fesm2015/legacy-slide-toggle/testing.mjs.map +1 -1
  406. package/fesm2015/legacy-slide-toggle.mjs +7 -37
  407. package/fesm2015/legacy-slide-toggle.mjs.map +1 -1
  408. package/fesm2015/legacy-slider/testing.mjs +0 -16
  409. package/fesm2015/legacy-slider/testing.mjs.map +1 -1
  410. package/fesm2015/legacy-slider.mjs +7 -30
  411. package/fesm2015/legacy-slider.mjs.map +1 -1
  412. package/fesm2015/legacy-snack-bar/testing.mjs +0 -16
  413. package/fesm2015/legacy-snack-bar/testing.mjs.map +1 -1
  414. package/fesm2015/legacy-snack-bar.mjs +13 -50
  415. package/fesm2015/legacy-snack-bar.mjs.map +1 -1
  416. package/fesm2015/legacy-table/testing.mjs +0 -37
  417. package/fesm2015/legacy-table/testing.mjs.map +1 -1
  418. package/fesm2015/legacy-table.mjs +55 -113
  419. package/fesm2015/legacy-table.mjs.map +1 -1
  420. package/fesm2015/legacy-tabs/testing.mjs +0 -16
  421. package/fesm2015/legacy-tabs/testing.mjs.map +1 -1
  422. package/fesm2015/legacy-tabs.mjs +40 -120
  423. package/fesm2015/legacy-tabs.mjs.map +1 -1
  424. package/fesm2015/legacy-tooltip/testing.mjs +0 -23
  425. package/fesm2015/legacy-tooltip/testing.mjs.map +1 -1
  426. package/fesm2015/legacy-tooltip.mjs +12 -44
  427. package/fesm2015/legacy-tooltip.mjs.map +1 -1
  428. package/fesm2015/list/testing.mjs +0 -23
  429. package/fesm2015/list/testing.mjs.map +1 -1
  430. package/fesm2015/list.mjs +51 -137
  431. package/fesm2015/list.mjs.map +1 -1
  432. package/fesm2015/material.mjs +0 -7
  433. package/fesm2015/material.mjs.map +1 -1
  434. package/fesm2015/menu/testing.mjs +0 -16
  435. package/fesm2015/menu/testing.mjs.map +1 -1
  436. package/fesm2015/menu.mjs +32 -107
  437. package/fesm2015/menu.mjs.map +1 -1
  438. package/fesm2015/paginator/testing.mjs +0 -16
  439. package/fesm2015/paginator/testing.mjs.map +1 -1
  440. package/fesm2015/paginator.mjs +13 -50
  441. package/fesm2015/paginator.mjs.map +1 -1
  442. package/fesm2015/progress-bar/testing.mjs +0 -16
  443. package/fesm2015/progress-bar/testing.mjs.map +1 -1
  444. package/fesm2015/progress-bar.mjs +8 -38
  445. package/fesm2015/progress-bar.mjs.map +1 -1
  446. package/fesm2015/progress-spinner/testing.mjs +0 -16
  447. package/fesm2015/progress-spinner/testing.mjs.map +1 -1
  448. package/fesm2015/progress-spinner.mjs +7 -37
  449. package/fesm2015/progress-spinner.mjs.map +1 -1
  450. package/fesm2015/radio/testing.mjs +0 -16
  451. package/fesm2015/radio/testing.mjs.map +1 -1
  452. package/fesm2015/radio.mjs +17 -47
  453. package/fesm2015/radio.mjs.map +1 -1
  454. package/fesm2015/select/testing.mjs +0 -16
  455. package/fesm2015/select/testing.mjs.map +1 -1
  456. package/fesm2015/select.mjs +55 -60
  457. package/fesm2015/select.mjs.map +1 -1
  458. package/fesm2015/sidenav/testing.mjs +0 -30
  459. package/fesm2015/sidenav/testing.mjs.map +1 -1
  460. package/fesm2015/sidenav.mjs +22 -59
  461. package/fesm2015/sidenav.mjs.map +1 -1
  462. package/fesm2015/slide-toggle/testing.mjs +0 -16
  463. package/fesm2015/slide-toggle/testing.mjs.map +1 -1
  464. package/fesm2015/slide-toggle.mjs +18 -62
  465. package/fesm2015/slide-toggle.mjs.map +1 -1
  466. package/fesm2015/slider/testing.mjs +0 -16
  467. package/fesm2015/slider/testing.mjs.map +1 -1
  468. package/fesm2015/slider.mjs +16 -60
  469. package/fesm2015/slider.mjs.map +1 -1
  470. package/fesm2015/snack-bar/testing.mjs +0 -16
  471. package/fesm2015/snack-bar/testing.mjs.map +1 -1
  472. package/fesm2015/snack-bar.mjs +28 -93
  473. package/fesm2015/snack-bar.mjs.map +1 -1
  474. package/fesm2015/sort/testing.mjs +0 -16
  475. package/fesm2015/sort/testing.mjs.map +1 -1
  476. package/fesm2015/sort.mjs +13 -65
  477. package/fesm2015/sort.mjs.map +1 -1
  478. package/fesm2015/stepper/testing.mjs +0 -16
  479. package/fesm2015/stepper/testing.mjs.map +1 -1
  480. package/fesm2015/stepper.mjs +31 -96
  481. package/fesm2015/stepper.mjs.map +1 -1
  482. package/fesm2015/table/testing.mjs +0 -16
  483. package/fesm2015/table/testing.mjs.map +1 -1
  484. package/fesm2015/table.mjs +55 -113
  485. package/fesm2015/table.mjs.map +1 -1
  486. package/fesm2015/tabs/testing.mjs +0 -16
  487. package/fesm2015/tabs/testing.mjs.map +1 -1
  488. package/fesm2015/tabs.mjs +61 -168
  489. package/fesm2015/tabs.mjs.map +1 -1
  490. package/fesm2015/toolbar/testing.mjs +0 -16
  491. package/fesm2015/toolbar/testing.mjs.map +1 -1
  492. package/fesm2015/toolbar.mjs +10 -33
  493. package/fesm2015/toolbar.mjs.map +1 -1
  494. package/fesm2015/tooltip/testing.mjs +0 -16
  495. package/fesm2015/tooltip/testing.mjs.map +1 -1
  496. package/fesm2015/tooltip.mjs +30 -59
  497. package/fesm2015/tooltip.mjs.map +1 -1
  498. package/fesm2015/tree/testing.mjs +0 -16
  499. package/fesm2015/tree/testing.mjs.map +1 -1
  500. package/fesm2015/tree.mjs +25 -90
  501. package/fesm2015/tree.mjs.map +1 -1
  502. package/fesm2020/autocomplete/testing.mjs +0 -31
  503. package/fesm2020/autocomplete/testing.mjs.map +1 -1
  504. package/fesm2020/autocomplete.mjs +64 -81
  505. package/fesm2020/autocomplete.mjs.map +1 -1
  506. package/fesm2020/badge/testing.mjs +0 -31
  507. package/fesm2020/badge/testing.mjs.map +1 -1
  508. package/fesm2020/badge.mjs +7 -37
  509. package/fesm2020/badge.mjs.map +1 -1
  510. package/fesm2020/bottom-sheet/testing.mjs +0 -31
  511. package/fesm2020/bottom-sheet/testing.mjs.map +1 -1
  512. package/fesm2020/bottom-sheet.mjs +10 -61
  513. package/fesm2020/bottom-sheet.mjs.map +1 -1
  514. package/fesm2020/button/testing.mjs +0 -31
  515. package/fesm2020/button/testing.mjs.map +1 -1
  516. package/fesm2020/button-toggle/testing.mjs +0 -46
  517. package/fesm2020/button-toggle/testing.mjs.map +1 -1
  518. package/fesm2020/button-toggle.mjs +10 -40
  519. package/fesm2020/button-toggle.mjs.map +1 -1
  520. package/fesm2020/button.mjs +194 -107
  521. package/fesm2020/button.mjs.map +1 -1
  522. package/fesm2020/card/testing.mjs +0 -31
  523. package/fesm2020/card/testing.mjs.map +1 -1
  524. package/fesm2020/card.mjs +46 -76
  525. package/fesm2020/card.mjs.map +1 -1
  526. package/fesm2020/checkbox/testing.mjs +0 -23
  527. package/fesm2020/checkbox/testing.mjs.map +1 -1
  528. package/fesm2020/checkbox.mjs +18 -62
  529. package/fesm2020/checkbox.mjs.map +1 -1
  530. package/fesm2020/chips/testing.mjs +0 -94
  531. package/fesm2020/chips/testing.mjs.map +1 -1
  532. package/fesm2020/chips.mjs +42 -156
  533. package/fesm2020/chips.mjs.map +1 -1
  534. package/fesm2020/core/testing.mjs +0 -46
  535. package/fesm2020/core/testing.mjs.map +1 -1
  536. package/fesm2020/core.mjs +61 -268
  537. package/fesm2020/core.mjs.map +1 -1
  538. package/fesm2020/datepicker/testing.mjs +0 -73
  539. package/fesm2020/datepicker/testing.mjs.map +1 -1
  540. package/fesm2020/datepicker.mjs +83 -246
  541. package/fesm2020/datepicker.mjs.map +1 -1
  542. package/fesm2020/dialog/testing.mjs +0 -30
  543. package/fesm2020/dialog/testing.mjs.map +1 -1
  544. package/fesm2020/dialog.mjs +29 -94
  545. package/fesm2020/dialog.mjs.map +1 -1
  546. package/fesm2020/divider/testing.mjs +0 -31
  547. package/fesm2020/divider/testing.mjs.map +1 -1
  548. package/fesm2020/divider.mjs +7 -37
  549. package/fesm2020/divider.mjs.map +1 -1
  550. package/fesm2020/expansion/testing.mjs +0 -38
  551. package/fesm2020/expansion/testing.mjs.map +1 -1
  552. package/fesm2020/expansion.mjs +25 -90
  553. package/fesm2020/expansion.mjs.map +1 -1
  554. package/fesm2020/form-field/testing/control.mjs +0 -15
  555. package/fesm2020/form-field/testing/control.mjs.map +1 -1
  556. package/fesm2020/form-field/testing.mjs +1 -37
  557. package/fesm2020/form-field/testing.mjs.map +1 -1
  558. package/fesm2020/form-field.mjs +34 -134
  559. package/fesm2020/form-field.mjs.map +1 -1
  560. package/fesm2020/grid-list/testing.mjs +0 -38
  561. package/fesm2020/grid-list/testing.mjs.map +1 -1
  562. package/fesm2020/grid-list.mjs +22 -79
  563. package/fesm2020/grid-list.mjs.map +1 -1
  564. package/fesm2020/icon/testing.mjs +7 -45
  565. package/fesm2020/icon/testing.mjs.map +1 -1
  566. package/fesm2020/icon.mjs +10 -54
  567. package/fesm2020/icon.mjs.map +1 -1
  568. package/fesm2020/input/testing.mjs +0 -53
  569. package/fesm2020/input/testing.mjs.map +1 -1
  570. package/fesm2020/input.mjs +7 -51
  571. package/fesm2020/input.mjs.map +1 -1
  572. package/fesm2020/legacy-autocomplete/testing.mjs +0 -23
  573. package/fesm2020/legacy-autocomplete/testing.mjs.map +1 -1
  574. package/fesm2020/legacy-autocomplete.mjs +13 -57
  575. package/fesm2020/legacy-autocomplete.mjs.map +1 -1
  576. package/fesm2020/legacy-button/testing.mjs +0 -23
  577. package/fesm2020/legacy-button/testing.mjs.map +1 -1
  578. package/fesm2020/legacy-button.mjs +10 -40
  579. package/fesm2020/legacy-button.mjs.map +1 -1
  580. package/fesm2020/legacy-card/testing.mjs +0 -23
  581. package/fesm2020/legacy-card/testing.mjs.map +1 -1
  582. package/fesm2020/legacy-card.mjs +46 -76
  583. package/fesm2020/legacy-card.mjs.map +1 -1
  584. package/fesm2020/legacy-checkbox/testing.mjs +0 -23
  585. package/fesm2020/legacy-checkbox/testing.mjs.map +1 -1
  586. package/fesm2020/legacy-checkbox.mjs +7 -37
  587. package/fesm2020/legacy-checkbox.mjs.map +1 -1
  588. package/fesm2020/legacy-chips/testing.mjs +0 -65
  589. package/fesm2020/legacy-chips/testing.mjs.map +1 -1
  590. package/fesm2020/legacy-chips.mjs +24 -74
  591. package/fesm2020/legacy-chips.mjs.map +1 -1
  592. package/fesm2020/legacy-core/testing.mjs +0 -46
  593. package/fesm2020/legacy-core/testing.mjs.map +1 -1
  594. package/fesm2020/legacy-core.mjs +10 -47
  595. package/fesm2020/legacy-core.mjs.map +1 -1
  596. package/fesm2020/legacy-dialog/testing.mjs +0 -30
  597. package/fesm2020/legacy-dialog/testing.mjs.map +1 -1
  598. package/fesm2020/legacy-dialog.mjs +22 -80
  599. package/fesm2020/legacy-dialog.mjs.map +1 -1
  600. package/fesm2020/legacy-form-field/testing.mjs +0 -30
  601. package/fesm2020/legacy-form-field/testing.mjs.map +1 -1
  602. package/fesm2020/legacy-form-field.mjs +25 -97
  603. package/fesm2020/legacy-form-field.mjs.map +1 -1
  604. package/fesm2020/legacy-input/testing.mjs +0 -16
  605. package/fesm2020/legacy-input/testing.mjs.map +1 -1
  606. package/fesm2020/legacy-input.mjs +7 -37
  607. package/fesm2020/legacy-input.mjs.map +1 -1
  608. package/fesm2020/legacy-list/testing.mjs +0 -58
  609. package/fesm2020/legacy-list/testing.mjs.map +1 -1
  610. package/fesm2020/legacy-list.mjs +28 -65
  611. package/fesm2020/legacy-list.mjs.map +1 -1
  612. package/fesm2020/legacy-menu/testing.mjs +0 -23
  613. package/fesm2020/legacy-menu/testing.mjs.map +1 -1
  614. package/fesm2020/legacy-menu.mjs +16 -67
  615. package/fesm2020/legacy-menu.mjs.map +1 -1
  616. package/fesm2020/legacy-paginator/testing.mjs +0 -23
  617. package/fesm2020/legacy-paginator/testing.mjs.map +1 -1
  618. package/fesm2020/legacy-paginator.mjs +7 -37
  619. package/fesm2020/legacy-paginator.mjs.map +1 -1
  620. package/fesm2020/legacy-progress-bar/testing.mjs +0 -23
  621. package/fesm2020/legacy-progress-bar/testing.mjs.map +1 -1
  622. package/fesm2020/legacy-progress-bar.mjs +7 -37
  623. package/fesm2020/legacy-progress-bar.mjs.map +1 -1
  624. package/fesm2020/legacy-progress-spinner/testing.mjs +0 -23
  625. package/fesm2020/legacy-progress-spinner/testing.mjs.map +1 -1
  626. package/fesm2020/legacy-progress-spinner.mjs +7 -36
  627. package/fesm2020/legacy-progress-spinner.mjs.map +1 -1
  628. package/fesm2020/legacy-radio/testing.mjs +0 -23
  629. package/fesm2020/legacy-radio/testing.mjs.map +1 -1
  630. package/fesm2020/legacy-radio.mjs +10 -40
  631. package/fesm2020/legacy-radio.mjs.map +1 -1
  632. package/fesm2020/legacy-select/testing.mjs +0 -23
  633. package/fesm2020/legacy-select/testing.mjs.map +1 -1
  634. package/fesm2020/legacy-select.mjs +10 -40
  635. package/fesm2020/legacy-select.mjs.map +1 -1
  636. package/fesm2020/legacy-slide-toggle/testing.mjs +0 -23
  637. package/fesm2020/legacy-slide-toggle/testing.mjs.map +1 -1
  638. package/fesm2020/legacy-slide-toggle.mjs +7 -44
  639. package/fesm2020/legacy-slide-toggle.mjs.map +1 -1
  640. package/fesm2020/legacy-slider/testing.mjs +0 -23
  641. package/fesm2020/legacy-slider/testing.mjs.map +1 -1
  642. package/fesm2020/legacy-slider.mjs +7 -37
  643. package/fesm2020/legacy-slider.mjs.map +1 -1
  644. package/fesm2020/legacy-snack-bar/testing.mjs +0 -23
  645. package/fesm2020/legacy-snack-bar/testing.mjs.map +1 -1
  646. package/fesm2020/legacy-snack-bar.mjs +13 -57
  647. package/fesm2020/legacy-snack-bar.mjs.map +1 -1
  648. package/fesm2020/legacy-table/testing.mjs +0 -37
  649. package/fesm2020/legacy-table/testing.mjs.map +1 -1
  650. package/fesm2020/legacy-table.mjs +55 -113
  651. package/fesm2020/legacy-table.mjs.map +1 -1
  652. package/fesm2020/legacy-tabs/testing.mjs +0 -51
  653. package/fesm2020/legacy-tabs/testing.mjs.map +1 -1
  654. package/fesm2020/legacy-tabs.mjs +40 -134
  655. package/fesm2020/legacy-tabs.mjs.map +1 -1
  656. package/fesm2020/legacy-tooltip/testing.mjs +0 -23
  657. package/fesm2020/legacy-tooltip/testing.mjs.map +1 -1
  658. package/fesm2020/legacy-tooltip.mjs +12 -51
  659. package/fesm2020/legacy-tooltip.mjs.map +1 -1
  660. package/fesm2020/list/testing.mjs +0 -66
  661. package/fesm2020/list/testing.mjs.map +1 -1
  662. package/fesm2020/list.mjs +51 -144
  663. package/fesm2020/list.mjs.map +1 -1
  664. package/fesm2020/material.mjs +0 -7
  665. package/fesm2020/material.mjs.map +1 -1
  666. package/fesm2020/menu/testing.mjs +0 -31
  667. package/fesm2020/menu/testing.mjs.map +1 -1
  668. package/fesm2020/menu.mjs +32 -115
  669. package/fesm2020/menu.mjs.map +1 -1
  670. package/fesm2020/paginator/testing.mjs +0 -31
  671. package/fesm2020/paginator/testing.mjs.map +1 -1
  672. package/fesm2020/paginator.mjs +13 -50
  673. package/fesm2020/paginator.mjs.map +1 -1
  674. package/fesm2020/progress-bar/testing.mjs +0 -31
  675. package/fesm2020/progress-bar/testing.mjs.map +1 -1
  676. package/fesm2020/progress-bar.mjs +8 -38
  677. package/fesm2020/progress-bar.mjs.map +1 -1
  678. package/fesm2020/progress-spinner/testing.mjs +0 -31
  679. package/fesm2020/progress-spinner/testing.mjs.map +1 -1
  680. package/fesm2020/progress-spinner.mjs +7 -37
  681. package/fesm2020/progress-spinner.mjs.map +1 -1
  682. package/fesm2020/radio/testing.mjs +0 -31
  683. package/fesm2020/radio/testing.mjs.map +1 -1
  684. package/fesm2020/radio.mjs +17 -47
  685. package/fesm2020/radio.mjs.map +1 -1
  686. package/fesm2020/select/testing.mjs +0 -31
  687. package/fesm2020/select/testing.mjs.map +1 -1
  688. package/fesm2020/select.mjs +55 -60
  689. package/fesm2020/select.mjs.map +1 -1
  690. package/fesm2020/sidenav/testing.mjs +0 -66
  691. package/fesm2020/sidenav/testing.mjs.map +1 -1
  692. package/fesm2020/sidenav.mjs +22 -59
  693. package/fesm2020/sidenav.mjs.map +1 -1
  694. package/fesm2020/slide-toggle/testing.mjs +0 -31
  695. package/fesm2020/slide-toggle/testing.mjs.map +1 -1
  696. package/fesm2020/slide-toggle.mjs +18 -62
  697. package/fesm2020/slide-toggle.mjs.map +1 -1
  698. package/fesm2020/slider/testing.mjs +0 -30
  699. package/fesm2020/slider/testing.mjs.map +1 -1
  700. package/fesm2020/slider.mjs +16 -67
  701. package/fesm2020/slider.mjs.map +1 -1
  702. package/fesm2020/snack-bar/testing.mjs +0 -31
  703. package/fesm2020/snack-bar/testing.mjs.map +1 -1
  704. package/fesm2020/snack-bar.mjs +28 -100
  705. package/fesm2020/snack-bar.mjs.map +1 -1
  706. package/fesm2020/sort/testing.mjs +0 -30
  707. package/fesm2020/sort/testing.mjs.map +1 -1
  708. package/fesm2020/sort.mjs +13 -80
  709. package/fesm2020/sort.mjs.map +1 -1
  710. package/fesm2020/stepper/testing.mjs +0 -37
  711. package/fesm2020/stepper/testing.mjs.map +1 -1
  712. package/fesm2020/stepper.mjs +31 -110
  713. package/fesm2020/stepper.mjs.map +1 -1
  714. package/fesm2020/table/testing.mjs +0 -37
  715. package/fesm2020/table/testing.mjs.map +1 -1
  716. package/fesm2020/table.mjs +55 -113
  717. package/fesm2020/table.mjs.map +1 -1
  718. package/fesm2020/tabs/testing.mjs +0 -51
  719. package/fesm2020/tabs/testing.mjs.map +1 -1
  720. package/fesm2020/tabs.mjs +61 -168
  721. package/fesm2020/tabs.mjs.map +1 -1
  722. package/fesm2020/toolbar/testing.mjs +0 -31
  723. package/fesm2020/toolbar/testing.mjs.map +1 -1
  724. package/fesm2020/toolbar.mjs +10 -40
  725. package/fesm2020/toolbar.mjs.map +1 -1
  726. package/fesm2020/tooltip/testing.mjs +0 -31
  727. package/fesm2020/tooltip/testing.mjs.map +1 -1
  728. package/fesm2020/tooltip.mjs +30 -59
  729. package/fesm2020/tooltip.mjs.map +1 -1
  730. package/fesm2020/tree/testing.mjs +0 -38
  731. package/fesm2020/tree/testing.mjs.map +1 -1
  732. package/fesm2020/tree.mjs +25 -90
  733. package/fesm2020/tree.mjs.map +1 -1
  734. package/form-field/index.d.ts +7 -7
  735. package/grid-list/index.d.ts +2 -2
  736. package/icon/index.d.ts +1 -1
  737. package/input/index.d.ts +1 -1
  738. package/legacy-autocomplete/index.d.ts +1 -1
  739. package/legacy-button/index.d.ts +2 -2
  740. package/legacy-card/index.d.ts +1 -1
  741. package/legacy-checkbox/index.d.ts +1 -1
  742. package/legacy-chips/index.d.ts +4 -5
  743. package/legacy-core/index.d.ts +1 -1
  744. package/legacy-dialog/index.d.ts +3 -3
  745. package/legacy-form-field/index.d.ts +3 -3
  746. package/legacy-list/index.d.ts +5 -5
  747. package/legacy-menu/index.d.ts +1 -1
  748. package/legacy-paginator/index.d.ts +1 -1
  749. package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
  750. package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
  751. package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
  752. package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
  753. package/legacy-progress-bar/index.d.ts +1 -1
  754. package/legacy-progress-spinner/index.d.ts +1 -1
  755. package/legacy-radio/index.d.ts +1 -1
  756. package/legacy-select/index.d.ts +1 -1
  757. package/legacy-slide-toggle/index.d.ts +1 -1
  758. package/legacy-slider/index.d.ts +1 -1
  759. package/legacy-table/index.d.ts +4 -4
  760. package/legacy-tabs/index.d.ts +7 -7
  761. package/legacy-tooltip/index.d.ts +1 -2
  762. package/list/_list-theme.scss +20 -23
  763. package/list/index.d.ts +5 -5
  764. package/menu/index.d.ts +3 -4
  765. package/package.json +2 -2
  766. package/paginator/index.d.ts +2 -2
  767. package/prebuilt-themes/deeppurple-amber.css +1 -1
  768. package/prebuilt-themes/indigo-pink.css +1 -1
  769. package/prebuilt-themes/pink-bluegrey.css +1 -1
  770. package/prebuilt-themes/purple-green.css +1 -1
  771. package/progress-bar/_progress-bar-theme.scss +17 -24
  772. package/progress-bar/index.d.ts +1 -1
  773. package/progress-spinner/index.d.ts +1 -1
  774. package/radio/_radio-theme.scss +33 -17
  775. package/radio/index.d.ts +3 -3
  776. package/schematics/ng-add/index.js +1 -1
  777. package/schematics/ng-add/index.mjs +1 -1
  778. package/schematics/ng-generate/mdc-migration/index_bundled.js +789 -360
  779. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
  780. package/select/index.d.ts +5 -3
  781. package/sidenav/index.d.ts +3 -3
  782. package/slide-toggle/index.d.ts +2 -2
  783. package/slider/index.d.ts +3 -3
  784. package/sort/index.d.ts +2 -2
  785. package/stepper/index.d.ts +6 -6
  786. package/table/index.d.ts +4 -4
  787. package/tabs/index.d.ts +14 -14
  788. package/toolbar/index.d.ts +1 -1
  789. package/tooltip/index.d.ts +1 -1
  790. package/tree/index.d.ts +5 -5
  791. package/radio/_radio-private.scss +0 -60
package/fesm2020/core.mjs CHANGED
@@ -14,23 +14,9 @@ import { startWith } from 'rxjs/operators';
14
14
  import { ANIMATION_MODULE_TYPE } from '@angular/platform-browser/animations';
15
15
  import { ENTER, SPACE, hasModifierKey } from '@angular/cdk/keycodes';
16
16
 
17
- /**
18
- * @license
19
- * Copyright Google LLC All Rights Reserved.
20
- *
21
- * Use of this source code is governed by an MIT-style license that can be
22
- * found in the LICENSE file at https://angular.io/license
23
- */
24
17
  /** Current version of Angular Material. */
25
- const VERSION = new Version('16.0.0-next.3');
18
+ const VERSION = new Version('16.0.0-next.5');
26
19
 
27
- /**
28
- * @license
29
- * Copyright Google LLC All Rights Reserved.
30
- *
31
- * Use of this source code is governed by an MIT-style license that can be
32
- * found in the LICENSE file at https://angular.io/license
33
- */
34
20
  /** @docs-private */
35
21
  class AnimationCurves {
36
22
  }
@@ -45,13 +31,6 @@ AnimationDurations.COMPLEX = '375ms';
45
31
  AnimationDurations.ENTERING = '225ms';
46
32
  AnimationDurations.EXITING = '195ms';
47
33
 
48
- /**
49
- * @license
50
- * Copyright Google LLC All Rights Reserved.
51
- *
52
- * Use of this source code is governed by an MIT-style license that can be
53
- * found in the LICENSE file at https://angular.io/license
54
- */
55
34
  /** @docs-private */
56
35
  function MATERIAL_SANITY_CHECKS_FACTORY() {
57
36
  return true;
@@ -104,10 +83,10 @@ class MatCommonModule {
104
83
  return !!this._sanityChecks[name];
105
84
  }
106
85
  }
107
- MatCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatCommonModule, deps: [{ token: i1.HighContrastModeDetector }, { token: MATERIAL_SANITY_CHECKS, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.NgModule });
108
- MatCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatCommonModule, imports: [BidiModule], exports: [BidiModule] });
109
- MatCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatCommonModule, imports: [BidiModule, BidiModule] });
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatCommonModule, decorators: [{
86
+ MatCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, deps: [{ token: i1.HighContrastModeDetector }, { token: MATERIAL_SANITY_CHECKS, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.NgModule });
87
+ MatCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, imports: [BidiModule], exports: [BidiModule] });
88
+ MatCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, imports: [BidiModule, BidiModule] });
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, decorators: [{
111
90
  type: NgModule,
112
91
  args: [{
113
92
  imports: [BidiModule],
@@ -163,13 +142,6 @@ function _checkCdkVersionMatch() {
163
142
  }
164
143
  }
165
144
 
166
- /**
167
- * @license
168
- * Copyright Google LLC All Rights Reserved.
169
- *
170
- * Use of this source code is governed by an MIT-style license that can be
171
- * found in the LICENSE file at https://angular.io/license
172
- */
173
145
  function mixinDisabled(base) {
174
146
  return class extends base {
175
147
  get disabled() {
@@ -185,13 +157,6 @@ function mixinDisabled(base) {
185
157
  };
186
158
  }
187
159
 
188
- /**
189
- * @license
190
- * Copyright Google LLC All Rights Reserved.
191
- *
192
- * Use of this source code is governed by an MIT-style license that can be
193
- * found in the LICENSE file at https://angular.io/license
194
- */
195
160
  function mixinColor(base, defaultColor) {
196
161
  return class extends base {
197
162
  get color() {
@@ -218,13 +183,6 @@ function mixinColor(base, defaultColor) {
218
183
  };
219
184
  }
220
185
 
221
- /**
222
- * @license
223
- * Copyright Google LLC All Rights Reserved.
224
- *
225
- * Use of this source code is governed by an MIT-style license that can be
226
- * found in the LICENSE file at https://angular.io/license
227
- */
228
186
  function mixinDisableRipple(base) {
229
187
  return class extends base {
230
188
  /** Whether the ripple effect is disabled or not. */
@@ -241,13 +199,6 @@ function mixinDisableRipple(base) {
241
199
  };
242
200
  }
243
201
 
244
- /**
245
- * @license
246
- * Copyright Google LLC All Rights Reserved.
247
- *
248
- * Use of this source code is governed by an MIT-style license that can be
249
- * found in the LICENSE file at https://angular.io/license
250
- */
251
202
  function mixinTabIndex(base, defaultTabIndex = 0) {
252
203
  return class extends base {
253
204
  get tabIndex() {
@@ -265,13 +216,6 @@ function mixinTabIndex(base, defaultTabIndex = 0) {
265
216
  };
266
217
  }
267
218
 
268
- /**
269
- * @license
270
- * Copyright Google LLC All Rights Reserved.
271
- *
272
- * Use of this source code is governed by an MIT-style license that can be
273
- * found in the LICENSE file at https://angular.io/license
274
- */
275
219
  function mixinErrorState(base) {
276
220
  return class extends base {
277
221
  /** Updates the error state based on the provided error state matcher. */
@@ -294,13 +238,6 @@ function mixinErrorState(base) {
294
238
  };
295
239
  }
296
240
 
297
- /**
298
- * @license
299
- * Copyright Google LLC All Rights Reserved.
300
- *
301
- * Use of this source code is governed by an MIT-style license that can be
302
- * found in the LICENSE file at https://angular.io/license
303
- */
304
241
  /** Mixin to augment a directive with an initialized property that will emits when ngOnInit ends. */
305
242
  function mixinInitialized(base) {
306
243
  return class extends base {
@@ -351,21 +288,6 @@ function mixinInitialized(base) {
351
288
  };
352
289
  }
353
290
 
354
- /**
355
- * @license
356
- * Copyright Google LLC All Rights Reserved.
357
- *
358
- * Use of this source code is governed by an MIT-style license that can be
359
- * found in the LICENSE file at https://angular.io/license
360
- */
361
-
362
- /**
363
- * @license
364
- * Copyright Google LLC All Rights Reserved.
365
- *
366
- * Use of this source code is governed by an MIT-style license that can be
367
- * found in the LICENSE file at https://angular.io/license
368
- */
369
291
  /** InjectionToken for datepicker that can be used to override default locale code. */
370
292
  const MAT_DATE_LOCALE = new InjectionToken('MAT_DATE_LOCALE', {
371
293
  providedIn: 'root',
@@ -466,22 +388,8 @@ class DateAdapter {
466
388
  }
467
389
  }
468
390
 
469
- /**
470
- * @license
471
- * Copyright Google LLC All Rights Reserved.
472
- *
473
- * Use of this source code is governed by an MIT-style license that can be
474
- * found in the LICENSE file at https://angular.io/license
475
- */
476
391
  const MAT_DATE_FORMATS = new InjectionToken('mat-date-formats');
477
392
 
478
- /**
479
- * @license
480
- * Copyright Google LLC All Rights Reserved.
481
- *
482
- * Use of this source code is governed by an MIT-style license that can be
483
- * found in the LICENSE file at https://angular.io/license
484
- */
485
393
  /**
486
394
  * Matches strings that have the form of a valid RFC 3339 string
487
395
  * (https://tools.ietf.org/html/rfc3339). Note that the string may not actually be a valid date
@@ -677,9 +585,9 @@ class NativeDateAdapter extends DateAdapter {
677
585
  return dtf.format(d);
678
586
  }
679
587
  }
680
- NativeDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: NativeDateAdapter, deps: [{ token: MAT_DATE_LOCALE, optional: true }, { token: i1$1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
681
- NativeDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: NativeDateAdapter });
682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: NativeDateAdapter, decorators: [{
588
+ NativeDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateAdapter, deps: [{ token: MAT_DATE_LOCALE, optional: true }, { token: i1$1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
589
+ NativeDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateAdapter });
590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateAdapter, decorators: [{
683
591
  type: Injectable
684
592
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
685
593
  type: Optional
@@ -688,13 +596,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
688
596
  args: [MAT_DATE_LOCALE]
689
597
  }] }, { type: i1$1.Platform }]; } });
690
598
 
691
- /**
692
- * @license
693
- * Copyright Google LLC All Rights Reserved.
694
- *
695
- * Use of this source code is governed by an MIT-style license that can be
696
- * found in the LICENSE file at https://angular.io/license
697
- */
698
599
  const MAT_NATIVE_DATE_FORMATS = {
699
600
  parse: {
700
601
  dateInput: null,
@@ -707,19 +608,12 @@ const MAT_NATIVE_DATE_FORMATS = {
707
608
  },
708
609
  };
709
610
 
710
- /**
711
- * @license
712
- * Copyright Google LLC All Rights Reserved.
713
- *
714
- * Use of this source code is governed by an MIT-style license that can be
715
- * found in the LICENSE file at https://angular.io/license
716
- */
717
611
  class NativeDateModule {
718
612
  }
719
- NativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: NativeDateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
720
- NativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: NativeDateModule });
721
- NativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: NativeDateModule, providers: [{ provide: DateAdapter, useClass: NativeDateAdapter }] });
722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: NativeDateModule, decorators: [{
613
+ NativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
614
+ NativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule });
615
+ NativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule, providers: [{ provide: DateAdapter, useClass: NativeDateAdapter }] });
616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule, decorators: [{
723
617
  type: NgModule,
724
618
  args: [{
725
619
  providers: [{ provide: DateAdapter, useClass: NativeDateAdapter }],
@@ -727,10 +621,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
727
621
  }] });
728
622
  class MatNativeDateModule {
729
623
  }
730
- MatNativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatNativeDateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
731
- MatNativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatNativeDateModule, imports: [NativeDateModule] });
732
- MatNativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatNativeDateModule, providers: [{ provide: MAT_DATE_FORMATS, useValue: MAT_NATIVE_DATE_FORMATS }], imports: [NativeDateModule] });
733
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatNativeDateModule, decorators: [{
624
+ MatNativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
625
+ MatNativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, imports: [NativeDateModule] });
626
+ MatNativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, providers: [{ provide: MAT_DATE_FORMATS, useValue: MAT_NATIVE_DATE_FORMATS }], imports: [NativeDateModule] });
627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, decorators: [{
734
628
  type: NgModule,
735
629
  args: [{
736
630
  imports: [NativeDateModule],
@@ -738,22 +632,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
738
632
  }]
739
633
  }] });
740
634
 
741
- /**
742
- * @license
743
- * Copyright Google LLC All Rights Reserved.
744
- *
745
- * Use of this source code is governed by an MIT-style license that can be
746
- * found in the LICENSE file at https://angular.io/license
747
- */
748
635
  /** Error state matcher that matches when a control is invalid and dirty. */
749
636
  class ShowOnDirtyErrorStateMatcher {
750
637
  isErrorState(control, form) {
751
638
  return !!(control && control.invalid && (control.dirty || (form && form.submitted)));
752
639
  }
753
640
  }
754
- ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
755
- ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
641
+ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
642
+ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
757
644
  type: Injectable
758
645
  }] });
759
646
  /** Provider that defines how form controls behave with regards to displaying error messages. */
@@ -762,20 +649,13 @@ class ErrorStateMatcher {
762
649
  return !!(control && control.invalid && (control.touched || (form && form.submitted)));
763
650
  }
764
651
  }
765
- ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
766
- ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
767
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ErrorStateMatcher, decorators: [{
652
+ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
653
+ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ErrorStateMatcher, decorators: [{
768
655
  type: Injectable,
769
656
  args: [{ providedIn: 'root' }]
770
657
  }] });
771
658
 
772
- /**
773
- * @license
774
- * Copyright Google LLC All Rights Reserved.
775
- *
776
- * Use of this source code is governed by an MIT-style license that can be
777
- * found in the LICENSE file at https://angular.io/license
778
- */
779
659
  /**
780
660
  * Shared directive to count lines inside a text area, such as a list item.
781
661
  * Line elements can be extracted with a @ContentChildren(MatLine) query, then
@@ -783,9 +663,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
783
663
  */
784
664
  class MatLine {
785
665
  }
786
- MatLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
787
- MatLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLine, selector: "[mat-line], [matLine]", host: { classAttribute: "mat-line" }, ngImport: i0 });
788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLine, decorators: [{
666
+ MatLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
667
+ MatLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLine, selector: "[mat-line], [matLine]", host: { classAttribute: "mat-line" }, ngImport: i0 });
668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLine, decorators: [{
789
669
  type: Directive,
790
670
  args: [{
791
671
  selector: '[mat-line], [matLine]',
@@ -817,10 +697,10 @@ function setClass(element, className, isAdd) {
817
697
  }
818
698
  class MatLineModule {
819
699
  }
820
- MatLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
821
- MatLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLineModule, declarations: [MatLine], imports: [MatCommonModule], exports: [MatLine, MatCommonModule] });
822
- MatLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLineModule, imports: [MatCommonModule, MatCommonModule] });
823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLineModule, decorators: [{
700
+ MatLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
701
+ MatLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, declarations: [MatLine], imports: [MatCommonModule], exports: [MatLine, MatCommonModule] });
702
+ MatLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, imports: [MatCommonModule, MatCommonModule] });
703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, decorators: [{
824
704
  type: NgModule,
825
705
  args: [{
826
706
  imports: [MatCommonModule],
@@ -829,13 +709,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
829
709
  }]
830
710
  }] });
831
711
 
832
- /**
833
- * @license
834
- * Copyright Google LLC All Rights Reserved.
835
- *
836
- * Use of this source code is governed by an MIT-style license that can be
837
- * found in the LICENSE file at https://angular.io/license
838
- */
839
712
  /**
840
713
  * Reference to a previously launched ripple element.
841
714
  */
@@ -860,13 +733,6 @@ class RippleRef {
860
733
  }
861
734
  }
862
735
 
863
- /**
864
- * @license
865
- * Copyright Google LLC All Rights Reserved.
866
- *
867
- * Use of this source code is governed by an MIT-style license that can be
868
- * found in the LICENSE file at https://angular.io/license
869
- */
870
736
  /** Options used to bind a passive capturing event. */
871
737
  const passiveCapturingEventOptions$1 = normalizePassiveListenerOptions({
872
738
  passive: true,
@@ -1254,13 +1120,6 @@ function distanceToFurthestCorner(x, y, rect) {
1254
1120
  return Math.sqrt(distX * distX + distY * distY);
1255
1121
  }
1256
1122
 
1257
- /**
1258
- * @license
1259
- * Copyright Google LLC All Rights Reserved.
1260
- *
1261
- * Use of this source code is governed by an MIT-style license that can be
1262
- * found in the LICENSE file at https://angular.io/license
1263
- */
1264
1123
  /** Injection token that can be used to specify the global ripple options. */
1265
1124
  const MAT_RIPPLE_GLOBAL_OPTIONS = new InjectionToken('mat-ripple-global-options');
1266
1125
  class MatRipple {
@@ -1299,7 +1158,7 @@ class MatRipple {
1299
1158
  */
1300
1159
  this.radius = 0;
1301
1160
  this._disabled = false;
1302
- /** Whether ripple directive is initialized and the input bindings are set. */
1161
+ /** @docs-private Whether ripple directive is initialized and the input bindings are set. */
1303
1162
  this._isInitialized = false;
1304
1163
  this._globalOptions = globalOptions || {};
1305
1164
  this._rippleRenderer = new RippleRenderer(this, ngZone, _elementRef, platform);
@@ -1359,9 +1218,9 @@ class MatRipple {
1359
1218
  }
1360
1219
  }
1361
1220
  }
1362
- MatRipple.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatRipple, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1363
- MatRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatRipple, selector: "[mat-ripple], [matRipple]", inputs: { color: ["matRippleColor", "color"], unbounded: ["matRippleUnbounded", "unbounded"], centered: ["matRippleCentered", "centered"], radius: ["matRippleRadius", "radius"], animation: ["matRippleAnimation", "animation"], disabled: ["matRippleDisabled", "disabled"], trigger: ["matRippleTrigger", "trigger"] }, host: { properties: { "class.mat-ripple-unbounded": "unbounded" }, classAttribute: "mat-ripple" }, exportAs: ["matRipple"], ngImport: i0 });
1364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatRipple, decorators: [{
1221
+ MatRipple.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRipple, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1222
+ MatRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatRipple, selector: "[mat-ripple], [matRipple]", inputs: { color: ["matRippleColor", "color"], unbounded: ["matRippleUnbounded", "unbounded"], centered: ["matRippleCentered", "centered"], radius: ["matRippleRadius", "radius"], animation: ["matRippleAnimation", "animation"], disabled: ["matRippleDisabled", "disabled"], trigger: ["matRippleTrigger", "trigger"] }, host: { properties: { "class.mat-ripple-unbounded": "unbounded" }, classAttribute: "mat-ripple" }, exportAs: ["matRipple"], ngImport: i0 });
1223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRipple, decorators: [{
1365
1224
  type: Directive,
1366
1225
  args: [{
1367
1226
  selector: '[mat-ripple], [matRipple]',
@@ -1404,19 +1263,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
1404
1263
  args: ['matRippleTrigger']
1405
1264
  }] } });
1406
1265
 
1407
- /**
1408
- * @license
1409
- * Copyright Google LLC All Rights Reserved.
1410
- *
1411
- * Use of this source code is governed by an MIT-style license that can be
1412
- * found in the LICENSE file at https://angular.io/license
1413
- */
1414
1266
  class MatRippleModule {
1415
1267
  }
1416
- MatRippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatRippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1417
- MatRippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatRippleModule, declarations: [MatRipple], imports: [MatCommonModule], exports: [MatRipple, MatCommonModule] });
1418
- MatRippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatRippleModule, imports: [MatCommonModule, MatCommonModule] });
1419
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatRippleModule, decorators: [{
1268
+ MatRippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1269
+ MatRippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, declarations: [MatRipple], imports: [MatCommonModule], exports: [MatRipple, MatCommonModule] });
1270
+ MatRippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, imports: [MatCommonModule, MatCommonModule] });
1271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, decorators: [{
1420
1272
  type: NgModule,
1421
1273
  args: [{
1422
1274
  imports: [MatCommonModule],
@@ -1425,13 +1277,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
1425
1277
  }]
1426
1278
  }] });
1427
1279
 
1428
- /**
1429
- * @license
1430
- * Copyright Google LLC All Rights Reserved.
1431
- *
1432
- * Use of this source code is governed by an MIT-style license that can be
1433
- * found in the LICENSE file at https://angular.io/license
1434
- */
1435
1280
  /**
1436
1281
  * Component that shows a simplified checkbox without including any kind of "real" checkbox.
1437
1282
  * Meant to be used when the checkbox is purely decorative and a large number of them will be
@@ -1459,9 +1304,9 @@ class MatPseudoCheckbox {
1459
1304
  this.appearance = 'full';
1460
1305
  }
1461
1306
  }
1462
- MatPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatPseudoCheckbox, deps: [{ token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1463
- MatPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatPseudoCheckbox, selector: "mat-pseudo-checkbox", inputs: { state: "state", disabled: "disabled", appearance: "appearance" }, host: { properties: { "class.mat-pseudo-checkbox-indeterminate": "state === \"indeterminate\"", "class.mat-pseudo-checkbox-checked": "state === \"checked\"", "class.mat-pseudo-checkbox-disabled": "disabled", "class.mat-pseudo-checkbox-minimal": "appearance === \"minimal\"", "class.mat-pseudo-checkbox-full": "appearance === \"full\"", "class._mat-animation-noopable": "_animationMode === \"NoopAnimations\"" }, classAttribute: "mat-pseudo-checkbox" }, ngImport: i0, template: '', isInline: true, styles: [".mat-pseudo-checkbox{border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:\"\";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{left:1px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{left:1px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.mat-pseudo-checkbox-full{border:2px solid}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox{width:18px;height:18px}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after{width:14px;height:6px;transform-origin:center;top:-4.2426406871px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{top:8px;width:16px}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{width:10px;height:4px;transform-origin:center;top:-2.8284271247px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{top:6px;width:12px}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatPseudoCheckbox, decorators: [{
1307
+ MatPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckbox, deps: [{ token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1308
+ MatPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatPseudoCheckbox, selector: "mat-pseudo-checkbox", inputs: { state: "state", disabled: "disabled", appearance: "appearance" }, host: { properties: { "class.mat-pseudo-checkbox-indeterminate": "state === \"indeterminate\"", "class.mat-pseudo-checkbox-checked": "state === \"checked\"", "class.mat-pseudo-checkbox-disabled": "disabled", "class.mat-pseudo-checkbox-minimal": "appearance === \"minimal\"", "class.mat-pseudo-checkbox-full": "appearance === \"full\"", "class._mat-animation-noopable": "_animationMode === \"NoopAnimations\"" }, classAttribute: "mat-pseudo-checkbox" }, ngImport: i0, template: '', isInline: true, styles: [".mat-pseudo-checkbox{border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:\"\";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{left:1px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{left:1px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.mat-pseudo-checkbox-full{border:2px solid}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox{width:18px;height:18px}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after{width:14px;height:6px;transform-origin:center;top:-4.2426406871px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{top:8px;width:16px}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{width:10px;height:4px;transform-origin:center;top:-2.8284271247px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{top:6px;width:12px}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckbox, decorators: [{
1465
1310
  type: Component,
1466
1311
  args: [{ encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, selector: 'mat-pseudo-checkbox', template: '', host: {
1467
1312
  'class': 'mat-pseudo-checkbox',
@@ -1485,19 +1330,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
1485
1330
  type: Input
1486
1331
  }] } });
1487
1332
 
1488
- /**
1489
- * @license
1490
- * Copyright Google LLC All Rights Reserved.
1491
- *
1492
- * Use of this source code is governed by an MIT-style license that can be
1493
- * found in the LICENSE file at https://angular.io/license
1494
- */
1495
1333
  class MatPseudoCheckboxModule {
1496
1334
  }
1497
- MatPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1498
- MatPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatPseudoCheckboxModule, declarations: [MatPseudoCheckbox], imports: [MatCommonModule], exports: [MatPseudoCheckbox] });
1499
- MatPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatPseudoCheckboxModule, imports: [MatCommonModule] });
1500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatPseudoCheckboxModule, decorators: [{
1335
+ MatPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1336
+ MatPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, declarations: [MatPseudoCheckbox], imports: [MatCommonModule], exports: [MatPseudoCheckbox] });
1337
+ MatPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, imports: [MatCommonModule] });
1338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, decorators: [{
1501
1339
  type: NgModule,
1502
1340
  args: [{
1503
1341
  imports: [MatCommonModule],
@@ -1506,33 +1344,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
1506
1344
  }]
1507
1345
  }] });
1508
1346
 
1509
- /**
1510
- * @license
1511
- * Copyright Google LLC All Rights Reserved.
1512
- *
1513
- * Use of this source code is governed by an MIT-style license that can be
1514
- * found in the LICENSE file at https://angular.io/license
1515
- */
1516
-
1517
- /**
1518
- * @license
1519
- * Copyright Google LLC All Rights Reserved.
1520
- *
1521
- * Use of this source code is governed by an MIT-style license that can be
1522
- * found in the LICENSE file at https://angular.io/license
1523
- */
1524
1347
  /**
1525
1348
  * Injection token used to provide the parent component to options.
1526
1349
  */
1527
1350
  const MAT_OPTION_PARENT_COMPONENT = new InjectionToken('MAT_OPTION_PARENT_COMPONENT');
1528
1351
 
1529
- /**
1530
- * @license
1531
- * Copyright Google LLC All Rights Reserved.
1532
- *
1533
- * Use of this source code is governed by an MIT-style license that can be
1534
- * found in the LICENSE file at https://angular.io/license
1535
- */
1536
1352
  // Notes on the accessibility pattern used for `mat-optgroup`.
1537
1353
  // The option group has two different "modes": regular and inert. The regular mode uses the
1538
1354
  // recommended a11y pattern which has `role="group"` on the group element with `aria-labelledby`
@@ -1566,9 +1382,9 @@ class _MatOptgroupBase extends _MatOptgroupMixinBase {
1566
1382
  this._inert = parent?.inertGroups ?? false;
1567
1383
  }
1568
1384
  }
1569
- _MatOptgroupBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: _MatOptgroupBase, deps: [{ token: MAT_OPTION_PARENT_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1570
- _MatOptgroupBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: _MatOptgroupBase, inputs: { label: "label" }, usesInheritance: true, ngImport: i0 });
1571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: _MatOptgroupBase, decorators: [{
1385
+ _MatOptgroupBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptgroupBase, deps: [{ token: MAT_OPTION_PARENT_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1386
+ _MatOptgroupBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: _MatOptgroupBase, inputs: { label: "label" }, usesInheritance: true, ngImport: i0 });
1387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptgroupBase, decorators: [{
1572
1388
  type: Directive
1573
1389
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
1574
1390
  type: Inject,
@@ -1589,9 +1405,9 @@ const MAT_OPTGROUP = new InjectionToken('MatOptgroup');
1589
1405
  */
1590
1406
  class MatOptgroup extends _MatOptgroupBase {
1591
1407
  }
1592
- MatOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1593
- MatOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatOptgroup, selector: "mat-optgroup", inputs: { disabled: "disabled" }, host: { properties: { "attr.role": "_inert ? null : \"group\"", "attr.aria-disabled": "_inert ? null : disabled.toString()", "attr.aria-labelledby": "_inert ? null : _labelId" }, classAttribute: "mat-mdc-optgroup" }, providers: [{ provide: MAT_OPTGROUP, useExisting: MatOptgroup }], exportAs: ["matOptgroup"], usesInheritance: true, ngImport: i0, template: "<span\n class=\"mat-mdc-optgroup-label\"\n aria-hidden=\"true\"\n [class.mdc-list-item--disabled]=\"disabled\"\n [id]=\"_labelId\">\n <span class=\"mdc-list-item__primary-text\">{{ label }} <ng-content></ng-content></span>\n</span>\n\n<ng-content select=\"mat-option, ng-container\"></ng-content>\n", styles: [".mat-mdc-optgroup-label{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;min-height:48px}.mat-mdc-optgroup-label:focus{outline:none}[dir=rtl] .mat-mdc-optgroup-label,.mat-mdc-optgroup-label[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-optgroup-label.mdc-list-item--disabled{opacity:.38}.mat-mdc-optgroup-label .mdc-list-item__primary-text{white-space:normal}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOptgroup, decorators: [{
1408
+ MatOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1409
+ MatOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatOptgroup, selector: "mat-optgroup", inputs: { disabled: "disabled" }, host: { properties: { "attr.role": "_inert ? null : \"group\"", "attr.aria-disabled": "_inert ? null : disabled.toString()", "attr.aria-labelledby": "_inert ? null : _labelId" }, classAttribute: "mat-mdc-optgroup" }, providers: [{ provide: MAT_OPTGROUP, useExisting: MatOptgroup }], exportAs: ["matOptgroup"], usesInheritance: true, ngImport: i0, template: "<span\n class=\"mat-mdc-optgroup-label\"\n aria-hidden=\"true\"\n [class.mdc-list-item--disabled]=\"disabled\"\n [id]=\"_labelId\">\n <span class=\"mdc-list-item__primary-text\">{{ label }} <ng-content></ng-content></span>\n</span>\n\n<ng-content select=\"mat-option, ng-container\"></ng-content>\n", styles: [".mat-mdc-optgroup-label{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;min-height:48px}.mat-mdc-optgroup-label:focus{outline:none}[dir=rtl] .mat-mdc-optgroup-label,.mat-mdc-optgroup-label[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-optgroup-label.mdc-list-item--disabled{opacity:.38}.mat-mdc-optgroup-label .mdc-list-item__primary-text{white-space:normal}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptgroup, decorators: [{
1595
1411
  type: Component,
1596
1412
  args: [{ selector: 'mat-optgroup', exportAs: 'matOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
1597
1413
  'class': 'mat-mdc-optgroup',
@@ -1777,9 +1593,9 @@ class _MatOptionBase {
1777
1593
  this.onSelectionChange.emit(new MatOptionSelectionChange(this, isUserInput));
1778
1594
  }
1779
1595
  }
1780
- _MatOptionBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: _MatOptionBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
1781
- _MatOptionBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: _MatOptionBase, inputs: { value: "value", id: "id", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, viewQueries: [{ propertyName: "_text", first: true, predicate: ["text"], descendants: true, static: true }], ngImport: i0 });
1782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: _MatOptionBase, decorators: [{
1596
+ _MatOptionBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptionBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
1597
+ _MatOptionBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: _MatOptionBase, inputs: { value: "value", id: "id", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, viewQueries: [{ propertyName: "_text", first: true, predicate: ["text"], descendants: true, static: true }], ngImport: i0 });
1598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptionBase, decorators: [{
1783
1599
  type: Directive
1784
1600
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined }, { type: _MatOptgroupBase }]; }, propDecorators: { value: [{
1785
1601
  type: Input
@@ -1801,9 +1617,9 @@ class MatOption extends _MatOptionBase {
1801
1617
  super(element, changeDetectorRef, parent, group);
1802
1618
  }
1803
1619
  }
1804
- MatOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_OPTION_PARENT_COMPONENT, optional: true }, { token: MAT_OPTGROUP, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1805
- MatOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatOption, selector: "mat-option", host: { attributes: { "role": "option" }, listeners: { "click": "_selectViaInteraction()", "keydown": "_handleKeydown($event)" }, properties: { "attr.tabindex": "_getTabIndex()", "class.mdc-list-item--selected": "selected", "class.mat-mdc-option-multiple": "multiple", "class.mat-mdc-option-active": "active", "class.mdc-list-item--disabled": "disabled", "id": "id", "attr.aria-selected": "selected", "attr.aria-disabled": "disabled.toString()" }, classAttribute: "mat-mdc-option mdc-list-item" }, exportAs: ["matOption"], usesInheritance: true, ngImport: i0, template: "<mat-pseudo-checkbox *ngIf=\"multiple\" class=\"mat-mdc-option-pseudo-checkbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\" [disabled]=\"disabled\"></mat-pseudo-checkbox>\n\n<ng-content select=\"mat-icon\"></ng-content>\n\n<span class=\"mdc-list-item__primary-text\" #text><ng-content></ng-content></span>\n\n<!-- Render checkmark at the end for single-selection. -->\n<mat-pseudo-checkbox *ngIf=\"!multiple && selected && !hideSingleSelectionIndicator\"\n class=\"mat-mdc-option-pseudo-checkbox\" state=\"checked\" [disabled]=\"disabled\"\n appearance=\"minimal\"></mat-pseudo-checkbox>\n\n<!-- See a11y notes inside optgroup.ts for context behind this element. -->\n<span class=\"cdk-visually-hidden\" *ngIf=\"group && group._inert\">({{ group.label }})</span>\n\n<div class=\"mat-mdc-option-ripple mat-mdc-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"_getHostElement()\"\n [matRippleDisabled]=\"disabled || disableRipple\">\n</div>\n", styles: [".mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{opacity:.38;cursor:default}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:\"\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:\"\"}"], dependencies: [{ kind: "directive", type: MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatPseudoCheckbox, selector: "mat-pseudo-checkbox", inputs: ["state", "disabled", "appearance"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1806
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOption, decorators: [{
1620
+ MatOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_OPTION_PARENT_COMPONENT, optional: true }, { token: MAT_OPTGROUP, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1621
+ MatOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatOption, selector: "mat-option", host: { attributes: { "role": "option" }, listeners: { "click": "_selectViaInteraction()", "keydown": "_handleKeydown($event)" }, properties: { "attr.tabindex": "_getTabIndex()", "class.mdc-list-item--selected": "selected", "class.mat-mdc-option-multiple": "multiple", "class.mat-mdc-option-active": "active", "class.mdc-list-item--disabled": "disabled", "id": "id", "attr.aria-selected": "selected", "attr.aria-disabled": "disabled.toString()" }, classAttribute: "mat-mdc-option mdc-list-item" }, exportAs: ["matOption"], usesInheritance: true, ngImport: i0, template: "<mat-pseudo-checkbox *ngIf=\"multiple\" class=\"mat-mdc-option-pseudo-checkbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\" [disabled]=\"disabled\"></mat-pseudo-checkbox>\n\n<ng-content select=\"mat-icon\"></ng-content>\n\n<span class=\"mdc-list-item__primary-text\" #text><ng-content></ng-content></span>\n\n<!-- Render checkmark at the end for single-selection. -->\n<mat-pseudo-checkbox *ngIf=\"!multiple && selected && !hideSingleSelectionIndicator\"\n class=\"mat-mdc-option-pseudo-checkbox\" state=\"checked\" [disabled]=\"disabled\"\n appearance=\"minimal\"></mat-pseudo-checkbox>\n\n<!-- See a11y notes inside optgroup.ts for context behind this element. -->\n<span class=\"cdk-visually-hidden\" *ngIf=\"group && group._inert\">({{ group.label }})</span>\n\n<div class=\"mat-mdc-option-ripple mat-mdc-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"_getHostElement()\"\n [matRippleDisabled]=\"disabled || disableRipple\">\n</div>\n", styles: [".mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:\"\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:\"\"}"], dependencies: [{ kind: "directive", type: MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatPseudoCheckbox, selector: "mat-pseudo-checkbox", inputs: ["state", "disabled", "appearance"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOption, decorators: [{
1807
1623
  type: Component,
1808
1624
  args: [{ selector: 'mat-option', exportAs: 'matOption', host: {
1809
1625
  'role': 'option',
@@ -1827,7 +1643,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
1827
1643
  '(click)': '_selectViaInteraction()',
1828
1644
  '(keydown)': '_handleKeydown($event)',
1829
1645
  'class': 'mat-mdc-option mdc-list-item',
1830
- }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-pseudo-checkbox *ngIf=\"multiple\" class=\"mat-mdc-option-pseudo-checkbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\" [disabled]=\"disabled\"></mat-pseudo-checkbox>\n\n<ng-content select=\"mat-icon\"></ng-content>\n\n<span class=\"mdc-list-item__primary-text\" #text><ng-content></ng-content></span>\n\n<!-- Render checkmark at the end for single-selection. -->\n<mat-pseudo-checkbox *ngIf=\"!multiple && selected && !hideSingleSelectionIndicator\"\n class=\"mat-mdc-option-pseudo-checkbox\" state=\"checked\" [disabled]=\"disabled\"\n appearance=\"minimal\"></mat-pseudo-checkbox>\n\n<!-- See a11y notes inside optgroup.ts for context behind this element. -->\n<span class=\"cdk-visually-hidden\" *ngIf=\"group && group._inert\">({{ group.label }})</span>\n\n<div class=\"mat-mdc-option-ripple mat-mdc-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"_getHostElement()\"\n [matRippleDisabled]=\"disabled || disableRipple\">\n</div>\n", styles: [".mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{opacity:.38;cursor:default}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:\"\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:\"\"}"] }]
1646
+ }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-pseudo-checkbox *ngIf=\"multiple\" class=\"mat-mdc-option-pseudo-checkbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\" [disabled]=\"disabled\"></mat-pseudo-checkbox>\n\n<ng-content select=\"mat-icon\"></ng-content>\n\n<span class=\"mdc-list-item__primary-text\" #text><ng-content></ng-content></span>\n\n<!-- Render checkmark at the end for single-selection. -->\n<mat-pseudo-checkbox *ngIf=\"!multiple && selected && !hideSingleSelectionIndicator\"\n class=\"mat-mdc-option-pseudo-checkbox\" state=\"checked\" [disabled]=\"disabled\"\n appearance=\"minimal\"></mat-pseudo-checkbox>\n\n<!-- See a11y notes inside optgroup.ts for context behind this element. -->\n<span class=\"cdk-visually-hidden\" *ngIf=\"group && group._inert\">({{ group.label }})</span>\n\n<div class=\"mat-mdc-option-ripple mat-mdc-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"_getHostElement()\"\n [matRippleDisabled]=\"disabled || disableRipple\">\n</div>\n", styles: [".mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:\"\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:\"\"}"] }]
1831
1647
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
1832
1648
  type: Optional
1833
1649
  }, {
@@ -1878,19 +1694,12 @@ function _getOptionScrollPosition(optionOffset, optionHeight, currentScrollPosit
1878
1694
  return currentScrollPosition;
1879
1695
  }
1880
1696
 
1881
- /**
1882
- * @license
1883
- * Copyright Google LLC All Rights Reserved.
1884
- *
1885
- * Use of this source code is governed by an MIT-style license that can be
1886
- * found in the LICENSE file at https://angular.io/license
1887
- */
1888
1697
  class MatOptionModule {
1889
1698
  }
1890
- MatOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1891
- MatOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOptionModule, declarations: [MatOption, MatOptgroup], imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule], exports: [MatOption, MatOptgroup] });
1892
- MatOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOptionModule, imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule] });
1893
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatOptionModule, decorators: [{
1699
+ MatOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1700
+ MatOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, declarations: [MatOption, MatOptgroup], imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule], exports: [MatOption, MatOptgroup] });
1701
+ MatOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule] });
1702
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, decorators: [{
1894
1703
  type: NgModule,
1895
1704
  args: [{
1896
1705
  imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule],
@@ -1899,22 +1708,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
1899
1708
  }]
1900
1709
  }] });
1901
1710
 
1902
- /**
1903
- * @license
1904
- * Copyright Google LLC All Rights Reserved.
1905
- *
1906
- * Use of this source code is governed by an MIT-style license that can be
1907
- * found in the LICENSE file at https://angular.io/license
1908
- */
1909
-
1910
- /**
1911
- * @license
1912
- * Copyright Google LLC All Rights Reserved.
1913
- *
1914
- * Use of this source code is governed by an MIT-style license that can be
1915
- * found in the LICENSE file at https://angular.io/license
1916
- */
1917
-
1918
1711
  /**
1919
1712
  * Generated bundle index. Do not edit.
1920
1713
  */