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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. package/_index.scss +20 -1
  2. package/badge/_badge-theme.scss +3 -2
  3. package/core/_core.scss +5 -7
  4. package/core/ripple/_ripple.scss +2 -2
  5. package/core/ripple/ripple-renderer.d.ts +7 -1
  6. package/core/style/_menu-common.scss +3 -2
  7. package/core/style/_vendor-prefixes.scss +1 -1
  8. package/core/typography/_typography.scss +51 -14
  9. package/dialog/dialog-config.d.ts +6 -1
  10. package/esm2020/autocomplete/autocomplete-module.mjs +4 -4
  11. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  12. package/esm2020/autocomplete/autocomplete-trigger.mjs +20 -12
  13. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  14. package/esm2020/badge/badge-module.mjs +4 -4
  15. package/esm2020/badge/badge.mjs +3 -3
  16. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +5 -5
  17. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  18. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  19. package/esm2020/button/button-module.mjs +4 -4
  20. package/esm2020/button/button.mjs +8 -8
  21. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  22. package/esm2020/button-toggle/button-toggle.mjs +7 -7
  23. package/esm2020/card/card-module.mjs +4 -4
  24. package/esm2020/card/card.mjs +43 -43
  25. package/esm2020/checkbox/checkbox-module.mjs +8 -8
  26. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  27. package/esm2020/checkbox/checkbox.mjs +5 -5
  28. package/esm2020/chips/chip-input.mjs +3 -3
  29. package/esm2020/chips/chip-list.mjs +4 -4
  30. package/esm2020/chips/chip.mjs +12 -12
  31. package/esm2020/chips/chips-module.mjs +4 -4
  32. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  33. package/esm2020/core/common-behaviors/error-state.mjs +1 -1
  34. package/esm2020/core/datetime/index.mjs +8 -8
  35. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  36. package/esm2020/core/error/error-options.mjs +6 -6
  37. package/esm2020/core/line/line.mjs +7 -7
  38. package/esm2020/core/option/index.mjs +4 -4
  39. package/esm2020/core/option/optgroup.mjs +7 -7
  40. package/esm2020/core/option/option.mjs +7 -7
  41. package/esm2020/core/ripple/index.mjs +4 -4
  42. package/esm2020/core/ripple/ripple-renderer.mjs +27 -10
  43. package/esm2020/core/ripple/ripple.mjs +3 -3
  44. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  45. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  46. package/esm2020/core/version.mjs +1 -1
  47. package/esm2020/datepicker/calendar-body.mjs +4 -4
  48. package/esm2020/datepicker/calendar.mjs +7 -7
  49. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  50. package/esm2020/datepicker/date-range-input.mjs +5 -5
  51. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  52. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  53. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  54. package/esm2020/datepicker/datepicker-actions.mjs +11 -11
  55. package/esm2020/datepicker/datepicker-base.mjs +8 -8
  56. package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
  57. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  58. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  59. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  60. package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
  61. package/esm2020/datepicker/datepicker.mjs +3 -3
  62. package/esm2020/datepicker/month-view.mjs +3 -3
  63. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  64. package/esm2020/datepicker/year-view.mjs +3 -3
  65. package/esm2020/dialog/dialog-config.mjs +1 -1
  66. package/esm2020/dialog/dialog-container.mjs +8 -8
  67. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  68. package/esm2020/dialog/dialog-module.mjs +4 -4
  69. package/esm2020/dialog/dialog.mjs +8 -8
  70. package/esm2020/divider/divider-module.mjs +4 -4
  71. package/esm2020/divider/divider.mjs +4 -4
  72. package/esm2020/expansion/accordion.mjs +3 -3
  73. package/esm2020/expansion/expansion-module.mjs +4 -4
  74. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  75. package/esm2020/expansion/expansion-panel-header.mjs +11 -11
  76. package/esm2020/expansion/expansion-panel.mjs +9 -9
  77. package/esm2020/form-field/error.mjs +3 -3
  78. package/esm2020/form-field/form-field-control.mjs +3 -3
  79. package/esm2020/form-field/form-field-module.mjs +4 -4
  80. package/esm2020/form-field/form-field.mjs +5 -5
  81. package/esm2020/form-field/hint.mjs +3 -3
  82. package/esm2020/form-field/label.mjs +3 -3
  83. package/esm2020/form-field/placeholder.mjs +3 -3
  84. package/esm2020/form-field/prefix.mjs +3 -3
  85. package/esm2020/form-field/suffix.mjs +3 -3
  86. package/esm2020/form-field/testing/public-api.mjs +4 -4
  87. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  88. package/esm2020/grid-list/grid-list.mjs +5 -5
  89. package/esm2020/grid-list/grid-tile.mjs +16 -16
  90. package/esm2020/icon/icon-module.mjs +4 -4
  91. package/esm2020/icon/icon-registry.mjs +3 -3
  92. package/esm2020/icon/icon.mjs +4 -4
  93. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  94. package/esm2020/input/input-module.mjs +4 -4
  95. package/esm2020/input/input.mjs +3 -3
  96. package/esm2020/list/list-module.mjs +4 -4
  97. package/esm2020/list/list.mjs +20 -20
  98. package/esm2020/list/selection-list.mjs +7 -7
  99. package/esm2020/menu/menu-content.mjs +6 -6
  100. package/esm2020/menu/menu-item.mjs +3 -3
  101. package/esm2020/menu/menu-module.mjs +4 -4
  102. package/esm2020/menu/menu-trigger.mjs +6 -6
  103. package/esm2020/menu/menu.mjs +8 -8
  104. package/esm2020/paginator/paginator-intl.mjs +3 -3
  105. package/esm2020/paginator/paginator-module.mjs +4 -4
  106. package/esm2020/paginator/paginator.mjs +7 -7
  107. package/esm2020/progress-bar/progress-bar-module.mjs +4 -4
  108. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  109. package/esm2020/progress-spinner/progress-spinner-module.mjs +4 -4
  110. package/esm2020/progress-spinner/progress-spinner.mjs +4 -4
  111. package/esm2020/radio/radio-module.mjs +4 -4
  112. package/esm2020/radio/radio.mjs +42 -14
  113. package/esm2020/select/select-module.mjs +4 -4
  114. package/esm2020/select/select.mjs +12 -12
  115. package/esm2020/sidenav/drawer.mjs +12 -12
  116. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  117. package/esm2020/sidenav/sidenav.mjs +12 -12
  118. package/esm2020/slide-toggle/slide-toggle-module.mjs +8 -8
  119. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  120. package/esm2020/slide-toggle/slide-toggle.mjs +4 -4
  121. package/esm2020/slider/slider-module.mjs +4 -4
  122. package/esm2020/slider/slider.mjs +4 -4
  123. package/esm2020/snack-bar/simple-snack-bar.mjs +4 -4
  124. package/esm2020/snack-bar/snack-bar-container.mjs +24 -18
  125. package/esm2020/snack-bar/snack-bar-module.mjs +4 -4
  126. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  127. package/esm2020/sort/sort-header-intl.mjs +3 -3
  128. package/esm2020/sort/sort-header.mjs +5 -5
  129. package/esm2020/sort/sort-module.mjs +4 -4
  130. package/esm2020/sort/sort.mjs +3 -3
  131. package/esm2020/stepper/step-content.mjs +3 -3
  132. package/esm2020/stepper/step-header.mjs +4 -4
  133. package/esm2020/stepper/step-label.mjs +3 -3
  134. package/esm2020/stepper/stepper-button.mjs +6 -6
  135. package/esm2020/stepper/stepper-icon.mjs +3 -3
  136. package/esm2020/stepper/stepper-intl.mjs +3 -3
  137. package/esm2020/stepper/stepper-module.mjs +4 -4
  138. package/esm2020/stepper/stepper.mjs +8 -8
  139. package/esm2020/table/cell.mjs +21 -21
  140. package/esm2020/table/row.mjs +21 -21
  141. package/esm2020/table/table-module.mjs +4 -4
  142. package/esm2020/table/table.mjs +8 -8
  143. package/esm2020/table/text-column.mjs +3 -3
  144. package/esm2020/tabs/ink-bar.mjs +3 -3
  145. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  146. package/esm2020/tabs/tab-body.mjs +11 -11
  147. package/esm2020/tabs/tab-content.mjs +3 -3
  148. package/esm2020/tabs/tab-group.mjs +28 -11
  149. package/esm2020/tabs/tab-header.mjs +7 -7
  150. package/esm2020/tabs/tab-label-wrapper.mjs +3 -3
  151. package/esm2020/tabs/tab-label.mjs +3 -3
  152. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +16 -16
  153. package/esm2020/tabs/tab.mjs +3 -3
  154. package/esm2020/tabs/tabs-module.mjs +4 -4
  155. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  156. package/esm2020/toolbar/toolbar.mjs +7 -7
  157. package/esm2020/tooltip/tooltip-module.mjs +4 -4
  158. package/esm2020/tooltip/tooltip.mjs +13 -13
  159. package/esm2020/tree/node.mjs +9 -9
  160. package/esm2020/tree/outlet.mjs +3 -3
  161. package/esm2020/tree/padding.mjs +3 -3
  162. package/esm2020/tree/toggle.mjs +3 -3
  163. package/esm2020/tree/tree-module.mjs +4 -4
  164. package/esm2020/tree/tree.mjs +4 -4
  165. package/fesm2015/autocomplete.mjs +36 -28
  166. package/fesm2015/autocomplete.mjs.map +1 -1
  167. package/fesm2015/badge.mjs +7 -7
  168. package/fesm2015/bottom-sheet.mjs +11 -11
  169. package/fesm2015/bottom-sheet.mjs.map +1 -1
  170. package/fesm2015/button-toggle.mjs +11 -11
  171. package/fesm2015/button-toggle.mjs.map +1 -1
  172. package/fesm2015/button.mjs +12 -12
  173. package/fesm2015/button.mjs.map +1 -1
  174. package/fesm2015/card.mjs +47 -47
  175. package/fesm2015/card.mjs.map +1 -1
  176. package/fesm2015/checkbox.mjs +15 -15
  177. package/fesm2015/checkbox.mjs.map +1 -1
  178. package/fesm2015/chips.mjs +23 -23
  179. package/fesm2015/chips.mjs.map +1 -1
  180. package/fesm2015/core.mjs +89 -71
  181. package/fesm2015/core.mjs.map +1 -1
  182. package/fesm2015/datepicker.mjs +90 -90
  183. package/fesm2015/datepicker.mjs.map +1 -1
  184. package/fesm2015/dialog.mjs +31 -30
  185. package/fesm2015/dialog.mjs.map +1 -1
  186. package/fesm2015/divider.mjs +8 -8
  187. package/fesm2015/divider.mjs.map +1 -1
  188. package/fesm2015/expansion.mjs +28 -28
  189. package/fesm2015/expansion.mjs.map +1 -1
  190. package/fesm2015/form-field/testing.mjs +1 -1
  191. package/fesm2015/form-field/testing.mjs.map +1 -1
  192. package/fesm2015/form-field.mjs +29 -29
  193. package/fesm2015/form-field.mjs.map +1 -1
  194. package/fesm2015/grid-list.mjs +25 -25
  195. package/fesm2015/grid-list.mjs.map +1 -1
  196. package/fesm2015/icon/testing.mjs +7 -7
  197. package/fesm2015/icon.mjs +11 -11
  198. package/fesm2015/icon.mjs.map +1 -1
  199. package/fesm2015/input.mjs +7 -7
  200. package/fesm2015/list.mjs +31 -31
  201. package/fesm2015/list.mjs.map +1 -1
  202. package/fesm2015/menu.mjs +26 -26
  203. package/fesm2015/menu.mjs.map +1 -1
  204. package/fesm2015/paginator.mjs +14 -14
  205. package/fesm2015/paginator.mjs.map +1 -1
  206. package/fesm2015/progress-bar.mjs +8 -8
  207. package/fesm2015/progress-bar.mjs.map +1 -1
  208. package/fesm2015/progress-spinner.mjs +8 -8
  209. package/fesm2015/progress-spinner.mjs.map +1 -1
  210. package/fesm2015/radio.mjs +46 -17
  211. package/fesm2015/radio.mjs.map +1 -1
  212. package/fesm2015/select.mjs +15 -15
  213. package/fesm2015/select.mjs.map +1 -1
  214. package/fesm2015/sidenav.mjs +26 -26
  215. package/fesm2015/sidenav.mjs.map +1 -1
  216. package/fesm2015/slide-toggle.mjs +15 -15
  217. package/fesm2015/slide-toggle.mjs.map +1 -1
  218. package/fesm2015/slider.mjs +8 -8
  219. package/fesm2015/slider.mjs.map +1 -1
  220. package/fesm2015/snack-bar.mjs +37 -31
  221. package/fesm2015/snack-bar.mjs.map +1 -1
  222. package/fesm2015/sort.mjs +14 -14
  223. package/fesm2015/sort.mjs.map +1 -1
  224. package/fesm2015/stepper.mjs +33 -33
  225. package/fesm2015/stepper.mjs.map +1 -1
  226. package/fesm2015/table.mjs +57 -57
  227. package/fesm2015/table.mjs.map +1 -1
  228. package/fesm2015/tabs.mjs +83 -65
  229. package/fesm2015/tabs.mjs.map +1 -1
  230. package/fesm2015/toolbar.mjs +11 -11
  231. package/fesm2015/toolbar.mjs.map +1 -1
  232. package/fesm2015/tooltip.mjs +17 -17
  233. package/fesm2015/tooltip.mjs.map +1 -1
  234. package/fesm2015/tree.mjs +26 -26
  235. package/fesm2015/tree.mjs.map +1 -1
  236. package/fesm2020/autocomplete.mjs +36 -28
  237. package/fesm2020/autocomplete.mjs.map +1 -1
  238. package/fesm2020/badge.mjs +7 -7
  239. package/fesm2020/bottom-sheet.mjs +11 -11
  240. package/fesm2020/bottom-sheet.mjs.map +1 -1
  241. package/fesm2020/button-toggle.mjs +11 -11
  242. package/fesm2020/button-toggle.mjs.map +1 -1
  243. package/fesm2020/button.mjs +12 -12
  244. package/fesm2020/button.mjs.map +1 -1
  245. package/fesm2020/card.mjs +47 -47
  246. package/fesm2020/card.mjs.map +1 -1
  247. package/fesm2020/checkbox.mjs +15 -15
  248. package/fesm2020/checkbox.mjs.map +1 -1
  249. package/fesm2020/chips.mjs +23 -23
  250. package/fesm2020/chips.mjs.map +1 -1
  251. package/fesm2020/core.mjs +88 -71
  252. package/fesm2020/core.mjs.map +1 -1
  253. package/fesm2020/datepicker.mjs +90 -90
  254. package/fesm2020/datepicker.mjs.map +1 -1
  255. package/fesm2020/dialog.mjs +30 -30
  256. package/fesm2020/dialog.mjs.map +1 -1
  257. package/fesm2020/divider.mjs +8 -8
  258. package/fesm2020/divider.mjs.map +1 -1
  259. package/fesm2020/expansion.mjs +28 -28
  260. package/fesm2020/expansion.mjs.map +1 -1
  261. package/fesm2020/form-field/testing.mjs +1 -1
  262. package/fesm2020/form-field/testing.mjs.map +1 -1
  263. package/fesm2020/form-field.mjs +29 -29
  264. package/fesm2020/form-field.mjs.map +1 -1
  265. package/fesm2020/grid-list.mjs +25 -25
  266. package/fesm2020/grid-list.mjs.map +1 -1
  267. package/fesm2020/icon/testing.mjs +7 -7
  268. package/fesm2020/icon.mjs +11 -11
  269. package/fesm2020/icon.mjs.map +1 -1
  270. package/fesm2020/input.mjs +7 -7
  271. package/fesm2020/list.mjs +31 -31
  272. package/fesm2020/list.mjs.map +1 -1
  273. package/fesm2020/menu.mjs +26 -26
  274. package/fesm2020/menu.mjs.map +1 -1
  275. package/fesm2020/paginator.mjs +14 -14
  276. package/fesm2020/paginator.mjs.map +1 -1
  277. package/fesm2020/progress-bar.mjs +8 -8
  278. package/fesm2020/progress-bar.mjs.map +1 -1
  279. package/fesm2020/progress-spinner.mjs +8 -8
  280. package/fesm2020/progress-spinner.mjs.map +1 -1
  281. package/fesm2020/radio.mjs +45 -17
  282. package/fesm2020/radio.mjs.map +1 -1
  283. package/fesm2020/select.mjs +15 -15
  284. package/fesm2020/select.mjs.map +1 -1
  285. package/fesm2020/sidenav.mjs +26 -26
  286. package/fesm2020/sidenav.mjs.map +1 -1
  287. package/fesm2020/slide-toggle.mjs +15 -15
  288. package/fesm2020/slide-toggle.mjs.map +1 -1
  289. package/fesm2020/slider.mjs +8 -8
  290. package/fesm2020/slider.mjs.map +1 -1
  291. package/fesm2020/snack-bar.mjs +37 -31
  292. package/fesm2020/snack-bar.mjs.map +1 -1
  293. package/fesm2020/sort.mjs +14 -14
  294. package/fesm2020/sort.mjs.map +1 -1
  295. package/fesm2020/stepper.mjs +33 -33
  296. package/fesm2020/stepper.mjs.map +1 -1
  297. package/fesm2020/table.mjs +57 -57
  298. package/fesm2020/table.mjs.map +1 -1
  299. package/fesm2020/tabs.mjs +82 -65
  300. package/fesm2020/tabs.mjs.map +1 -1
  301. package/fesm2020/toolbar.mjs +11 -11
  302. package/fesm2020/toolbar.mjs.map +1 -1
  303. package/fesm2020/tooltip.mjs +17 -17
  304. package/fesm2020/tooltip.mjs.map +1 -1
  305. package/fesm2020/tree.mjs +26 -26
  306. package/fesm2020/tree.mjs.map +1 -1
  307. package/form-field/testing/public-api.d.ts +1 -1
  308. package/package.json +2 -2
  309. package/prebuilt-themes/deeppurple-amber.css +1 -1
  310. package/prebuilt-themes/indigo-pink.css +1 -1
  311. package/prebuilt-themes/pink-bluegrey.css +1 -1
  312. package/prebuilt-themes/purple-green.css +1 -1
  313. package/radio/radio.d.ts +7 -2
  314. package/schematics/ng-add/index.js +1 -1
  315. package/schematics/ng-add/index.mjs +1 -1
  316. package/stepper/stepper.d.ts +2 -2
  317. package/tabs/_tabs-common.scss +6 -5
  318. package/tabs/tab-group.d.ts +3 -1
@@ -5,10 +5,10 @@
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
- // Re-export everything from the "form-field/testing/control" entry-point. To avoid
9
- // circular dependencies, harnesses for default form-field controls (i.e. input, select)
8
+ // Re-export the base control harness from the "form-field/testing/control" entry-point. To
9
+ // avoid circular dependencies, harnesses for form-field controls (i.e. input, select)
10
10
  // need to import the base form-field control harness through a separate entry-point.
11
- export * from '@angular/material/form-field/testing/control';
11
+ export { MatFormFieldControlHarness } from '@angular/material/form-field/testing/control';
12
12
  export * from './form-field-harness';
13
13
  export * from './form-field-harness-filters';
14
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9mb3JtLWZpZWxkL3Rlc3RpbmcvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxtRkFBbUY7QUFDbkYsd0ZBQXdGO0FBQ3hGLHFGQUFxRjtBQUNyRixjQUFjLDhDQUE4QyxDQUFDO0FBRTdELGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw4QkFBOEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG4vLyBSZS1leHBvcnQgZXZlcnl0aGluZyBmcm9tIHRoZSBcImZvcm0tZmllbGQvdGVzdGluZy9jb250cm9sXCIgZW50cnktcG9pbnQuIFRvIGF2b2lkXG4vLyBjaXJjdWxhciBkZXBlbmRlbmNpZXMsIGhhcm5lc3NlcyBmb3IgZGVmYXVsdCBmb3JtLWZpZWxkIGNvbnRyb2xzIChpLmUuIGlucHV0LCBzZWxlY3QpXG4vLyBuZWVkIHRvIGltcG9ydCB0aGUgYmFzZSBmb3JtLWZpZWxkIGNvbnRyb2wgaGFybmVzcyB0aHJvdWdoIGEgc2VwYXJhdGUgZW50cnktcG9pbnQuXG5leHBvcnQgKiBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkL3Rlc3RpbmcvY29udHJvbCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZm9ybS1maWVsZC1oYXJuZXNzJztcbmV4cG9ydCAqIGZyb20gJy4vZm9ybS1maWVsZC1oYXJuZXNzLWZpbHRlcnMnO1xuIl19
14
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9mb3JtLWZpZWxkL3Rlc3RpbmcvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCwyRkFBMkY7QUFDM0Ysc0ZBQXNGO0FBQ3RGLHFGQUFxRjtBQUNyRixPQUFPLEVBQUMsMEJBQTBCLEVBQUMsTUFBTSw4Q0FBOEMsQ0FBQztBQUV4RixjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuLy8gUmUtZXhwb3J0IHRoZSBiYXNlIGNvbnRyb2wgaGFybmVzcyBmcm9tIHRoZSBcImZvcm0tZmllbGQvdGVzdGluZy9jb250cm9sXCIgZW50cnktcG9pbnQuIFRvXG4vLyBhdm9pZCBjaXJjdWxhciBkZXBlbmRlbmNpZXMsIGhhcm5lc3NlcyBmb3IgZm9ybS1maWVsZCBjb250cm9scyAoaS5lLiBpbnB1dCwgc2VsZWN0KVxuLy8gbmVlZCB0byBpbXBvcnQgdGhlIGJhc2UgZm9ybS1maWVsZCBjb250cm9sIGhhcm5lc3MgdGhyb3VnaCBhIHNlcGFyYXRlIGVudHJ5LXBvaW50LlxuZXhwb3J0IHtNYXRGb3JtRmllbGRDb250cm9sSGFybmVzc30gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZC90ZXN0aW5nL2NvbnRyb2wnO1xuXG5leHBvcnQgKiBmcm9tICcuL2Zvcm0tZmllbGQtaGFybmVzcyc7XG5leHBvcnQgKiBmcm9tICcuL2Zvcm0tZmllbGQtaGFybmVzcy1maWx0ZXJzJztcbiJdfQ==
@@ -12,8 +12,8 @@ import { MatGridList } from './grid-list';
12
12
  import * as i0 from "@angular/core";
13
13
  export class MatGridListModule {
14
14
  }
15
- MatGridListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- MatGridListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridListModule, declarations: [MatGridList,
15
+ MatGridListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ MatGridListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridListModule, declarations: [MatGridList,
17
17
  MatGridTile,
18
18
  MatGridTileText,
19
19
  MatGridTileHeaderCssMatStyler,
@@ -26,9 +26,9 @@ MatGridListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
26
26
  MatGridTileHeaderCssMatStyler,
27
27
  MatGridTileFooterCssMatStyler,
28
28
  MatGridAvatarCssMatStyler] });
29
- MatGridListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridListModule, imports: [[MatLineModule, MatCommonModule], MatLineModule,
29
+ MatGridListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridListModule, imports: [[MatLineModule, MatCommonModule], MatLineModule,
30
30
  MatCommonModule] });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridListModule, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridListModule, decorators: [{
32
32
  type: NgModule,
33
33
  args: [{
34
34
  imports: [MatLineModule, MatCommonModule],
@@ -111,14 +111,14 @@ export class MatGridList {
111
111
  }
112
112
  }
113
113
  }
114
- MatGridList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridList, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Component });
115
- MatGridList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatGridList, selector: "mat-grid-list", inputs: { cols: "cols", gutterSize: "gutterSize", rowHeight: "rowHeight" }, host: { properties: { "attr.cols": "cols" }, classAttribute: "mat-grid-list" }, providers: [
114
+ MatGridList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridList, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Component });
115
+ MatGridList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatGridList, selector: "mat-grid-list", inputs: { cols: "cols", gutterSize: "gutterSize", rowHeight: "rowHeight" }, host: { properties: { "attr.cols": "cols" }, classAttribute: "mat-grid-list" }, providers: [
116
116
  {
117
117
  provide: MAT_GRID_LIST,
118
118
  useExisting: MatGridList,
119
119
  },
120
- ], queries: [{ propertyName: "_tiles", predicate: MatGridTile, descendants: true }], exportAs: ["matGridList"], ngImport: i0, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
121
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridList, decorators: [{
120
+ ], queries: [{ propertyName: "_tiles", predicate: MatGridTile, descendants: true }], exportAs: ["matGridList"], ngImport: i0, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridList, decorators: [{
122
122
  type: Component,
123
123
  args: [{ selector: 'mat-grid-list', exportAs: 'matGridList', host: {
124
124
  'class': 'mat-grid-list',
@@ -130,7 +130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6",
130
130
  provide: MAT_GRID_LIST,
131
131
  useExisting: MatGridList,
132
132
  },
133
- ], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"] }]
133
+ ], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}"] }]
134
134
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.Directionality, decorators: [{
135
135
  type: Optional
136
136
  }] }]; }, propDecorators: { _tiles: [{
@@ -39,9 +39,9 @@ export class MatGridTile {
39
39
  this._element.nativeElement.style[property] = value;
40
40
  }
41
41
  }
42
- MatGridTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTile, deps: [{ token: i0.ElementRef }, { token: MAT_GRID_LIST, optional: true }], target: i0.ɵɵFactoryTarget.Component });
43
- MatGridTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatGridTile, selector: "mat-grid-tile", inputs: { rowspan: "rowspan", colspan: "colspan" }, host: { properties: { "attr.rowspan": "rowspan", "attr.colspan": "colspan" }, classAttribute: "mat-grid-tile" }, exportAs: ["matGridTile"], ngImport: i0, template: "<div class=\"mat-grid-tile-content\">\n <ng-content></ng-content>\n</div>\n", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTile, decorators: [{
42
+ MatGridTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTile, deps: [{ token: i0.ElementRef }, { token: MAT_GRID_LIST, optional: true }], target: i0.ɵɵFactoryTarget.Component });
43
+ MatGridTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatGridTile, selector: "mat-grid-tile", inputs: { rowspan: "rowspan", colspan: "colspan" }, host: { properties: { "attr.rowspan": "rowspan", "attr.colspan": "colspan" }, classAttribute: "mat-grid-tile" }, exportAs: ["matGridTile"], ngImport: i0, template: "<div class=\"mat-grid-tile-content\">\n <ng-content></ng-content>\n</div>\n", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTile, decorators: [{
45
45
  type: Component,
46
46
  args: [{ selector: 'mat-grid-tile', exportAs: 'matGridTile', host: {
47
47
  'class': 'mat-grid-tile',
@@ -49,7 +49,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6",
49
49
  // the DOM. This is needed for the grid-tile harness.
50
50
  '[attr.rowspan]': 'rowspan',
51
51
  '[attr.colspan]': 'colspan',
52
- }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"mat-grid-tile-content\">\n <ng-content></ng-content>\n</div>\n", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"] }]
52
+ }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"mat-grid-tile-content\">\n <ng-content></ng-content>\n</div>\n", styles: [".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}"] }]
53
53
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: undefined, decorators: [{
54
54
  type: Optional
55
55
  }, {
@@ -68,9 +68,9 @@ export class MatGridTileText {
68
68
  setLines(this._lines, this._element);
69
69
  }
70
70
  }
71
- MatGridTileText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTileText, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
72
- MatGridTileText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatGridTileText, selector: "mat-grid-tile-header, mat-grid-tile-footer", queries: [{ propertyName: "_lines", predicate: MatLine, descendants: true }], ngImport: i0, template: "<ng-content select=\"[mat-grid-avatar], [matGridAvatar]\"></ng-content>\n<div class=\"mat-grid-list-text\"><ng-content select=\"[mat-line], [matLine]\"></ng-content></div>\n<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTileText, decorators: [{
71
+ MatGridTileText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTileText, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
72
+ MatGridTileText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatGridTileText, selector: "mat-grid-tile-header, mat-grid-tile-footer", queries: [{ propertyName: "_lines", predicate: MatLine, descendants: true }], ngImport: i0, template: "<ng-content select=\"[mat-grid-avatar], [matGridAvatar]\"></ng-content>\n<div class=\"mat-grid-list-text\"><ng-content select=\"[mat-line], [matLine]\"></ng-content></div>\n<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTileText, decorators: [{
74
74
  type: Component,
75
75
  args: [{ selector: 'mat-grid-tile-header, mat-grid-tile-footer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"[mat-grid-avatar], [matGridAvatar]\"></ng-content>\n<div class=\"mat-grid-list-text\"><ng-content select=\"[mat-line], [matLine]\"></ng-content></div>\n<ng-content></ng-content>\n" }]
76
76
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _lines: [{
@@ -83,9 +83,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6",
83
83
  */
84
84
  export class MatGridAvatarCssMatStyler {
85
85
  }
86
- MatGridAvatarCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridAvatarCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
87
- MatGridAvatarCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatGridAvatarCssMatStyler, selector: "[mat-grid-avatar], [matGridAvatar]", host: { classAttribute: "mat-grid-avatar" }, ngImport: i0 });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridAvatarCssMatStyler, decorators: [{
86
+ MatGridAvatarCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridAvatarCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
87
+ MatGridAvatarCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatGridAvatarCssMatStyler, selector: "[mat-grid-avatar], [matGridAvatar]", host: { classAttribute: "mat-grid-avatar" }, ngImport: i0 });
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridAvatarCssMatStyler, decorators: [{
89
89
  type: Directive,
90
90
  args: [{
91
91
  selector: '[mat-grid-avatar], [matGridAvatar]',
@@ -98,9 +98,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6",
98
98
  */
99
99
  export class MatGridTileHeaderCssMatStyler {
100
100
  }
101
- MatGridTileHeaderCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTileHeaderCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
102
- MatGridTileHeaderCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatGridTileHeaderCssMatStyler, selector: "mat-grid-tile-header", host: { classAttribute: "mat-grid-tile-header" }, ngImport: i0 });
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTileHeaderCssMatStyler, decorators: [{
101
+ MatGridTileHeaderCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTileHeaderCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
102
+ MatGridTileHeaderCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatGridTileHeaderCssMatStyler, selector: "mat-grid-tile-header", host: { classAttribute: "mat-grid-tile-header" }, ngImport: i0 });
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTileHeaderCssMatStyler, decorators: [{
104
104
  type: Directive,
105
105
  args: [{
106
106
  selector: 'mat-grid-tile-header',
@@ -113,9 +113,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6",
113
113
  */
114
114
  export class MatGridTileFooterCssMatStyler {
115
115
  }
116
- MatGridTileFooterCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTileFooterCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
117
- MatGridTileFooterCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatGridTileFooterCssMatStyler, selector: "mat-grid-tile-footer", host: { classAttribute: "mat-grid-tile-footer" }, ngImport: i0 });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatGridTileFooterCssMatStyler, decorators: [{
116
+ MatGridTileFooterCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTileFooterCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
117
+ MatGridTileFooterCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatGridTileFooterCssMatStyler, selector: "mat-grid-tile-footer", host: { classAttribute: "mat-grid-tile-footer" }, ngImport: i0 });
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatGridTileFooterCssMatStyler, decorators: [{
119
119
  type: Directive,
120
120
  args: [{
121
121
  selector: 'mat-grid-tile-footer',
@@ -11,10 +11,10 @@ import { MatIcon } from './icon';
11
11
  import * as i0 from "@angular/core";
12
12
  export class MatIconModule {
13
13
  }
14
- MatIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- MatIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconModule, declarations: [MatIcon], imports: [MatCommonModule], exports: [MatIcon, MatCommonModule] });
16
- MatIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconModule, imports: [[MatCommonModule], MatCommonModule] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconModule, decorators: [{
14
+ MatIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ MatIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconModule, declarations: [MatIcon], imports: [MatCommonModule], exports: [MatIcon, MatCommonModule] });
16
+ MatIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconModule, imports: [[MatCommonModule], MatCommonModule] });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  imports: [MatCommonModule],
@@ -536,9 +536,9 @@ export class MatIconRegistry {
536
536
  return undefined;
537
537
  }
538
538
  }
539
- MatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconRegistry, deps: [{ token: i1.HttpClient, optional: true }, { token: i2.DomSanitizer }, { token: DOCUMENT, optional: true }, { token: i0.ErrorHandler }], target: i0.ɵɵFactoryTarget.Injectable });
540
- MatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconRegistry, providedIn: 'root' });
541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconRegistry, decorators: [{
539
+ MatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconRegistry, deps: [{ token: i1.HttpClient, optional: true }, { token: i2.DomSanitizer }, { token: DOCUMENT, optional: true }, { token: i0.ErrorHandler }], target: i0.ɵɵFactoryTarget.Injectable });
540
+ MatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconRegistry, providedIn: 'root' });
541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconRegistry, decorators: [{
542
542
  type: Injectable,
543
543
  args: [{ providedIn: 'root' }]
544
544
  }], ctorParameters: function () { return [{ type: i1.HttpClient, decorators: [{
@@ -334,9 +334,9 @@ export class MatIcon extends _MatIconBase {
334
334
  }
335
335
  }
336
336
  }
337
- MatIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIcon, deps: [{ token: i0.ElementRef }, { token: i1.MatIconRegistry }, { token: 'aria-hidden', attribute: true }, { token: MAT_ICON_LOCATION }, { token: i0.ErrorHandler }, { token: MAT_ICON_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
338
- MatIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatIcon, selector: "mat-icon", inputs: { color: "color", inline: "inline", svgIcon: "svgIcon", fontSet: "fontSet", fontIcon: "fontIcon" }, host: { attributes: { "role": "img" }, properties: { "attr.data-mat-icon-type": "_usingFontIcon() ? \"font\" : \"svg\"", "attr.data-mat-icon-name": "_svgName || fontIcon", "attr.data-mat-icon-namespace": "_svgNamespace || fontSet", "class.mat-icon-inline": "inline", "class.mat-icon-no-color": "color !== \"primary\" && color !== \"accent\" && color !== \"warn\"" }, classAttribute: "mat-icon notranslate" }, exportAs: ["matIcon"], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIcon, decorators: [{
337
+ MatIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIcon, deps: [{ token: i0.ElementRef }, { token: i1.MatIconRegistry }, { token: 'aria-hidden', attribute: true }, { token: MAT_ICON_LOCATION }, { token: i0.ErrorHandler }, { token: MAT_ICON_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
338
+ MatIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatIcon, selector: "mat-icon", inputs: { color: "color", inline: "inline", svgIcon: "svgIcon", fontSet: "fontSet", fontIcon: "fontIcon" }, host: { attributes: { "role": "img" }, properties: { "attr.data-mat-icon-type": "_usingFontIcon() ? \"font\" : \"svg\"", "attr.data-mat-icon-name": "_svgName || fontIcon", "attr.data-mat-icon-namespace": "_svgNamespace || fontSet", "class.mat-icon-inline": "inline", "class.mat-icon-no-color": "color !== \"primary\" && color !== \"accent\" && color !== \"warn\"" }, classAttribute: "mat-icon notranslate" }, exportAs: ["matIcon"], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIcon, decorators: [{
340
340
  type: Component,
341
341
  args: [{ template: '<ng-content></ng-content>', selector: 'mat-icon', exportAs: 'matIcon', inputs: ['color'], host: {
342
342
  'role': 'img',
@@ -346,7 +346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6",
346
346
  '[attr.data-mat-icon-namespace]': '_svgNamespace || fontSet',
347
347
  '[class.mat-icon-inline]': 'inline',
348
348
  '[class.mat-icon-no-color]': 'color !== "primary" && color !== "accent" && color !== "warn"',
349
- }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}\n"] }]
349
+ }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}"] }]
350
350
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.MatIconRegistry }, { type: undefined, decorators: [{
351
351
  type: Attribute,
352
352
  args: ['aria-hidden']
@@ -72,18 +72,18 @@ export class FakeMatIconRegistry {
72
72
  return emptySvg;
73
73
  }
74
74
  }
75
- FakeMatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: FakeMatIconRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
76
- FakeMatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: FakeMatIconRegistry });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: FakeMatIconRegistry, decorators: [{
75
+ FakeMatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: FakeMatIconRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
76
+ FakeMatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: FakeMatIconRegistry });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: FakeMatIconRegistry, decorators: [{
78
78
  type: Injectable
79
79
  }] });
80
80
  /** Import this module in tests to install the null icon registry. */
81
81
  export class MatIconTestingModule {
82
82
  }
83
- MatIconTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
84
- MatIconTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconTestingModule });
85
- MatIconTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconTestingModule, providers: [{ provide: MatIconRegistry, useClass: FakeMatIconRegistry }] });
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatIconTestingModule, decorators: [{
83
+ MatIconTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
84
+ MatIconTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconTestingModule });
85
+ MatIconTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconTestingModule, providers: [{ provide: MatIconRegistry, useClass: FakeMatIconRegistry }] });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatIconTestingModule, decorators: [{
87
87
  type: NgModule,
88
88
  args: [{
89
89
  providers: [{ provide: MatIconRegistry, useClass: FakeMatIconRegistry }],
@@ -13,17 +13,17 @@ import { MatInput } from './input';
13
13
  import * as i0 from "@angular/core";
14
14
  export class MatInputModule {
15
15
  }
16
- MatInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- MatInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatInputModule, declarations: [MatInput], imports: [TextFieldModule, MatFormFieldModule, MatCommonModule], exports: [TextFieldModule,
16
+ MatInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
+ MatInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatInputModule, declarations: [MatInput], imports: [TextFieldModule, MatFormFieldModule, MatCommonModule], exports: [TextFieldModule,
18
18
  // We re-export the `MatFormFieldModule` since `MatInput` will almost always
19
19
  // be used together with `MatFormField`.
20
20
  MatFormFieldModule,
21
21
  MatInput] });
22
- MatInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatInputModule, providers: [ErrorStateMatcher], imports: [[TextFieldModule, MatFormFieldModule, MatCommonModule], TextFieldModule,
22
+ MatInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatInputModule, providers: [ErrorStateMatcher], imports: [[TextFieldModule, MatFormFieldModule, MatCommonModule], TextFieldModule,
23
23
  // We re-export the `MatFormFieldModule` since `MatInput` will almost always
24
24
  // be used together with `MatFormField`.
25
25
  MatFormFieldModule] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatInputModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatInputModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [MatInput],
@@ -375,9 +375,9 @@ export class MatInput extends _MatInputBase {
375
375
  return this._isNativeSelect && (element.multiple || element.size > 1);
376
376
  }
377
377
  }
378
- MatInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatInput, deps: [{ token: i0.ElementRef }, { token: i1.Platform }, { token: i2.NgControl, optional: true, self: true }, { token: i2.NgForm, optional: true }, { token: i2.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: MAT_INPUT_VALUE_ACCESSOR, optional: true, self: true }, { token: i4.AutofillMonitor }, { token: i0.NgZone }, { token: MAT_FORM_FIELD, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
379
- MatInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl],\n input[matNativeControl], textarea[matNativeControl]", inputs: { disabled: "disabled", id: "id", placeholder: "placeholder", name: "name", required: "required", type: "type", errorStateMatcher: "errorStateMatcher", userAriaDescribedBy: ["aria-describedby", "userAriaDescribedBy"], value: "value", readonly: "readonly" }, host: { listeners: { "focus": "_focusChanged(true)", "blur": "_focusChanged(false)", "input": "_onInput()" }, properties: { "class.mat-input-server": "_isServer", "attr.id": "id", "attr.data-placeholder": "placeholder", "disabled": "disabled", "required": "required", "attr.name": "name || null", "attr.readonly": "readonly && !_isNativeSelect || null", "class.mat-native-select-inline": "_isInlineSelect()", "attr.aria-invalid": "(empty && required) ? null : errorState", "attr.aria-required": "required" }, classAttribute: "mat-input-element mat-form-field-autofill-control" }, providers: [{ provide: MatFormFieldControl, useExisting: MatInput }], exportAs: ["matInput"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatInput, decorators: [{
378
+ MatInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatInput, deps: [{ token: i0.ElementRef }, { token: i1.Platform }, { token: i2.NgControl, optional: true, self: true }, { token: i2.NgForm, optional: true }, { token: i2.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: MAT_INPUT_VALUE_ACCESSOR, optional: true, self: true }, { token: i4.AutofillMonitor }, { token: i0.NgZone }, { token: MAT_FORM_FIELD, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
379
+ MatInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl],\n input[matNativeControl], textarea[matNativeControl]", inputs: { disabled: "disabled", id: "id", placeholder: "placeholder", name: "name", required: "required", type: "type", errorStateMatcher: "errorStateMatcher", userAriaDescribedBy: ["aria-describedby", "userAriaDescribedBy"], value: "value", readonly: "readonly" }, host: { listeners: { "focus": "_focusChanged(true)", "blur": "_focusChanged(false)", "input": "_onInput()" }, properties: { "class.mat-input-server": "_isServer", "attr.id": "id", "attr.data-placeholder": "placeholder", "disabled": "disabled", "required": "required", "attr.name": "name || null", "attr.readonly": "readonly && !_isNativeSelect || null", "class.mat-native-select-inline": "_isInlineSelect()", "attr.aria-invalid": "(empty && required) ? null : errorState", "attr.aria-required": "required" }, classAttribute: "mat-input-element mat-form-field-autofill-control" }, providers: [{ provide: MatFormFieldControl, useExisting: MatInput }], exportAs: ["matInput"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatInput, decorators: [{
381
381
  type: Directive,
382
382
  args: [{
383
383
  selector: `input[matInput], textarea[matInput], select[matNativeControl],
@@ -14,8 +14,8 @@ import { MatDividerModule } from '@angular/material/divider';
14
14
  import * as i0 from "@angular/core";
15
15
  export class MatListModule {
16
16
  }
17
- MatListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
- MatListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatListModule, declarations: [MatList,
17
+ MatListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
+ MatListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatListModule, declarations: [MatList,
19
19
  MatNavList,
20
20
  MatListItem,
21
21
  MatListAvatarCssMatStyler,
@@ -34,11 +34,11 @@ MatListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
34
34
  MatSelectionList,
35
35
  MatListOption,
36
36
  MatDividerModule] });
37
- MatListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatListModule, imports: [[MatLineModule, MatRippleModule, MatCommonModule, MatPseudoCheckboxModule, CommonModule], MatLineModule,
37
+ MatListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatListModule, imports: [[MatLineModule, MatRippleModule, MatCommonModule, MatPseudoCheckboxModule, CommonModule], MatLineModule,
38
38
  MatCommonModule,
39
39
  MatPseudoCheckboxModule,
40
40
  MatDividerModule] });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatListModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatListModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  imports: [MatLineModule, MatRippleModule, MatCommonModule, MatPseudoCheckboxModule, CommonModule],