@angular/material 16.0.0-next.4 → 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 +3 -3
  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/tokens/_token-utils.scss +1 -1
  12. package/core/tokens/m2/{mdc/_table.scss → mat/_radio.scss} +15 -15
  13. package/core/tokens/m2/mdc/_dialog.scss +115 -0
  14. package/core/tokens/m2/mdc/_icon-button.scss +79 -0
  15. package/core/tokens/m2/mdc/_linear-progress.scss +60 -0
  16. package/core/tokens/m2/mdc/_radio.scss +94 -0
  17. package/core/typography/_typography-utils.scss +7 -5
  18. package/datepicker/index.d.ts +13 -13
  19. package/dialog/_dialog-theme.scss +5 -37
  20. package/dialog/index.d.ts +3 -3
  21. package/divider/index.d.ts +1 -1
  22. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  23. package/esm2020/autocomplete/autocomplete-trigger.mjs +6 -6
  24. package/esm2020/autocomplete/autocomplete.mjs +9 -9
  25. package/esm2020/autocomplete/module.mjs +4 -4
  26. package/esm2020/badge/badge-module.mjs +4 -4
  27. package/esm2020/badge/badge.mjs +3 -3
  28. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  29. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  30. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  31. package/esm2020/button/button-base.mjs +39 -14
  32. package/esm2020/button/button-lazy-loader.mjs +114 -0
  33. package/esm2020/button/button.mjs +9 -10
  34. package/esm2020/button/fab.mjs +17 -18
  35. package/esm2020/button/icon-button.mjs +21 -10
  36. package/esm2020/button/module.mjs +4 -4
  37. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  38. package/esm2020/button-toggle/button-toggle.mjs +6 -6
  39. package/esm2020/card/card.mjs +42 -42
  40. package/esm2020/card/module.mjs +4 -4
  41. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  42. package/esm2020/checkbox/checkbox.mjs +6 -6
  43. package/esm2020/checkbox/module.mjs +8 -8
  44. package/esm2020/chips/chip-action.mjs +3 -3
  45. package/esm2020/chips/chip-edit-input.mjs +3 -3
  46. package/esm2020/chips/chip-grid.mjs +3 -3
  47. package/esm2020/chips/chip-icons.mjs +9 -9
  48. package/esm2020/chips/chip-input.mjs +6 -12
  49. package/esm2020/chips/chip-listbox.mjs +3 -3
  50. package/esm2020/chips/chip-option.mjs +3 -3
  51. package/esm2020/chips/chip-row.mjs +3 -3
  52. package/esm2020/chips/chip-set.mjs +3 -3
  53. package/esm2020/chips/chip.mjs +3 -3
  54. package/esm2020/chips/module.mjs +4 -4
  55. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  56. package/esm2020/core/datetime/index.mjs +8 -8
  57. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  58. package/esm2020/core/error/error-options.mjs +6 -6
  59. package/esm2020/core/line/line.mjs +7 -7
  60. package/esm2020/core/option/index.mjs +4 -4
  61. package/esm2020/core/option/optgroup.mjs +6 -6
  62. package/esm2020/core/option/option.mjs +6 -6
  63. package/esm2020/core/ripple/index.mjs +4 -4
  64. package/esm2020/core/ripple/ripple.mjs +5 -5
  65. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  66. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  67. package/esm2020/core/version.mjs +1 -1
  68. package/esm2020/datepicker/calendar-body.mjs +3 -3
  69. package/esm2020/datepicker/calendar.mjs +6 -6
  70. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  71. package/esm2020/datepicker/date-range-input.mjs +3 -3
  72. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  73. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  74. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  75. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  76. package/esm2020/datepicker/datepicker-base.mjs +6 -6
  77. package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
  78. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  79. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  80. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  81. package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
  82. package/esm2020/datepicker/datepicker.mjs +3 -3
  83. package/esm2020/datepicker/month-view.mjs +3 -3
  84. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  85. package/esm2020/datepicker/year-view.mjs +3 -3
  86. package/esm2020/dialog/dialog-container.mjs +7 -7
  87. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  88. package/esm2020/dialog/dialog.mjs +6 -6
  89. package/esm2020/dialog/module.mjs +4 -4
  90. package/esm2020/divider/divider-module.mjs +4 -4
  91. package/esm2020/divider/divider.mjs +3 -3
  92. package/esm2020/expansion/accordion.mjs +3 -3
  93. package/esm2020/expansion/expansion-module.mjs +4 -4
  94. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  95. package/esm2020/expansion/expansion-panel-header.mjs +9 -9
  96. package/esm2020/expansion/expansion-panel.mjs +6 -6
  97. package/esm2020/form-field/directives/error.mjs +3 -3
  98. package/esm2020/form-field/directives/floating-label.mjs +3 -3
  99. package/esm2020/form-field/directives/hint.mjs +3 -3
  100. package/esm2020/form-field/directives/label.mjs +3 -3
  101. package/esm2020/form-field/directives/line-ripple.mjs +3 -3
  102. package/esm2020/form-field/directives/notched-outline.mjs +3 -3
  103. package/esm2020/form-field/directives/prefix.mjs +3 -3
  104. package/esm2020/form-field/directives/suffix.mjs +3 -3
  105. package/esm2020/form-field/form-field-control.mjs +3 -3
  106. package/esm2020/form-field/form-field.mjs +3 -3
  107. package/esm2020/form-field/module.mjs +4 -4
  108. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  109. package/esm2020/grid-list/grid-list.mjs +3 -3
  110. package/esm2020/grid-list/grid-tile.mjs +15 -15
  111. package/esm2020/icon/icon-module.mjs +4 -4
  112. package/esm2020/icon/icon-registry.mjs +3 -3
  113. package/esm2020/icon/icon.mjs +3 -3
  114. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  115. package/esm2020/input/input.mjs +3 -3
  116. package/esm2020/input/module.mjs +4 -4
  117. package/esm2020/legacy-autocomplete/autocomplete-module.mjs +4 -4
  118. package/esm2020/legacy-autocomplete/autocomplete-origin.mjs +3 -3
  119. package/esm2020/legacy-autocomplete/autocomplete-trigger.mjs +3 -3
  120. package/esm2020/legacy-autocomplete/autocomplete.mjs +3 -3
  121. package/esm2020/legacy-button/button-module.mjs +4 -4
  122. package/esm2020/legacy-button/button.mjs +6 -6
  123. package/esm2020/legacy-card/card-module.mjs +4 -4
  124. package/esm2020/legacy-card/card.mjs +42 -42
  125. package/esm2020/legacy-checkbox/checkbox-module.mjs +4 -4
  126. package/esm2020/legacy-checkbox/checkbox.mjs +3 -3
  127. package/esm2020/legacy-chips/chip-input.mjs +6 -12
  128. package/esm2020/legacy-chips/chip-list.mjs +3 -3
  129. package/esm2020/legacy-chips/chip.mjs +12 -12
  130. package/esm2020/legacy-chips/chips-module.mjs +4 -4
  131. package/esm2020/legacy-core/option/index.mjs +4 -4
  132. package/esm2020/legacy-core/option/optgroup.mjs +3 -3
  133. package/esm2020/legacy-core/option/option.mjs +3 -3
  134. package/esm2020/legacy-dialog/dialog-container.mjs +3 -3
  135. package/esm2020/legacy-dialog/dialog-content-directives.mjs +12 -12
  136. package/esm2020/legacy-dialog/dialog-module.mjs +4 -4
  137. package/esm2020/legacy-dialog/dialog.mjs +3 -3
  138. package/esm2020/legacy-form-field/error.mjs +3 -3
  139. package/esm2020/legacy-form-field/form-field-module.mjs +4 -4
  140. package/esm2020/legacy-form-field/form-field.mjs +3 -3
  141. package/esm2020/legacy-form-field/hint.mjs +3 -3
  142. package/esm2020/legacy-form-field/label.mjs +3 -3
  143. package/esm2020/legacy-form-field/placeholder.mjs +3 -3
  144. package/esm2020/legacy-form-field/prefix.mjs +3 -3
  145. package/esm2020/legacy-form-field/suffix.mjs +3 -3
  146. package/esm2020/legacy-input/input-module.mjs +4 -4
  147. package/esm2020/legacy-input/input.mjs +3 -3
  148. package/esm2020/legacy-list/list-module.mjs +4 -4
  149. package/esm2020/legacy-list/list.mjs +18 -18
  150. package/esm2020/legacy-list/selection-list.mjs +6 -6
  151. package/esm2020/legacy-menu/menu-content.mjs +3 -3
  152. package/esm2020/legacy-menu/menu-item.mjs +3 -3
  153. package/esm2020/legacy-menu/menu-module.mjs +4 -4
  154. package/esm2020/legacy-menu/menu-trigger.mjs +3 -3
  155. package/esm2020/legacy-menu/menu.mjs +3 -3
  156. package/esm2020/legacy-paginator/paginator-module.mjs +4 -4
  157. package/esm2020/legacy-paginator/paginator.mjs +3 -3
  158. package/esm2020/legacy-progress-bar/progress-bar-module.mjs +4 -4
  159. package/esm2020/legacy-progress-bar/progress-bar.mjs +3 -3
  160. package/esm2020/legacy-progress-spinner/progress-spinner-module.mjs +4 -4
  161. package/esm2020/legacy-progress-spinner/progress-spinner.mjs +3 -3
  162. package/esm2020/legacy-radio/radio-module.mjs +4 -4
  163. package/esm2020/legacy-radio/radio.mjs +6 -6
  164. package/esm2020/legacy-select/select-module.mjs +4 -4
  165. package/esm2020/legacy-select/select.mjs +6 -6
  166. package/esm2020/legacy-slide-toggle/slide-toggle-module.mjs +4 -4
  167. package/esm2020/legacy-slide-toggle/slide-toggle.mjs +3 -3
  168. package/esm2020/legacy-slider/slider-module.mjs +4 -4
  169. package/esm2020/legacy-slider/slider.mjs +3 -3
  170. package/esm2020/legacy-snack-bar/simple-snack-bar.mjs +3 -3
  171. package/esm2020/legacy-snack-bar/snack-bar-container.mjs +3 -3
  172. package/esm2020/legacy-snack-bar/snack-bar-module.mjs +4 -4
  173. package/esm2020/legacy-snack-bar/snack-bar.mjs +3 -3
  174. package/esm2020/legacy-table/cell.mjs +21 -21
  175. package/esm2020/legacy-table/row.mjs +21 -21
  176. package/esm2020/legacy-table/table-module.mjs +4 -4
  177. package/esm2020/legacy-table/table.mjs +6 -6
  178. package/esm2020/legacy-table/text-column.mjs +3 -3
  179. package/esm2020/legacy-tabs/ink-bar.mjs +3 -3
  180. package/esm2020/legacy-tabs/tab-body.mjs +6 -6
  181. package/esm2020/legacy-tabs/tab-content.mjs +3 -3
  182. package/esm2020/legacy-tabs/tab-group.mjs +3 -3
  183. package/esm2020/legacy-tabs/tab-header.mjs +3 -3
  184. package/esm2020/legacy-tabs/tab-label-wrapper.mjs +3 -3
  185. package/esm2020/legacy-tabs/tab-label.mjs +3 -3
  186. package/esm2020/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  187. package/esm2020/legacy-tabs/tab.mjs +3 -3
  188. package/esm2020/legacy-tabs/tabs-module.mjs +4 -4
  189. package/esm2020/legacy-tooltip/tooltip-module.mjs +4 -4
  190. package/esm2020/legacy-tooltip/tooltip.mjs +9 -11
  191. package/esm2020/list/action-list.mjs +3 -3
  192. package/esm2020/list/list-base.mjs +6 -6
  193. package/esm2020/list/list-item-sections.mjs +18 -18
  194. package/esm2020/list/list-module.mjs +4 -4
  195. package/esm2020/list/list-option.mjs +5 -5
  196. package/esm2020/list/list.mjs +6 -6
  197. package/esm2020/list/nav-list.mjs +3 -3
  198. package/esm2020/list/selection-list.mjs +3 -3
  199. package/esm2020/list/subheader.mjs +3 -3
  200. package/esm2020/menu/menu-content.mjs +6 -6
  201. package/esm2020/menu/menu-item.mjs +3 -3
  202. package/esm2020/menu/menu-trigger.mjs +6 -6
  203. package/esm2020/menu/menu.mjs +14 -17
  204. package/esm2020/menu/module.mjs +4 -4
  205. package/esm2020/paginator/module.mjs +4 -4
  206. package/esm2020/paginator/paginator-intl.mjs +3 -3
  207. package/esm2020/paginator/paginator.mjs +6 -6
  208. package/esm2020/progress-bar/module.mjs +4 -4
  209. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  210. package/esm2020/progress-spinner/module.mjs +4 -4
  211. package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
  212. package/esm2020/radio/module.mjs +4 -4
  213. package/esm2020/radio/radio.mjs +13 -13
  214. package/esm2020/select/module.mjs +4 -4
  215. package/esm2020/select/select.mjs +9 -9
  216. package/esm2020/sidenav/drawer.mjs +9 -9
  217. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  218. package/esm2020/sidenav/sidenav.mjs +9 -9
  219. package/esm2020/slide-toggle/module.mjs +8 -8
  220. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  221. package/esm2020/slide-toggle/slide-toggle.mjs +6 -6
  222. package/esm2020/slider/module.mjs +4 -4
  223. package/esm2020/slider/slider-input.mjs +6 -6
  224. package/esm2020/slider/slider-thumb.mjs +3 -3
  225. package/esm2020/slider/slider.mjs +3 -3
  226. package/esm2020/snack-bar/module.mjs +4 -4
  227. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  228. package/esm2020/snack-bar/snack-bar-container.mjs +6 -6
  229. package/esm2020/snack-bar/snack-bar-content.mjs +9 -9
  230. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  231. package/esm2020/sort/sort-header-intl.mjs +3 -3
  232. package/esm2020/sort/sort-header.mjs +3 -3
  233. package/esm2020/sort/sort-module.mjs +4 -4
  234. package/esm2020/sort/sort.mjs +3 -3
  235. package/esm2020/stepper/step-content.mjs +3 -3
  236. package/esm2020/stepper/step-header.mjs +3 -3
  237. package/esm2020/stepper/step-label.mjs +3 -3
  238. package/esm2020/stepper/stepper-button.mjs +6 -6
  239. package/esm2020/stepper/stepper-icon.mjs +3 -3
  240. package/esm2020/stepper/stepper-intl.mjs +3 -3
  241. package/esm2020/stepper/stepper-module.mjs +4 -4
  242. package/esm2020/stepper/stepper.mjs +6 -6
  243. package/esm2020/table/cell.mjs +21 -21
  244. package/esm2020/table/module.mjs +4 -4
  245. package/esm2020/table/row.mjs +21 -21
  246. package/esm2020/table/table.mjs +6 -6
  247. package/esm2020/table/text-column.mjs +3 -3
  248. package/esm2020/tabs/module.mjs +4 -4
  249. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  250. package/esm2020/tabs/tab-body.mjs +9 -9
  251. package/esm2020/tabs/tab-content.mjs +3 -3
  252. package/esm2020/tabs/tab-group.mjs +6 -6
  253. package/esm2020/tabs/tab-header.mjs +6 -6
  254. package/esm2020/tabs/tab-label-wrapper.mjs +6 -6
  255. package/esm2020/tabs/tab-label.mjs +3 -3
  256. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  257. package/esm2020/tabs/tab.mjs +6 -6
  258. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  259. package/esm2020/toolbar/toolbar.mjs +6 -6
  260. package/esm2020/tooltip/module.mjs +4 -4
  261. package/esm2020/tooltip/tooltip.mjs +27 -19
  262. package/esm2020/tree/node.mjs +9 -9
  263. package/esm2020/tree/outlet.mjs +3 -3
  264. package/esm2020/tree/padding.mjs +3 -3
  265. package/esm2020/tree/toggle.mjs +3 -3
  266. package/esm2020/tree/tree-module.mjs +4 -4
  267. package/esm2020/tree/tree.mjs +4 -4
  268. package/expansion/index.d.ts +3 -3
  269. package/fesm2015/autocomplete/testing.mjs +0 -16
  270. package/fesm2015/autocomplete/testing.mjs.map +1 -1
  271. package/fesm2015/autocomplete.mjs +24 -75
  272. package/fesm2015/autocomplete.mjs.map +1 -1
  273. package/fesm2015/badge/testing.mjs +0 -16
  274. package/fesm2015/badge/testing.mjs.map +1 -1
  275. package/fesm2015/badge.mjs +7 -30
  276. package/fesm2015/badge.mjs.map +1 -1
  277. package/fesm2015/bottom-sheet/testing.mjs +0 -16
  278. package/fesm2015/bottom-sheet/testing.mjs.map +1 -1
  279. package/fesm2015/bottom-sheet.mjs +10 -61
  280. package/fesm2015/bottom-sheet.mjs.map +1 -1
  281. package/fesm2015/button/testing.mjs +0 -16
  282. package/fesm2015/button/testing.mjs.map +1 -1
  283. package/fesm2015/button-toggle/testing.mjs +0 -16
  284. package/fesm2015/button-toggle/testing.mjs.map +1 -1
  285. package/fesm2015/button-toggle.mjs +10 -33
  286. package/fesm2015/button-toggle.mjs.map +1 -1
  287. package/fesm2015/button.mjs +198 -86
  288. package/fesm2015/button.mjs.map +1 -1
  289. package/fesm2015/card/testing.mjs +0 -16
  290. package/fesm2015/card/testing.mjs.map +1 -1
  291. package/fesm2015/card.mjs +46 -76
  292. package/fesm2015/card.mjs.map +1 -1
  293. package/fesm2015/checkbox/testing.mjs +0 -16
  294. package/fesm2015/checkbox/testing.mjs.map +1 -1
  295. package/fesm2015/checkbox.mjs +17 -61
  296. package/fesm2015/checkbox.mjs.map +1 -1
  297. package/fesm2015/chips/testing.mjs +0 -23
  298. package/fesm2015/chips/testing.mjs.map +1 -1
  299. package/fesm2015/chips.mjs +42 -148
  300. package/fesm2015/chips.mjs.map +1 -1
  301. package/fesm2015/core/testing.mjs +0 -16
  302. package/fesm2015/core/testing.mjs.map +1 -1
  303. package/fesm2015/core.mjs +60 -246
  304. package/fesm2015/core.mjs.map +1 -1
  305. package/fesm2015/datepicker/testing.mjs +0 -16
  306. package/fesm2015/datepicker/testing.mjs.map +1 -1
  307. package/fesm2015/datepicker.mjs +82 -238
  308. package/fesm2015/datepicker.mjs.map +1 -1
  309. package/fesm2015/dialog/testing.mjs +0 -23
  310. package/fesm2015/dialog/testing.mjs.map +1 -1
  311. package/fesm2015/dialog.mjs +29 -87
  312. package/fesm2015/dialog.mjs.map +1 -1
  313. package/fesm2015/divider/testing.mjs +0 -16
  314. package/fesm2015/divider/testing.mjs.map +1 -1
  315. package/fesm2015/divider.mjs +7 -37
  316. package/fesm2015/divider.mjs.map +1 -1
  317. package/fesm2015/expansion/testing.mjs +0 -16
  318. package/fesm2015/expansion/testing.mjs.map +1 -1
  319. package/fesm2015/expansion.mjs +25 -83
  320. package/fesm2015/expansion.mjs.map +1 -1
  321. package/fesm2015/form-field/testing/control.mjs +0 -15
  322. package/fesm2015/form-field/testing/control.mjs.map +1 -1
  323. package/fesm2015/form-field/testing.mjs +1 -15
  324. package/fesm2015/form-field/testing.mjs.map +1 -1
  325. package/fesm2015/form-field.mjs +34 -127
  326. package/fesm2015/form-field.mjs.map +1 -1
  327. package/fesm2015/grid-list/testing.mjs +0 -16
  328. package/fesm2015/grid-list/testing.mjs.map +1 -1
  329. package/fesm2015/grid-list.mjs +22 -79
  330. package/fesm2015/grid-list.mjs.map +1 -1
  331. package/fesm2015/icon/testing.mjs +7 -30
  332. package/fesm2015/icon/testing.mjs.map +1 -1
  333. package/fesm2015/icon.mjs +10 -54
  334. package/fesm2015/icon.mjs.map +1 -1
  335. package/fesm2015/input/testing.mjs +0 -16
  336. package/fesm2015/input/testing.mjs.map +1 -1
  337. package/fesm2015/input.mjs +7 -51
  338. package/fesm2015/input.mjs.map +1 -1
  339. package/fesm2015/legacy-autocomplete/testing.mjs +0 -16
  340. package/fesm2015/legacy-autocomplete/testing.mjs.map +1 -1
  341. package/fesm2015/legacy-autocomplete.mjs +13 -57
  342. package/fesm2015/legacy-autocomplete.mjs.map +1 -1
  343. package/fesm2015/legacy-button/testing.mjs +0 -16
  344. package/fesm2015/legacy-button/testing.mjs.map +1 -1
  345. package/fesm2015/legacy-button.mjs +10 -33
  346. package/fesm2015/legacy-button.mjs.map +1 -1
  347. package/fesm2015/legacy-card/testing.mjs +0 -16
  348. package/fesm2015/legacy-card/testing.mjs.map +1 -1
  349. package/fesm2015/legacy-card.mjs +46 -76
  350. package/fesm2015/legacy-card.mjs.map +1 -1
  351. package/fesm2015/legacy-checkbox/testing.mjs +0 -16
  352. package/fesm2015/legacy-checkbox/testing.mjs.map +1 -1
  353. package/fesm2015/legacy-checkbox.mjs +7 -30
  354. package/fesm2015/legacy-checkbox.mjs.map +1 -1
  355. package/fesm2015/legacy-chips/testing.mjs +0 -23
  356. package/fesm2015/legacy-chips/testing.mjs.map +1 -1
  357. package/fesm2015/legacy-chips.mjs +24 -74
  358. package/fesm2015/legacy-chips.mjs.map +1 -1
  359. package/fesm2015/legacy-core/testing.mjs +0 -16
  360. package/fesm2015/legacy-core/testing.mjs.map +1 -1
  361. package/fesm2015/legacy-core.mjs +10 -47
  362. package/fesm2015/legacy-core.mjs.map +1 -1
  363. package/fesm2015/legacy-dialog/testing.mjs +0 -30
  364. package/fesm2015/legacy-dialog/testing.mjs.map +1 -1
  365. package/fesm2015/legacy-dialog.mjs +22 -80
  366. package/fesm2015/legacy-dialog.mjs.map +1 -1
  367. package/fesm2015/legacy-form-field/testing.mjs +0 -23
  368. package/fesm2015/legacy-form-field/testing.mjs.map +1 -1
  369. package/fesm2015/legacy-form-field.mjs +25 -90
  370. package/fesm2015/legacy-form-field.mjs.map +1 -1
  371. package/fesm2015/legacy-input/testing.mjs +0 -16
  372. package/fesm2015/legacy-input/testing.mjs.map +1 -1
  373. package/fesm2015/legacy-input.mjs +7 -37
  374. package/fesm2015/legacy-input.mjs.map +1 -1
  375. package/fesm2015/legacy-list/testing.mjs +0 -23
  376. package/fesm2015/legacy-list/testing.mjs.map +1 -1
  377. package/fesm2015/legacy-list.mjs +28 -65
  378. package/fesm2015/legacy-list.mjs.map +1 -1
  379. package/fesm2015/legacy-menu/testing.mjs +0 -16
  380. package/fesm2015/legacy-menu/testing.mjs.map +1 -1
  381. package/fesm2015/legacy-menu.mjs +16 -67
  382. package/fesm2015/legacy-menu.mjs.map +1 -1
  383. package/fesm2015/legacy-paginator/testing.mjs +0 -23
  384. package/fesm2015/legacy-paginator/testing.mjs.map +1 -1
  385. package/fesm2015/legacy-paginator.mjs +7 -37
  386. package/fesm2015/legacy-paginator.mjs.map +1 -1
  387. package/fesm2015/legacy-progress-bar/testing.mjs +0 -16
  388. package/fesm2015/legacy-progress-bar/testing.mjs.map +1 -1
  389. package/fesm2015/legacy-progress-bar.mjs +7 -37
  390. package/fesm2015/legacy-progress-bar.mjs.map +1 -1
  391. package/fesm2015/legacy-progress-spinner/testing.mjs +0 -16
  392. package/fesm2015/legacy-progress-spinner/testing.mjs.map +1 -1
  393. package/fesm2015/legacy-progress-spinner.mjs +7 -36
  394. package/fesm2015/legacy-progress-spinner.mjs.map +1 -1
  395. package/fesm2015/legacy-radio/testing.mjs +0 -16
  396. package/fesm2015/legacy-radio/testing.mjs.map +1 -1
  397. package/fesm2015/legacy-radio.mjs +10 -33
  398. package/fesm2015/legacy-radio.mjs.map +1 -1
  399. package/fesm2015/legacy-select/testing.mjs +0 -16
  400. package/fesm2015/legacy-select/testing.mjs.map +1 -1
  401. package/fesm2015/legacy-select.mjs +10 -40
  402. package/fesm2015/legacy-select.mjs.map +1 -1
  403. package/fesm2015/legacy-slide-toggle/testing.mjs +0 -16
  404. package/fesm2015/legacy-slide-toggle/testing.mjs.map +1 -1
  405. package/fesm2015/legacy-slide-toggle.mjs +7 -37
  406. package/fesm2015/legacy-slide-toggle.mjs.map +1 -1
  407. package/fesm2015/legacy-slider/testing.mjs +0 -16
  408. package/fesm2015/legacy-slider/testing.mjs.map +1 -1
  409. package/fesm2015/legacy-slider.mjs +7 -30
  410. package/fesm2015/legacy-slider.mjs.map +1 -1
  411. package/fesm2015/legacy-snack-bar/testing.mjs +0 -16
  412. package/fesm2015/legacy-snack-bar/testing.mjs.map +1 -1
  413. package/fesm2015/legacy-snack-bar.mjs +13 -50
  414. package/fesm2015/legacy-snack-bar.mjs.map +1 -1
  415. package/fesm2015/legacy-table/testing.mjs +0 -37
  416. package/fesm2015/legacy-table/testing.mjs.map +1 -1
  417. package/fesm2015/legacy-table.mjs +55 -113
  418. package/fesm2015/legacy-table.mjs.map +1 -1
  419. package/fesm2015/legacy-tabs/testing.mjs +0 -16
  420. package/fesm2015/legacy-tabs/testing.mjs.map +1 -1
  421. package/fesm2015/legacy-tabs.mjs +40 -120
  422. package/fesm2015/legacy-tabs.mjs.map +1 -1
  423. package/fesm2015/legacy-tooltip/testing.mjs +0 -23
  424. package/fesm2015/legacy-tooltip/testing.mjs.map +1 -1
  425. package/fesm2015/legacy-tooltip.mjs +12 -44
  426. package/fesm2015/legacy-tooltip.mjs.map +1 -1
  427. package/fesm2015/list/testing.mjs +0 -23
  428. package/fesm2015/list/testing.mjs.map +1 -1
  429. package/fesm2015/list.mjs +51 -137
  430. package/fesm2015/list.mjs.map +1 -1
  431. package/fesm2015/material.mjs +0 -7
  432. package/fesm2015/material.mjs.map +1 -1
  433. package/fesm2015/menu/testing.mjs +0 -16
  434. package/fesm2015/menu/testing.mjs.map +1 -1
  435. package/fesm2015/menu.mjs +32 -107
  436. package/fesm2015/menu.mjs.map +1 -1
  437. package/fesm2015/paginator/testing.mjs +0 -16
  438. package/fesm2015/paginator/testing.mjs.map +1 -1
  439. package/fesm2015/paginator.mjs +13 -50
  440. package/fesm2015/paginator.mjs.map +1 -1
  441. package/fesm2015/progress-bar/testing.mjs +0 -16
  442. package/fesm2015/progress-bar/testing.mjs.map +1 -1
  443. package/fesm2015/progress-bar.mjs +8 -38
  444. package/fesm2015/progress-bar.mjs.map +1 -1
  445. package/fesm2015/progress-spinner/testing.mjs +0 -16
  446. package/fesm2015/progress-spinner/testing.mjs.map +1 -1
  447. package/fesm2015/progress-spinner.mjs +7 -37
  448. package/fesm2015/progress-spinner.mjs.map +1 -1
  449. package/fesm2015/radio/testing.mjs +0 -16
  450. package/fesm2015/radio/testing.mjs.map +1 -1
  451. package/fesm2015/radio.mjs +17 -47
  452. package/fesm2015/radio.mjs.map +1 -1
  453. package/fesm2015/select/testing.mjs +0 -16
  454. package/fesm2015/select/testing.mjs.map +1 -1
  455. package/fesm2015/select.mjs +13 -57
  456. package/fesm2015/select.mjs.map +1 -1
  457. package/fesm2015/sidenav/testing.mjs +0 -30
  458. package/fesm2015/sidenav/testing.mjs.map +1 -1
  459. package/fesm2015/sidenav.mjs +22 -59
  460. package/fesm2015/sidenav.mjs.map +1 -1
  461. package/fesm2015/slide-toggle/testing.mjs +0 -16
  462. package/fesm2015/slide-toggle/testing.mjs.map +1 -1
  463. package/fesm2015/slide-toggle.mjs +17 -61
  464. package/fesm2015/slide-toggle.mjs.map +1 -1
  465. package/fesm2015/slider/testing.mjs +0 -16
  466. package/fesm2015/slider/testing.mjs.map +1 -1
  467. package/fesm2015/slider.mjs +16 -60
  468. package/fesm2015/slider.mjs.map +1 -1
  469. package/fesm2015/snack-bar/testing.mjs +0 -16
  470. package/fesm2015/snack-bar/testing.mjs.map +1 -1
  471. package/fesm2015/snack-bar.mjs +28 -93
  472. package/fesm2015/snack-bar.mjs.map +1 -1
  473. package/fesm2015/sort/testing.mjs +0 -16
  474. package/fesm2015/sort/testing.mjs.map +1 -1
  475. package/fesm2015/sort.mjs +13 -64
  476. package/fesm2015/sort.mjs.map +1 -1
  477. package/fesm2015/stepper/testing.mjs +0 -16
  478. package/fesm2015/stepper/testing.mjs.map +1 -1
  479. package/fesm2015/stepper.mjs +31 -96
  480. package/fesm2015/stepper.mjs.map +1 -1
  481. package/fesm2015/table/testing.mjs +0 -16
  482. package/fesm2015/table/testing.mjs.map +1 -1
  483. package/fesm2015/table.mjs +55 -113
  484. package/fesm2015/table.mjs.map +1 -1
  485. package/fesm2015/tabs/testing.mjs +0 -16
  486. package/fesm2015/tabs/testing.mjs.map +1 -1
  487. package/fesm2015/tabs.mjs +61 -168
  488. package/fesm2015/tabs.mjs.map +1 -1
  489. package/fesm2015/toolbar/testing.mjs +0 -16
  490. package/fesm2015/toolbar/testing.mjs.map +1 -1
  491. package/fesm2015/toolbar.mjs +10 -33
  492. package/fesm2015/toolbar.mjs.map +1 -1
  493. package/fesm2015/tooltip/testing.mjs +0 -16
  494. package/fesm2015/tooltip/testing.mjs.map +1 -1
  495. package/fesm2015/tooltip.mjs +30 -59
  496. package/fesm2015/tooltip.mjs.map +1 -1
  497. package/fesm2015/tree/testing.mjs +0 -16
  498. package/fesm2015/tree/testing.mjs.map +1 -1
  499. package/fesm2015/tree.mjs +25 -90
  500. package/fesm2015/tree.mjs.map +1 -1
  501. package/fesm2020/autocomplete/testing.mjs +0 -31
  502. package/fesm2020/autocomplete/testing.mjs.map +1 -1
  503. package/fesm2020/autocomplete.mjs +24 -75
  504. package/fesm2020/autocomplete.mjs.map +1 -1
  505. package/fesm2020/badge/testing.mjs +0 -31
  506. package/fesm2020/badge/testing.mjs.map +1 -1
  507. package/fesm2020/badge.mjs +7 -37
  508. package/fesm2020/badge.mjs.map +1 -1
  509. package/fesm2020/bottom-sheet/testing.mjs +0 -31
  510. package/fesm2020/bottom-sheet/testing.mjs.map +1 -1
  511. package/fesm2020/bottom-sheet.mjs +10 -61
  512. package/fesm2020/bottom-sheet.mjs.map +1 -1
  513. package/fesm2020/button/testing.mjs +0 -31
  514. package/fesm2020/button/testing.mjs.map +1 -1
  515. package/fesm2020/button-toggle/testing.mjs +0 -46
  516. package/fesm2020/button-toggle/testing.mjs.map +1 -1
  517. package/fesm2020/button-toggle.mjs +10 -40
  518. package/fesm2020/button-toggle.mjs.map +1 -1
  519. package/fesm2020/button.mjs +194 -107
  520. package/fesm2020/button.mjs.map +1 -1
  521. package/fesm2020/card/testing.mjs +0 -31
  522. package/fesm2020/card/testing.mjs.map +1 -1
  523. package/fesm2020/card.mjs +46 -76
  524. package/fesm2020/card.mjs.map +1 -1
  525. package/fesm2020/checkbox/testing.mjs +0 -23
  526. package/fesm2020/checkbox/testing.mjs.map +1 -1
  527. package/fesm2020/checkbox.mjs +17 -61
  528. package/fesm2020/checkbox.mjs.map +1 -1
  529. package/fesm2020/chips/testing.mjs +0 -94
  530. package/fesm2020/chips/testing.mjs.map +1 -1
  531. package/fesm2020/chips.mjs +42 -156
  532. package/fesm2020/chips.mjs.map +1 -1
  533. package/fesm2020/core/testing.mjs +0 -46
  534. package/fesm2020/core/testing.mjs.map +1 -1
  535. package/fesm2020/core.mjs +60 -267
  536. package/fesm2020/core.mjs.map +1 -1
  537. package/fesm2020/datepicker/testing.mjs +0 -73
  538. package/fesm2020/datepicker/testing.mjs.map +1 -1
  539. package/fesm2020/datepicker.mjs +82 -245
  540. package/fesm2020/datepicker.mjs.map +1 -1
  541. package/fesm2020/dialog/testing.mjs +0 -30
  542. package/fesm2020/dialog/testing.mjs.map +1 -1
  543. package/fesm2020/dialog.mjs +29 -94
  544. package/fesm2020/dialog.mjs.map +1 -1
  545. package/fesm2020/divider/testing.mjs +0 -31
  546. package/fesm2020/divider/testing.mjs.map +1 -1
  547. package/fesm2020/divider.mjs +7 -37
  548. package/fesm2020/divider.mjs.map +1 -1
  549. package/fesm2020/expansion/testing.mjs +0 -38
  550. package/fesm2020/expansion/testing.mjs.map +1 -1
  551. package/fesm2020/expansion.mjs +25 -90
  552. package/fesm2020/expansion.mjs.map +1 -1
  553. package/fesm2020/form-field/testing/control.mjs +0 -15
  554. package/fesm2020/form-field/testing/control.mjs.map +1 -1
  555. package/fesm2020/form-field/testing.mjs +1 -37
  556. package/fesm2020/form-field/testing.mjs.map +1 -1
  557. package/fesm2020/form-field.mjs +34 -134
  558. package/fesm2020/form-field.mjs.map +1 -1
  559. package/fesm2020/grid-list/testing.mjs +0 -38
  560. package/fesm2020/grid-list/testing.mjs.map +1 -1
  561. package/fesm2020/grid-list.mjs +22 -79
  562. package/fesm2020/grid-list.mjs.map +1 -1
  563. package/fesm2020/icon/testing.mjs +7 -45
  564. package/fesm2020/icon/testing.mjs.map +1 -1
  565. package/fesm2020/icon.mjs +10 -54
  566. package/fesm2020/icon.mjs.map +1 -1
  567. package/fesm2020/input/testing.mjs +0 -53
  568. package/fesm2020/input/testing.mjs.map +1 -1
  569. package/fesm2020/input.mjs +7 -51
  570. package/fesm2020/input.mjs.map +1 -1
  571. package/fesm2020/legacy-autocomplete/testing.mjs +0 -23
  572. package/fesm2020/legacy-autocomplete/testing.mjs.map +1 -1
  573. package/fesm2020/legacy-autocomplete.mjs +13 -57
  574. package/fesm2020/legacy-autocomplete.mjs.map +1 -1
  575. package/fesm2020/legacy-button/testing.mjs +0 -23
  576. package/fesm2020/legacy-button/testing.mjs.map +1 -1
  577. package/fesm2020/legacy-button.mjs +10 -40
  578. package/fesm2020/legacy-button.mjs.map +1 -1
  579. package/fesm2020/legacy-card/testing.mjs +0 -23
  580. package/fesm2020/legacy-card/testing.mjs.map +1 -1
  581. package/fesm2020/legacy-card.mjs +46 -76
  582. package/fesm2020/legacy-card.mjs.map +1 -1
  583. package/fesm2020/legacy-checkbox/testing.mjs +0 -23
  584. package/fesm2020/legacy-checkbox/testing.mjs.map +1 -1
  585. package/fesm2020/legacy-checkbox.mjs +7 -37
  586. package/fesm2020/legacy-checkbox.mjs.map +1 -1
  587. package/fesm2020/legacy-chips/testing.mjs +0 -65
  588. package/fesm2020/legacy-chips/testing.mjs.map +1 -1
  589. package/fesm2020/legacy-chips.mjs +24 -74
  590. package/fesm2020/legacy-chips.mjs.map +1 -1
  591. package/fesm2020/legacy-core/testing.mjs +0 -46
  592. package/fesm2020/legacy-core/testing.mjs.map +1 -1
  593. package/fesm2020/legacy-core.mjs +10 -47
  594. package/fesm2020/legacy-core.mjs.map +1 -1
  595. package/fesm2020/legacy-dialog/testing.mjs +0 -30
  596. package/fesm2020/legacy-dialog/testing.mjs.map +1 -1
  597. package/fesm2020/legacy-dialog.mjs +22 -80
  598. package/fesm2020/legacy-dialog.mjs.map +1 -1
  599. package/fesm2020/legacy-form-field/testing.mjs +0 -30
  600. package/fesm2020/legacy-form-field/testing.mjs.map +1 -1
  601. package/fesm2020/legacy-form-field.mjs +25 -97
  602. package/fesm2020/legacy-form-field.mjs.map +1 -1
  603. package/fesm2020/legacy-input/testing.mjs +0 -16
  604. package/fesm2020/legacy-input/testing.mjs.map +1 -1
  605. package/fesm2020/legacy-input.mjs +7 -37
  606. package/fesm2020/legacy-input.mjs.map +1 -1
  607. package/fesm2020/legacy-list/testing.mjs +0 -58
  608. package/fesm2020/legacy-list/testing.mjs.map +1 -1
  609. package/fesm2020/legacy-list.mjs +28 -65
  610. package/fesm2020/legacy-list.mjs.map +1 -1
  611. package/fesm2020/legacy-menu/testing.mjs +0 -23
  612. package/fesm2020/legacy-menu/testing.mjs.map +1 -1
  613. package/fesm2020/legacy-menu.mjs +16 -67
  614. package/fesm2020/legacy-menu.mjs.map +1 -1
  615. package/fesm2020/legacy-paginator/testing.mjs +0 -23
  616. package/fesm2020/legacy-paginator/testing.mjs.map +1 -1
  617. package/fesm2020/legacy-paginator.mjs +7 -37
  618. package/fesm2020/legacy-paginator.mjs.map +1 -1
  619. package/fesm2020/legacy-progress-bar/testing.mjs +0 -23
  620. package/fesm2020/legacy-progress-bar/testing.mjs.map +1 -1
  621. package/fesm2020/legacy-progress-bar.mjs +7 -37
  622. package/fesm2020/legacy-progress-bar.mjs.map +1 -1
  623. package/fesm2020/legacy-progress-spinner/testing.mjs +0 -23
  624. package/fesm2020/legacy-progress-spinner/testing.mjs.map +1 -1
  625. package/fesm2020/legacy-progress-spinner.mjs +7 -36
  626. package/fesm2020/legacy-progress-spinner.mjs.map +1 -1
  627. package/fesm2020/legacy-radio/testing.mjs +0 -23
  628. package/fesm2020/legacy-radio/testing.mjs.map +1 -1
  629. package/fesm2020/legacy-radio.mjs +10 -40
  630. package/fesm2020/legacy-radio.mjs.map +1 -1
  631. package/fesm2020/legacy-select/testing.mjs +0 -23
  632. package/fesm2020/legacy-select/testing.mjs.map +1 -1
  633. package/fesm2020/legacy-select.mjs +10 -40
  634. package/fesm2020/legacy-select.mjs.map +1 -1
  635. package/fesm2020/legacy-slide-toggle/testing.mjs +0 -23
  636. package/fesm2020/legacy-slide-toggle/testing.mjs.map +1 -1
  637. package/fesm2020/legacy-slide-toggle.mjs +7 -44
  638. package/fesm2020/legacy-slide-toggle.mjs.map +1 -1
  639. package/fesm2020/legacy-slider/testing.mjs +0 -23
  640. package/fesm2020/legacy-slider/testing.mjs.map +1 -1
  641. package/fesm2020/legacy-slider.mjs +7 -37
  642. package/fesm2020/legacy-slider.mjs.map +1 -1
  643. package/fesm2020/legacy-snack-bar/testing.mjs +0 -23
  644. package/fesm2020/legacy-snack-bar/testing.mjs.map +1 -1
  645. package/fesm2020/legacy-snack-bar.mjs +13 -57
  646. package/fesm2020/legacy-snack-bar.mjs.map +1 -1
  647. package/fesm2020/legacy-table/testing.mjs +0 -37
  648. package/fesm2020/legacy-table/testing.mjs.map +1 -1
  649. package/fesm2020/legacy-table.mjs +55 -113
  650. package/fesm2020/legacy-table.mjs.map +1 -1
  651. package/fesm2020/legacy-tabs/testing.mjs +0 -51
  652. package/fesm2020/legacy-tabs/testing.mjs.map +1 -1
  653. package/fesm2020/legacy-tabs.mjs +40 -134
  654. package/fesm2020/legacy-tabs.mjs.map +1 -1
  655. package/fesm2020/legacy-tooltip/testing.mjs +0 -23
  656. package/fesm2020/legacy-tooltip/testing.mjs.map +1 -1
  657. package/fesm2020/legacy-tooltip.mjs +12 -51
  658. package/fesm2020/legacy-tooltip.mjs.map +1 -1
  659. package/fesm2020/list/testing.mjs +0 -66
  660. package/fesm2020/list/testing.mjs.map +1 -1
  661. package/fesm2020/list.mjs +51 -144
  662. package/fesm2020/list.mjs.map +1 -1
  663. package/fesm2020/material.mjs +0 -7
  664. package/fesm2020/material.mjs.map +1 -1
  665. package/fesm2020/menu/testing.mjs +0 -31
  666. package/fesm2020/menu/testing.mjs.map +1 -1
  667. package/fesm2020/menu.mjs +32 -115
  668. package/fesm2020/menu.mjs.map +1 -1
  669. package/fesm2020/paginator/testing.mjs +0 -31
  670. package/fesm2020/paginator/testing.mjs.map +1 -1
  671. package/fesm2020/paginator.mjs +13 -50
  672. package/fesm2020/paginator.mjs.map +1 -1
  673. package/fesm2020/progress-bar/testing.mjs +0 -31
  674. package/fesm2020/progress-bar/testing.mjs.map +1 -1
  675. package/fesm2020/progress-bar.mjs +8 -38
  676. package/fesm2020/progress-bar.mjs.map +1 -1
  677. package/fesm2020/progress-spinner/testing.mjs +0 -31
  678. package/fesm2020/progress-spinner/testing.mjs.map +1 -1
  679. package/fesm2020/progress-spinner.mjs +7 -37
  680. package/fesm2020/progress-spinner.mjs.map +1 -1
  681. package/fesm2020/radio/testing.mjs +0 -31
  682. package/fesm2020/radio/testing.mjs.map +1 -1
  683. package/fesm2020/radio.mjs +17 -47
  684. package/fesm2020/radio.mjs.map +1 -1
  685. package/fesm2020/select/testing.mjs +0 -31
  686. package/fesm2020/select/testing.mjs.map +1 -1
  687. package/fesm2020/select.mjs +13 -57
  688. package/fesm2020/select.mjs.map +1 -1
  689. package/fesm2020/sidenav/testing.mjs +0 -66
  690. package/fesm2020/sidenav/testing.mjs.map +1 -1
  691. package/fesm2020/sidenav.mjs +22 -59
  692. package/fesm2020/sidenav.mjs.map +1 -1
  693. package/fesm2020/slide-toggle/testing.mjs +0 -31
  694. package/fesm2020/slide-toggle/testing.mjs.map +1 -1
  695. package/fesm2020/slide-toggle.mjs +17 -61
  696. package/fesm2020/slide-toggle.mjs.map +1 -1
  697. package/fesm2020/slider/testing.mjs +0 -30
  698. package/fesm2020/slider/testing.mjs.map +1 -1
  699. package/fesm2020/slider.mjs +16 -67
  700. package/fesm2020/slider.mjs.map +1 -1
  701. package/fesm2020/snack-bar/testing.mjs +0 -31
  702. package/fesm2020/snack-bar/testing.mjs.map +1 -1
  703. package/fesm2020/snack-bar.mjs +28 -100
  704. package/fesm2020/snack-bar.mjs.map +1 -1
  705. package/fesm2020/sort/testing.mjs +0 -30
  706. package/fesm2020/sort/testing.mjs.map +1 -1
  707. package/fesm2020/sort.mjs +13 -79
  708. package/fesm2020/sort.mjs.map +1 -1
  709. package/fesm2020/stepper/testing.mjs +0 -37
  710. package/fesm2020/stepper/testing.mjs.map +1 -1
  711. package/fesm2020/stepper.mjs +31 -110
  712. package/fesm2020/stepper.mjs.map +1 -1
  713. package/fesm2020/table/testing.mjs +0 -37
  714. package/fesm2020/table/testing.mjs.map +1 -1
  715. package/fesm2020/table.mjs +55 -113
  716. package/fesm2020/table.mjs.map +1 -1
  717. package/fesm2020/tabs/testing.mjs +0 -51
  718. package/fesm2020/tabs/testing.mjs.map +1 -1
  719. package/fesm2020/tabs.mjs +61 -168
  720. package/fesm2020/tabs.mjs.map +1 -1
  721. package/fesm2020/toolbar/testing.mjs +0 -31
  722. package/fesm2020/toolbar/testing.mjs.map +1 -1
  723. package/fesm2020/toolbar.mjs +10 -40
  724. package/fesm2020/toolbar.mjs.map +1 -1
  725. package/fesm2020/tooltip/testing.mjs +0 -31
  726. package/fesm2020/tooltip/testing.mjs.map +1 -1
  727. package/fesm2020/tooltip.mjs +30 -59
  728. package/fesm2020/tooltip.mjs.map +1 -1
  729. package/fesm2020/tree/testing.mjs +0 -38
  730. package/fesm2020/tree/testing.mjs.map +1 -1
  731. package/fesm2020/tree.mjs +25 -90
  732. package/fesm2020/tree.mjs.map +1 -1
  733. package/form-field/index.d.ts +7 -7
  734. package/grid-list/index.d.ts +2 -2
  735. package/icon/index.d.ts +1 -1
  736. package/input/index.d.ts +1 -1
  737. package/legacy-autocomplete/index.d.ts +1 -1
  738. package/legacy-button/index.d.ts +2 -2
  739. package/legacy-card/index.d.ts +1 -1
  740. package/legacy-checkbox/index.d.ts +1 -1
  741. package/legacy-chips/index.d.ts +4 -5
  742. package/legacy-core/index.d.ts +1 -1
  743. package/legacy-dialog/index.d.ts +3 -3
  744. package/legacy-form-field/index.d.ts +3 -3
  745. package/legacy-list/index.d.ts +5 -5
  746. package/legacy-menu/index.d.ts +1 -1
  747. package/legacy-paginator/index.d.ts +1 -1
  748. package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
  749. package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
  750. package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
  751. package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
  752. package/legacy-progress-bar/index.d.ts +1 -1
  753. package/legacy-progress-spinner/index.d.ts +1 -1
  754. package/legacy-radio/index.d.ts +1 -1
  755. package/legacy-select/index.d.ts +1 -1
  756. package/legacy-slide-toggle/index.d.ts +1 -1
  757. package/legacy-slider/index.d.ts +1 -1
  758. package/legacy-table/index.d.ts +4 -4
  759. package/legacy-tabs/index.d.ts +7 -7
  760. package/legacy-tooltip/index.d.ts +1 -2
  761. package/list/_list-theme.scss +20 -23
  762. package/list/index.d.ts +5 -5
  763. package/menu/index.d.ts +3 -4
  764. package/package.json +2 -2
  765. package/paginator/index.d.ts +2 -2
  766. package/prebuilt-themes/deeppurple-amber.css +1 -1
  767. package/prebuilt-themes/indigo-pink.css +1 -1
  768. package/prebuilt-themes/pink-bluegrey.css +1 -1
  769. package/prebuilt-themes/purple-green.css +1 -1
  770. package/progress-bar/_progress-bar-theme.scss +17 -24
  771. package/progress-bar/index.d.ts +1 -1
  772. package/progress-spinner/index.d.ts +1 -1
  773. package/radio/_radio-theme.scss +33 -17
  774. package/radio/index.d.ts +3 -3
  775. package/schematics/ng-add/index.js +1 -1
  776. package/schematics/ng-add/index.mjs +1 -1
  777. package/schematics/ng-generate/mdc-migration/index_bundled.js +833 -404
  778. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
  779. package/schematics/ng-update/index_bundled.js +25 -25
  780. package/select/index.d.ts +2 -2
  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
@@ -79,10 +79,10 @@ export class MatLegacySelectChange {
79
79
  */
80
80
  class MatLegacySelectTrigger {
81
81
  }
82
- MatLegacySelectTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive });
83
- MatLegacySelectTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacySelectTrigger, selector: "mat-select-trigger", providers: [{ provide: MAT_SELECT_TRIGGER, useExisting: MatLegacySelectTrigger }], ngImport: i0 });
82
+ MatLegacySelectTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive });
83
+ MatLegacySelectTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacySelectTrigger, selector: "mat-select-trigger", providers: [{ provide: MAT_SELECT_TRIGGER, useExisting: MatLegacySelectTrigger }], ngImport: i0 });
84
84
  export { MatLegacySelectTrigger };
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySelectTrigger, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySelectTrigger, decorators: [{
86
86
  type: Directive,
87
87
  args: [{
88
88
  selector: 'mat-select-trigger',
@@ -392,8 +392,8 @@ class MatLegacySelect extends _MatSelectBase {
392
392
  return this.options.length + this.optionGroups.length;
393
393
  }
394
394
  }
395
- MatLegacySelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
396
- MatLegacySelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacySelect, selector: "mat-select", inputs: { disabled: "disabled", disableRipple: "disableRipple", tabIndex: "tabIndex" }, host: { attributes: { "role": "combobox", "aria-autocomplete": "none", "aria-haspopup": "true", "ngSkipHydration": "true" }, listeners: { "keydown": "_handleKeydown($event)", "focus": "_onFocus()", "blur": "_onBlur()" }, properties: { "attr.id": "id", "attr.tabindex": "tabIndex", "attr.aria-controls": "panelOpen ? id + \"-panel\" : null", "attr.aria-expanded": "panelOpen", "attr.aria-label": "ariaLabel || null", "attr.aria-required": "required.toString()", "attr.aria-disabled": "disabled.toString()", "attr.aria-invalid": "errorState", "attr.aria-activedescendant": "_getAriaActiveDescendant()", "class.mat-select-disabled": "disabled", "class.mat-select-invalid": "errorState", "class.mat-select-required": "required", "class.mat-select-empty": "empty", "class.mat-select-multiple": "multiple" }, classAttribute: "mat-select" }, providers: [
395
+ MatLegacySelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
396
+ MatLegacySelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacySelect, selector: "mat-select", inputs: { disabled: "disabled", disableRipple: "disableRipple", tabIndex: "tabIndex" }, host: { attributes: { "role": "combobox", "aria-autocomplete": "none", "aria-haspopup": "true", "ngSkipHydration": "true" }, listeners: { "keydown": "_handleKeydown($event)", "focus": "_onFocus()", "blur": "_onBlur()" }, properties: { "attr.id": "id", "attr.tabindex": "tabIndex", "attr.aria-controls": "panelOpen ? id + \"-panel\" : null", "attr.aria-expanded": "panelOpen", "attr.aria-label": "ariaLabel || null", "attr.aria-required": "required.toString()", "attr.aria-disabled": "disabled.toString()", "attr.aria-invalid": "errorState", "attr.aria-activedescendant": "_getAriaActiveDescendant()", "class.mat-select-disabled": "disabled", "class.mat-select-invalid": "errorState", "class.mat-select-required": "required", "class.mat-select-empty": "empty", "class.mat-select-multiple": "multiple" }, classAttribute: "mat-select" }, providers: [
397
397
  { provide: MatLegacyFormFieldControl, useExisting: MatLegacySelect },
398
398
  { provide: MAT_LEGACY_OPTION_PARENT_COMPONENT, useExisting: MatLegacySelect },
399
399
  ], queries: [{ propertyName: "customTrigger", first: true, predicate: MAT_SELECT_TRIGGER, descendants: true }, { propertyName: "options", predicate: MatLegacyOption, descendants: true }, { propertyName: "optionGroups", predicate: MAT_LEGACY_OPTGROUP, descendants: true }], exportAs: ["matSelect"], usesInheritance: true, ngImport: i0, template: "<!--\n Note that the select trigger element specifies `aria-owns` pointing to the listbox overlay.\n While aria-owns is not required for the ARIA 1.2 `role=\"combobox\"` interaction pattern,\n it fixes an issue with VoiceOver when the select appears inside of an `aria-model=\"true\"`\n element (e.g. a dialog). Without this `aria-owns`, the `aria-modal` on a dialog prevents\n VoiceOver from \"seeing\" the select's listbox overlay for aria-activedescendant.\n Using `aria-owns` re-parents the select overlay so that it works again.\n See https://github.com/angular/components/issues/20694\n-->\n<div cdk-overlay-origin\n [attr.aria-owns]=\"panelOpen ? id + '-panel' : null\"\n class=\"mat-select-trigger\"\n (click)=\"toggle()\"\n #origin=\"cdkOverlayOrigin\"\n #trigger>\n <div class=\"mat-select-value\" [ngSwitch]=\"empty\" [attr.id]=\"_valueId\">\n <span class=\"mat-select-placeholder mat-select-min-line\" *ngSwitchCase=\"true\">{{placeholder}}</span>\n <span class=\"mat-select-value-text\" *ngSwitchCase=\"false\" [ngSwitch]=\"!!customTrigger\">\n <span class=\"mat-select-min-line\" *ngSwitchDefault>{{triggerValue}}</span>\n <ng-content select=\"mat-select-trigger\" *ngSwitchCase=\"true\"></ng-content>\n </span>\n </div>\n\n <div class=\"mat-select-arrow-wrapper\"><div class=\"mat-select-arrow\"></div></div>\n</div>\n\n<ng-template\n cdk-connected-overlay\n cdkConnectedOverlayLockPosition\n cdkConnectedOverlayHasBackdrop\n cdkConnectedOverlayBackdropClass=\"cdk-overlay-transparent-backdrop\"\n [cdkConnectedOverlayPanelClass]=\"_overlayPanelClass\"\n [cdkConnectedOverlayScrollStrategy]=\"_scrollStrategy\"\n [cdkConnectedOverlayOrigin]=\"origin\"\n [cdkConnectedOverlayOpen]=\"panelOpen\"\n [cdkConnectedOverlayPositions]=\"_positions\"\n [cdkConnectedOverlayMinWidth]=\"_getOverlayMinWidth()\"\n [cdkConnectedOverlayOffsetY]=\"_offsetY\"\n (backdropClick)=\"close()\"\n (attach)=\"_onAttached()\"\n (detach)=\"close()\">\n <div class=\"mat-select-panel-wrap\" [@transformPanelWrap]>\n <div\n #panel\n role=\"listbox\"\n tabindex=\"-1\"\n class=\"mat-select-panel {{ _getPanelTheme() }}\"\n [attr.id]=\"id + '-panel'\"\n [attr.aria-multiselectable]=\"multiple\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"_getPanelAriaLabelledby()\"\n [ngClass]=\"panelClass\"\n [@transformPanel]=\"multiple ? 'showing-multiple' : 'showing'\"\n (@transformPanel.done)=\"_panelDoneAnimatingStream.next($event.toState)\"\n [style.transformOrigin]=\"_transformOrigin\"\n [style.font-size.px]=\"_triggerFontSize\"\n (keydown)=\"_handleKeydown($event)\">\n <ng-content></ng-content>\n </div>\n </div>\n</ng-template>\n", styles: [".mat-select{display:inline-block;width:100%;outline:none}.mat-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-select-disabled .mat-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-select-arrow-wrapper{height:16px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-outline .mat-select-arrow-wrapper{transform:translateY(-25%)}.mat-form-field-appearance-standard.mat-form-field-has-label .mat-select:not(.mat-select-empty) .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:none}.mat-select-arrow{width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;margin:0 4px}.mat-form-field.mat-focused .mat-select-arrow{transform:translateX(0)}.mat-select-panel-wrap{flex-basis:100%}.mat-select-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0;max-height:256px;min-width:100%;border-radius:4px;outline:0}.cdk-high-contrast-active .mat-select-panel{outline:solid 1px}.mat-select-panel .mat-optgroup-label,.mat-select-panel .mat-option{font-size:inherit;line-height:3em;height:3em}.mat-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-form-field-flex{cursor:pointer}.mat-form-field-type-mat-select .mat-form-field-label{width:calc(100% - 18px)}.mat-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable .mat-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-select-min-line:empty::before{content:\" \";white-space:pre;width:1px;display:inline-block;visibility:hidden}"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.CdkConnectedOverlay, selector: "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", inputs: ["cdkConnectedOverlayOrigin", "cdkConnectedOverlayPositions", "cdkConnectedOverlayPositionStrategy", "cdkConnectedOverlayOffsetX", "cdkConnectedOverlayOffsetY", "cdkConnectedOverlayWidth", "cdkConnectedOverlayHeight", "cdkConnectedOverlayMinWidth", "cdkConnectedOverlayMinHeight", "cdkConnectedOverlayBackdropClass", "cdkConnectedOverlayPanelClass", "cdkConnectedOverlayViewportMargin", "cdkConnectedOverlayScrollStrategy", "cdkConnectedOverlayOpen", "cdkConnectedOverlayDisableClose", "cdkConnectedOverlayTransformOriginOn", "cdkConnectedOverlayHasBackdrop", "cdkConnectedOverlayLockPosition", "cdkConnectedOverlayFlexibleDimensions", "cdkConnectedOverlayGrowAfterOpen", "cdkConnectedOverlayPush"], outputs: ["backdropClick", "positionChange", "attach", "detach", "overlayKeydown", "overlayOutsideClick"], exportAs: ["cdkConnectedOverlay"] }, { kind: "directive", type: i2.CdkOverlayOrigin, selector: "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]", exportAs: ["cdkOverlayOrigin"] }], animations: [
@@ -401,7 +401,7 @@ MatLegacySelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
401
401
  matLegacySelectAnimations.transformPanel,
402
402
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
403
403
  export { MatLegacySelect };
404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySelect, decorators: [{
404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySelect, decorators: [{
405
405
  type: Component,
406
406
  args: [{ selector: 'mat-select', exportAs: 'matSelect', inputs: ['disabled', 'disableRipple', 'tabIndex'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
407
407
  'role': 'combobox',
@@ -17,17 +17,17 @@ import * as i0 from "@angular/core";
17
17
  */
18
18
  class MatLegacySlideToggleModule {
19
19
  }
20
- MatLegacySlideToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlideToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
- MatLegacySlideToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlideToggleModule, declarations: [MatLegacySlideToggle], imports: [_MatSlideToggleRequiredValidatorModule,
20
+ MatLegacySlideToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlideToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ MatLegacySlideToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlideToggleModule, declarations: [MatLegacySlideToggle], imports: [_MatSlideToggleRequiredValidatorModule,
22
22
  MatRippleModule,
23
23
  MatCommonModule,
24
24
  ObserversModule], exports: [_MatSlideToggleRequiredValidatorModule, MatLegacySlideToggle, MatCommonModule] });
25
- MatLegacySlideToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlideToggleModule, imports: [_MatSlideToggleRequiredValidatorModule,
25
+ MatLegacySlideToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlideToggleModule, imports: [_MatSlideToggleRequiredValidatorModule,
26
26
  MatRippleModule,
27
27
  MatCommonModule,
28
28
  ObserversModule, _MatSlideToggleRequiredValidatorModule, MatCommonModule] });
29
29
  export { MatLegacySlideToggleModule };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlideToggleModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlideToggleModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [
@@ -102,10 +102,10 @@ class MatLegacySlideToggle extends _MatSlideToggleBase {
102
102
  this._changeDetectorRef.detectChanges();
103
103
  }
104
104
  }
105
- MatLegacySlideToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlideToggle, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.ChangeDetectorRef }, { token: 'tabindex', attribute: true }, { token: MAT_LEGACY_SLIDE_TOGGLE_DEFAULT_OPTIONS }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
106
- MatLegacySlideToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacySlideToggle, selector: "mat-slide-toggle", inputs: { disabled: "disabled", disableRipple: "disableRipple", color: "color", tabIndex: "tabIndex" }, host: { properties: { "id": "id", "attr.tabindex": "null", "attr.aria-label": "null", "attr.aria-labelledby": "null", "attr.name": "null", "class.mat-checked": "checked", "class.mat-disabled": "disabled", "class.mat-slide-toggle-label-before": "labelPosition == \"before\"", "class._mat-animation-noopable": "_noopAnimations" }, classAttribute: "mat-slide-toggle" }, providers: [MAT_LEGACY_SLIDE_TOGGLE_VALUE_ACCESSOR], viewQueries: [{ propertyName: "_inputElement", first: true, predicate: ["input"], descendants: true }], exportAs: ["matSlideToggle"], usesInheritance: true, ngImport: i0, template: "<label [attr.for]=\"inputId\" class=\"mat-slide-toggle-label\" #label>\n <span class=\"mat-slide-toggle-bar\"\n [class.mat-slide-toggle-bar-no-side-margin]=\"!labelContent.textContent || !labelContent.textContent.trim()\">\n\n <input #input class=\"mat-slide-toggle-input cdk-visually-hidden\" type=\"checkbox\"\n role=\"switch\"\n [id]=\"inputId\"\n [required]=\"required\"\n [tabIndex]=\"tabIndex\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [attr.aria-checked]=\"checked\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-describedby]=\"ariaDescribedby\"\n (change)=\"_onChangeEvent($event)\"\n (click)=\"_onInputClick($event)\">\n\n <span class=\"mat-slide-toggle-thumb-container\">\n <span class=\"mat-slide-toggle-thumb\"></span>\n <span class=\"mat-slide-toggle-ripple mat-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"label\"\n [matRippleDisabled]=\"disableRipple || disabled\"\n [matRippleCentered]=\"true\"\n [matRippleRadius]=\"20\"\n [matRippleAnimation]=\"{enterDuration: _noopAnimations ? 0 : 150}\">\n\n <span class=\"mat-ripple-element mat-slide-toggle-persistent-ripple\"></span>\n </span>\n </span>\n\n </span>\n\n <span class=\"mat-slide-toggle-content\" #labelContent (cdkObserveContent)=\"_onLabelTextChange()\">\n <!-- Add an invisible span so JAWS can read the label -->\n <span style=\"display:none\">&nbsp;</span>\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [".mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px, 0, 0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px, 0, 0)}.mat-slide-toggle.mat-disabled{opacity:.38}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{-webkit-user-select:none;user-select:none;display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar,.mat-slide-toggle-bar{margin-right:8px;margin-left:0}[dir=rtl] .mat-slide-toggle-bar,.mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0, 0, 0);transition:all 80ms linear;transition-property:transform}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%;display:block}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle .mat-slide-toggle-ripple{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple){opacity:.12}.mat-slide-toggle-persistent-ripple{width:100%;height:100%;transform:none}.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:.04}.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple{opacity:.12}.mat-slide-toggle-persistent-ripple,.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:0}@media(hover: none){.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{display:none}}.mat-slide-toggle-input:focus~.mat-slide-toggle-thumb-container .mat-focus-indicator::before{content:\"\"}.cdk-high-contrast-active .mat-slide-toggle-thumb,.cdk-high-contrast-active .mat-slide-toggle-bar{border:1px solid}"], dependencies: [{ kind: "directive", type: i2.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i3.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
105
+ MatLegacySlideToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlideToggle, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.ChangeDetectorRef }, { token: 'tabindex', attribute: true }, { token: MAT_LEGACY_SLIDE_TOGGLE_DEFAULT_OPTIONS }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
106
+ MatLegacySlideToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacySlideToggle, selector: "mat-slide-toggle", inputs: { disabled: "disabled", disableRipple: "disableRipple", color: "color", tabIndex: "tabIndex" }, host: { properties: { "id": "id", "attr.tabindex": "null", "attr.aria-label": "null", "attr.aria-labelledby": "null", "attr.name": "null", "class.mat-checked": "checked", "class.mat-disabled": "disabled", "class.mat-slide-toggle-label-before": "labelPosition == \"before\"", "class._mat-animation-noopable": "_noopAnimations" }, classAttribute: "mat-slide-toggle" }, providers: [MAT_LEGACY_SLIDE_TOGGLE_VALUE_ACCESSOR], viewQueries: [{ propertyName: "_inputElement", first: true, predicate: ["input"], descendants: true }], exportAs: ["matSlideToggle"], usesInheritance: true, ngImport: i0, template: "<label [attr.for]=\"inputId\" class=\"mat-slide-toggle-label\" #label>\n <span class=\"mat-slide-toggle-bar\"\n [class.mat-slide-toggle-bar-no-side-margin]=\"!labelContent.textContent || !labelContent.textContent.trim()\">\n\n <input #input class=\"mat-slide-toggle-input cdk-visually-hidden\" type=\"checkbox\"\n role=\"switch\"\n [id]=\"inputId\"\n [required]=\"required\"\n [tabIndex]=\"tabIndex\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [attr.aria-checked]=\"checked\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-describedby]=\"ariaDescribedby\"\n (change)=\"_onChangeEvent($event)\"\n (click)=\"_onInputClick($event)\">\n\n <span class=\"mat-slide-toggle-thumb-container\">\n <span class=\"mat-slide-toggle-thumb\"></span>\n <span class=\"mat-slide-toggle-ripple mat-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"label\"\n [matRippleDisabled]=\"disableRipple || disabled\"\n [matRippleCentered]=\"true\"\n [matRippleRadius]=\"20\"\n [matRippleAnimation]=\"{enterDuration: _noopAnimations ? 0 : 150}\">\n\n <span class=\"mat-ripple-element mat-slide-toggle-persistent-ripple\"></span>\n </span>\n </span>\n\n </span>\n\n <span class=\"mat-slide-toggle-content\" #labelContent (cdkObserveContent)=\"_onLabelTextChange()\">\n <!-- Add an invisible span so JAWS can read the label -->\n <span style=\"display:none\">&nbsp;</span>\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [".mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px, 0, 0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px, 0, 0)}.mat-slide-toggle.mat-disabled{opacity:.38}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{-webkit-user-select:none;user-select:none;display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar,.mat-slide-toggle-bar{margin-right:8px;margin-left:0}[dir=rtl] .mat-slide-toggle-bar,.mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0, 0, 0);transition:all 80ms linear;transition-property:transform}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%;display:block}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle .mat-slide-toggle-ripple{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple){opacity:.12}.mat-slide-toggle-persistent-ripple{width:100%;height:100%;transform:none}.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:.04}.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple{opacity:.12}.mat-slide-toggle-persistent-ripple,.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:0}@media(hover: none){.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{display:none}}.mat-slide-toggle-input:focus~.mat-slide-toggle-thumb-container .mat-focus-indicator::before{content:\"\"}.cdk-high-contrast-active .mat-slide-toggle-thumb,.cdk-high-contrast-active .mat-slide-toggle-bar{border:1px solid}"], dependencies: [{ kind: "directive", type: i2.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i3.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
107
107
  export { MatLegacySlideToggle };
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlideToggle, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlideToggle, decorators: [{
109
109
  type: Component,
110
110
  args: [{ selector: 'mat-slide-toggle', exportAs: 'matSlideToggle', host: {
111
111
  'class': 'mat-slide-toggle',
@@ -16,11 +16,11 @@ import * as i0 from "@angular/core";
16
16
  */
17
17
  class MatLegacySliderModule {
18
18
  }
19
- MatLegacySliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- MatLegacySliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySliderModule, declarations: [MatLegacySlider], imports: [CommonModule, MatCommonModule], exports: [MatLegacySlider, MatCommonModule] });
21
- MatLegacySliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySliderModule, imports: [CommonModule, MatCommonModule, MatCommonModule] });
19
+ MatLegacySliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ MatLegacySliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySliderModule, declarations: [MatLegacySlider], imports: [CommonModule, MatCommonModule], exports: [MatLegacySlider, MatCommonModule] });
21
+ MatLegacySliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySliderModule, imports: [CommonModule, MatCommonModule, MatCommonModule] });
22
22
  export { MatLegacySliderModule };
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySliderModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySliderModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  imports: [CommonModule, MatCommonModule],
@@ -710,10 +710,10 @@ class MatLegacySlider extends _MatSliderBase {
710
710
  this.disabled = isDisabled;
711
711
  }
712
712
  }
713
- MatLegacySlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlider, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.ChangeDetectorRef }, { token: i2.Directionality, optional: true }, { token: 'tabindex', attribute: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
714
- MatLegacySlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacySlider, selector: "mat-slider", inputs: { disabled: "disabled", color: "color", tabIndex: "tabIndex", invert: "invert", max: "max", min: "min", step: "step", thumbLabel: "thumbLabel", tickInterval: "tickInterval", value: "value", displayWith: "displayWith", valueText: "valueText", vertical: "vertical" }, outputs: { change: "change", input: "input", valueChange: "valueChange" }, host: { attributes: { "role": "slider" }, listeners: { "focus": "_onFocus()", "blur": "_onBlur()", "keydown": "_onKeydown($event)", "keyup": "_onKeyup()", "mouseenter": "_onMouseenter()", "selectstart": "$event.preventDefault()" }, properties: { "tabIndex": "tabIndex", "attr.aria-disabled": "disabled", "attr.aria-valuemax": "max", "attr.aria-valuemin": "min", "attr.aria-valuenow": "value", "attr.aria-valuetext": "valueText == null ? displayValue : valueText", "attr.aria-orientation": "vertical ? \"vertical\" : \"horizontal\"", "class.mat-slider-disabled": "disabled", "class.mat-slider-has-ticks": "tickInterval", "class.mat-slider-horizontal": "!vertical", "class.mat-slider-axis-inverted": "_shouldInvertAxis()", "class.mat-slider-invert-mouse-coords": "_shouldInvertMouseCoords()", "class.mat-slider-sliding": "_isSliding", "class.mat-slider-thumb-label-showing": "thumbLabel", "class.mat-slider-vertical": "vertical", "class.mat-slider-min-value": "_isMinValue()", "class.mat-slider-hide-last-tick": "disabled || _isMinValue() && _getThumbGap() && _shouldInvertAxis()", "class._mat-animation-noopable": "_animationMode === \"NoopAnimations\"" }, classAttribute: "mat-slider mat-focus-indicator" }, providers: [MAT_LEGACY_SLIDER_VALUE_ACCESSOR], viewQueries: [{ propertyName: "_sliderWrapper", first: true, predicate: ["sliderWrapper"], descendants: true }], exportAs: ["matSlider"], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-slider-wrapper\" #sliderWrapper>\n <div class=\"mat-slider-track-wrapper\">\n <div class=\"mat-slider-track-background\" [ngStyle]=\"_getTrackBackgroundStyles()\"></div>\n <div class=\"mat-slider-track-fill\" [ngStyle]=\"_getTrackFillStyles()\"></div>\n </div>\n <div class=\"mat-slider-ticks-container\" [ngStyle]=\"_getTicksContainerStyles()\">\n <div class=\"mat-slider-ticks\" [ngStyle]=\"_getTicksStyles()\"></div>\n </div>\n <div class=\"mat-slider-thumb-container\" [ngStyle]=\"_getThumbContainerStyles()\">\n <div class=\"mat-slider-focus-ring\"></div>\n <div class=\"mat-slider-thumb\"></div>\n <div class=\"mat-slider-thumb-label\">\n <span class=\"mat-slider-thumb-label-text\">{{displayValue}}</span>\n </div>\n </div>\n</div>\n", styles: [".mat-slider{display:inline-block;position:relative;box-sizing:border-box;padding:8px;outline:none;vertical-align:middle}.mat-slider:not(.mat-slider-disabled):active,.mat-slider.mat-slider-sliding:not(.mat-slider-disabled){cursor:grabbing}.mat-slider-wrapper{-webkit-print-color-adjust:exact;color-adjust:exact;position:absolute}.mat-slider-track-wrapper{position:absolute;top:0;left:0;overflow:hidden}.mat-slider-track-fill{position:absolute;transform-origin:0 0;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-track-background{position:absolute;transform-origin:100% 100%;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-ticks-container{position:absolute;left:0;top:0;overflow:hidden}.mat-slider-ticks{-webkit-background-clip:content-box;background-clip:content-box;background-repeat:repeat;box-sizing:border-box;opacity:0;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-thumb-container{position:absolute;z-index:1;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-focus-ring{position:absolute;width:30px;height:30px;border-radius:50%;transform:scale(0);opacity:0;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1),opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider.cdk-keyboard-focused .mat-slider-focus-ring,.mat-slider.cdk-program-focused .mat-slider-focus-ring{transform:scale(1);opacity:1}.mat-slider:not(.mat-slider-disabled):not(.mat-slider-sliding) .mat-slider-thumb-label,.mat-slider:not(.mat-slider-disabled):not(.mat-slider-sliding) .mat-slider-thumb{cursor:grab}.mat-slider-thumb{position:absolute;right:-10px;bottom:-10px;box-sizing:border-box;width:20px;height:20px;border:3px solid rgba(0,0,0,0);border-radius:50%;transform:scale(0.7);transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1),border-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-thumb-label{display:none;align-items:center;justify-content:center;position:absolute;width:28px;height:28px;border-radius:50%;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),border-radius 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.cdk-high-contrast-active .mat-slider-thumb-label{outline:solid 1px}.mat-slider-thumb-label-text{z-index:1;opacity:0;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-sliding .mat-slider-track-fill,.mat-slider-sliding .mat-slider-track-background,.mat-slider-sliding .mat-slider-thumb-container{transition-duration:0ms}.mat-slider-has-ticks .mat-slider-wrapper::after{content:\"\";position:absolute;border-width:0;border-style:solid;opacity:0;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-has-ticks.cdk-focused:not(.mat-slider-hide-last-tick) .mat-slider-wrapper::after,.mat-slider-has-ticks:hover:not(.mat-slider-hide-last-tick) .mat-slider-wrapper::after{opacity:1}.mat-slider-has-ticks.cdk-focused:not(.mat-slider-disabled) .mat-slider-ticks,.mat-slider-has-ticks:hover:not(.mat-slider-disabled) .mat-slider-ticks{opacity:1}.mat-slider-thumb-label-showing .mat-slider-focus-ring{display:none}.mat-slider-thumb-label-showing .mat-slider-thumb-label{display:flex}.mat-slider-axis-inverted .mat-slider-track-fill{transform-origin:100% 100%}.mat-slider-axis-inverted .mat-slider-track-background{transform-origin:0 0}.mat-slider:not(.mat-slider-disabled).cdk-focused.mat-slider-thumb-label-showing .mat-slider-thumb{transform:scale(0)}.mat-slider:not(.mat-slider-disabled).cdk-focused .mat-slider-thumb-label{border-radius:50% 50% 0}.mat-slider:not(.mat-slider-disabled).cdk-focused .mat-slider-thumb-label-text{opacity:1}.mat-slider:not(.mat-slider-disabled).cdk-mouse-focused .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled).cdk-touch-focused .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled).cdk-program-focused .mat-slider-thumb{border-width:2px;transform:scale(1)}.mat-slider-disabled .mat-slider-focus-ring{transform:scale(0);opacity:0}.mat-slider-disabled .mat-slider-thumb{border-width:4px;transform:scale(0.5)}.mat-slider-disabled .mat-slider-thumb-label{display:none}.mat-slider-horizontal{height:48px;min-width:128px}.mat-slider-horizontal .mat-slider-wrapper{height:2px;top:23px;left:8px;right:8px}.mat-slider-horizontal .mat-slider-wrapper::after{height:2px;border-left-width:2px;right:0;top:0}.mat-slider-horizontal .mat-slider-track-wrapper{height:2px;width:100%}.mat-slider-horizontal .mat-slider-track-fill{height:2px;width:100%;transform:scaleX(0)}.mat-slider-horizontal .mat-slider-track-background{height:2px;width:100%;transform:scaleX(1)}.mat-slider-horizontal .mat-slider-ticks-container{height:2px;width:100%}.cdk-high-contrast-active .mat-slider-horizontal .mat-slider-ticks-container{height:0;outline:solid 2px;top:1px}.mat-slider-horizontal .mat-slider-ticks{height:2px;width:100%}.mat-slider-horizontal .mat-slider-thumb-container{width:100%;height:0;top:50%}.mat-slider-horizontal .mat-slider-focus-ring{top:-15px;right:-15px}.mat-slider-horizontal .mat-slider-thumb-label{right:-14px;top:-40px;transform:translateY(26px) scale(0.01) rotate(45deg)}.mat-slider-horizontal .mat-slider-thumb-label-text{transform:rotate(-45deg)}.mat-slider-horizontal.cdk-focused .mat-slider-thumb-label{transform:rotate(45deg)}.cdk-high-contrast-active .mat-slider-horizontal.cdk-focused .mat-slider-thumb-label,.cdk-high-contrast-active .mat-slider-horizontal.cdk-focused .mat-slider-thumb-label-text{transform:none}.mat-slider-vertical{width:48px;min-height:128px}.mat-slider-vertical .mat-slider-wrapper{width:2px;top:8px;bottom:8px;left:23px}.mat-slider-vertical .mat-slider-wrapper::after{width:2px;border-top-width:2px;bottom:0;left:0}.mat-slider-vertical .mat-slider-track-wrapper{height:100%;width:2px}.mat-slider-vertical .mat-slider-track-fill{height:100%;width:2px;transform:scaleY(0)}.mat-slider-vertical .mat-slider-track-background{height:100%;width:2px;transform:scaleY(1)}.mat-slider-vertical .mat-slider-ticks-container{width:2px;height:100%}.cdk-high-contrast-active .mat-slider-vertical .mat-slider-ticks-container{width:0;outline:solid 2px;left:1px}.mat-slider-vertical .mat-slider-focus-ring{bottom:-15px;left:-15px}.mat-slider-vertical .mat-slider-ticks{width:2px;height:100%}.mat-slider-vertical .mat-slider-thumb-container{height:100%;width:0;left:50%}.mat-slider-vertical .mat-slider-thumb{-webkit-backface-visibility:hidden;backface-visibility:hidden}.mat-slider-vertical .mat-slider-thumb-label{bottom:-14px;left:-40px;transform:translateX(26px) scale(0.01) rotate(-45deg)}.mat-slider-vertical .mat-slider-thumb-label-text{transform:rotate(45deg)}.mat-slider-vertical.cdk-focused .mat-slider-thumb-label{transform:rotate(-45deg)}[dir=rtl] .mat-slider-wrapper::after{left:0;right:auto}[dir=rtl] .mat-slider-horizontal .mat-slider-track-fill{transform-origin:100% 100%}[dir=rtl] .mat-slider-horizontal .mat-slider-track-background{transform-origin:0 0}[dir=rtl] .mat-slider-horizontal.mat-slider-axis-inverted .mat-slider-track-fill{transform-origin:0 0}[dir=rtl] .mat-slider-horizontal.mat-slider-axis-inverted .mat-slider-track-background{transform-origin:100% 100%}.mat-slider._mat-animation-noopable .mat-slider-track-fill,.mat-slider._mat-animation-noopable .mat-slider-track-background,.mat-slider._mat-animation-noopable .mat-slider-ticks,.mat-slider._mat-animation-noopable .mat-slider-thumb-container,.mat-slider._mat-animation-noopable .mat-slider-focus-ring,.mat-slider._mat-animation-noopable .mat-slider-thumb,.mat-slider._mat-animation-noopable .mat-slider-thumb-label,.mat-slider._mat-animation-noopable .mat-slider-thumb-label-text,.mat-slider._mat-animation-noopable .mat-slider-has-ticks .mat-slider-wrapper::after{transition:none}"], dependencies: [{ kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
713
+ MatLegacySlider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlider, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.ChangeDetectorRef }, { token: i2.Directionality, optional: true }, { token: 'tabindex', attribute: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
714
+ MatLegacySlider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacySlider, selector: "mat-slider", inputs: { disabled: "disabled", color: "color", tabIndex: "tabIndex", invert: "invert", max: "max", min: "min", step: "step", thumbLabel: "thumbLabel", tickInterval: "tickInterval", value: "value", displayWith: "displayWith", valueText: "valueText", vertical: "vertical" }, outputs: { change: "change", input: "input", valueChange: "valueChange" }, host: { attributes: { "role": "slider" }, listeners: { "focus": "_onFocus()", "blur": "_onBlur()", "keydown": "_onKeydown($event)", "keyup": "_onKeyup()", "mouseenter": "_onMouseenter()", "selectstart": "$event.preventDefault()" }, properties: { "tabIndex": "tabIndex", "attr.aria-disabled": "disabled", "attr.aria-valuemax": "max", "attr.aria-valuemin": "min", "attr.aria-valuenow": "value", "attr.aria-valuetext": "valueText == null ? displayValue : valueText", "attr.aria-orientation": "vertical ? \"vertical\" : \"horizontal\"", "class.mat-slider-disabled": "disabled", "class.mat-slider-has-ticks": "tickInterval", "class.mat-slider-horizontal": "!vertical", "class.mat-slider-axis-inverted": "_shouldInvertAxis()", "class.mat-slider-invert-mouse-coords": "_shouldInvertMouseCoords()", "class.mat-slider-sliding": "_isSliding", "class.mat-slider-thumb-label-showing": "thumbLabel", "class.mat-slider-vertical": "vertical", "class.mat-slider-min-value": "_isMinValue()", "class.mat-slider-hide-last-tick": "disabled || _isMinValue() && _getThumbGap() && _shouldInvertAxis()", "class._mat-animation-noopable": "_animationMode === \"NoopAnimations\"" }, classAttribute: "mat-slider mat-focus-indicator" }, providers: [MAT_LEGACY_SLIDER_VALUE_ACCESSOR], viewQueries: [{ propertyName: "_sliderWrapper", first: true, predicate: ["sliderWrapper"], descendants: true }], exportAs: ["matSlider"], usesInheritance: true, ngImport: i0, template: "<div class=\"mat-slider-wrapper\" #sliderWrapper>\n <div class=\"mat-slider-track-wrapper\">\n <div class=\"mat-slider-track-background\" [ngStyle]=\"_getTrackBackgroundStyles()\"></div>\n <div class=\"mat-slider-track-fill\" [ngStyle]=\"_getTrackFillStyles()\"></div>\n </div>\n <div class=\"mat-slider-ticks-container\" [ngStyle]=\"_getTicksContainerStyles()\">\n <div class=\"mat-slider-ticks\" [ngStyle]=\"_getTicksStyles()\"></div>\n </div>\n <div class=\"mat-slider-thumb-container\" [ngStyle]=\"_getThumbContainerStyles()\">\n <div class=\"mat-slider-focus-ring\"></div>\n <div class=\"mat-slider-thumb\"></div>\n <div class=\"mat-slider-thumb-label\">\n <span class=\"mat-slider-thumb-label-text\">{{displayValue}}</span>\n </div>\n </div>\n</div>\n", styles: [".mat-slider{display:inline-block;position:relative;box-sizing:border-box;padding:8px;outline:none;vertical-align:middle}.mat-slider:not(.mat-slider-disabled):active,.mat-slider.mat-slider-sliding:not(.mat-slider-disabled){cursor:grabbing}.mat-slider-wrapper{-webkit-print-color-adjust:exact;color-adjust:exact;position:absolute}.mat-slider-track-wrapper{position:absolute;top:0;left:0;overflow:hidden}.mat-slider-track-fill{position:absolute;transform-origin:0 0;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-track-background{position:absolute;transform-origin:100% 100%;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-ticks-container{position:absolute;left:0;top:0;overflow:hidden}.mat-slider-ticks{-webkit-background-clip:content-box;background-clip:content-box;background-repeat:repeat;box-sizing:border-box;opacity:0;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-thumb-container{position:absolute;z-index:1;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-focus-ring{position:absolute;width:30px;height:30px;border-radius:50%;transform:scale(0);opacity:0;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1),opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider.cdk-keyboard-focused .mat-slider-focus-ring,.mat-slider.cdk-program-focused .mat-slider-focus-ring{transform:scale(1);opacity:1}.mat-slider:not(.mat-slider-disabled):not(.mat-slider-sliding) .mat-slider-thumb-label,.mat-slider:not(.mat-slider-disabled):not(.mat-slider-sliding) .mat-slider-thumb{cursor:grab}.mat-slider-thumb{position:absolute;right:-10px;bottom:-10px;box-sizing:border-box;width:20px;height:20px;border:3px solid rgba(0,0,0,0);border-radius:50%;transform:scale(0.7);transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1),border-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-thumb-label{display:none;align-items:center;justify-content:center;position:absolute;width:28px;height:28px;border-radius:50%;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),border-radius 400ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.cdk-high-contrast-active .mat-slider-thumb-label{outline:solid 1px}.mat-slider-thumb-label-text{z-index:1;opacity:0;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-sliding .mat-slider-track-fill,.mat-slider-sliding .mat-slider-track-background,.mat-slider-sliding .mat-slider-thumb-container{transition-duration:0ms}.mat-slider-has-ticks .mat-slider-wrapper::after{content:\"\";position:absolute;border-width:0;border-style:solid;opacity:0;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-slider-has-ticks.cdk-focused:not(.mat-slider-hide-last-tick) .mat-slider-wrapper::after,.mat-slider-has-ticks:hover:not(.mat-slider-hide-last-tick) .mat-slider-wrapper::after{opacity:1}.mat-slider-has-ticks.cdk-focused:not(.mat-slider-disabled) .mat-slider-ticks,.mat-slider-has-ticks:hover:not(.mat-slider-disabled) .mat-slider-ticks{opacity:1}.mat-slider-thumb-label-showing .mat-slider-focus-ring{display:none}.mat-slider-thumb-label-showing .mat-slider-thumb-label{display:flex}.mat-slider-axis-inverted .mat-slider-track-fill{transform-origin:100% 100%}.mat-slider-axis-inverted .mat-slider-track-background{transform-origin:0 0}.mat-slider:not(.mat-slider-disabled).cdk-focused.mat-slider-thumb-label-showing .mat-slider-thumb{transform:scale(0)}.mat-slider:not(.mat-slider-disabled).cdk-focused .mat-slider-thumb-label{border-radius:50% 50% 0}.mat-slider:not(.mat-slider-disabled).cdk-focused .mat-slider-thumb-label-text{opacity:1}.mat-slider:not(.mat-slider-disabled).cdk-mouse-focused .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled).cdk-touch-focused .mat-slider-thumb,.mat-slider:not(.mat-slider-disabled).cdk-program-focused .mat-slider-thumb{border-width:2px;transform:scale(1)}.mat-slider-disabled .mat-slider-focus-ring{transform:scale(0);opacity:0}.mat-slider-disabled .mat-slider-thumb{border-width:4px;transform:scale(0.5)}.mat-slider-disabled .mat-slider-thumb-label{display:none}.mat-slider-horizontal{height:48px;min-width:128px}.mat-slider-horizontal .mat-slider-wrapper{height:2px;top:23px;left:8px;right:8px}.mat-slider-horizontal .mat-slider-wrapper::after{height:2px;border-left-width:2px;right:0;top:0}.mat-slider-horizontal .mat-slider-track-wrapper{height:2px;width:100%}.mat-slider-horizontal .mat-slider-track-fill{height:2px;width:100%;transform:scaleX(0)}.mat-slider-horizontal .mat-slider-track-background{height:2px;width:100%;transform:scaleX(1)}.mat-slider-horizontal .mat-slider-ticks-container{height:2px;width:100%}.cdk-high-contrast-active .mat-slider-horizontal .mat-slider-ticks-container{height:0;outline:solid 2px;top:1px}.mat-slider-horizontal .mat-slider-ticks{height:2px;width:100%}.mat-slider-horizontal .mat-slider-thumb-container{width:100%;height:0;top:50%}.mat-slider-horizontal .mat-slider-focus-ring{top:-15px;right:-15px}.mat-slider-horizontal .mat-slider-thumb-label{right:-14px;top:-40px;transform:translateY(26px) scale(0.01) rotate(45deg)}.mat-slider-horizontal .mat-slider-thumb-label-text{transform:rotate(-45deg)}.mat-slider-horizontal.cdk-focused .mat-slider-thumb-label{transform:rotate(45deg)}.cdk-high-contrast-active .mat-slider-horizontal.cdk-focused .mat-slider-thumb-label,.cdk-high-contrast-active .mat-slider-horizontal.cdk-focused .mat-slider-thumb-label-text{transform:none}.mat-slider-vertical{width:48px;min-height:128px}.mat-slider-vertical .mat-slider-wrapper{width:2px;top:8px;bottom:8px;left:23px}.mat-slider-vertical .mat-slider-wrapper::after{width:2px;border-top-width:2px;bottom:0;left:0}.mat-slider-vertical .mat-slider-track-wrapper{height:100%;width:2px}.mat-slider-vertical .mat-slider-track-fill{height:100%;width:2px;transform:scaleY(0)}.mat-slider-vertical .mat-slider-track-background{height:100%;width:2px;transform:scaleY(1)}.mat-slider-vertical .mat-slider-ticks-container{width:2px;height:100%}.cdk-high-contrast-active .mat-slider-vertical .mat-slider-ticks-container{width:0;outline:solid 2px;left:1px}.mat-slider-vertical .mat-slider-focus-ring{bottom:-15px;left:-15px}.mat-slider-vertical .mat-slider-ticks{width:2px;height:100%}.mat-slider-vertical .mat-slider-thumb-container{height:100%;width:0;left:50%}.mat-slider-vertical .mat-slider-thumb{-webkit-backface-visibility:hidden;backface-visibility:hidden}.mat-slider-vertical .mat-slider-thumb-label{bottom:-14px;left:-40px;transform:translateX(26px) scale(0.01) rotate(-45deg)}.mat-slider-vertical .mat-slider-thumb-label-text{transform:rotate(45deg)}.mat-slider-vertical.cdk-focused .mat-slider-thumb-label{transform:rotate(-45deg)}[dir=rtl] .mat-slider-wrapper::after{left:0;right:auto}[dir=rtl] .mat-slider-horizontal .mat-slider-track-fill{transform-origin:100% 100%}[dir=rtl] .mat-slider-horizontal .mat-slider-track-background{transform-origin:0 0}[dir=rtl] .mat-slider-horizontal.mat-slider-axis-inverted .mat-slider-track-fill{transform-origin:0 0}[dir=rtl] .mat-slider-horizontal.mat-slider-axis-inverted .mat-slider-track-background{transform-origin:100% 100%}.mat-slider._mat-animation-noopable .mat-slider-track-fill,.mat-slider._mat-animation-noopable .mat-slider-track-background,.mat-slider._mat-animation-noopable .mat-slider-ticks,.mat-slider._mat-animation-noopable .mat-slider-thumb-container,.mat-slider._mat-animation-noopable .mat-slider-focus-ring,.mat-slider._mat-animation-noopable .mat-slider-thumb,.mat-slider._mat-animation-noopable .mat-slider-thumb-label,.mat-slider._mat-animation-noopable .mat-slider-thumb-label-text,.mat-slider._mat-animation-noopable .mat-slider-has-ticks .mat-slider-wrapper::after{transition:none}"], dependencies: [{ kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
715
715
  export { MatLegacySlider };
716
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySlider, decorators: [{
716
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySlider, decorators: [{
717
717
  type: Component,
718
718
  args: [{ selector: 'mat-slider', exportAs: 'matSlider', providers: [MAT_LEGACY_SLIDER_VALUE_ACCESSOR], host: {
719
719
  '(focus)': '_onFocus()',
@@ -31,10 +31,10 @@ class LegacySimpleSnackBar {
31
31
  return !!this.data.action;
32
32
  }
33
33
  }
34
- LegacySimpleSnackBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LegacySimpleSnackBar, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
35
- LegacySimpleSnackBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: LegacySimpleSnackBar, selector: "simple-snack-bar", host: { classAttribute: "mat-simple-snackbar" }, ngImport: i0, template: "<span class=\"mat-simple-snack-bar-content\">{{data.message}}</span>\n<div class=\"mat-simple-snackbar-action\" *ngIf=\"hasAction\">\n <button mat-button (click)=\"action()\">{{data.action}}</button>\n</div>\n", styles: [".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}.mat-simple-snack-bar-content{overflow:hidden;text-overflow:ellipsis}"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
34
+ LegacySimpleSnackBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LegacySimpleSnackBar, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
35
+ LegacySimpleSnackBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: LegacySimpleSnackBar, selector: "simple-snack-bar", host: { classAttribute: "mat-simple-snackbar" }, ngImport: i0, template: "<span class=\"mat-simple-snack-bar-content\">{{data.message}}</span>\n<div class=\"mat-simple-snackbar-action\" *ngIf=\"hasAction\">\n <button mat-button (click)=\"action()\">{{data.action}}</button>\n</div>\n", styles: [".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}.mat-simple-snack-bar-content{overflow:hidden;text-overflow:ellipsis}"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
36
36
  export { LegacySimpleSnackBar };
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LegacySimpleSnackBar, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: LegacySimpleSnackBar, decorators: [{
38
38
  type: Component,
39
39
  args: [{ selector: 'simple-snack-bar', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
40
40
  'class': 'mat-simple-snackbar',
@@ -26,10 +26,10 @@ class MatLegacySnackBarContainer extends _MatSnackBarContainerBase {
26
26
  }
27
27
  }
28
28
  }
29
- MatLegacySnackBarContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBarContainer, deps: null, target: i0.ɵɵFactoryTarget.Component });
30
- MatLegacySnackBarContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacySnackBarContainer, selector: "snack-bar-container", host: { listeners: { "@state.done": "onAnimationEnd($event)" }, properties: { "@state": "_animationState" }, classAttribute: "mat-snack-bar-container" }, usesInheritance: true, ngImport: i0, template: "<!-- Initially holds the snack bar content, will be empty after announcing to screen readers. -->\n<div aria-hidden=\"true\">\n <ng-template cdkPortalOutlet></ng-template>\n</div>\n\n<!-- Will receive the snack bar content from the non-live div, move will happen a short delay after opening -->\n<div [attr.aria-live]=\"_live\" [attr.role]=\"_role\" [attr.id]=\"_liveElementId\"></div>\n", styles: [".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}"], dependencies: [{ kind: "directive", type: i1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [matSnackBarAnimations.snackBarState], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
29
+ MatLegacySnackBarContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBarContainer, deps: null, target: i0.ɵɵFactoryTarget.Component });
30
+ MatLegacySnackBarContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacySnackBarContainer, selector: "snack-bar-container", host: { listeners: { "@state.done": "onAnimationEnd($event)" }, properties: { "@state": "_animationState" }, classAttribute: "mat-snack-bar-container" }, usesInheritance: true, ngImport: i0, template: "<!-- Initially holds the snack bar content, will be empty after announcing to screen readers. -->\n<div aria-hidden=\"true\">\n <ng-template cdkPortalOutlet></ng-template>\n</div>\n\n<!-- Will receive the snack bar content from the non-live div, move will happen a short delay after opening -->\n<div [attr.aria-live]=\"_live\" [attr.role]=\"_role\" [attr.id]=\"_liveElementId\"></div>\n", styles: [".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}"], dependencies: [{ kind: "directive", type: i1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [matSnackBarAnimations.snackBarState], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
31
31
  export { MatLegacySnackBarContainer };
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBarContainer, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBarContainer, decorators: [{
33
33
  type: Component,
34
34
  args: [{ selector: 'snack-bar-container', changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, animations: [matSnackBarAnimations.snackBarState], host: {
35
35
  'class': 'mat-snack-bar-container',
@@ -20,11 +20,11 @@ import * as i0 from "@angular/core";
20
20
  */
21
21
  class MatLegacySnackBarModule {
22
22
  }
23
- MatLegacySnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- MatLegacySnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBarModule, declarations: [MatLegacySnackBarContainer, LegacySimpleSnackBar], imports: [OverlayModule, PortalModule, CommonModule, MatLegacyButtonModule, MatCommonModule], exports: [MatLegacySnackBarContainer, MatCommonModule] });
25
- MatLegacySnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBarModule, imports: [OverlayModule, PortalModule, CommonModule, MatLegacyButtonModule, MatCommonModule, MatCommonModule] });
23
+ MatLegacySnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ MatLegacySnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBarModule, declarations: [MatLegacySnackBarContainer, LegacySimpleSnackBar], imports: [OverlayModule, PortalModule, CommonModule, MatLegacyButtonModule, MatCommonModule], exports: [MatLegacySnackBarContainer, MatCommonModule] });
25
+ MatLegacySnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBarModule, imports: [OverlayModule, PortalModule, CommonModule, MatLegacyButtonModule, MatCommonModule, MatCommonModule] });
26
26
  export { MatLegacySnackBarModule };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBarModule, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBarModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  imports: [OverlayModule, PortalModule, CommonModule, MatLegacyButtonModule, MatCommonModule],
@@ -31,10 +31,10 @@ class MatLegacySnackBar extends _MatSnackBarBase {
31
31
  this.handsetCssClass = 'mat-snack-bar-handset';
32
32
  }
33
33
  }
34
- MatLegacySnackBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBar, deps: [{ token: i1.Overlay }, { token: i2.LiveAnnouncer }, { token: i0.Injector }, { token: i3.BreakpointObserver }, { token: MatLegacySnackBar, optional: true, skipSelf: true }, { token: MAT_SNACK_BAR_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Injectable });
35
- MatLegacySnackBar.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBar, providedIn: MatLegacySnackBarModule });
34
+ MatLegacySnackBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBar, deps: [{ token: i1.Overlay }, { token: i2.LiveAnnouncer }, { token: i0.Injector }, { token: i3.BreakpointObserver }, { token: MatLegacySnackBar, optional: true, skipSelf: true }, { token: MAT_SNACK_BAR_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Injectable });
35
+ MatLegacySnackBar.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBar, providedIn: MatLegacySnackBarModule });
36
36
  export { MatLegacySnackBar };
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacySnackBar, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacySnackBar, decorators: [{
38
38
  type: Injectable,
39
39
  args: [{ providedIn: MatLegacySnackBarModule }]
40
40
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i2.LiveAnnouncer }, { type: i0.Injector }, { type: i3.BreakpointObserver }, { type: MatLegacySnackBar, decorators: [{
@@ -16,10 +16,10 @@ import * as i0 from "@angular/core";
16
16
  */
17
17
  class MatLegacyCellDef extends CdkCellDef {
18
18
  }
19
- MatLegacyCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
20
- MatLegacyCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyCellDef, selector: "[matCellDef]", providers: [{ provide: CdkCellDef, useExisting: MatLegacyCellDef }], usesInheritance: true, ngImport: i0 });
19
+ MatLegacyCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
20
+ MatLegacyCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyCellDef, selector: "[matCellDef]", providers: [{ provide: CdkCellDef, useExisting: MatLegacyCellDef }], usesInheritance: true, ngImport: i0 });
21
21
  export { MatLegacyCellDef };
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyCellDef, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyCellDef, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[matCellDef]',
@@ -34,10 +34,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
34
34
  */
35
35
  class MatLegacyHeaderCellDef extends CdkHeaderCellDef {
36
36
  }
37
- MatLegacyHeaderCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
38
- MatLegacyHeaderCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyHeaderCellDef, selector: "[matHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: MatLegacyHeaderCellDef }], usesInheritance: true, ngImport: i0 });
37
+ MatLegacyHeaderCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
38
+ MatLegacyHeaderCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyHeaderCellDef, selector: "[matHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: MatLegacyHeaderCellDef }], usesInheritance: true, ngImport: i0 });
39
39
  export { MatLegacyHeaderCellDef };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderCellDef, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderCellDef, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: '[matHeaderCellDef]',
@@ -52,10 +52,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
52
52
  */
53
53
  class MatLegacyFooterCellDef extends CdkFooterCellDef {
54
54
  }
55
- MatLegacyFooterCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
56
- MatLegacyFooterCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyFooterCellDef, selector: "[matFooterCellDef]", providers: [{ provide: CdkFooterCellDef, useExisting: MatLegacyFooterCellDef }], usesInheritance: true, ngImport: i0 });
55
+ MatLegacyFooterCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterCellDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
56
+ MatLegacyFooterCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyFooterCellDef, selector: "[matFooterCellDef]", providers: [{ provide: CdkFooterCellDef, useExisting: MatLegacyFooterCellDef }], usesInheritance: true, ngImport: i0 });
57
57
  export { MatLegacyFooterCellDef };
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterCellDef, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterCellDef, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  selector: '[matFooterCellDef]',
@@ -87,13 +87,13 @@ class MatLegacyColumnDef extends CdkColumnDef {
87
87
  this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`);
88
88
  }
89
89
  }
90
- MatLegacyColumnDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyColumnDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
91
- MatLegacyColumnDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyColumnDef, selector: "[matColumnDef]", inputs: { sticky: "sticky", name: ["matColumnDef", "name"] }, providers: [
90
+ MatLegacyColumnDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyColumnDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
91
+ MatLegacyColumnDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyColumnDef, selector: "[matColumnDef]", inputs: { sticky: "sticky", name: ["matColumnDef", "name"] }, providers: [
92
92
  { provide: CdkColumnDef, useExisting: MatLegacyColumnDef },
93
93
  { provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: MatLegacyColumnDef },
94
94
  ], usesInheritance: true, ngImport: i0 });
95
95
  export { MatLegacyColumnDef };
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyColumnDef, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyColumnDef, decorators: [{
97
97
  type: Directive,
98
98
  args: [{
99
99
  selector: '[matColumnDef]',
@@ -114,10 +114,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
114
114
  */
115
115
  class MatLegacyHeaderCell extends CdkHeaderCell {
116
116
  }
117
- MatLegacyHeaderCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
118
- MatLegacyHeaderCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyHeaderCell, selector: "mat-header-cell, th[mat-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "mat-header-cell" }, usesInheritance: true, ngImport: i0 });
117
+ MatLegacyHeaderCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
118
+ MatLegacyHeaderCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyHeaderCell, selector: "mat-header-cell, th[mat-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "mat-header-cell" }, usesInheritance: true, ngImport: i0 });
119
119
  export { MatLegacyHeaderCell };
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderCell, decorators: [{
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderCell, decorators: [{
121
121
  type: Directive,
122
122
  args: [{
123
123
  selector: 'mat-header-cell, th[mat-header-cell]',
@@ -134,10 +134,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
134
134
  */
135
135
  class MatLegacyFooterCell extends CdkFooterCell {
136
136
  }
137
- MatLegacyFooterCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
138
- MatLegacyFooterCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyFooterCell, selector: "mat-footer-cell, td[mat-footer-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-footer-cell" }, usesInheritance: true, ngImport: i0 });
137
+ MatLegacyFooterCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
138
+ MatLegacyFooterCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyFooterCell, selector: "mat-footer-cell, td[mat-footer-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-footer-cell" }, usesInheritance: true, ngImport: i0 });
139
139
  export { MatLegacyFooterCell };
140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterCell, decorators: [{
140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterCell, decorators: [{
141
141
  type: Directive,
142
142
  args: [{
143
143
  selector: 'mat-footer-cell, td[mat-footer-cell]',
@@ -154,10 +154,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
154
154
  */
155
155
  class MatLegacyCell extends CdkCell {
156
156
  }
157
- MatLegacyCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
158
- MatLegacyCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyCell, selector: "mat-cell, td[mat-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-cell" }, usesInheritance: true, ngImport: i0 });
157
+ MatLegacyCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyCell, deps: null, target: i0.ɵɵFactoryTarget.Directive });
158
+ MatLegacyCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyCell, selector: "mat-cell, td[mat-cell]", host: { attributes: { "role": "gridcell" }, classAttribute: "mat-cell" }, usesInheritance: true, ngImport: i0 });
159
159
  export { MatLegacyCell };
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyCell, decorators: [{
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyCell, decorators: [{
161
161
  type: Directive,
162
162
  args: [{
163
163
  selector: 'mat-cell, td[mat-cell]',
@@ -17,10 +17,10 @@ import * as i1 from "@angular/cdk/table";
17
17
  */
18
18
  class MatLegacyHeaderRowDef extends CdkHeaderRowDef {
19
19
  }
20
- MatLegacyHeaderRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
21
- MatLegacyHeaderRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyHeaderRowDef, selector: "[matHeaderRowDef]", inputs: { columns: ["matHeaderRowDef", "columns"], sticky: ["matHeaderRowDefSticky", "sticky"] }, providers: [{ provide: CdkHeaderRowDef, useExisting: MatLegacyHeaderRowDef }], usesInheritance: true, ngImport: i0 });
20
+ MatLegacyHeaderRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
21
+ MatLegacyHeaderRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyHeaderRowDef, selector: "[matHeaderRowDef]", inputs: { columns: ["matHeaderRowDef", "columns"], sticky: ["matHeaderRowDefSticky", "sticky"] }, providers: [{ provide: CdkHeaderRowDef, useExisting: MatLegacyHeaderRowDef }], usesInheritance: true, ngImport: i0 });
22
22
  export { MatLegacyHeaderRowDef };
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderRowDef, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderRowDef, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[matHeaderRowDef]',
@@ -36,10 +36,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
36
36
  */
37
37
  class MatLegacyFooterRowDef extends CdkFooterRowDef {
38
38
  }
39
- MatLegacyFooterRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
40
- MatLegacyFooterRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyFooterRowDef, selector: "[matFooterRowDef]", inputs: { columns: ["matFooterRowDef", "columns"], sticky: ["matFooterRowDefSticky", "sticky"] }, providers: [{ provide: CdkFooterRowDef, useExisting: MatLegacyFooterRowDef }], usesInheritance: true, ngImport: i0 });
39
+ MatLegacyFooterRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
40
+ MatLegacyFooterRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyFooterRowDef, selector: "[matFooterRowDef]", inputs: { columns: ["matFooterRowDef", "columns"], sticky: ["matFooterRowDefSticky", "sticky"] }, providers: [{ provide: CdkFooterRowDef, useExisting: MatLegacyFooterRowDef }], usesInheritance: true, ngImport: i0 });
41
41
  export { MatLegacyFooterRowDef };
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterRowDef, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterRowDef, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  selector: '[matFooterRowDef]',
@@ -56,10 +56,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
56
56
  */
57
57
  class MatLegacyRowDef extends CdkRowDef {
58
58
  }
59
- MatLegacyRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
60
- MatLegacyRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyRowDef, selector: "[matRowDef]", inputs: { columns: ["matRowDefColumns", "columns"], when: ["matRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: MatLegacyRowDef }], usesInheritance: true, ngImport: i0 });
59
+ MatLegacyRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive });
60
+ MatLegacyRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyRowDef, selector: "[matRowDef]", inputs: { columns: ["matRowDefColumns", "columns"], when: ["matRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: MatLegacyRowDef }], usesInheritance: true, ngImport: i0 });
61
61
  export { MatLegacyRowDef };
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyRowDef, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyRowDef, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: '[matRowDef]',
@@ -74,10 +74,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
74
74
  */
75
75
  class MatLegacyHeaderRow extends CdkHeaderRow {
76
76
  }
77
- MatLegacyHeaderRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
78
- MatLegacyHeaderRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyHeaderRow, selector: "mat-header-row, tr[mat-header-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: MatLegacyHeaderRow }], exportAs: ["matHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
77
+ MatLegacyHeaderRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
78
+ MatLegacyHeaderRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyHeaderRow, selector: "mat-header-row, tr[mat-header-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: MatLegacyHeaderRow }], exportAs: ["matHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
79
79
  export { MatLegacyHeaderRow };
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyHeaderRow, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyHeaderRow, decorators: [{
81
81
  type: Component,
82
82
  args: [{
83
83
  selector: 'mat-header-row, tr[mat-header-row]',
@@ -101,10 +101,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
101
101
  */
102
102
  class MatLegacyFooterRow extends CdkFooterRow {
103
103
  }
104
- MatLegacyFooterRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
105
- MatLegacyFooterRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyFooterRow, selector: "mat-footer-row, tr[mat-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-footer-row" }, providers: [{ provide: CdkFooterRow, useExisting: MatLegacyFooterRow }], exportAs: ["matFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
104
+ MatLegacyFooterRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
105
+ MatLegacyFooterRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyFooterRow, selector: "mat-footer-row, tr[mat-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-footer-row" }, providers: [{ provide: CdkFooterRow, useExisting: MatLegacyFooterRow }], exportAs: ["matFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
106
106
  export { MatLegacyFooterRow };
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyFooterRow, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyFooterRow, decorators: [{
108
108
  type: Component,
109
109
  args: [{
110
110
  selector: 'mat-footer-row, tr[mat-footer-row]',
@@ -128,10 +128,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
128
128
  */
129
129
  class MatLegacyRow extends CdkRow {
130
130
  }
131
- MatLegacyRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
132
- MatLegacyRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyRow, selector: "mat-row, tr[mat-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-row" }, providers: [{ provide: CdkRow, useExisting: MatLegacyRow }], exportAs: ["matRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
131
+ MatLegacyRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
132
+ MatLegacyRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyRow, selector: "mat-row, tr[mat-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-row" }, providers: [{ provide: CdkRow, useExisting: MatLegacyRow }], exportAs: ["matRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
133
133
  export { MatLegacyRow };
134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyRow, decorators: [{
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyRow, decorators: [{
135
135
  type: Component,
136
136
  args: [{
137
137
  selector: 'mat-row, tr[mat-row]',
@@ -159,10 +159,10 @@ class MatLegacyNoDataRow extends CdkNoDataRow {
159
159
  this._contentClassName = 'mat-no-data-row';
160
160
  }
161
161
  }
162
- MatLegacyNoDataRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyNoDataRow, deps: null, target: i0.ɵɵFactoryTarget.Directive });
163
- MatLegacyNoDataRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyNoDataRow, selector: "ng-template[matNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: MatLegacyNoDataRow }], usesInheritance: true, ngImport: i0 });
162
+ MatLegacyNoDataRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyNoDataRow, deps: null, target: i0.ɵɵFactoryTarget.Directive });
163
+ MatLegacyNoDataRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyNoDataRow, selector: "ng-template[matNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: MatLegacyNoDataRow }], usesInheritance: true, ngImport: i0 });
164
164
  export { MatLegacyNoDataRow };
165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyNoDataRow, decorators: [{
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyNoDataRow, decorators: [{
166
166
  type: Directive,
167
167
  args: [{
168
168
  selector: 'ng-template[matNoDataRow]',
@@ -42,8 +42,8 @@ const EXPORTED_DECLARATIONS = [
42
42
  */
43
43
  class MatLegacyTableModule {
44
44
  }
45
- MatLegacyTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- MatLegacyTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTableModule, declarations: [
45
+ MatLegacyTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
+ MatLegacyTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTableModule, declarations: [
47
47
  // Table
48
48
  MatLegacyTable,
49
49
  MatLegacyRecycleRows,
@@ -86,9 +86,9 @@ MatLegacyTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
86
86
  MatLegacyFooterRow,
87
87
  MatLegacyNoDataRow,
88
88
  MatLegacyTextColumn] });
89
- MatLegacyTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTableModule, imports: [CdkTableModule, MatCommonModule, MatCommonModule] });
89
+ MatLegacyTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTableModule, imports: [CdkTableModule, MatCommonModule, MatCommonModule] });
90
90
  export { MatLegacyTableModule };
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTableModule, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTableModule, decorators: [{
92
92
  type: NgModule,
93
93
  args: [{
94
94
  imports: [CdkTableModule, MatCommonModule],
@@ -18,10 +18,10 @@ import * as i1 from "@angular/cdk/table";
18
18
  */
19
19
  class MatLegacyRecycleRows {
20
20
  }
21
- MatLegacyRecycleRows.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
- MatLegacyRecycleRows.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyRecycleRows, selector: "mat-table[recycleRows], table[mat-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
21
+ MatLegacyRecycleRows.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
+ MatLegacyRecycleRows.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyRecycleRows, selector: "mat-table[recycleRows], table[mat-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
23
23
  export { MatLegacyRecycleRows };
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyRecycleRows, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyRecycleRows, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: 'mat-table[recycleRows], table[mat-table][recycleRows]',
@@ -42,8 +42,8 @@ class MatLegacyTable extends CdkTable {
42
42
  this.needsPositionStickyOnElement = false;
43
43
  }
44
44
  }
45
- MatLegacyTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
46
- MatLegacyTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.2", type: MatLegacyTable, selector: "mat-table, table[mat-table]", host: { attributes: { "ngSkipHydration": "true" }, properties: { "class.mat-table-fixed-layout": "fixedLayout" }, classAttribute: "mat-table" }, providers: [
45
+ MatLegacyTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
46
+ MatLegacyTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLegacyTable, selector: "mat-table, table[mat-table]", host: { attributes: { "ngSkipHydration": "true" }, properties: { "class.mat-table-fixed-layout": "fixedLayout" }, classAttribute: "mat-table" }, providers: [
47
47
  // TODO(michaeljamesparsons) Abstract the view repeater strategy to a directive API so this code
48
48
  // is only included in the build if used.
49
49
  { provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
@@ -54,7 +54,7 @@ MatLegacyTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
54
54
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
55
55
  ], exportAs: ["matTable"], usesInheritance: true, ngImport: i0, template: "\n <ng-content select=\"caption\"></ng-content>\n <ng-content select=\"colgroup, col\"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container noDataRowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n", isInline: true, styles: ["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:sticky !important}.mat-table-fixed-layout{table-layout:fixed}"], dependencies: [{ kind: "directive", type: i1.DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: i1.HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: i1.FooterRowOutlet, selector: "[footerRowOutlet]" }, { kind: "directive", type: i1.NoDataRowOutlet, selector: "[noDataRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
56
56
  export { MatLegacyTable };
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: MatLegacyTable, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLegacyTable, decorators: [{
58
58
  type: Component,
59
59
  args: [{ selector: 'mat-table, table[mat-table]', exportAs: 'matTable', template: CDK_TABLE_TEMPLATE, host: {
60
60
  'class': 'mat-table',