@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
@@ -15,7 +15,7 @@ export declare abstract class _MatAutocompleteOriginBase {
15
15
  /** Reference to the element on which the directive is applied. */
16
16
  elementRef: ElementRef<HTMLElement>);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteOriginBase, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never, never, false>;
19
19
  }
20
20
  /**
21
21
  * Directive applied to an element to make it usable
@@ -23,5 +23,5 @@ export declare abstract class _MatAutocompleteOriginBase {
23
23
  */
24
24
  export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteOrigin, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never, never, false>;
27
27
  }
@@ -202,10 +202,10 @@ export declare abstract class _MatAutocompleteTriggerBase implements ControlValu
202
202
  /** Handles keyboard events coming from the overlay panel. */
203
203
  private _handleOverlayEvents;
204
204
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteTriggerBase, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, null, { optional: true; }]>;
205
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "autocomplete": "matAutocomplete"; "position": "matAutocompletePosition"; "connectedTo": "matAutocompleteConnectedTo"; "autocompleteAttribute": "autocomplete"; "autocompleteDisabled": "matAutocompleteDisabled"; }, {}, never>;
205
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "autocomplete": "matAutocomplete"; "position": "matAutocompletePosition"; "connectedTo": "matAutocompleteConnectedTo"; "autocompleteAttribute": "autocomplete"; "autocompleteDisabled": "matAutocompleteDisabled"; }, {}, never, never, false>;
206
206
  }
207
207
  export declare class MatAutocompleteTrigger extends _MatAutocompleteTriggerBase {
208
208
  protected _aboveClass: string;
209
209
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteTrigger, never>;
210
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteTrigger, "input[matAutocomplete], textarea[matAutocomplete]", ["matAutocompleteTrigger"], {}, {}, never>;
210
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteTrigger, "input[matAutocomplete], textarea[matAutocomplete]", ["matAutocompleteTrigger"], {}, {}, never, never, false>;
211
211
  }
@@ -135,7 +135,7 @@ export declare abstract class _MatAutocompleteBase extends _MatAutocompleteMixin
135
135
  /** Sets the autocomplete visibility classes on a classlist based on the panel is visible. */
136
136
  private _setVisibilityClasses;
137
137
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteBase, never>;
138
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteBase, never, never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "displayWith": "displayWith"; "autoActiveFirstOption": "autoActiveFirstOption"; "autoSelectActiveOption": "autoSelectActiveOption"; "panelWidth": "panelWidth"; "classList": "class"; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never>;
138
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteBase, never, never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "displayWith": "displayWith"; "autoActiveFirstOption": "autoActiveFirstOption"; "autoSelectActiveOption": "autoSelectActiveOption"; "panelWidth": "panelWidth"; "classList": "class"; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never, never, false>;
139
139
  }
140
140
  export declare class MatAutocomplete extends _MatAutocompleteBase {
141
141
  /** Reference to all option groups within the autocomplete. */
@@ -145,6 +145,6 @@ export declare class MatAutocomplete extends _MatAutocompleteBase {
145
145
  protected _visibleClass: string;
146
146
  protected _hiddenClass: string;
147
147
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocomplete, never>;
148
- static ɵcmp: i0.ɵɵComponentDeclaration<MatAutocomplete, "mat-autocomplete", ["matAutocomplete"], { "disableRipple": "disableRipple"; }, {}, ["optionGroups", "options"], ["*"]>;
148
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatAutocomplete, "mat-autocomplete", ["matAutocomplete"], { "disableRipple": "disableRipple"; }, {}, ["optionGroups", "options"], ["*"], false>;
149
149
  }
150
150
  export {};
package/badge/badge.d.ts CHANGED
@@ -81,6 +81,6 @@ export declare class MatBadge extends _MatBadgeBase implements OnInit, OnDestroy
81
81
  /** Clears any existing badges that might be left over from server-side rendering. */
82
82
  private _clearExistingBadges;
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBadge, [null, null, null, null, { optional: true; }]>;
84
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "disabled": "matBadgeDisabled"; "color": "matBadgeColor"; "overlap": "matBadgeOverlap"; "position": "matBadgePosition"; "content": "matBadge"; "description": "matBadgeDescription"; "size": "matBadgeSize"; "hidden": "matBadgeHidden"; }, {}, never>;
84
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatBadge, "[matBadge]", never, { "disabled": "matBadgeDisabled"; "color": "matBadgeColor"; "overlap": "matBadgeOverlap"; "position": "matBadgePosition"; "content": "matBadge"; "description": "matBadgeDescription"; "size": "matBadgeSize"; "hidden": "matBadgeHidden"; }, {}, never, never, false>;
85
85
  }
86
86
  export {};
@@ -83,5 +83,5 @@ export declare class MatBottomSheetContainer extends BasePortalOutlet implements
83
83
  /** Saves a reference to the element that was focused before the bottom sheet was opened. */
84
84
  private _savePreviouslyFocusedElement;
85
85
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetContainer, [null, null, null, null, null, null, { optional: true; }, null]>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<MatBottomSheetContainer, "mat-bottom-sheet-container", never, {}, {}, never, never>;
86
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatBottomSheetContainer, "mat-bottom-sheet-container", never, {}, {}, never, never, false>;
87
87
  }
@@ -36,7 +36,7 @@ export declare class MatButton extends _MatButtonBase implements AfterViewInit,
36
36
  /** Gets whether the button has one of the given attributes. */
37
37
  _hasHostAttributes(...attributes: string[]): boolean;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, [null, null, { optional: true; }]>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", ["matButton"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never, ["*"]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", ["matButton"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never, ["*"], false>;
40
40
  }
41
41
  /**
42
42
  * Material design anchor button.
@@ -53,6 +53,6 @@ export declare class MatAnchor extends MatButton implements AfterViewInit, OnDes
53
53
  ngOnDestroy(): void;
54
54
  _haltDisabledEvents: (event: Event) => void;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchor, [null, null, { optional: true; }, { optional: true; }]>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<MatAnchor, "a[mat-button], a[mat-raised-button], a[mat-icon-button], a[mat-fab], a[mat-mini-fab], a[mat-stroked-button], a[mat-flat-button]", ["matButton", "matAnchor"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, ["*"]>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatAnchor, "a[mat-button], a[mat-raised-button], a[mat-icon-button], a[mat-fab], a[mat-mini-fab], a[mat-stroked-button], a[mat-flat-button]", ["matButton", "matAnchor"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
57
57
  }
58
58
  export {};
@@ -143,7 +143,7 @@ export declare class MatButtonToggleGroup implements ControlValueAccessor, OnIni
143
143
  /** Syncs up the group's value with the model and emits the change event. */
144
144
  private _updateModelValue;
145
145
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleGroup, [null, { optional: true; }]>;
146
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleGroup, "mat-button-toggle-group", ["matButtonToggleGroup"], { "appearance": "appearance"; "name": "name"; "vertical": "vertical"; "value": "value"; "multiple": "multiple"; "disabled": "disabled"; }, { "valueChange": "valueChange"; "change": "change"; }, ["_buttonToggles"]>;
146
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleGroup, "mat-button-toggle-group", ["matButtonToggleGroup"], { "appearance": "appearance"; "name": "name"; "vertical": "vertical"; "value": "value"; "multiple": "multiple"; "disabled": "disabled"; }, { "valueChange": "valueChange"; "change": "change"; }, ["_buttonToggles"], never, false>;
147
147
  }
148
148
  /** @docs-private */
149
149
  declare const _MatButtonToggleBase: import("@angular/material/core")._Constructor<CanDisableRipple> & import("@angular/material/core")._AbstractConstructor<CanDisableRipple> & {
@@ -207,6 +207,6 @@ export declare class MatButtonToggle extends _MatButtonToggleBase implements OnI
207
207
  */
208
208
  _markForCheck(): void;
209
209
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggle, [{ optional: true; }, null, null, null, { attribute: "tabindex"; }, { optional: true; }]>;
210
- static ɵcmp: i0.ɵɵComponentDeclaration<MatButtonToggle, "mat-button-toggle", ["matButtonToggle"], { "disableRipple": "disableRipple"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "id": "id"; "name": "name"; "value": "value"; "tabIndex": "tabIndex"; "appearance": "appearance"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, ["*"]>;
210
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatButtonToggle, "mat-button-toggle", ["matButtonToggle"], { "disableRipple": "disableRipple"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "id": "id"; "name": "name"; "value": "value"; "tabIndex": "tabIndex"; "appearance": "appearance"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, ["*"], false>;
211
211
  }
212
212
  export {};
package/card/card.d.ts CHANGED
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class MatCardContent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardContent, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardContent, "mat-card-content, [mat-card-content], [matCardContent]", never, {}, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardContent, "mat-card-content, [mat-card-content], [matCardContent]", never, {}, {}, never, never, false>;
9
9
  }
10
10
  /**
11
11
  * Title of a card, needed as it's used as a selector in the API.
@@ -13,7 +13,7 @@ export declare class MatCardContent {
13
13
  */
14
14
  export declare class MatCardTitle {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardTitle, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardTitle, "mat-card-title, [mat-card-title], [matCardTitle]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardTitle, "mat-card-title, [mat-card-title], [matCardTitle]", never, {}, {}, never, never, false>;
17
17
  }
18
18
  /**
19
19
  * Sub-title of a card, needed as it's used as a selector in the API.
@@ -21,7 +21,7 @@ export declare class MatCardTitle {
21
21
  */
22
22
  export declare class MatCardSubtitle {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardSubtitle, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSubtitle, "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]", never, {}, {}, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSubtitle, "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]", never, {}, {}, never, never, false>;
25
25
  }
26
26
  /**
27
27
  * Action section of a card, needed as it's used as a selector in the API.
@@ -31,7 +31,7 @@ export declare class MatCardActions {
31
31
  /** Position of the actions inside the card. */
32
32
  align: 'start' | 'end';
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardActions, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardActions, "mat-card-actions", ["matCardActions"], { "align": "align"; }, {}, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardActions, "mat-card-actions", ["matCardActions"], { "align": "align"; }, {}, never, never, false>;
35
35
  }
36
36
  /**
37
37
  * Footer of a card, needed as it's used as a selector in the API.
@@ -39,7 +39,7 @@ export declare class MatCardActions {
39
39
  */
40
40
  export declare class MatCardFooter {
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardFooter, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardFooter, "mat-card-footer", never, {}, {}, never>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardFooter, "mat-card-footer", never, {}, {}, never, never, false>;
43
43
  }
44
44
  /**
45
45
  * Image used in a card, needed to add the mat- CSS styling.
@@ -47,7 +47,7 @@ export declare class MatCardFooter {
47
47
  */
48
48
  export declare class MatCardImage {
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardImage, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardImage, "[mat-card-image], [matCardImage]", never, {}, {}, never>;
50
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardImage, "[mat-card-image], [matCardImage]", never, {}, {}, never, never, false>;
51
51
  }
52
52
  /**
53
53
  * Image used in a card, needed to add the mat- CSS styling.
@@ -55,7 +55,7 @@ export declare class MatCardImage {
55
55
  */
56
56
  export declare class MatCardSmImage {
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardSmImage, never>;
58
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSmImage, "[mat-card-sm-image], [matCardImageSmall]", never, {}, {}, never>;
58
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardSmImage, "[mat-card-sm-image], [matCardImageSmall]", never, {}, {}, never, never, false>;
59
59
  }
60
60
  /**
61
61
  * Image used in a card, needed to add the mat- CSS styling.
@@ -63,7 +63,7 @@ export declare class MatCardSmImage {
63
63
  */
64
64
  export declare class MatCardMdImage {
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardMdImage, never>;
66
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardMdImage, "[mat-card-md-image], [matCardImageMedium]", never, {}, {}, never>;
66
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardMdImage, "[mat-card-md-image], [matCardImageMedium]", never, {}, {}, never, never, false>;
67
67
  }
68
68
  /**
69
69
  * Image used in a card, needed to add the mat- CSS styling.
@@ -71,7 +71,7 @@ export declare class MatCardMdImage {
71
71
  */
72
72
  export declare class MatCardLgImage {
73
73
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardLgImage, never>;
74
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardLgImage, "[mat-card-lg-image], [matCardImageLarge]", never, {}, {}, never>;
74
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardLgImage, "[mat-card-lg-image], [matCardImageLarge]", never, {}, {}, never, never, false>;
75
75
  }
76
76
  /**
77
77
  * Large image used in a card, needed to add the mat- CSS styling.
@@ -79,7 +79,7 @@ export declare class MatCardLgImage {
79
79
  */
80
80
  export declare class MatCardXlImage {
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardXlImage, never>;
82
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardXlImage, "[mat-card-xl-image], [matCardImageXLarge]", never, {}, {}, never>;
82
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardXlImage, "[mat-card-xl-image], [matCardImageXLarge]", never, {}, {}, never, never, false>;
83
83
  }
84
84
  /**
85
85
  * Avatar image used in a card, needed to add the mat- CSS styling.
@@ -87,7 +87,7 @@ export declare class MatCardXlImage {
87
87
  */
88
88
  export declare class MatCardAvatar {
89
89
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardAvatar, never>;
90
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardAvatar, "[mat-card-avatar], [matCardAvatar]", never, {}, {}, never>;
90
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCardAvatar, "[mat-card-avatar], [matCardAvatar]", never, {}, {}, never, never, false>;
91
91
  }
92
92
  /**
93
93
  * A basic content container component that adds the styles of a Material design card.
@@ -104,7 +104,7 @@ export declare class MatCard {
104
104
  _animationMode?: string | undefined;
105
105
  constructor(_animationMode?: string | undefined);
106
106
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCard, [{ optional: true; }]>;
107
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCard, "mat-card", ["matCard"], {}, {}, never, ["*", "mat-card-footer"]>;
107
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCard, "mat-card", ["matCard"], {}, {}, never, ["*", "mat-card-footer"], false>;
108
108
  }
109
109
  /**
110
110
  * Component intended to be used within the `<mat-card>` component. It adds styles for a
@@ -113,7 +113,7 @@ export declare class MatCard {
113
113
  */
114
114
  export declare class MatCardHeader {
115
115
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardHeader, never>;
116
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCardHeader, "mat-card-header", never, {}, {}, never, ["[mat-card-avatar], [matCardAvatar]", "mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "*"]>;
116
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCardHeader, "mat-card-header", never, {}, {}, never, ["[mat-card-avatar], [matCardAvatar]", "mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "*"], false>;
117
117
  }
118
118
  /**
119
119
  * Component intended to be used within the `<mat-card>` component. It adds styles for a preset
@@ -122,5 +122,5 @@ export declare class MatCardHeader {
122
122
  */
123
123
  export declare class MatCardTitleGroup {
124
124
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCardTitleGroup, never>;
125
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCardTitleGroup, "mat-card-title-group", never, {}, {}, never, ["mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "img", "*"]>;
125
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCardTitleGroup, "mat-card-title-group", never, {}, {}, never, ["mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "img", "*"], false>;
126
126
  }
@@ -16,5 +16,5 @@ export declare const MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider;
16
16
  */
17
17
  export declare class MatCheckboxRequiredValidator extends CheckboxRequiredValidator {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxRequiredValidator, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxRequiredValidator, "mat-checkbox[required][formControlName], mat-checkbox[required][formControl], mat-checkbox[required][ngModel]", never, {}, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxRequiredValidator, "mat-checkbox[required][formControlName], mat-checkbox[required][formControl], mat-checkbox[required][ngModel]", never, {}, {}, never, never, false>;
20
20
  }
@@ -161,6 +161,6 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
161
161
  */
162
162
  private _syncIndeterminate;
163
163
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckbox, [null, null, null, null, { attribute: "tabindex"; }, { optional: true; }, { optional: true; }]>;
164
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCheckbox, "mat-checkbox", ["matCheckbox"], { "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "id": "id"; "required": "required"; "labelPosition": "labelPosition"; "name": "name"; "value": "value"; "checked": "checked"; "disabled": "disabled"; "indeterminate": "indeterminate"; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, ["*"]>;
164
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCheckbox, "mat-checkbox", ["matCheckbox"], { "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "id": "id"; "required": "required"; "labelPosition": "labelPosition"; "name": "name"; "value": "value"; "checked": "checked"; "disabled": "disabled"; "indeterminate": "indeterminate"; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, ["*"], false>;
165
165
  }
166
166
  export {};
@@ -87,5 +87,5 @@ export declare class MatChipInput implements MatChipTextControl, OnChanges, OnDe
87
87
  /** Checks whether a keycode is one of the configured separators. */
88
88
  private _isSeparatorKey;
89
89
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipInput, never>;
90
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipInput, "input[matChipInputFor]", ["matChipInput", "matChipInputFor"], { "chipList": "matChipInputFor"; "addOnBlur": "matChipInputAddOnBlur"; "separatorKeyCodes": "matChipInputSeparatorKeyCodes"; "placeholder": "placeholder"; "id": "id"; "disabled": "disabled"; }, { "chipEnd": "matChipInputTokenEnd"; }, never>;
90
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipInput, "input[matChipInputFor]", ["matChipInput", "matChipInputFor"], { "chipList": "matChipInputFor"; "addOnBlur": "matChipInputAddOnBlur"; "separatorKeyCodes": "matChipInputSeparatorKeyCodes"; "placeholder": "placeholder"; "id": "id"; "disabled": "disabled"; }, { "chipEnd": "matChipInputTokenEnd"; }, never, never, false>;
91
91
  }
@@ -284,6 +284,6 @@ export declare class MatChipList extends _MatChipListBase implements MatFormFiel
284
284
  /** Syncs the list's state with the individual chips. */
285
285
  private _syncChipsState;
286
286
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipList, [null, null, { optional: true; }, { optional: true; }, { optional: true; }, null, { optional: true; self: true; }]>;
287
- static ɵcmp: i0.ɵɵComponentDeclaration<MatChipList, "mat-chip-list", ["matChipList"], { "role": "role"; "userAriaDescribedBy": "aria-describedby"; "errorStateMatcher": "errorStateMatcher"; "multiple": "multiple"; "compareWith": "compareWith"; "value": "value"; "required": "required"; "placeholder": "placeholder"; "disabled": "disabled"; "ariaOrientation": "aria-orientation"; "selectable": "selectable"; "tabIndex": "tabIndex"; }, { "change": "change"; "valueChange": "valueChange"; }, ["chips"], ["*"]>;
287
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatChipList, "mat-chip-list", ["matChipList"], { "role": "role"; "userAriaDescribedBy": "aria-describedby"; "errorStateMatcher": "errorStateMatcher"; "multiple": "multiple"; "compareWith": "compareWith"; "value": "value"; "required": "required"; "placeholder": "placeholder"; "disabled": "disabled"; "ariaOrientation": "aria-orientation"; "selectable": "selectable"; "tabIndex": "tabIndex"; }, { "change": "change"; "valueChange": "valueChange"; }, ["chips"], ["*"], false>;
288
288
  }
289
289
  export {};
package/chips/chip.d.ts CHANGED
@@ -64,7 +64,7 @@ declare const _MatChipMixinBase: import("@angular/material/core")._Constructor<H
64
64
  */
65
65
  export declare class MatChipAvatar {
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipAvatar, never>;
67
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAvatar, "mat-chip-avatar, [matChipAvatar]", never, {}, {}, never>;
67
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAvatar, "mat-chip-avatar, [matChipAvatar]", never, {}, {}, never, never, false>;
68
68
  }
69
69
  /**
70
70
  * Dummy directive to add CSS class to chip trailing icon.
@@ -72,7 +72,7 @@ export declare class MatChipAvatar {
72
72
  */
73
73
  export declare class MatChipTrailingIcon {
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipTrailingIcon, never>;
75
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipTrailingIcon, "mat-chip-trailing-icon, [matChipTrailingIcon]", never, {}, {}, never>;
75
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipTrailingIcon, "mat-chip-trailing-icon, [matChipTrailingIcon]", never, {}, {}, never, never, false>;
76
76
  }
77
77
  /** Material Design styled chip directive. Used inside the MatChipList component. */
78
78
  export declare class MatChip extends _MatChipMixinBase implements FocusableOption, OnDestroy, CanColor, CanDisableRipple, RippleTarget, HasTabIndex, CanDisable {
@@ -182,7 +182,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
182
182
  _blur(): void;
183
183
  private _dispatchSelectionChange;
184
184
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChip, [null, null, null, { optional: true; }, null, null, { optional: true; }, { attribute: "tabindex"; }]>;
185
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChip, "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", ["matChip"], { "color": "color"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; "role": "role"; "selected": "selected"; "value": "value"; "selectable": "selectable"; "disabled": "disabled"; "removable": "removable"; }, { "selectionChange": "selectionChange"; "destroyed": "destroyed"; "removed": "removed"; }, ["avatar", "trailingIcon", "removeIcon"]>;
185
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChip, "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", ["matChip"], { "color": "color"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; "role": "role"; "selected": "selected"; "value": "value"; "selectable": "selectable"; "disabled": "disabled"; "removable": "removable"; }, { "selectionChange": "selectionChange"; "destroyed": "destroyed"; "removed": "removed"; }, ["avatar", "trailingIcon", "removeIcon"], never, false>;
186
186
  }
187
187
  /**
188
188
  * Applies proper (click) support and adds styling for use with the Material Design "cancel" icon
@@ -203,6 +203,6 @@ export declare class MatChipRemove {
203
203
  /** Calls the parent chip's public `remove()` method if applicable. */
204
204
  _handleClick(event: Event): void;
205
205
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipRemove, never>;
206
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipRemove, "[matChipRemove]", never, {}, {}, never>;
206
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipRemove, "[matChipRemove]", never, {}, {}, never, never, false>;
207
207
  }
208
208
  export {};
@@ -15,7 +15,7 @@ import * as i1 from "../common-behaviors/common-module";
15
15
  */
16
16
  export declare class MatLine {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<MatLine, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatLine, "[mat-line], [matLine]", never, {}, {}, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatLine, "[mat-line], [matLine]", never, {}, {}, never, never, false>;
19
19
  }
20
20
  /**
21
21
  * Helper that takes a query list of lines and sets the correct class on the host.
@@ -22,7 +22,7 @@ export declare class _MatOptgroupBase extends _MatOptgroupMixinBase implements C
22
22
  _inert: boolean;
23
23
  constructor(parent?: MatOptionParentComponent);
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptgroupBase, [{ optional: true; }]>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptgroupBase, never, never, { "label": "label"; }, {}, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptgroupBase, never, never, { "label": "label"; }, {}, never, never, false>;
26
26
  }
27
27
  /**
28
28
  * Injection token that can be used to reference instances of `MatOptgroup`. It serves as
@@ -35,6 +35,6 @@ export declare const MAT_OPTGROUP: InjectionToken<MatOptgroup>;
35
35
  */
36
36
  export declare class MatOptgroup extends _MatOptgroupBase {
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<MatOptgroup, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<MatOptgroup, "mat-optgroup", ["matOptgroup"], { "disabled": "disabled"; }, {}, never, ["*", "mat-option, ng-container"]>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatOptgroup, "mat-optgroup", ["matOptgroup"], { "disabled": "disabled"; }, {}, never, ["*", "mat-option, ng-container"], false>;
39
39
  }
40
40
  export {};
@@ -106,7 +106,7 @@ export declare class _MatOptionBase<T = any> implements FocusableOption, AfterVi
106
106
  /** Emits the selection change event. */
107
107
  private _emitSelectionChangeEvent;
108
108
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptionBase<any>, never>;
109
- static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptionBase<any>, never, never, { "value": "value"; "id": "id"; "disabled": "disabled"; }, { "onSelectionChange": "onSelectionChange"; }, never>;
109
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptionBase<any>, never, never, { "value": "value"; "id": "id"; "disabled": "disabled"; }, { "onSelectionChange": "onSelectionChange"; }, never, never, false>;
110
110
  }
111
111
  /**
112
112
  * Single option inside of a `<mat-select>` element.
@@ -114,7 +114,7 @@ export declare class _MatOptionBase<T = any> implements FocusableOption, AfterVi
114
114
  export declare class MatOption<T = any> extends _MatOptionBase<T> {
115
115
  constructor(element: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef, parent: MatOptionParentComponent, group: MatOptgroup);
116
116
  static ɵfac: i0.ɵɵFactoryDeclaration<MatOption<any>, [null, null, { optional: true; }, { optional: true; }]>;
117
- static ɵcmp: i0.ɵɵComponentDeclaration<MatOption<any>, "mat-option", ["matOption"], {}, {}, never, ["*"]>;
117
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatOption<any>, "mat-option", ["matOption"], {}, {}, never, ["*"], false>;
118
118
  }
119
119
  /**
120
120
  * Counts the amount of option group labels that precede the specified option.
@@ -109,5 +109,5 @@ export declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
109
109
  */
110
110
  launch(x: number, y: number, config?: RippleConfig): RippleRef;
111
111
  static ɵfac: i0.ɵɵFactoryDeclaration<MatRipple, [null, null, null, { optional: true; }, { optional: true; }]>;
112
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatRipple, "[mat-ripple], [matRipple]", ["matRipple"], { "color": "matRippleColor"; "unbounded": "matRippleUnbounded"; "centered": "matRippleCentered"; "radius": "matRippleRadius"; "animation": "matRippleAnimation"; "disabled": "matRippleDisabled"; "trigger": "matRippleTrigger"; }, {}, never>;
112
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatRipple, "[mat-ripple], [matRipple]", ["matRipple"], { "color": "matRippleColor"; "unbounded": "matRippleUnbounded"; "centered": "matRippleCentered"; "radius": "matRippleRadius"; "animation": "matRippleAnimation"; "disabled": "matRippleDisabled"; "trigger": "matRippleTrigger"; }, {}, never, never, false>;
113
113
  }
@@ -25,5 +25,5 @@ export declare class MatPseudoCheckbox {
25
25
  disabled: boolean;
26
26
  constructor(_animationMode?: string | undefined);
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckbox, [{ optional: true; }]>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": "state"; "disabled": "disabled"; }, {}, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": "state"; "disabled": "disabled"; }, {}, never, never, false>;
29
29
  }
@@ -74,7 +74,7 @@ $_emitted-density: () !default;
74
74
 
75
75
  /// Gets a color from a theme palette (the output of mat-palette).
76
76
  /// The hue can be one of the standard values (500, A400, etc.), one of the three preconfigured
77
- /// hues (default, lighter, darker), or any of the aforementioned prefixed with "-contrast".
77
+ /// hues (default, lighter, darker), or any of the aforementioned suffixed with "-contrast".
78
78
  ///
79
79
  /// @param {Map} $palette The palette from which to extract a color.
80
80
  /// @param {String | Number} $hue The hue from the palette to use. If this is a value between 0
@@ -172,5 +172,5 @@ export declare class MatCalendarBody implements OnChanges, OnDestroy, AfterViewC
172
172
  /** Finds the MatCalendarCell that corresponds to a DOM node. */
173
173
  private _getCellFromElement;
174
174
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCalendarBody, never>;
175
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCalendarBody, "[mat-calendar-body]", ["matCalendarBody"], { "label": "label"; "rows": "rows"; "todayValue": "todayValue"; "startValue": "startValue"; "endValue": "endValue"; "labelMinRequiredCells": "labelMinRequiredCells"; "numCols": "numCols"; "activeCell": "activeCell"; "isRange": "isRange"; "cellAspectRatio": "cellAspectRatio"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; "previewStart": "previewStart"; "previewEnd": "previewEnd"; }, { "selectedValueChange": "selectedValueChange"; "previewChange": "previewChange"; "activeDateChange": "activeDateChange"; }, never, never>;
175
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCalendarBody, "[mat-calendar-body]", ["matCalendarBody"], { "label": "label"; "rows": "rows"; "todayValue": "todayValue"; "startValue": "startValue"; "endValue": "endValue"; "labelMinRequiredCells": "labelMinRequiredCells"; "numCols": "numCols"; "activeCell": "activeCell"; "isRange": "isRange"; "cellAspectRatio": "cellAspectRatio"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; "previewStart": "previewStart"; "previewEnd": "previewEnd"; }, { "selectedValueChange": "selectedValueChange"; "previewChange": "previewChange"; "activeDateChange": "activeDateChange"; }, never, never, false>;
176
176
  }
@@ -49,7 +49,7 @@ export declare class MatCalendarHeader<D> {
49
49
  /** Whether the two dates represent the same view in the current view mode (month or year). */
50
50
  private _isSameView;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCalendarHeader<any>, [null, null, { optional: true; }, { optional: true; }, null]>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCalendarHeader<any>, "mat-calendar-header", ["matCalendarHeader"], {}, {}, never, ["*"]>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCalendarHeader<any>, "mat-calendar-header", ["matCalendarHeader"], {}, {}, never, ["*"], false>;
53
53
  }
54
54
  /** A calendar that is used as part of the datepicker. */
55
55
  export declare class MatCalendar<D> implements AfterContentInit, AfterViewChecked, OnDestroy, OnChanges {
@@ -152,5 +152,5 @@ export declare class MatCalendar<D> implements AfterContentInit, AfterViewChecke
152
152
  /** Returns the component instance that corresponds to the current calendar view. */
153
153
  private _getCurrentViewComponent;
154
154
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCalendar<any>, [null, { optional: true; }, { optional: true; }, null]>;
155
- static ɵcmp: i0.ɵɵComponentDeclaration<MatCalendar<any>, "mat-calendar", ["matCalendar"], { "headerComponent": "headerComponent"; "startAt": "startAt"; "startView": "startView"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "viewChanged": "viewChanged"; "_userSelection": "_userSelection"; }, never, never>;
155
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCalendar<any>, "mat-calendar", ["matCalendar"], { "headerComponent": "headerComponent"; "startAt": "startAt"; "startView": "startView"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "viewChanged": "viewChanged"; "_userSelection": "_userSelection"; }, never, never, false>;
156
156
  }
@@ -74,7 +74,7 @@ declare abstract class MatDateRangeInputPartBase<D> extends MatDatepickerInputBa
74
74
  protected _shouldHandleChangeEvent({ source }: DateSelectionModelChange<DateRange<D>>): boolean;
75
75
  protected _assignValueProgrammatically(value: D | null): void;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDateRangeInputPartBase<any>, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
77
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDateRangeInputPartBase<any>, never, never, {}, {}, never>;
77
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDateRangeInputPartBase<any>, never, never, {}, {}, never, never, false>;
78
78
  }
79
79
  declare const _MatDateRangeInputBase: import("@angular/material/core")._Constructor<CanUpdateErrorState> & import("@angular/material/core")._AbstractConstructor<CanUpdateErrorState> & typeof MatDateRangeInputPartBase;
80
80
  /** Input for entering the start date in a `mat-date-range-input`. */
@@ -90,7 +90,7 @@ export declare class MatStartDate<D> extends _MatDateRangeInputBase<D> implement
90
90
  /** Gets the value that should be used when mirroring the input's size. */
91
91
  getMirrorValue(): string;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<MatStartDate<any>, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
93
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatStartDate<any>, "input[matStartDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>;
93
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatStartDate<any>, "input[matStartDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never, never, false>;
94
94
  }
95
95
  /** Input for entering the end date in a `mat-date-range-input`. */
96
96
  export declare class MatEndDate<D> extends _MatDateRangeInputBase<D> implements CanUpdateErrorState {
@@ -103,6 +103,6 @@ export declare class MatEndDate<D> extends _MatDateRangeInputBase<D> implements
103
103
  protected _assignValueToModel(value: D | null): void;
104
104
  _onKeydown(event: KeyboardEvent): void;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<MatEndDate<any>, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
106
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatEndDate<any>, "input[matEndDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>;
106
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatEndDate<any>, "input[matEndDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never, never, false>;
107
107
  }
108
108
  export {};
@@ -129,5 +129,5 @@ export declare class MatDateRangeInput<D> implements MatFormFieldControl<DateRan
129
129
  /** Registers the current date selection model with the start/end inputs. */
130
130
  private _registerModel;
131
131
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDateRangeInput<any>, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }]>;
132
- static ɵcmp: i0.ɵɵComponentDeclaration<MatDateRangeInput<any>, "mat-date-range-input", ["matDateRangeInput"], { "rangePicker": "rangePicker"; "required": "required"; "dateFilter": "dateFilter"; "min": "min"; "max": "max"; "disabled": "disabled"; "separator": "separator"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, {}, ["_startInput", "_endInput"], ["input[matStartDate]", "input[matEndDate]"]>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatDateRangeInput<any>, "mat-date-range-input", ["matDateRangeInput"], { "rangePicker": "rangePicker"; "required": "required"; "dateFilter": "dateFilter"; "min": "min"; "max": "max"; "disabled": "disabled"; "separator": "separator"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, {}, ["_startInput", "_endInput"], ["input[matStartDate]", "input[matEndDate]"], false>;
133
133
  }
@@ -13,5 +13,5 @@ export interface MatDateRangePickerInput<D> extends MatDatepickerControl<D> {
13
13
  export declare class MatDateRangePicker<D> extends MatDatepickerBase<MatDateRangePickerInput<D>, DateRange<D>, D> {
14
14
  protected _forwardContentValues(instance: MatDatepickerContent<DateRange<D>, D>): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDateRangePicker<any>, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MatDateRangePicker<any>, "mat-date-range-picker", ["matDateRangePicker"], {}, {}, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatDateRangePicker<any>, "mat-date-range-picker", ["matDateRangePicker"], {}, {}, never, never, false>;
17
17
  }
@@ -14,14 +14,14 @@ export declare class MatDatepickerApply {
14
14
  constructor(_datepicker: MatDatepickerBase<MatDatepickerControl<unknown>, unknown>);
15
15
  _applySelection(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerApply, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerApply, "[matDatepickerApply], [matDateRangePickerApply]", never, {}, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerApply, "[matDatepickerApply], [matDateRangePickerApply]", never, {}, {}, never, never, false>;
18
18
  }
19
19
  /** Button that will close the datepicker and discard the current selection. */
20
20
  export declare class MatDatepickerCancel {
21
21
  _datepicker: MatDatepickerBase<MatDatepickerControl<unknown>, unknown>;
22
22
  constructor(_datepicker: MatDatepickerBase<MatDatepickerControl<unknown>, unknown>);
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerCancel, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerCancel, "[matDatepickerCancel], [matDateRangePickerCancel]", never, {}, {}, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerCancel, "[matDatepickerCancel], [matDateRangePickerCancel]", never, {}, {}, never, never, false>;
25
25
  }
26
26
  /**
27
27
  * Container that can be used to project a row of action buttons
@@ -36,5 +36,5 @@ export declare class MatDatepickerActions implements AfterViewInit, OnDestroy {
36
36
  ngAfterViewInit(): void;
37
37
  ngOnDestroy(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerActions, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepickerActions, "mat-datepicker-actions, mat-date-range-picker-actions", never, {}, {}, never, ["*"]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepickerActions, "mat-datepicker-actions, mat-date-range-picker-actions", never, {}, {}, never, ["*"], false>;
40
40
  }
@@ -85,7 +85,7 @@ export declare class MatDatepickerContent<S, D = ExtractDateTypeFromSelection<S>
85
85
  /** Applies the current pending selection to the global model. */
86
86
  _applyPendingSelection(): void;
87
87
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerContent<any, any>, [null, null, null, null, { optional: true; }, null]>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepickerContent<any, any>, "mat-datepicker-content", ["matDatepickerContent"], { "color": "color"; }, {}, never, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepickerContent<any, any>, "mat-datepicker-content", ["matDatepickerContent"], { "color": "color"; }, {}, never, never, false>;
89
89
  }
90
90
  /** Form control that can be associated with a datepicker. */
91
91
  export interface MatDatepickerControl<D> {
@@ -267,6 +267,6 @@ export declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D
267
267
  /** Gets an observable that will emit when the overlay is supposed to be closed. */
268
268
  private _getCloseStream;
269
269
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerBase<any, any, any>, [null, null, null, null, { optional: true; }, { optional: true; }, null]>;
270
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerBase<any, any, any>, never, never, { "calendarHeaderComponent": "calendarHeaderComponent"; "startAt": "startAt"; "startView": "startView"; "color": "color"; "touchUi": "touchUi"; "disabled": "disabled"; "xPosition": "xPosition"; "yPosition": "yPosition"; "restoreFocus": "restoreFocus"; "dateClass": "dateClass"; "panelClass": "panelClass"; "opened": "opened"; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "viewChanged": "viewChanged"; "openedStream": "opened"; "closedStream": "closed"; }, never>;
270
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerBase<any, any, any>, never, never, { "calendarHeaderComponent": "calendarHeaderComponent"; "startAt": "startAt"; "startView": "startView"; "color": "color"; "touchUi": "touchUi"; "disabled": "disabled"; "xPosition": "xPosition"; "yPosition": "yPosition"; "restoreFocus": "restoreFocus"; "dateClass": "dateClass"; "panelClass": "panelClass"; "opened": "opened"; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "viewChanged": "viewChanged"; "openedStream": "opened"; "closedStream": "closed"; }, never, never, false>;
271
271
  }
272
272
  export {};
@@ -127,7 +127,7 @@ export declare abstract class MatDatepickerInputBase<S, D = ExtractDateTypeFromS
127
127
  /** Gets whether a value matches the current date filter. */
128
128
  _matchesFilter(value: D | null): boolean;
129
129
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerInputBase<any, any>, [null, { optional: true; }, { optional: true; }]>;
130
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerInputBase<any, any>, never, never, { "value": "value"; "disabled": "disabled"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>;
130
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerInputBase<any, any>, never, never, { "value": "value"; "disabled": "disabled"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never, never, false>;
131
131
  }
132
132
  /**
133
133
  * Checks whether the `SimpleChanges` object from an `ngOnChanges`
@@ -63,5 +63,5 @@ export declare class MatDatepickerInput<D> extends MatDatepickerInputBase<D | nu
63
63
  protected _getDateFilter(): DateFilterFn<D | null>;
64
64
  protected _shouldHandleChangeEvent(event: DateSelectionModelChange<D>): boolean;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerInput<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }]>;
66
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerInput<any>, "input[matDatepicker]", ["matDatepickerInput"], { "matDatepicker": "matDatepicker"; "min": "min"; "max": "max"; "dateFilter": "matDatepickerFilter"; }, {}, never>;
66
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerInput<any>, "input[matDatepicker]", ["matDatepickerInput"], { "matDatepicker": "matDatepicker"; "min": "min"; "max": "max"; "dateFilter": "matDatepickerFilter"; }, {}, never, never, false>;
67
67
  }
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
14
14
  /** Can be used to override the icon of a `matDatepickerToggle`. */
15
15
  export declare class MatDatepickerToggleIcon {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerToggleIcon, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerToggleIcon, "[matDatepickerToggleIcon]", never, {}, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerToggleIcon, "[matDatepickerToggleIcon]", never, {}, {}, never, never, false>;
18
18
  }
19
19
  export declare class MatDatepickerToggle<D> implements AfterContentInit, OnChanges, OnDestroy {
20
20
  _intl: MatDatepickerIntl;
@@ -43,5 +43,5 @@ export declare class MatDatepickerToggle<D> implements AfterContentInit, OnChang
43
43
  _open(event: Event): void;
44
44
  private _watchStateChanges;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerToggle<any>, [null, null, { attribute: "tabindex"; }]>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepickerToggle<any>, "mat-datepicker-toggle", ["matDatepickerToggle"], { "datepicker": "for"; "tabIndex": "tabIndex"; "ariaLabel": "aria-label"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[matDatepickerToggleIcon]"]>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepickerToggle<any>, "mat-datepicker-toggle", ["matDatepickerToggle"], { "datepicker": "for"; "tabIndex": "tabIndex"; "ariaLabel": "aria-label"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[matDatepickerToggleIcon]"], false>;
47
47
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  /** Component responsible for managing the datepicker popup/dialog. */
4
4
  export declare class MatDatepicker<D> extends MatDatepickerBase<MatDatepickerControl<D>, D | null, D> {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepicker<any>, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepicker<any>, "mat-datepicker", ["matDatepicker"], {}, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepicker<any>, "mat-datepicker", ["matDatepicker"], {}, {}, never, never, false>;
7
7
  }
@@ -135,5 +135,5 @@ export declare class MatMonthView<D> implements AfterContentInit, OnChanges, OnD
135
135
  /** Gets whether a date can be selected in the month view. */
136
136
  private _canSelect;
137
137
  static ɵfac: i0.ɵɵFactoryDeclaration<MatMonthView<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
138
- static ɵcmp: i0.ɵɵComponentDeclaration<MatMonthView<any>, "mat-month-view", ["matMonthView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; "activeDateChange": "activeDateChange"; }, never, never>;
138
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatMonthView<any>, "mat-month-view", ["matMonthView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; "activeDateChange": "activeDateChange"; }, never, never, false>;
139
139
  }
@@ -92,7 +92,7 @@ export declare class MatMultiYearView<D> implements AfterContentInit, OnDestroy
92
92
  /** Sets the currently-highlighted year based on a model value. */
93
93
  private _setSelectedYear;
94
94
  static ɵfac: i0.ɵɵFactoryDeclaration<MatMultiYearView<any>, [null, { optional: true; }, { optional: true; }]>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<MatMultiYearView<any>, "mat-multi-year-view", ["matMultiYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "activeDateChange": "activeDateChange"; }, never, never>;
95
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatMultiYearView<any>, "mat-multi-year-view", ["matMultiYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "activeDateChange": "activeDateChange"; }, never, never, false>;
96
96
  }
97
97
  export declare function isSameMultiYearView<D>(dateAdapter: DateAdapter<D>, date1: D, date2: D, minDate: D | null, maxDate: D | null): boolean;
98
98
  /**