@angular/material 13.1.0-next.3 → 13.2.0-next.0

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 (345) hide show
  1. package/autocomplete/autocomplete-trigger.d.ts +1 -2
  2. package/autocomplete/autocomplete.d.ts +1 -3
  3. package/badge/badge.d.ts +2 -5
  4. package/button/button.d.ts +0 -3
  5. package/button-toggle/button-toggle.d.ts +5 -13
  6. package/checkbox/checkbox.d.ts +6 -11
  7. package/chips/chip-input.d.ts +2 -4
  8. package/chips/chip-list.d.ts +4 -8
  9. package/chips/chip.d.ts +5 -11
  10. package/core/error/error-options.d.ts +3 -3
  11. package/core/option/optgroup.d.ts +0 -2
  12. package/core/option/option.d.ts +3 -4
  13. package/datepicker/_datepicker-theme.scss +15 -5
  14. package/datepicker/date-range-input.d.ts +2 -4
  15. package/datepicker/datepicker-base.d.ts +4 -8
  16. package/datepicker/datepicker-input-base.d.ts +2 -4
  17. package/datepicker/datepicker-toggle.d.ts +1 -2
  18. package/divider/divider.d.ts +2 -4
  19. package/esm2020/autocomplete/autocomplete-module.mjs +4 -4
  20. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  21. package/esm2020/autocomplete/autocomplete-trigger.mjs +7 -7
  22. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  23. package/esm2020/badge/badge-module.mjs +4 -4
  24. package/esm2020/badge/badge.mjs +4 -4
  25. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  26. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  27. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  28. package/esm2020/button/button-module.mjs +4 -4
  29. package/esm2020/button/button.mjs +7 -7
  30. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  31. package/esm2020/button-toggle/button-toggle.mjs +7 -7
  32. package/esm2020/card/card-module.mjs +4 -4
  33. package/esm2020/card/card.mjs +42 -42
  34. package/esm2020/checkbox/checkbox-module.mjs +8 -8
  35. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  36. package/esm2020/checkbox/checkbox.mjs +4 -4
  37. package/esm2020/chips/chip-input.mjs +4 -4
  38. package/esm2020/chips/chip-list.mjs +4 -4
  39. package/esm2020/chips/chip.mjs +13 -13
  40. package/esm2020/chips/chips-module.mjs +4 -4
  41. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  42. package/esm2020/core/common-behaviors/disable-ripple.mjs +1 -1
  43. package/esm2020/core/common-behaviors/disabled.mjs +1 -1
  44. package/esm2020/core/datetime/index.mjs +8 -8
  45. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  46. package/esm2020/core/error/error-options.mjs +7 -7
  47. package/esm2020/core/line/line.mjs +7 -7
  48. package/esm2020/core/option/index.mjs +4 -4
  49. package/esm2020/core/option/optgroup.mjs +14 -7
  50. package/esm2020/core/option/option.mjs +8 -8
  51. package/esm2020/core/ripple/index.mjs +4 -4
  52. package/esm2020/core/ripple/ripple.mjs +3 -3
  53. package/esm2020/core/selection/index.mjs +4 -4
  54. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  55. package/esm2020/core/version.mjs +1 -1
  56. package/esm2020/datepicker/calendar-body.mjs +4 -4
  57. package/esm2020/datepicker/calendar.mjs +6 -6
  58. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  59. package/esm2020/datepicker/date-range-input.mjs +4 -4
  60. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  61. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  62. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  63. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  64. package/esm2020/datepicker/datepicker-base.mjs +7 -7
  65. package/esm2020/datepicker/datepicker-input-base.mjs +4 -4
  66. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  67. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  68. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  69. package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
  70. package/esm2020/datepicker/datepicker.mjs +3 -3
  71. package/esm2020/datepicker/month-view.mjs +3 -3
  72. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  73. package/esm2020/datepicker/year-view.mjs +3 -3
  74. package/esm2020/dialog/dialog-container.mjs +6 -6
  75. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  76. package/esm2020/dialog/dialog-module.mjs +4 -4
  77. package/esm2020/dialog/dialog.mjs +6 -6
  78. package/esm2020/divider/divider-module.mjs +4 -4
  79. package/esm2020/divider/divider.mjs +4 -4
  80. package/esm2020/expansion/accordion.mjs +4 -4
  81. package/esm2020/expansion/expansion-module.mjs +4 -4
  82. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  83. package/esm2020/expansion/expansion-panel-header.mjs +10 -10
  84. package/esm2020/expansion/expansion-panel.mjs +7 -7
  85. package/esm2020/form-field/error.mjs +3 -3
  86. package/esm2020/form-field/form-field-control.mjs +3 -3
  87. package/esm2020/form-field/form-field-module.mjs +4 -4
  88. package/esm2020/form-field/form-field.mjs +4 -4
  89. package/esm2020/form-field/hint.mjs +3 -3
  90. package/esm2020/form-field/label.mjs +3 -3
  91. package/esm2020/form-field/placeholder.mjs +3 -3
  92. package/esm2020/form-field/prefix.mjs +3 -3
  93. package/esm2020/form-field/suffix.mjs +3 -3
  94. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  95. package/esm2020/grid-list/grid-list.mjs +4 -4
  96. package/esm2020/grid-list/grid-tile.mjs +16 -16
  97. package/esm2020/icon/icon-module.mjs +4 -4
  98. package/esm2020/icon/icon-registry.mjs +3 -3
  99. package/esm2020/icon/icon.mjs +4 -4
  100. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  101. package/esm2020/input/input-module.mjs +4 -4
  102. package/esm2020/input/input.mjs +4 -4
  103. package/esm2020/list/list-module.mjs +4 -4
  104. package/esm2020/list/list.mjs +19 -19
  105. package/esm2020/list/selection-list.mjs +7 -7
  106. package/esm2020/menu/menu-content.mjs +6 -6
  107. package/esm2020/menu/menu-item.mjs +4 -4
  108. package/esm2020/menu/menu-module.mjs +4 -4
  109. package/esm2020/menu/menu-trigger.mjs +6 -6
  110. package/esm2020/menu/menu.mjs +7 -7
  111. package/esm2020/paginator/paginator-intl.mjs +3 -3
  112. package/esm2020/paginator/paginator-module.mjs +4 -4
  113. package/esm2020/paginator/paginator.mjs +9 -9
  114. package/esm2020/progress-bar/progress-bar-module.mjs +4 -4
  115. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  116. package/esm2020/progress-spinner/progress-spinner-module.mjs +4 -4
  117. package/esm2020/progress-spinner/progress-spinner.mjs +7 -7
  118. package/esm2020/radio/radio-module.mjs +4 -4
  119. package/esm2020/radio/radio.mjs +14 -14
  120. package/esm2020/select/select-module.mjs +4 -4
  121. package/esm2020/select/select.mjs +10 -10
  122. package/esm2020/sidenav/drawer.mjs +11 -11
  123. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  124. package/esm2020/sidenav/sidenav.mjs +10 -10
  125. package/esm2020/slide-toggle/slide-toggle-module.mjs +8 -8
  126. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  127. package/esm2020/slide-toggle/slide-toggle.mjs +4 -4
  128. package/esm2020/slider/slider-module.mjs +4 -4
  129. package/esm2020/slider/slider.mjs +4 -4
  130. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  131. package/esm2020/snack-bar/snack-bar-container.mjs +3 -3
  132. package/esm2020/snack-bar/snack-bar-module.mjs +4 -4
  133. package/esm2020/snack-bar/snack-bar.mjs +3 -3
  134. package/esm2020/sort/sort-header-intl.mjs +3 -3
  135. package/esm2020/sort/sort-header.mjs +4 -4
  136. package/esm2020/sort/sort-module.mjs +4 -4
  137. package/esm2020/sort/sort.mjs +4 -4
  138. package/esm2020/stepper/step-content.mjs +3 -3
  139. package/esm2020/stepper/step-header.mjs +5 -5
  140. package/esm2020/stepper/step-label.mjs +3 -3
  141. package/esm2020/stepper/stepper-button.mjs +6 -6
  142. package/esm2020/stepper/stepper-icon.mjs +3 -3
  143. package/esm2020/stepper/stepper-intl.mjs +3 -3
  144. package/esm2020/stepper/stepper-module.mjs +4 -4
  145. package/esm2020/stepper/stepper.mjs +15 -15
  146. package/esm2020/table/cell.mjs +21 -21
  147. package/esm2020/table/row.mjs +21 -21
  148. package/esm2020/table/table-module.mjs +4 -4
  149. package/esm2020/table/table.mjs +6 -6
  150. package/esm2020/table/text-column.mjs +3 -3
  151. package/esm2020/tabs/ink-bar.mjs +3 -3
  152. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  153. package/esm2020/tabs/tab-body.mjs +9 -9
  154. package/esm2020/tabs/tab-content.mjs +3 -3
  155. package/esm2020/tabs/tab-group.mjs +8 -8
  156. package/esm2020/tabs/tab-header.mjs +8 -8
  157. package/esm2020/tabs/tab-label-wrapper.mjs +11 -4
  158. package/esm2020/tabs/tab-label.mjs +3 -3
  159. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  160. package/esm2020/tabs/tab.mjs +11 -4
  161. package/esm2020/tabs/tabs-module.mjs +4 -4
  162. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  163. package/esm2020/toolbar/toolbar.mjs +6 -6
  164. package/esm2020/tooltip/tooltip-module.mjs +4 -4
  165. package/esm2020/tooltip/tooltip.mjs +30 -18
  166. package/esm2020/tree/node.mjs +10 -10
  167. package/esm2020/tree/outlet.mjs +3 -3
  168. package/esm2020/tree/padding.mjs +4 -11
  169. package/esm2020/tree/toggle.mjs +3 -3
  170. package/esm2020/tree/tree-module.mjs +4 -4
  171. package/esm2020/tree/tree.mjs +3 -3
  172. package/expansion/accordion.d.ts +1 -2
  173. package/expansion/expansion-panel-header.d.ts +0 -2
  174. package/expansion/expansion-panel.d.ts +1 -2
  175. package/fesm2015/autocomplete.mjs +22 -22
  176. package/fesm2015/autocomplete.mjs.map +1 -1
  177. package/fesm2015/badge.mjs +7 -7
  178. package/fesm2015/badge.mjs.map +1 -1
  179. package/fesm2015/bottom-sheet.mjs +10 -10
  180. package/fesm2015/button-toggle.mjs +10 -10
  181. package/fesm2015/button-toggle.mjs.map +1 -1
  182. package/fesm2015/button.mjs +10 -10
  183. package/fesm2015/button.mjs.map +1 -1
  184. package/fesm2015/card.mjs +46 -46
  185. package/fesm2015/checkbox.mjs +14 -14
  186. package/fesm2015/checkbox.mjs.map +1 -1
  187. package/fesm2015/chips.mjs +22 -22
  188. package/fesm2015/chips.mjs.map +1 -1
  189. package/fesm2015/core.mjs +68 -61
  190. package/fesm2015/core.mjs.map +1 -1
  191. package/fesm2015/datepicker.mjs +83 -83
  192. package/fesm2015/datepicker.mjs.map +1 -1
  193. package/fesm2015/dialog.mjs +28 -28
  194. package/fesm2015/divider.mjs +7 -7
  195. package/fesm2015/divider.mjs.map +1 -1
  196. package/fesm2015/expansion.mjs +25 -25
  197. package/fesm2015/expansion.mjs.map +1 -1
  198. package/fesm2015/form-field.mjs +28 -28
  199. package/fesm2015/form-field.mjs.map +1 -1
  200. package/fesm2015/grid-list.mjs +22 -22
  201. package/fesm2015/grid-list.mjs.map +1 -1
  202. package/fesm2015/icon/testing.mjs +7 -7
  203. package/fesm2015/icon.mjs +10 -10
  204. package/fesm2015/icon.mjs.map +1 -1
  205. package/fesm2015/input.mjs +7 -7
  206. package/fesm2015/input.mjs.map +1 -1
  207. package/fesm2015/list.mjs +28 -28
  208. package/fesm2015/list.mjs.map +1 -1
  209. package/fesm2015/menu.mjs +25 -25
  210. package/fesm2015/menu.mjs.map +1 -1
  211. package/fesm2015/paginator.mjs +15 -15
  212. package/fesm2015/paginator.mjs.map +1 -1
  213. package/fesm2015/progress-bar.mjs +7 -7
  214. package/fesm2015/progress-bar.mjs.map +1 -1
  215. package/fesm2015/progress-spinner.mjs +10 -10
  216. package/fesm2015/progress-spinner.mjs.map +1 -1
  217. package/fesm2015/radio.mjs +16 -16
  218. package/fesm2015/radio.mjs.map +1 -1
  219. package/fesm2015/select.mjs +13 -13
  220. package/fesm2015/select.mjs.map +1 -1
  221. package/fesm2015/sidenav.mjs +23 -23
  222. package/fesm2015/sidenav.mjs.map +1 -1
  223. package/fesm2015/slide-toggle.mjs +14 -14
  224. package/fesm2015/slide-toggle.mjs.map +1 -1
  225. package/fesm2015/slider.mjs +7 -7
  226. package/fesm2015/slider.mjs.map +1 -1
  227. package/fesm2015/snack-bar.mjs +13 -13
  228. package/fesm2015/sort.mjs +13 -13
  229. package/fesm2015/sort.mjs.map +1 -1
  230. package/fesm2015/stepper.mjs +41 -41
  231. package/fesm2015/stepper.mjs.map +1 -1
  232. package/fesm2015/table.mjs +55 -55
  233. package/fesm2015/tabs.mjs +73 -59
  234. package/fesm2015/tabs.mjs.map +1 -1
  235. package/fesm2015/toolbar.mjs +10 -10
  236. package/fesm2015/tooltip.mjs +33 -21
  237. package/fesm2015/tooltip.mjs.map +1 -1
  238. package/fesm2015/tree.mjs +25 -32
  239. package/fesm2015/tree.mjs.map +1 -1
  240. package/fesm2020/autocomplete.mjs +22 -22
  241. package/fesm2020/autocomplete.mjs.map +1 -1
  242. package/fesm2020/badge.mjs +7 -7
  243. package/fesm2020/badge.mjs.map +1 -1
  244. package/fesm2020/bottom-sheet.mjs +10 -10
  245. package/fesm2020/button-toggle.mjs +10 -10
  246. package/fesm2020/button-toggle.mjs.map +1 -1
  247. package/fesm2020/button.mjs +10 -10
  248. package/fesm2020/button.mjs.map +1 -1
  249. package/fesm2020/card.mjs +46 -46
  250. package/fesm2020/checkbox.mjs +14 -14
  251. package/fesm2020/checkbox.mjs.map +1 -1
  252. package/fesm2020/chips.mjs +22 -22
  253. package/fesm2020/chips.mjs.map +1 -1
  254. package/fesm2020/core.mjs +68 -61
  255. package/fesm2020/core.mjs.map +1 -1
  256. package/fesm2020/datepicker.mjs +83 -83
  257. package/fesm2020/datepicker.mjs.map +1 -1
  258. package/fesm2020/dialog.mjs +28 -28
  259. package/fesm2020/divider.mjs +7 -7
  260. package/fesm2020/divider.mjs.map +1 -1
  261. package/fesm2020/expansion.mjs +25 -25
  262. package/fesm2020/expansion.mjs.map +1 -1
  263. package/fesm2020/form-field.mjs +28 -28
  264. package/fesm2020/form-field.mjs.map +1 -1
  265. package/fesm2020/grid-list.mjs +22 -22
  266. package/fesm2020/grid-list.mjs.map +1 -1
  267. package/fesm2020/icon/testing.mjs +7 -7
  268. package/fesm2020/icon.mjs +10 -10
  269. package/fesm2020/icon.mjs.map +1 -1
  270. package/fesm2020/input.mjs +7 -7
  271. package/fesm2020/input.mjs.map +1 -1
  272. package/fesm2020/list.mjs +28 -28
  273. package/fesm2020/list.mjs.map +1 -1
  274. package/fesm2020/menu.mjs +25 -25
  275. package/fesm2020/menu.mjs.map +1 -1
  276. package/fesm2020/paginator.mjs +15 -15
  277. package/fesm2020/paginator.mjs.map +1 -1
  278. package/fesm2020/progress-bar.mjs +7 -7
  279. package/fesm2020/progress-bar.mjs.map +1 -1
  280. package/fesm2020/progress-spinner.mjs +10 -10
  281. package/fesm2020/progress-spinner.mjs.map +1 -1
  282. package/fesm2020/radio.mjs +16 -16
  283. package/fesm2020/radio.mjs.map +1 -1
  284. package/fesm2020/select.mjs +13 -13
  285. package/fesm2020/select.mjs.map +1 -1
  286. package/fesm2020/sidenav.mjs +23 -23
  287. package/fesm2020/sidenav.mjs.map +1 -1
  288. package/fesm2020/slide-toggle.mjs +14 -14
  289. package/fesm2020/slide-toggle.mjs.map +1 -1
  290. package/fesm2020/slider.mjs +7 -7
  291. package/fesm2020/slider.mjs.map +1 -1
  292. package/fesm2020/snack-bar.mjs +13 -13
  293. package/fesm2020/sort.mjs +13 -13
  294. package/fesm2020/sort.mjs.map +1 -1
  295. package/fesm2020/stepper.mjs +41 -41
  296. package/fesm2020/stepper.mjs.map +1 -1
  297. package/fesm2020/table.mjs +55 -55
  298. package/fesm2020/tabs.mjs +73 -59
  299. package/fesm2020/tabs.mjs.map +1 -1
  300. package/fesm2020/toolbar.mjs +10 -10
  301. package/fesm2020/tooltip.mjs +33 -21
  302. package/fesm2020/tooltip.mjs.map +1 -1
  303. package/fesm2020/tree.mjs +25 -32
  304. package/fesm2020/tree.mjs.map +1 -1
  305. package/form-field/form-field.d.ts +1 -2
  306. package/grid-list/grid-list.d.ts +1 -2
  307. package/grid-list/grid-tile.d.ts +2 -4
  308. package/icon/icon.d.ts +1 -2
  309. package/input/input.d.ts +4 -8
  310. package/list/list.d.ts +1 -7
  311. package/list/selection-list.d.ts +6 -12
  312. package/menu/menu-item.d.ts +0 -3
  313. package/menu/menu.d.ts +2 -4
  314. package/package.json +2 -2
  315. package/paginator/paginator.d.ts +5 -11
  316. package/prebuilt-themes/deeppurple-amber.css +1 -1
  317. package/prebuilt-themes/indigo-pink.css +1 -1
  318. package/prebuilt-themes/pink-bluegrey.css +1 -1
  319. package/prebuilt-themes/purple-green.css +1 -1
  320. package/progress-bar/progress-bar.d.ts +1 -2
  321. package/progress-spinner/progress-spinner.d.ts +3 -6
  322. package/radio/radio.d.ts +6 -13
  323. package/schematics/ng-add/index.js +1 -1
  324. package/schematics/ng-add/index.mjs +1 -1
  325. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js +13 -3
  326. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.mjs +13 -3
  327. package/schematics/ng-update/migrations/theming-api-v12/migration.js +2 -2
  328. package/schematics/ng-update/migrations/theming-api-v12/migration.mjs +2 -2
  329. package/select/select.d.ts +4 -11
  330. package/sidenav/drawer.d.ts +6 -11
  331. package/sidenav/sidenav.d.ts +3 -6
  332. package/slide-toggle/slide-toggle.d.ts +3 -8
  333. package/slider/slider.d.ts +8 -18
  334. package/sort/sort-header.d.ts +1 -3
  335. package/sort/sort.d.ts +1 -3
  336. package/tabs/_tabs-common.scss +0 -1
  337. package/tabs/paginated-tab-header.d.ts +1 -2
  338. package/tabs/tab-group.d.ts +4 -9
  339. package/tabs/tab-header.d.ts +2 -3
  340. package/tabs/tab-label-wrapper.d.ts +0 -2
  341. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +4 -9
  342. package/tabs/tab.d.ts +0 -2
  343. package/tooltip/tooltip.d.ts +7 -6
  344. package/tree/node.d.ts +3 -6
  345. package/tree/padding.d.ts +2 -1
@@ -106,7 +106,7 @@ export declare abstract class _MatAutocompleteTriggerBase implements ControlValu
106
106
  * act as a regular input and the user won't be able to open the panel.
107
107
  */
108
108
  get autocompleteDisabled(): boolean;
109
- set autocompleteDisabled(value: boolean);
109
+ set autocompleteDisabled(value: BooleanInput);
110
110
  constructor(_element: ElementRef<HTMLInputElement>, _overlay: Overlay, _viewContainerRef: ViewContainerRef, _zone: NgZone, _changeDetectorRef: ChangeDetectorRef, scrollStrategy: any, _dir: Directionality, _formField: MatFormField, _document: any, _viewportRuler: ViewportRuler, _defaults?: MatAutocompleteDefaultOptions | undefined);
111
111
  /** Class to apply to the panel when it's above the input. */
112
112
  protected abstract _aboveClass: string;
@@ -190,7 +190,6 @@ export declare abstract class _MatAutocompleteTriggerBase implements ControlValu
190
190
  private _getWindow;
191
191
  /** Scrolls to a particular option in the list. */
192
192
  private _scrollToOption;
193
- static ngAcceptInputType_autocompleteDisabled: BooleanInput;
194
193
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteTriggerBase, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, null, { optional: true; }]>;
195
194
  static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "autocomplete": "matAutocomplete"; "position": "matAutocompletePosition"; "connectedTo": "matAutocompleteConnectedTo"; "autocompleteAttribute": "autocomplete"; "autocompleteDisabled": "matAutocompleteDisabled"; }, {}, never>;
196
195
  }
@@ -80,7 +80,7 @@ export declare abstract class _MatAutocompleteBase extends _MatAutocompleteMixin
80
80
  * Can be configured globally through the `MAT_AUTOCOMPLETE_DEFAULT_OPTIONS` token.
81
81
  */
82
82
  get autoActiveFirstOption(): boolean;
83
- set autoActiveFirstOption(value: boolean);
83
+ set autoActiveFirstOption(value: BooleanInput);
84
84
  private _autoActiveFirstOption;
85
85
  /**
86
86
  * Specify the width of the autocomplete panel. Can be any CSS sizing value, otherwise it will
@@ -128,8 +128,6 @@ export declare abstract class _MatAutocompleteBase extends _MatAutocompleteMixin
128
128
  _getPanelAriaLabelledby(labelId: string | null): string | null;
129
129
  /** Sets the autocomplete visibility classes on a classlist based on the panel is visible. */
130
130
  private _setVisibilityClasses;
131
- static ngAcceptInputType_autoActiveFirstOption: BooleanInput;
132
- static ngAcceptInputType_disableRipple: BooleanInput;
133
131
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteBase, never>;
134
132
  static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteBase, never, never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "displayWith": "displayWith"; "autoActiveFirstOption": "autoActiveFirstOption"; "panelWidth": "panelWidth"; "classList": "class"; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never>;
135
133
  }
package/badge/badge.d.ts CHANGED
@@ -31,7 +31,7 @@ export declare class MatBadge extends _MatBadgeBase implements OnInit, OnDestroy
31
31
  private _color;
32
32
  /** Whether the badge should overlap its contents or not */
33
33
  get overlap(): boolean;
34
- set overlap(val: boolean);
34
+ set overlap(val: BooleanInput);
35
35
  private _overlap;
36
36
  /**
37
37
  * Position the badge should reside.
@@ -50,7 +50,7 @@ export declare class MatBadge extends _MatBadgeBase implements OnInit, OnDestroy
50
50
  size: MatBadgeSize;
51
51
  /** Whether the badge is hidden. */
52
52
  get hidden(): boolean;
53
- set hidden(val: boolean);
53
+ set hidden(val: BooleanInput);
54
54
  private _hidden;
55
55
  /** Unique id for the badge */
56
56
  _id: number;
@@ -80,9 +80,6 @@ export declare class MatBadge extends _MatBadgeBase implements OnInit, OnDestroy
80
80
  private _setColor;
81
81
  /** Clears any existing badges that might be left over from server-side rendering. */
82
82
  private _clearExistingBadges;
83
- static ngAcceptInputType_disabled: BooleanInput;
84
- static ngAcceptInputType_hidden: BooleanInput;
85
- static ngAcceptInputType_overlap: BooleanInput;
86
83
  static ɵfac: i0.ɵɵFactoryDeclaration<MatBadge, [null, null, null, null, { optional: true; }]>;
87
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>;
88
85
  }
@@ -6,7 +6,6 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import { FocusMonitor, FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
9
- import { BooleanInput } from '@angular/cdk/coercion';
10
9
  import { ElementRef, OnDestroy, AfterViewInit } from '@angular/core';
11
10
  import { CanColor, CanDisable, CanDisableRipple, MatRipple } from '@angular/material/core';
12
11
  import * as i0 from "@angular/core";
@@ -36,8 +35,6 @@ export declare class MatButton extends _MatButtonBase implements AfterViewInit,
36
35
  _isRippleDisabled(): boolean;
37
36
  /** Gets whether the button has one of the given attributes. */
38
37
  _hasHostAttributes(...attributes: string[]): boolean;
39
- static ngAcceptInputType_disabled: BooleanInput;
40
- static ngAcceptInputType_disableRipple: BooleanInput;
41
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, [null, null, { optional: true; }]>;
42
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, ["*"]>;
43
40
  }
@@ -89,7 +89,7 @@ export declare class MatButtonToggleGroup implements ControlValueAccessor, OnIni
89
89
  private _name;
90
90
  /** Whether the toggle group is vertical. */
91
91
  get vertical(): boolean;
92
- set vertical(value: boolean);
92
+ set vertical(value: BooleanInput);
93
93
  /** Value of the toggle group. */
94
94
  get value(): any;
95
95
  set value(newValue: any);
@@ -103,10 +103,10 @@ export declare class MatButtonToggleGroup implements ControlValueAccessor, OnIni
103
103
  get selected(): MatButtonToggle | MatButtonToggle[];
104
104
  /** Whether multiple button toggles can be selected. */
105
105
  get multiple(): boolean;
106
- set multiple(value: boolean);
106
+ set multiple(value: BooleanInput);
107
107
  /** Whether multiple button toggle group is disabled. */
108
108
  get disabled(): boolean;
109
- set disabled(value: boolean);
109
+ set disabled(value: BooleanInput);
110
110
  /** Event emitted when the group's value changes. */
111
111
  readonly change: EventEmitter<MatButtonToggleChange>;
112
112
  constructor(_changeDetector: ChangeDetectorRef, defaultOptions?: MatButtonToggleDefaultOptions);
@@ -142,9 +142,6 @@ export declare class MatButtonToggleGroup implements ControlValueAccessor, OnIni
142
142
  private _selectValue;
143
143
  /** Syncs up the group's value with the model and emits the change event. */
144
144
  private _updateModelValue;
145
- static ngAcceptInputType_disabled: BooleanInput;
146
- static ngAcceptInputType_multiple: BooleanInput;
147
- static ngAcceptInputType_vertical: BooleanInput;
148
145
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleGroup, [null, { optional: true; }]>;
149
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"]>;
150
147
  }
@@ -188,10 +185,10 @@ export declare class MatButtonToggle extends _MatButtonToggleBase implements OnI
188
185
  private _appearance;
189
186
  /** Whether the button is checked. */
190
187
  get checked(): boolean;
191
- set checked(value: boolean);
188
+ set checked(value: BooleanInput);
192
189
  /** Whether the button is disabled. */
193
190
  get disabled(): boolean;
194
- set disabled(value: boolean);
191
+ set disabled(value: BooleanInput);
195
192
  private _disabled;
196
193
  /** Event emitted when the group value changes. */
197
194
  readonly change: EventEmitter<MatButtonToggleChange>;
@@ -209,11 +206,6 @@ export declare class MatButtonToggle extends _MatButtonToggleBase implements OnI
209
206
  * update bound properties of the radio button.
210
207
  */
211
208
  _markForCheck(): void;
212
- static ngAcceptInputType_checked: BooleanInput;
213
- static ngAcceptInputType_disabled: BooleanInput;
214
- static ngAcceptInputType_vertical: BooleanInput;
215
- static ngAcceptInputType_multiple: BooleanInput;
216
- static ngAcceptInputType_disableRipple: BooleanInput;
217
209
  static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggle, [{ optional: true; }, null, null, null, { attribute: "tabindex"; }, { optional: true; }]>;
218
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, ["*"]>;
219
211
  }
@@ -6,7 +6,7 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
9
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
9
+ import { BooleanInput } from '@angular/cdk/coercion';
10
10
  import { AfterViewChecked, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, AfterViewInit } from '@angular/core';
11
11
  import { ControlValueAccessor } from '@angular/forms';
12
12
  import { CanColor, CanDisable, CanDisableRipple, HasTabIndex, MatRipple } from '@angular/material/core';
@@ -77,7 +77,7 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
77
77
  get inputId(): string;
78
78
  /** Whether the checkbox is required. */
79
79
  get required(): boolean;
80
- set required(value: boolean);
80
+ set required(value: BooleanInput);
81
81
  private _required;
82
82
  /** Whether the label should appear after or before the checkbox. Defaults to 'after' */
83
83
  labelPosition: 'before' | 'after';
@@ -115,8 +115,8 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
115
115
  * Whether the checkbox is disabled. This fully overrides the implementation provided by
116
116
  * mixinDisabled, but the mixin is still required because mixinTabIndex requires it.
117
117
  */
118
- get disabled(): any;
119
- set disabled(value: any);
118
+ get disabled(): boolean;
119
+ set disabled(value: BooleanInput);
120
120
  private _disabled;
121
121
  /**
122
122
  * Whether the checkbox is indeterminate. This is also known as "mixed" mode and can be used to
@@ -125,9 +125,9 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
125
125
  * set to false.
126
126
  */
127
127
  get indeterminate(): boolean;
128
- set indeterminate(value: boolean);
128
+ set indeterminate(value: BooleanInput);
129
129
  private _indeterminate;
130
- _isRippleDisabled(): any;
130
+ _isRippleDisabled(): boolean;
131
131
  /** Method being called whenever the label text changes. */
132
132
  _onLabelTextChange(): void;
133
133
  writeValue(value: any): void;
@@ -160,11 +160,6 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
160
160
  * server-side rendering.
161
161
  */
162
162
  private _syncIndeterminate;
163
- static ngAcceptInputType_disabled: BooleanInput;
164
- static ngAcceptInputType_required: BooleanInput;
165
- static ngAcceptInputType_disableRipple: BooleanInput;
166
- static ngAcceptInputType_indeterminate: BooleanInput;
167
- static ngAcceptInputType_tabIndex: NumberInput;
168
163
  static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckbox, [null, null, null, null, { attribute: "tabindex"; }, { optional: true; }, { optional: true; }]>;
169
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, ["*"]>;
170
165
  }
@@ -45,7 +45,7 @@ export declare class MatChipInput implements MatChipTextControl, OnChanges, OnDe
45
45
  * Whether or not the chipEnd event will be emitted when the input is blurred.
46
46
  */
47
47
  get addOnBlur(): boolean;
48
- set addOnBlur(value: boolean);
48
+ set addOnBlur(value: BooleanInput);
49
49
  _addOnBlur: boolean;
50
50
  /**
51
51
  * The list of key codes that will trigger a chipEnd event.
@@ -61,7 +61,7 @@ export declare class MatChipInput implements MatChipTextControl, OnChanges, OnDe
61
61
  id: string;
62
62
  /** Whether the input is disabled. */
63
63
  get disabled(): boolean;
64
- set disabled(value: boolean);
64
+ set disabled(value: BooleanInput);
65
65
  private _disabled;
66
66
  /** Whether the input is empty. */
67
67
  get empty(): boolean;
@@ -89,8 +89,6 @@ export declare class MatChipInput implements MatChipTextControl, OnChanges, OnDe
89
89
  clear(): void;
90
90
  /** Checks whether a keycode is one of the configured separators. */
91
91
  private _isSeparatorKey;
92
- static ngAcceptInputType_addOnBlur: BooleanInput;
93
- static ngAcceptInputType_disabled: BooleanInput;
94
92
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipInput, never>;
95
93
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipInput, "input[matChipInputFor]", ["matChipInput", "matChipInputFor"], { "chipList": "matChipInputFor"; "addOnBlur": "matChipInputAddOnBlur"; "separatorKeyCodes": "matChipInputSeparatorKeyCodes"; "placeholder": "placeholder"; "id": "id"; "disabled": "disabled"; }, { "chipEnd": "matChipInputTokenEnd"; }, never>;
96
94
  }
@@ -95,7 +95,7 @@ export declare class MatChipList extends _MatChipListBase implements MatFormFiel
95
95
  errorStateMatcher: ErrorStateMatcher;
96
96
  /** Whether the user should be allowed to select multiple chips. */
97
97
  get multiple(): boolean;
98
- set multiple(value: boolean);
98
+ set multiple(value: BooleanInput);
99
99
  private _multiple;
100
100
  /**
101
101
  * A function to compare the option values with the selected values. The first argument
@@ -122,7 +122,7 @@ export declare class MatChipList extends _MatChipListBase implements MatFormFiel
122
122
  * @docs-private
123
123
  */
124
124
  get required(): boolean;
125
- set required(value: boolean);
125
+ set required(value: BooleanInput);
126
126
  protected _required: boolean | undefined;
127
127
  /**
128
128
  * Implemented as part of MatFormFieldControl.
@@ -148,7 +148,7 @@ export declare class MatChipList extends _MatChipListBase implements MatFormFiel
148
148
  * @docs-private
149
149
  */
150
150
  get disabled(): boolean;
151
- set disabled(value: boolean);
151
+ set disabled(value: BooleanInput);
152
152
  protected _disabled: boolean;
153
153
  /** Orientation of the chip list. */
154
154
  ariaOrientation: 'horizontal' | 'vertical';
@@ -157,7 +157,7 @@ export declare class MatChipList extends _MatChipListBase implements MatFormFiel
157
157
  * the selected states for all the chips inside the chip list are always ignored.
158
158
  */
159
159
  get selectable(): boolean;
160
- set selectable(value: boolean);
160
+ set selectable(value: BooleanInput);
161
161
  protected _selectable: boolean;
162
162
  set tabIndex(value: number);
163
163
  /** Combined stream of all of the child chips' selection change events. */
@@ -268,10 +268,6 @@ export declare class MatChipList extends _MatChipListBase implements MatFormFiel
268
268
  private _hasFocusedChip;
269
269
  /** Syncs the list's state with the individual chips. */
270
270
  private _syncChipsState;
271
- static ngAcceptInputType_multiple: BooleanInput;
272
- static ngAcceptInputType_required: BooleanInput;
273
- static ngAcceptInputType_disabled: BooleanInput;
274
- static ngAcceptInputType_selectable: BooleanInput;
275
271
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChipList, [null, null, { optional: true; }, { optional: true; }, { optional: true; }, null, { optional: true; self: true; }]>;
276
272
  static ɵcmp: i0.ɵɵComponentDeclaration<MatChipList, "mat-chip-list", ["matChipList"], { "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"], ["*"]>;
277
273
  }
package/chips/chip.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import { FocusableOption } from '@angular/cdk/a11y';
9
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
9
+ import { BooleanInput } from '@angular/cdk/coercion';
10
10
  import { Platform } from '@angular/cdk/platform';
11
11
  import { ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, NgZone, OnDestroy } from '@angular/core';
12
12
  import { CanColor, CanDisable, CanDisableRipple, HasTabIndex, RippleConfig, RippleGlobalOptions, RippleTarget } from '@angular/material/core';
@@ -118,7 +118,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
118
118
  removeIcon: MatChipRemove;
119
119
  /** Whether the chip is selected. */
120
120
  get selected(): boolean;
121
- set selected(value: boolean);
121
+ set selected(value: BooleanInput);
122
122
  protected _selected: boolean;
123
123
  /** The value of the chip. Defaults to the content inside `<mat-chip>` tags. */
124
124
  get value(): any;
@@ -131,17 +131,17 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
131
131
  * not selectable.
132
132
  */
133
133
  get selectable(): boolean;
134
- set selectable(value: boolean);
134
+ set selectable(value: BooleanInput);
135
135
  protected _selectable: boolean;
136
136
  /** Whether the chip is disabled. */
137
137
  get disabled(): boolean;
138
- set disabled(value: boolean);
138
+ set disabled(value: BooleanInput);
139
139
  protected _disabled: boolean;
140
140
  /**
141
141
  * Determines whether or not the chip displays the remove styling and emits (removed) events.
142
142
  */
143
143
  get removable(): boolean;
144
- set removable(value: boolean);
144
+ set removable(value: BooleanInput);
145
145
  protected _removable: boolean;
146
146
  /** Emits when the chip is focused. */
147
147
  readonly _onFocus: Subject<MatChipEvent>;
@@ -181,12 +181,6 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio
181
181
  _handleKeydown(event: KeyboardEvent): void;
182
182
  _blur(): void;
183
183
  private _dispatchSelectionChange;
184
- static ngAcceptInputType_selected: BooleanInput;
185
- static ngAcceptInputType_selectable: BooleanInput;
186
- static ngAcceptInputType_removable: BooleanInput;
187
- static ngAcceptInputType_disabled: BooleanInput;
188
- static ngAcceptInputType_disableRipple: BooleanInput;
189
- static ngAcceptInputType_tabIndex: NumberInput;
190
184
  static ɵfac: i0.ɵɵFactoryDeclaration<MatChip, [null, null, null, { optional: true; }, null, null, { optional: true; }, { attribute: "tabindex"; }]>;
191
185
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatChip, "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", ["matChip"], { "color": "color"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; "selected": "selected"; "value": "value"; "selectable": "selectable"; "disabled": "disabled"; "removable": "removable"; }, { "selectionChange": "selectionChange"; "destroyed": "destroyed"; "removed": "removed"; }, ["avatar", "trailingIcon", "removeIcon"]>;
192
186
  }
@@ -1,14 +1,14 @@
1
- import { FormGroupDirective, NgForm, FormControl } from '@angular/forms';
1
+ import { FormGroupDirective, NgForm, AbstractControl } from '@angular/forms';
2
2
  import * as i0 from "@angular/core";
3
3
  /** Error state matcher that matches when a control is invalid and dirty. */
4
4
  export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
5
- isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean;
5
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ShowOnDirtyErrorStateMatcher, never>;
7
7
  static ɵprov: i0.ɵɵInjectableDeclaration<ShowOnDirtyErrorStateMatcher>;
8
8
  }
9
9
  /** Provider that defines how form controls behave with regards to displaying error messages. */
10
10
  export declare class ErrorStateMatcher {
11
- isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean;
11
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStateMatcher, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
14
14
  }
@@ -5,7 +5,6 @@
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
- import { BooleanInput } from '@angular/cdk/coercion';
9
8
  import { InjectionToken } from '@angular/core';
10
9
  import { CanDisable } from '../common-behaviors/disabled';
11
10
  import { MatOptionParentComponent } from './option-parent';
@@ -22,7 +21,6 @@ export declare class _MatOptgroupBase extends _MatOptgroupMixinBase implements C
22
21
  /** Whether the group is in inert a11y mode. */
23
22
  _inert: boolean;
24
23
  constructor(parent?: MatOptionParentComponent);
25
- static ngAcceptInputType_disabled: BooleanInput;
26
24
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptgroupBase, [{ optional: true; }]>;
27
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptgroupBase, never, never, { "label": "label"; }, {}, never>;
28
26
  }
@@ -42,10 +42,10 @@ export declare class _MatOptionBase implements FocusableOption, AfterViewChecked
42
42
  /** The unique ID of the option. */
43
43
  id: string;
44
44
  /** Whether the option is disabled. */
45
- get disabled(): any;
46
- set disabled(value: any);
45
+ get disabled(): boolean;
46
+ set disabled(value: BooleanInput);
47
47
  /** Whether ripples for the option are disabled. */
48
- get disableRipple(): boolean | undefined;
48
+ get disableRipple(): boolean;
49
49
  /** Event emitted when the option is selected or deselected. */
50
50
  readonly onSelectionChange: EventEmitter<MatOptionSelectionChange>;
51
51
  /** Emits when the state of the option changes and any parents have to be notified. */
@@ -105,7 +105,6 @@ export declare class _MatOptionBase implements FocusableOption, AfterViewChecked
105
105
  ngOnDestroy(): void;
106
106
  /** Emits the selection change event. */
107
107
  private _emitSelectionChangeEvent;
108
- static ngAcceptInputType_disabled: BooleanInput;
109
108
  static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptionBase, never>;
110
109
  static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptionBase, never, never, { "value": "value"; "id": "id"; "disabled": "disabled"; }, { "onSelectionChange": "onSelectionChange"; }, never>;
111
110
  }
@@ -42,13 +42,14 @@ $calendar-weekday-table-font-size: 11px !default;
42
42
  theming.get-color-from-palette($palette, default-contrast);
43
43
  }
44
44
 
45
- .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover,
46
45
  .cdk-keyboard-focused .mat-calendar-body-active,
47
46
  .cdk-program-focused .mat-calendar-body-active {
48
- & > .mat-calendar-body-cell-content {
49
- @include _unselected-cell {
50
- background-color: theming.get-color-from-palette($palette, 0.3);
51
- }
47
+ @include _highlighted-cell($palette);
48
+ }
49
+
50
+ @media (hover: hover) {
51
+ .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover {
52
+ @include _highlighted-cell($palette);
52
53
  }
53
54
  }
54
55
  }
@@ -60,6 +61,15 @@ $calendar-weekday-table-font-size: 11px !default;
60
61
  }
61
62
  }
62
63
 
64
+ // Styles for a highlighted calendar cell (e.g. hovered or focused).
65
+ @mixin _highlighted-cell($palette) {
66
+ & > .mat-calendar-body-cell-content {
67
+ @include _unselected-cell {
68
+ background-color: theming.get-color-from-palette($palette, 0.3);
69
+ }
70
+ }
71
+ }
72
+
63
73
  @mixin color($config-or-theme) {
64
74
  $config: theming.get-color-config($config-or-theme);
65
75
  $foreground: map.get($config, foreground);
@@ -46,7 +46,7 @@ export declare class MatDateRangeInput<D> implements MatFormFieldControl<DateRan
46
46
  private _rangePicker;
47
47
  /** Whether the input is required. */
48
48
  get required(): boolean;
49
- set required(value: boolean);
49
+ set required(value: BooleanInput);
50
50
  private _required;
51
51
  /** Function that can be used to filter out dates within the date range picker. */
52
52
  get dateFilter(): DateFilterFn<D>;
@@ -62,7 +62,7 @@ export declare class MatDateRangeInput<D> implements MatFormFieldControl<DateRan
62
62
  private _max;
63
63
  /** Whether the input is disabled. */
64
64
  get disabled(): boolean;
65
- set disabled(value: boolean);
65
+ set disabled(value: BooleanInput);
66
66
  _groupDisabled: boolean;
67
67
  /** Whether the input is in an error state. */
68
68
  get errorState(): boolean;
@@ -128,8 +128,6 @@ export declare class MatDateRangeInput<D> implements MatFormFieldControl<DateRan
128
128
  private _revalidate;
129
129
  /** Registers the current date selection model with the start/end inputs. */
130
130
  private _registerModel;
131
- static ngAcceptInputType_required: BooleanInput;
132
- static ngAcceptInputType_disabled: BooleanInput;
133
131
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDateRangeInput<any>, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }]>;
134
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]"]>;
135
133
  }
@@ -147,11 +147,11 @@ export declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D
147
147
  * than a dropdown and elements have more padding to allow for bigger touch targets.
148
148
  */
149
149
  get touchUi(): boolean;
150
- set touchUi(value: boolean);
150
+ set touchUi(value: BooleanInput);
151
151
  private _touchUi;
152
152
  /** Whether the datepicker pop-up should be disabled. */
153
153
  get disabled(): boolean;
154
- set disabled(value: boolean);
154
+ set disabled(value: BooleanInput);
155
155
  private _disabled;
156
156
  /** Preferred position of the datepicker in the X axis. */
157
157
  xPosition: DatepickerDropdownPositionX;
@@ -163,7 +163,7 @@ export declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D
163
163
  * you provide your own equivalent, if you decide to turn it off.
164
164
  */
165
165
  get restoreFocus(): boolean;
166
- set restoreFocus(value: boolean);
166
+ set restoreFocus(value: BooleanInput);
167
167
  private _restoreFocus;
168
168
  /**
169
169
  * Emits selected year in multiyear view.
@@ -194,7 +194,7 @@ export declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D
194
194
  private _panelClass;
195
195
  /** Whether the calendar is open. */
196
196
  get opened(): boolean;
197
- set opened(value: boolean);
197
+ set opened(value: BooleanInput);
198
198
  private _opened;
199
199
  /** The id for the datepicker calendar. */
200
200
  id: string;
@@ -264,10 +264,6 @@ export declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D
264
264
  private _setConnectedPositions;
265
265
  /** Gets an observable that will emit when the overlay is supposed to be closed. */
266
266
  private _getCloseStream;
267
- static ngAcceptInputType_disabled: BooleanInput;
268
- static ngAcceptInputType_opened: BooleanInput;
269
- static ngAcceptInputType_touchUi: BooleanInput;
270
- static ngAcceptInputType_restoreFocus: BooleanInput;
271
267
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerBase<any, any, any>, [null, null, null, null, { optional: true; }, { optional: true; }, null]>;
272
268
  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>;
273
269
  }
@@ -41,11 +41,11 @@ export declare abstract class MatDatepickerInputBase<S, D = ExtractDateTypeFromS
41
41
  private _isInitialized;
42
42
  /** The value of the input. */
43
43
  get value(): D | null;
44
- set value(value: D | null);
44
+ set value(value: any);
45
45
  protected _model: MatDateSelectionModel<S, D> | undefined;
46
46
  /** Whether the datepicker-input is disabled. */
47
47
  get disabled(): boolean;
48
- set disabled(value: boolean);
48
+ set disabled(value: BooleanInput);
49
49
  private _disabled;
50
50
  /** Emits when a `change` event is fired on this `<input>`. */
51
51
  readonly dateChange: EventEmitter<MatDatepickerInputEvent<D, S>>;
@@ -126,8 +126,6 @@ export declare abstract class MatDatepickerInputBase<S, D = ExtractDateTypeFromS
126
126
  protected _assignValueProgrammatically(value: D | null): void;
127
127
  /** Gets whether a value matches the current date filter. */
128
128
  _matchesFilter(value: D | null): boolean;
129
- static ngAcceptInputType_value: any;
130
- static ngAcceptInputType_disabled: BooleanInput;
131
129
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerInputBase<any, any>, [null, { optional: true; }, { optional: true; }]>;
132
130
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerInputBase<any, any>, never, never, { "value": "value"; "disabled": "disabled"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>;
133
131
  }
@@ -28,7 +28,7 @@ export declare class MatDatepickerToggle<D> implements AfterContentInit, OnChang
28
28
  ariaLabel: string;
29
29
  /** Whether the toggle button is disabled. */
30
30
  get disabled(): boolean;
31
- set disabled(value: boolean);
31
+ set disabled(value: BooleanInput);
32
32
  private _disabled;
33
33
  /** Whether ripples on the toggle should be disabled. */
34
34
  disableRipple: boolean;
@@ -42,7 +42,6 @@ export declare class MatDatepickerToggle<D> implements AfterContentInit, OnChang
42
42
  ngAfterContentInit(): void;
43
43
  _open(event: Event): void;
44
44
  private _watchStateChanges;
45
- static ngAcceptInputType_disabled: BooleanInput;
46
45
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerToggle<any>, [null, null, { attribute: "tabindex"; }]>;
47
46
  static ɵcmp: i0.ɵɵComponentDeclaration<MatDatepickerToggle<any>, "mat-datepicker-toggle", ["matDatepickerToggle"], { "datepicker": "for"; "tabIndex": "tabIndex"; "ariaLabel": "aria-label"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[matDatepickerToggleIcon]"]>;
48
47
  }
@@ -3,14 +3,12 @@ import * as i0 from "@angular/core";
3
3
  export declare class MatDivider {
4
4
  /** Whether the divider is vertically aligned. */
5
5
  get vertical(): boolean;
6
- set vertical(value: boolean);
6
+ set vertical(value: BooleanInput);
7
7
  private _vertical;
8
8
  /** Whether the divider is an inset divider. */
9
9
  get inset(): boolean;
10
- set inset(value: boolean);
10
+ set inset(value: BooleanInput);
11
11
  private _inset;
12
- static ngAcceptInputType_vertical: BooleanInput;
13
- static ngAcceptInputType_inset: BooleanInput;
14
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDivider, never>;
15
13
  static ɵcmp: i0.ɵɵComponentDeclaration<MatDivider, "mat-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never>;
16
14
  }
@@ -16,17 +16,17 @@ import { MatAutocompleteOrigin } from './autocomplete-origin';
16
16
  import * as i0 from "@angular/core";
17
17
  export class MatAutocompleteModule {
18
18
  }
19
- MatAutocompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- MatAutocompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteModule, declarations: [MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteOrigin], imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule], exports: [MatAutocomplete,
19
+ MatAutocompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ MatAutocompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteModule, declarations: [MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteOrigin], imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule], exports: [MatAutocomplete,
21
21
  MatAutocompleteTrigger,
22
22
  MatAutocompleteOrigin,
23
23
  CdkScrollableModule,
24
24
  MatOptionModule,
25
25
  MatCommonModule] });
26
- MatAutocompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteModule, providers: [MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [[OverlayModule, MatOptionModule, MatCommonModule, CommonModule], CdkScrollableModule,
26
+ MatAutocompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteModule, providers: [MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [[OverlayModule, MatOptionModule, MatCommonModule, CommonModule], CdkScrollableModule,
27
27
  MatOptionModule,
28
28
  MatCommonModule] });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteModule, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteModule, decorators: [{
30
30
  type: NgModule,
31
31
  args: [{
32
32
  imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule],
@@ -15,9 +15,9 @@ export class _MatAutocompleteOriginBase {
15
15
  this.elementRef = elementRef;
16
16
  }
17
17
  }
18
- _MatAutocompleteOriginBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteOriginBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19
- _MatAutocompleteOriginBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatAutocompleteOriginBase, ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteOriginBase, decorators: [{
18
+ _MatAutocompleteOriginBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteOriginBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19
+ _MatAutocompleteOriginBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: _MatAutocompleteOriginBase, ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteOriginBase, decorators: [{
21
21
  type: Directive
22
22
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
23
23
  /**
@@ -26,9 +26,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
26
26
  */
27
27
  export class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
28
28
  }
29
- MatAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteOrigin, deps: null, target: i0.ɵɵFactoryTarget.Directive });
30
- MatAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatAutocompleteOrigin, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], usesInheritance: true, ngImport: i0 });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
29
+ MatAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteOrigin, deps: null, target: i0.ɵɵFactoryTarget.Directive });
30
+ MatAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatAutocompleteOrigin, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], usesInheritance: true, ngImport: i0 });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[matAutocompleteOrigin]',