@angular/material 14.0.0-next.11 → 14.0.0-next.12

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 (383) hide show
  1. package/autocomplete/autocomplete-origin.d.ts +2 -2
  2. package/autocomplete/autocomplete-trigger.d.ts +2 -2
  3. package/autocomplete/autocomplete.d.ts +2 -2
  4. package/badge/badge.d.ts +1 -1
  5. package/bottom-sheet/bottom-sheet-container.d.ts +1 -1
  6. package/button/button.d.ts +2 -2
  7. package/button-toggle/button-toggle.d.ts +2 -2
  8. package/card/card.d.ts +14 -14
  9. package/checkbox/checkbox-required-validator.d.ts +1 -1
  10. package/checkbox/checkbox.d.ts +1 -1
  11. package/chips/chip-input.d.ts +1 -1
  12. package/chips/chip-list.d.ts +1 -1
  13. package/chips/chip.d.ts +4 -4
  14. package/core/line/line.d.ts +1 -1
  15. package/core/option/optgroup.d.ts +2 -2
  16. package/core/option/option.d.ts +2 -2
  17. package/core/ripple/ripple.d.ts +1 -1
  18. package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +1 -1
  19. package/core/theming/_theming.scss +1 -1
  20. package/datepicker/calendar-body.d.ts +1 -1
  21. package/datepicker/calendar.d.ts +2 -2
  22. package/datepicker/date-range-input-parts.d.ts +3 -3
  23. package/datepicker/date-range-input.d.ts +1 -1
  24. package/datepicker/date-range-picker.d.ts +1 -1
  25. package/datepicker/datepicker-actions.d.ts +3 -3
  26. package/datepicker/datepicker-base.d.ts +2 -2
  27. package/datepicker/datepicker-input-base.d.ts +1 -1
  28. package/datepicker/datepicker-input.d.ts +1 -1
  29. package/datepicker/datepicker-toggle.d.ts +2 -2
  30. package/datepicker/datepicker.d.ts +1 -1
  31. package/datepicker/month-view.d.ts +1 -1
  32. package/datepicker/multi-year-view.d.ts +1 -1
  33. package/datepicker/year-view.d.ts +1 -1
  34. package/dialog/dialog-container.d.ts +2 -2
  35. package/dialog/dialog-content-directives.d.ts +4 -4
  36. package/dialog/dialog.d.ts +1 -1
  37. package/divider/divider.d.ts +1 -1
  38. package/esm2020/autocomplete/autocomplete-module.mjs +4 -4
  39. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  40. package/esm2020/autocomplete/autocomplete-trigger.mjs +13 -8
  41. package/esm2020/autocomplete/autocomplete.mjs +6 -6
  42. package/esm2020/badge/badge-module.mjs +4 -4
  43. package/esm2020/badge/badge.mjs +3 -3
  44. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +4 -4
  45. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  46. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  47. package/esm2020/button/button-module.mjs +4 -4
  48. package/esm2020/button/button.mjs +6 -6
  49. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  50. package/esm2020/button-toggle/button-toggle.mjs +6 -6
  51. package/esm2020/card/card-module.mjs +4 -4
  52. package/esm2020/card/card.mjs +42 -42
  53. package/esm2020/checkbox/checkbox-module.mjs +8 -8
  54. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  55. package/esm2020/checkbox/checkbox.mjs +3 -3
  56. package/esm2020/chips/chip-input.mjs +3 -3
  57. package/esm2020/chips/chip-list.mjs +3 -3
  58. package/esm2020/chips/chip.mjs +12 -12
  59. package/esm2020/chips/chips-module.mjs +4 -4
  60. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  61. package/esm2020/core/datetime/index.mjs +8 -8
  62. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  63. package/esm2020/core/error/error-options.mjs +6 -6
  64. package/esm2020/core/line/line.mjs +7 -7
  65. package/esm2020/core/option/index.mjs +4 -4
  66. package/esm2020/core/option/optgroup.mjs +6 -6
  67. package/esm2020/core/option/option.mjs +8 -8
  68. package/esm2020/core/ripple/index.mjs +4 -4
  69. package/esm2020/core/ripple/ripple.mjs +3 -3
  70. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  71. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  72. package/esm2020/core/version.mjs +1 -1
  73. package/esm2020/datepicker/calendar-body.mjs +3 -3
  74. package/esm2020/datepicker/calendar.mjs +12 -12
  75. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  76. package/esm2020/datepicker/date-range-input.mjs +4 -4
  77. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  78. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  79. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  80. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  81. package/esm2020/datepicker/datepicker-base.mjs +10 -10
  82. package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
  83. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  84. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  85. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  86. package/esm2020/datepicker/datepicker-toggle.mjs +8 -8
  87. package/esm2020/datepicker/datepicker.mjs +3 -3
  88. package/esm2020/datepicker/month-view.mjs +5 -5
  89. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  90. package/esm2020/datepicker/year-view.mjs +3 -3
  91. package/esm2020/dialog/dialog-container.mjs +7 -7
  92. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  93. package/esm2020/dialog/dialog-module.mjs +4 -4
  94. package/esm2020/dialog/dialog.mjs +6 -6
  95. package/esm2020/divider/divider-module.mjs +4 -4
  96. package/esm2020/divider/divider.mjs +3 -3
  97. package/esm2020/expansion/accordion.mjs +3 -3
  98. package/esm2020/expansion/expansion-module.mjs +4 -4
  99. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  100. package/esm2020/expansion/expansion-panel-header.mjs +10 -10
  101. package/esm2020/expansion/expansion-panel.mjs +8 -8
  102. package/esm2020/form-field/error.mjs +3 -3
  103. package/esm2020/form-field/form-field-control.mjs +3 -3
  104. package/esm2020/form-field/form-field-module.mjs +4 -4
  105. package/esm2020/form-field/form-field.mjs +4 -4
  106. package/esm2020/form-field/hint.mjs +3 -3
  107. package/esm2020/form-field/label.mjs +3 -3
  108. package/esm2020/form-field/placeholder.mjs +3 -3
  109. package/esm2020/form-field/prefix.mjs +3 -3
  110. package/esm2020/form-field/suffix.mjs +3 -3
  111. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  112. package/esm2020/grid-list/grid-list.mjs +3 -3
  113. package/esm2020/grid-list/grid-tile.mjs +15 -15
  114. package/esm2020/icon/icon-module.mjs +4 -4
  115. package/esm2020/icon/icon-registry.mjs +3 -3
  116. package/esm2020/icon/icon.mjs +3 -3
  117. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  118. package/esm2020/input/input-module.mjs +4 -4
  119. package/esm2020/input/input.mjs +3 -3
  120. package/esm2020/list/list-module.mjs +4 -4
  121. package/esm2020/list/list.mjs +18 -18
  122. package/esm2020/list/selection-list.mjs +6 -6
  123. package/esm2020/menu/menu-content.mjs +6 -6
  124. package/esm2020/menu/menu-item.mjs +5 -5
  125. package/esm2020/menu/menu-module.mjs +4 -4
  126. package/esm2020/menu/menu-trigger.mjs +6 -6
  127. package/esm2020/menu/menu.mjs +7 -7
  128. package/esm2020/paginator/paginator-intl.mjs +3 -3
  129. package/esm2020/paginator/paginator-module.mjs +4 -4
  130. package/esm2020/paginator/paginator.mjs +11 -11
  131. package/esm2020/progress-bar/progress-bar-module.mjs +4 -4
  132. package/esm2020/progress-bar/progress-bar.mjs +3 -3
  133. package/esm2020/progress-spinner/progress-spinner-module.mjs +4 -4
  134. package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
  135. package/esm2020/radio/radio-module.mjs +4 -4
  136. package/esm2020/radio/radio.mjs +12 -12
  137. package/esm2020/select/select-module.mjs +4 -4
  138. package/esm2020/select/select.mjs +13 -13
  139. package/esm2020/sidenav/drawer.mjs +11 -11
  140. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  141. package/esm2020/sidenav/sidenav.mjs +11 -11
  142. package/esm2020/slide-toggle/slide-toggle-module.mjs +8 -8
  143. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  144. package/esm2020/slide-toggle/slide-toggle.mjs +3 -3
  145. package/esm2020/slider/slider-module.mjs +4 -4
  146. package/esm2020/slider/slider.mjs +3 -3
  147. package/esm2020/snack-bar/simple-snack-bar.mjs +5 -5
  148. package/esm2020/snack-bar/snack-bar-container.mjs +4 -4
  149. package/esm2020/snack-bar/snack-bar-module.mjs +4 -4
  150. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  151. package/esm2020/sort/sort-header-intl.mjs +3 -3
  152. package/esm2020/sort/sort-header.mjs +4 -4
  153. package/esm2020/sort/sort-module.mjs +4 -4
  154. package/esm2020/sort/sort.mjs +4 -4
  155. package/esm2020/stepper/step-content.mjs +3 -3
  156. package/esm2020/stepper/step-header.mjs +6 -6
  157. package/esm2020/stepper/step-label.mjs +3 -3
  158. package/esm2020/stepper/stepper-button.mjs +6 -6
  159. package/esm2020/stepper/stepper-icon.mjs +3 -3
  160. package/esm2020/stepper/stepper-intl.mjs +3 -3
  161. package/esm2020/stepper/stepper-module.mjs +4 -4
  162. package/esm2020/stepper/stepper.mjs +10 -10
  163. package/esm2020/table/cell.mjs +21 -21
  164. package/esm2020/table/row.mjs +21 -21
  165. package/esm2020/table/table-module.mjs +4 -4
  166. package/esm2020/table/table.mjs +7 -7
  167. package/esm2020/table/text-column.mjs +4 -4
  168. package/esm2020/tabs/ink-bar.mjs +3 -3
  169. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  170. package/esm2020/tabs/tab-body.mjs +10 -10
  171. package/esm2020/tabs/tab-content.mjs +3 -3
  172. package/esm2020/tabs/tab-group.mjs +14 -14
  173. package/esm2020/tabs/tab-header.mjs +6 -6
  174. package/esm2020/tabs/tab-label-wrapper.mjs +3 -3
  175. package/esm2020/tabs/tab-label.mjs +3 -3
  176. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  177. package/esm2020/tabs/tab.mjs +3 -3
  178. package/esm2020/tabs/tabs-module.mjs +4 -4
  179. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  180. package/esm2020/toolbar/toolbar.mjs +6 -6
  181. package/esm2020/tooltip/tooltip-module.mjs +4 -4
  182. package/esm2020/tooltip/tooltip.mjs +12 -12
  183. package/esm2020/tree/node.mjs +9 -9
  184. package/esm2020/tree/outlet.mjs +3 -3
  185. package/esm2020/tree/padding.mjs +3 -3
  186. package/esm2020/tree/toggle.mjs +3 -3
  187. package/esm2020/tree/tree-module.mjs +4 -4
  188. package/esm2020/tree/tree.mjs +3 -3
  189. package/expansion/accordion.d.ts +1 -1
  190. package/expansion/expansion-panel-content.d.ts +1 -1
  191. package/expansion/expansion-panel-header.d.ts +3 -3
  192. package/expansion/expansion-panel.d.ts +2 -2
  193. package/fesm2015/autocomplete.mjs +28 -23
  194. package/fesm2015/autocomplete.mjs.map +1 -1
  195. package/fesm2015/badge.mjs +7 -7
  196. package/fesm2015/bottom-sheet.mjs +10 -10
  197. package/fesm2015/bottom-sheet.mjs.map +1 -1
  198. package/fesm2015/button-toggle.mjs +10 -10
  199. package/fesm2015/button-toggle.mjs.map +1 -1
  200. package/fesm2015/button.mjs +10 -10
  201. package/fesm2015/button.mjs.map +1 -1
  202. package/fesm2015/card.mjs +46 -46
  203. package/fesm2015/checkbox.mjs +14 -14
  204. package/fesm2015/checkbox.mjs.map +1 -1
  205. package/fesm2015/chips.mjs +22 -22
  206. package/fesm2015/core.mjs +59 -59
  207. package/fesm2015/core.mjs.map +1 -1
  208. package/fesm2015/datepicker.mjs +85 -85
  209. package/fesm2015/datepicker.mjs.map +1 -1
  210. package/fesm2015/dialog.mjs +28 -28
  211. package/fesm2015/dialog.mjs.map +1 -1
  212. package/fesm2015/divider.mjs +7 -7
  213. package/fesm2015/expansion.mjs +26 -26
  214. package/fesm2015/expansion.mjs.map +1 -1
  215. package/fesm2015/form-field.mjs +28 -28
  216. package/fesm2015/form-field.mjs.map +1 -1
  217. package/fesm2015/grid-list.mjs +22 -22
  218. package/fesm2015/icon/testing.mjs +7 -7
  219. package/fesm2015/icon.mjs +10 -10
  220. package/fesm2015/input.mjs +7 -7
  221. package/fesm2015/list.mjs +28 -28
  222. package/fesm2015/list.mjs.map +1 -1
  223. package/fesm2015/menu.mjs +27 -27
  224. package/fesm2015/menu.mjs.map +1 -1
  225. package/fesm2015/paginator.mjs +18 -18
  226. package/fesm2015/paginator.mjs.map +1 -1
  227. package/fesm2015/progress-bar.mjs +7 -7
  228. package/fesm2015/progress-bar.mjs.map +1 -1
  229. package/fesm2015/progress-spinner.mjs +7 -7
  230. package/fesm2015/progress-spinner.mjs.map +1 -1
  231. package/fesm2015/radio.mjs +16 -16
  232. package/fesm2015/radio.mjs.map +1 -1
  233. package/fesm2015/select.mjs +16 -16
  234. package/fesm2015/select.mjs.map +1 -1
  235. package/fesm2015/sidenav.mjs +24 -24
  236. package/fesm2015/sidenav.mjs.map +1 -1
  237. package/fesm2015/slide-toggle.mjs +14 -14
  238. package/fesm2015/slide-toggle.mjs.map +1 -1
  239. package/fesm2015/slider.mjs +7 -7
  240. package/fesm2015/slider.mjs.map +1 -1
  241. package/fesm2015/snack-bar.mjs +18 -18
  242. package/fesm2015/snack-bar.mjs.map +1 -1
  243. package/fesm2015/sort.mjs +13 -13
  244. package/fesm2015/sort.mjs.map +1 -1
  245. package/fesm2015/stepper.mjs +34 -34
  246. package/fesm2015/stepper.mjs.map +1 -1
  247. package/fesm2015/table.mjs +57 -57
  248. package/fesm2015/table.mjs.map +1 -1
  249. package/fesm2015/tabs.mjs +61 -61
  250. package/fesm2015/tabs.mjs.map +1 -1
  251. package/fesm2015/toolbar.mjs +10 -10
  252. package/fesm2015/tooltip.mjs +16 -16
  253. package/fesm2015/tooltip.mjs.map +1 -1
  254. package/fesm2015/tree.mjs +25 -25
  255. package/fesm2015/tree.mjs.map +1 -1
  256. package/fesm2020/autocomplete.mjs +28 -23
  257. package/fesm2020/autocomplete.mjs.map +1 -1
  258. package/fesm2020/badge.mjs +7 -7
  259. package/fesm2020/bottom-sheet.mjs +10 -10
  260. package/fesm2020/bottom-sheet.mjs.map +1 -1
  261. package/fesm2020/button-toggle.mjs +10 -10
  262. package/fesm2020/button-toggle.mjs.map +1 -1
  263. package/fesm2020/button.mjs +10 -10
  264. package/fesm2020/button.mjs.map +1 -1
  265. package/fesm2020/card.mjs +46 -46
  266. package/fesm2020/checkbox.mjs +14 -14
  267. package/fesm2020/checkbox.mjs.map +1 -1
  268. package/fesm2020/chips.mjs +22 -22
  269. package/fesm2020/core.mjs +59 -59
  270. package/fesm2020/core.mjs.map +1 -1
  271. package/fesm2020/datepicker.mjs +85 -85
  272. package/fesm2020/datepicker.mjs.map +1 -1
  273. package/fesm2020/dialog.mjs +28 -28
  274. package/fesm2020/dialog.mjs.map +1 -1
  275. package/fesm2020/divider.mjs +7 -7
  276. package/fesm2020/expansion.mjs +26 -26
  277. package/fesm2020/expansion.mjs.map +1 -1
  278. package/fesm2020/form-field.mjs +28 -28
  279. package/fesm2020/form-field.mjs.map +1 -1
  280. package/fesm2020/grid-list.mjs +22 -22
  281. package/fesm2020/icon/testing.mjs +7 -7
  282. package/fesm2020/icon.mjs +10 -10
  283. package/fesm2020/input.mjs +7 -7
  284. package/fesm2020/list.mjs +28 -28
  285. package/fesm2020/list.mjs.map +1 -1
  286. package/fesm2020/menu.mjs +27 -27
  287. package/fesm2020/menu.mjs.map +1 -1
  288. package/fesm2020/paginator.mjs +18 -18
  289. package/fesm2020/paginator.mjs.map +1 -1
  290. package/fesm2020/progress-bar.mjs +7 -7
  291. package/fesm2020/progress-bar.mjs.map +1 -1
  292. package/fesm2020/progress-spinner.mjs +7 -7
  293. package/fesm2020/progress-spinner.mjs.map +1 -1
  294. package/fesm2020/radio.mjs +16 -16
  295. package/fesm2020/radio.mjs.map +1 -1
  296. package/fesm2020/select.mjs +16 -16
  297. package/fesm2020/select.mjs.map +1 -1
  298. package/fesm2020/sidenav.mjs +24 -24
  299. package/fesm2020/sidenav.mjs.map +1 -1
  300. package/fesm2020/slide-toggle.mjs +14 -14
  301. package/fesm2020/slide-toggle.mjs.map +1 -1
  302. package/fesm2020/slider.mjs +7 -7
  303. package/fesm2020/slider.mjs.map +1 -1
  304. package/fesm2020/snack-bar.mjs +18 -18
  305. package/fesm2020/snack-bar.mjs.map +1 -1
  306. package/fesm2020/sort.mjs +13 -13
  307. package/fesm2020/sort.mjs.map +1 -1
  308. package/fesm2020/stepper.mjs +34 -34
  309. package/fesm2020/stepper.mjs.map +1 -1
  310. package/fesm2020/table.mjs +57 -57
  311. package/fesm2020/table.mjs.map +1 -1
  312. package/fesm2020/tabs.mjs +61 -61
  313. package/fesm2020/tabs.mjs.map +1 -1
  314. package/fesm2020/toolbar.mjs +10 -10
  315. package/fesm2020/tooltip.mjs +16 -16
  316. package/fesm2020/tooltip.mjs.map +1 -1
  317. package/fesm2020/tree.mjs +25 -25
  318. package/fesm2020/tree.mjs.map +1 -1
  319. package/form-field/error.d.ts +1 -1
  320. package/form-field/form-field-control.d.ts +1 -1
  321. package/form-field/form-field.d.ts +1 -1
  322. package/form-field/hint.d.ts +1 -1
  323. package/form-field/label.d.ts +1 -1
  324. package/form-field/placeholder.d.ts +1 -1
  325. package/form-field/prefix.d.ts +1 -1
  326. package/form-field/suffix.d.ts +1 -1
  327. package/grid-list/grid-list.d.ts +1 -1
  328. package/grid-list/grid-tile.d.ts +5 -5
  329. package/icon/icon.d.ts +1 -1
  330. package/input/input.d.ts +1 -1
  331. package/list/list.d.ts +6 -6
  332. package/list/selection-list.d.ts +2 -2
  333. package/menu/menu-content.d.ts +2 -2
  334. package/menu/menu-item.d.ts +1 -1
  335. package/menu/menu-trigger.d.ts +2 -2
  336. package/menu/menu.d.ts +2 -2
  337. package/package.json +2 -2
  338. package/paginator/paginator.d.ts +2 -2
  339. package/progress-bar/progress-bar.d.ts +1 -1
  340. package/progress-spinner/progress-spinner.d.ts +1 -1
  341. package/radio/radio.d.ts +4 -4
  342. package/schematics/ng-add/index.js +1 -1
  343. package/schematics/ng-add/index.mjs +1 -1
  344. package/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config.template +1 -1
  345. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js +5 -5
  346. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.mjs +5 -5
  347. package/select/select.d.ts +3 -3
  348. package/sidenav/drawer.d.ts +3 -3
  349. package/sidenav/sidenav.d.ts +3 -3
  350. package/slide-toggle/slide-toggle-required-validator.d.ts +1 -1
  351. package/slide-toggle/slide-toggle.d.ts +1 -1
  352. package/slider/slider.d.ts +1 -1
  353. package/snack-bar/simple-snack-bar.d.ts +1 -1
  354. package/snack-bar/snack-bar-container.d.ts +1 -1
  355. package/sort/sort-header.d.ts +2 -2
  356. package/sort/sort.d.ts +3 -3
  357. package/stepper/step-content.d.ts +1 -1
  358. package/stepper/step-header.d.ts +1 -1
  359. package/stepper/step-label.d.ts +1 -1
  360. package/stepper/stepper-button.d.ts +2 -2
  361. package/stepper/stepper-icon.d.ts +1 -1
  362. package/stepper/stepper.d.ts +2 -2
  363. package/table/cell.d.ts +7 -7
  364. package/table/row.d.ts +7 -7
  365. package/table/table.d.ts +2 -2
  366. package/table/text-column.d.ts +1 -1
  367. package/tabs/ink-bar.d.ts +1 -1
  368. package/tabs/paginated-tab-header.d.ts +1 -1
  369. package/tabs/tab-body.d.ts +3 -3
  370. package/tabs/tab-content.d.ts +1 -1
  371. package/tabs/tab-group.d.ts +2 -2
  372. package/tabs/tab-header.d.ts +2 -2
  373. package/tabs/tab-label-wrapper.d.ts +1 -1
  374. package/tabs/tab-label.d.ts +1 -1
  375. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +5 -5
  376. package/tabs/tab.d.ts +1 -1
  377. package/toolbar/toolbar.d.ts +2 -2
  378. package/tooltip/tooltip.d.ts +4 -4
  379. package/tree/node.d.ts +3 -3
  380. package/tree/outlet.d.ts +1 -1
  381. package/tree/padding.d.ts +1 -1
  382. package/tree/toggle.d.ts +1 -1
  383. package/tree/tree.d.ts +1 -1
@@ -198,9 +198,9 @@ class MatGridTile {
198
198
  this._element.nativeElement.style[property] = value;
199
199
  }
200
200
  }
201
- MatGridTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTile, deps: [{ token: i0.ElementRef }, { token: MAT_GRID_LIST, optional: true }], target: i0.ɵɵFactoryTarget.Component });
202
- MatGridTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.13", 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 });
203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTile, decorators: [{
201
+ MatGridTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTile, deps: [{ token: i0.ElementRef }, { token: MAT_GRID_LIST, optional: true }], target: i0.ɵɵFactoryTarget.Component });
202
+ MatGridTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.14", 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 });
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTile, decorators: [{
204
204
  type: Component,
205
205
  args: [{ selector: 'mat-grid-tile', exportAs: 'matGridTile', host: {
206
206
  'class': 'mat-grid-tile',
@@ -229,9 +229,9 @@ class MatGridTileText {
229
229
  setLines(this._lines, this._element);
230
230
  }
231
231
  }
232
- MatGridTileText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTileText, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
233
- MatGridTileText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.13", 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 });
234
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTileText, decorators: [{
232
+ MatGridTileText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTileText, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
233
+ MatGridTileText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.14", 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 });
234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTileText, decorators: [{
235
235
  type: Component,
236
236
  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" }]
237
237
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _lines: [{
@@ -244,9 +244,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13",
244
244
  */
245
245
  class MatGridAvatarCssMatStyler {
246
246
  }
247
- MatGridAvatarCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridAvatarCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
248
- MatGridAvatarCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.13", type: MatGridAvatarCssMatStyler, selector: "[mat-grid-avatar], [matGridAvatar]", host: { classAttribute: "mat-grid-avatar" }, ngImport: i0 });
249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridAvatarCssMatStyler, decorators: [{
247
+ MatGridAvatarCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridAvatarCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
248
+ MatGridAvatarCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.14", type: MatGridAvatarCssMatStyler, selector: "[mat-grid-avatar], [matGridAvatar]", host: { classAttribute: "mat-grid-avatar" }, ngImport: i0 });
249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridAvatarCssMatStyler, decorators: [{
250
250
  type: Directive,
251
251
  args: [{
252
252
  selector: '[mat-grid-avatar], [matGridAvatar]',
@@ -259,9 +259,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13",
259
259
  */
260
260
  class MatGridTileHeaderCssMatStyler {
261
261
  }
262
- MatGridTileHeaderCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTileHeaderCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
263
- MatGridTileHeaderCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.13", type: MatGridTileHeaderCssMatStyler, selector: "mat-grid-tile-header", host: { classAttribute: "mat-grid-tile-header" }, ngImport: i0 });
264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTileHeaderCssMatStyler, decorators: [{
262
+ MatGridTileHeaderCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTileHeaderCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
263
+ MatGridTileHeaderCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.14", type: MatGridTileHeaderCssMatStyler, selector: "mat-grid-tile-header", host: { classAttribute: "mat-grid-tile-header" }, ngImport: i0 });
264
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTileHeaderCssMatStyler, decorators: [{
265
265
  type: Directive,
266
266
  args: [{
267
267
  selector: 'mat-grid-tile-header',
@@ -274,9 +274,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13",
274
274
  */
275
275
  class MatGridTileFooterCssMatStyler {
276
276
  }
277
- MatGridTileFooterCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTileFooterCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
278
- MatGridTileFooterCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.13", type: MatGridTileFooterCssMatStyler, selector: "mat-grid-tile-footer", host: { classAttribute: "mat-grid-tile-footer" }, ngImport: i0 });
279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridTileFooterCssMatStyler, decorators: [{
277
+ MatGridTileFooterCssMatStyler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTileFooterCssMatStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive });
278
+ MatGridTileFooterCssMatStyler.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.14", type: MatGridTileFooterCssMatStyler, selector: "mat-grid-tile-footer", host: { classAttribute: "mat-grid-tile-footer" }, ngImport: i0 });
279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridTileFooterCssMatStyler, decorators: [{
280
280
  type: Directive,
281
281
  args: [{
282
282
  selector: 'mat-grid-tile-footer',
@@ -619,14 +619,14 @@ class MatGridList {
619
619
  }
620
620
  }
621
621
  }
622
- MatGridList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridList, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Component });
623
- MatGridList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.13", type: MatGridList, selector: "mat-grid-list", inputs: { cols: "cols", gutterSize: "gutterSize", rowHeight: "rowHeight" }, host: { properties: { "attr.cols": "cols" }, classAttribute: "mat-grid-list" }, providers: [
622
+ MatGridList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridList, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Component });
623
+ MatGridList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.14", type: MatGridList, selector: "mat-grid-list", inputs: { cols: "cols", gutterSize: "gutterSize", rowHeight: "rowHeight" }, host: { properties: { "attr.cols": "cols" }, classAttribute: "mat-grid-list" }, providers: [
624
624
  {
625
625
  provide: MAT_GRID_LIST,
626
626
  useExisting: MatGridList,
627
627
  },
628
628
  ], 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 });
629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridList, decorators: [{
629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridList, decorators: [{
630
630
  type: Component,
631
631
  args: [{ selector: 'mat-grid-list', exportAs: 'matGridList', host: {
632
632
  'class': 'mat-grid-list',
@@ -663,8 +663,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13",
663
663
  */
664
664
  class MatGridListModule {
665
665
  }
666
- MatGridListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
667
- MatGridListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridListModule, declarations: [MatGridList,
666
+ MatGridListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
667
+ MatGridListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridListModule, declarations: [MatGridList,
668
668
  MatGridTile,
669
669
  MatGridTileText,
670
670
  MatGridTileHeaderCssMatStyler,
@@ -677,9 +677,9 @@ MatGridListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
677
677
  MatGridTileHeaderCssMatStyler,
678
678
  MatGridTileFooterCssMatStyler,
679
679
  MatGridAvatarCssMatStyler] });
680
- MatGridListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridListModule, imports: [[MatLineModule, MatCommonModule], MatLineModule,
680
+ MatGridListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridListModule, imports: [[MatLineModule, MatCommonModule], MatLineModule,
681
681
  MatCommonModule] });
682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatGridListModule, decorators: [{
682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatGridListModule, decorators: [{
683
683
  type: NgModule,
684
684
  args: [{
685
685
  imports: [MatLineModule, MatCommonModule],
@@ -129,18 +129,18 @@ class FakeMatIconRegistry {
129
129
  return emptySvg;
130
130
  }
131
131
  }
132
- FakeMatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: FakeMatIconRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
133
- FakeMatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: FakeMatIconRegistry });
134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: FakeMatIconRegistry, decorators: [{
132
+ FakeMatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: FakeMatIconRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
133
+ FakeMatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: FakeMatIconRegistry });
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: FakeMatIconRegistry, decorators: [{
135
135
  type: Injectable
136
136
  }] });
137
137
  /** Import this module in tests to install the null icon registry. */
138
138
  class MatIconTestingModule {
139
139
  }
140
- MatIconTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
141
- MatIconTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconTestingModule });
142
- MatIconTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconTestingModule, providers: [{ provide: MatIconRegistry, useClass: FakeMatIconRegistry }] });
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconTestingModule, decorators: [{
140
+ MatIconTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
141
+ MatIconTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconTestingModule });
142
+ MatIconTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconTestingModule, providers: [{ provide: MatIconRegistry, useClass: FakeMatIconRegistry }] });
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconTestingModule, decorators: [{
144
144
  type: NgModule,
145
145
  args: [{
146
146
  providers: [{ provide: MatIconRegistry, useClass: FakeMatIconRegistry }],
package/fesm2015/icon.mjs CHANGED
@@ -583,9 +583,9 @@ class MatIconRegistry {
583
583
  return undefined;
584
584
  }
585
585
  }
586
- MatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconRegistry, deps: [{ token: i1.HttpClient, optional: true }, { token: i2.DomSanitizer }, { token: DOCUMENT, optional: true }, { token: i0.ErrorHandler }], target: i0.ɵɵFactoryTarget.Injectable });
587
- MatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconRegistry, providedIn: 'root' });
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconRegistry, decorators: [{
586
+ MatIconRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconRegistry, deps: [{ token: i1.HttpClient, optional: true }, { token: i2.DomSanitizer }, { token: DOCUMENT, optional: true }, { token: i0.ErrorHandler }], target: i0.ɵɵFactoryTarget.Injectable });
587
+ MatIconRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconRegistry, providedIn: 'root' });
588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconRegistry, decorators: [{
589
589
  type: Injectable,
590
590
  args: [{ providedIn: 'root' }]
591
591
  }], ctorParameters: function () {
@@ -954,9 +954,9 @@ class MatIcon extends _MatIconBase {
954
954
  }
955
955
  }
956
956
  }
957
- MatIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIcon, deps: [{ token: i0.ElementRef }, { token: MatIconRegistry }, { token: 'aria-hidden', attribute: true }, { token: MAT_ICON_LOCATION }, { token: i0.ErrorHandler }, { token: MAT_ICON_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
958
- MatIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.13", 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 });
959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIcon, decorators: [{
957
+ MatIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIcon, deps: [{ token: i0.ElementRef }, { token: MatIconRegistry }, { token: 'aria-hidden', attribute: true }, { token: MAT_ICON_LOCATION }, { token: i0.ErrorHandler }, { token: MAT_ICON_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
958
+ MatIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.14", 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 });
959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIcon, decorators: [{
960
960
  type: Component,
961
961
  args: [{ template: '<ng-content></ng-content>', selector: 'mat-icon', exportAs: 'matIcon', inputs: ['color'], host: {
962
962
  'role': 'img',
@@ -999,10 +999,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13",
999
999
  */
1000
1000
  class MatIconModule {
1001
1001
  }
1002
- MatIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1003
- MatIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconModule, declarations: [MatIcon], imports: [MatCommonModule], exports: [MatIcon, MatCommonModule] });
1004
- MatIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconModule, imports: [[MatCommonModule], MatCommonModule] });
1005
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatIconModule, decorators: [{
1002
+ MatIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1003
+ MatIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconModule, declarations: [MatIcon], imports: [MatCommonModule], exports: [MatIcon, MatCommonModule] });
1004
+ MatIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconModule, imports: [[MatCommonModule], MatCommonModule] });
1005
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatIconModule, decorators: [{
1006
1006
  type: NgModule,
1007
1007
  args: [{
1008
1008
  imports: [MatCommonModule],
@@ -403,9 +403,9 @@ class MatInput extends _MatInputBase {
403
403
  return this._isNativeSelect && (element.multiple || element.size > 1);
404
404
  }
405
405
  }
406
- MatInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", 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 });
407
- MatInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.13", 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 });
408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatInput, decorators: [{
406
+ MatInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", 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 });
407
+ MatInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.14", 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 });
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatInput, decorators: [{
409
409
  type: Directive,
410
410
  args: [{
411
411
  selector: `input[matInput], textarea[matInput], select[matNativeControl],
@@ -493,17 +493,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13",
493
493
  */
494
494
  class MatInputModule {
495
495
  }
496
- MatInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
497
- MatInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatInputModule, declarations: [MatInput], imports: [TextFieldModule, MatFormFieldModule, MatCommonModule], exports: [TextFieldModule,
496
+ MatInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
497
+ MatInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatInputModule, declarations: [MatInput], imports: [TextFieldModule, MatFormFieldModule, MatCommonModule], exports: [TextFieldModule,
498
498
  // We re-export the `MatFormFieldModule` since `MatInput` will almost always
499
499
  // be used together with `MatFormField`.
500
500
  MatFormFieldModule,
501
501
  MatInput] });
502
- MatInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatInputModule, providers: [ErrorStateMatcher], imports: [[TextFieldModule, MatFormFieldModule, MatCommonModule], TextFieldModule,
502
+ MatInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatInputModule, providers: [ErrorStateMatcher], imports: [[TextFieldModule, MatFormFieldModule, MatCommonModule], TextFieldModule,
503
503
  // We re-export the `MatFormFieldModule` since `MatInput` will almost always
504
504
  // be used together with `MatFormField`.
505
505
  MatFormFieldModule] });
506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.13", ngImport: i0, type: MatInputModule, decorators: [{
506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.14", ngImport: i0, type: MatInputModule, decorators: [{
507
507
  type: NgModule,
508
508
  args: [{
509
509
  declarations: [MatInput],