@angular/material 13.1.0-next.2 → 13.1.1

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 (349) 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/common-behaviors/common-module.d.ts +3 -9
  11. package/core/error/error-options.d.ts +3 -3
  12. package/core/option/optgroup.d.ts +0 -2
  13. package/core/option/option.d.ts +3 -4
  14. package/core/theming/_theming.scss +1 -1
  15. package/datepicker/_datepicker-theme.scss +15 -5
  16. package/datepicker/date-range-input.d.ts +2 -4
  17. package/datepicker/datepicker-base.d.ts +4 -8
  18. package/datepicker/datepicker-input-base.d.ts +2 -4
  19. package/datepicker/datepicker-toggle.d.ts +1 -2
  20. package/divider/divider.d.ts +2 -4
  21. package/esm2020/autocomplete/autocomplete-module.mjs +4 -4
  22. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  23. package/esm2020/autocomplete/autocomplete-trigger.mjs +7 -7
  24. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  25. package/esm2020/badge/badge-module.mjs +4 -4
  26. package/esm2020/badge/badge.mjs +4 -4
  27. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +7 -5
  28. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  29. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  30. package/esm2020/button/button-module.mjs +4 -4
  31. package/esm2020/button/button.mjs +7 -7
  32. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  33. package/esm2020/button-toggle/button-toggle.mjs +7 -7
  34. package/esm2020/card/card-module.mjs +4 -4
  35. package/esm2020/card/card.mjs +42 -42
  36. package/esm2020/checkbox/checkbox-module.mjs +8 -8
  37. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  38. package/esm2020/checkbox/checkbox.mjs +4 -4
  39. package/esm2020/chips/chip-input.mjs +4 -4
  40. package/esm2020/chips/chip-list.mjs +4 -4
  41. package/esm2020/chips/chip.mjs +13 -13
  42. package/esm2020/chips/chips-module.mjs +4 -4
  43. package/esm2020/core/common-behaviors/common-module.mjs +63 -61
  44. package/esm2020/core/common-behaviors/disable-ripple.mjs +1 -1
  45. package/esm2020/core/common-behaviors/disabled.mjs +1 -1
  46. package/esm2020/core/datetime/index.mjs +8 -8
  47. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  48. package/esm2020/core/error/error-options.mjs +7 -7
  49. package/esm2020/core/line/line.mjs +7 -7
  50. package/esm2020/core/option/index.mjs +4 -4
  51. package/esm2020/core/option/optgroup.mjs +14 -7
  52. package/esm2020/core/option/option.mjs +8 -8
  53. package/esm2020/core/ripple/index.mjs +4 -4
  54. package/esm2020/core/ripple/ripple.mjs +3 -3
  55. package/esm2020/core/selection/index.mjs +4 -4
  56. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  57. package/esm2020/core/version.mjs +1 -1
  58. package/esm2020/datepicker/calendar-body.mjs +4 -4
  59. package/esm2020/datepicker/calendar.mjs +6 -6
  60. package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
  61. package/esm2020/datepicker/date-range-input.mjs +4 -4
  62. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  63. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  64. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  65. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  66. package/esm2020/datepicker/datepicker-base.mjs +7 -7
  67. package/esm2020/datepicker/datepicker-input-base.mjs +4 -4
  68. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  69. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  70. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  71. package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
  72. package/esm2020/datepicker/datepicker.mjs +3 -3
  73. package/esm2020/datepicker/month-view.mjs +3 -3
  74. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  75. package/esm2020/datepicker/year-view.mjs +3 -3
  76. package/esm2020/dialog/dialog-container.mjs +6 -6
  77. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  78. package/esm2020/dialog/dialog-module.mjs +4 -4
  79. package/esm2020/dialog/dialog.mjs +6 -6
  80. package/esm2020/divider/divider-module.mjs +4 -4
  81. package/esm2020/divider/divider.mjs +4 -4
  82. package/esm2020/expansion/accordion.mjs +4 -4
  83. package/esm2020/expansion/expansion-module.mjs +4 -4
  84. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  85. package/esm2020/expansion/expansion-panel-header.mjs +10 -10
  86. package/esm2020/expansion/expansion-panel.mjs +7 -7
  87. package/esm2020/form-field/error.mjs +3 -3
  88. package/esm2020/form-field/form-field-control.mjs +3 -3
  89. package/esm2020/form-field/form-field-module.mjs +4 -4
  90. package/esm2020/form-field/form-field.mjs +4 -4
  91. package/esm2020/form-field/hint.mjs +3 -3
  92. package/esm2020/form-field/label.mjs +3 -3
  93. package/esm2020/form-field/placeholder.mjs +3 -3
  94. package/esm2020/form-field/prefix.mjs +3 -3
  95. package/esm2020/form-field/suffix.mjs +3 -3
  96. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  97. package/esm2020/grid-list/grid-list.mjs +4 -4
  98. package/esm2020/grid-list/grid-tile.mjs +16 -16
  99. package/esm2020/icon/icon-module.mjs +4 -4
  100. package/esm2020/icon/icon-registry.mjs +3 -3
  101. package/esm2020/icon/icon.mjs +4 -4
  102. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  103. package/esm2020/input/input-module.mjs +4 -4
  104. package/esm2020/input/input.mjs +4 -4
  105. package/esm2020/list/list-module.mjs +4 -4
  106. package/esm2020/list/list.mjs +19 -19
  107. package/esm2020/list/selection-list.mjs +7 -7
  108. package/esm2020/menu/menu-content.mjs +6 -6
  109. package/esm2020/menu/menu-item.mjs +4 -4
  110. package/esm2020/menu/menu-module.mjs +4 -4
  111. package/esm2020/menu/menu-trigger.mjs +6 -6
  112. package/esm2020/menu/menu.mjs +7 -7
  113. package/esm2020/paginator/paginator-intl.mjs +3 -3
  114. package/esm2020/paginator/paginator-module.mjs +4 -4
  115. package/esm2020/paginator/paginator.mjs +9 -9
  116. package/esm2020/progress-bar/progress-bar-module.mjs +4 -4
  117. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  118. package/esm2020/progress-spinner/progress-spinner-module.mjs +4 -4
  119. package/esm2020/progress-spinner/progress-spinner.mjs +7 -7
  120. package/esm2020/radio/radio-module.mjs +4 -4
  121. package/esm2020/radio/radio.mjs +14 -14
  122. package/esm2020/select/select-module.mjs +4 -4
  123. package/esm2020/select/select.mjs +10 -10
  124. package/esm2020/sidenav/drawer.mjs +11 -11
  125. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  126. package/esm2020/sidenav/sidenav.mjs +10 -10
  127. package/esm2020/slide-toggle/slide-toggle-module.mjs +8 -8
  128. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  129. package/esm2020/slide-toggle/slide-toggle.mjs +4 -4
  130. package/esm2020/slider/slider-module.mjs +4 -4
  131. package/esm2020/slider/slider.mjs +4 -4
  132. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  133. package/esm2020/snack-bar/snack-bar-container.mjs +3 -3
  134. package/esm2020/snack-bar/snack-bar-module.mjs +4 -4
  135. package/esm2020/snack-bar/snack-bar.mjs +3 -3
  136. package/esm2020/sort/sort-header-intl.mjs +3 -3
  137. package/esm2020/sort/sort-header.mjs +4 -4
  138. package/esm2020/sort/sort-module.mjs +4 -4
  139. package/esm2020/sort/sort.mjs +4 -4
  140. package/esm2020/stepper/step-content.mjs +3 -3
  141. package/esm2020/stepper/step-header.mjs +5 -5
  142. package/esm2020/stepper/step-label.mjs +3 -3
  143. package/esm2020/stepper/stepper-button.mjs +6 -6
  144. package/esm2020/stepper/stepper-icon.mjs +3 -3
  145. package/esm2020/stepper/stepper-intl.mjs +3 -3
  146. package/esm2020/stepper/stepper-module.mjs +4 -4
  147. package/esm2020/stepper/stepper.mjs +15 -15
  148. package/esm2020/table/cell.mjs +21 -21
  149. package/esm2020/table/row.mjs +21 -21
  150. package/esm2020/table/table-module.mjs +4 -4
  151. package/esm2020/table/table.mjs +6 -6
  152. package/esm2020/table/text-column.mjs +3 -3
  153. package/esm2020/tabs/ink-bar.mjs +3 -3
  154. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  155. package/esm2020/tabs/tab-body.mjs +9 -9
  156. package/esm2020/tabs/tab-content.mjs +3 -3
  157. package/esm2020/tabs/tab-group.mjs +8 -8
  158. package/esm2020/tabs/tab-header.mjs +8 -8
  159. package/esm2020/tabs/tab-label-wrapper.mjs +11 -4
  160. package/esm2020/tabs/tab-label.mjs +3 -3
  161. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  162. package/esm2020/tabs/tab.mjs +11 -4
  163. package/esm2020/tabs/tabs-module.mjs +4 -4
  164. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  165. package/esm2020/toolbar/toolbar.mjs +6 -6
  166. package/esm2020/tooltip/tooltip-module.mjs +4 -4
  167. package/esm2020/tooltip/tooltip.mjs +30 -18
  168. package/esm2020/tree/node.mjs +10 -10
  169. package/esm2020/tree/outlet.mjs +3 -3
  170. package/esm2020/tree/padding.mjs +4 -11
  171. package/esm2020/tree/toggle.mjs +3 -3
  172. package/esm2020/tree/tree-module.mjs +4 -4
  173. package/esm2020/tree/tree.mjs +3 -3
  174. package/expansion/accordion.d.ts +1 -2
  175. package/expansion/expansion-panel-header.d.ts +0 -2
  176. package/expansion/expansion-panel.d.ts +1 -2
  177. package/fesm2015/autocomplete.mjs +22 -22
  178. package/fesm2015/autocomplete.mjs.map +1 -1
  179. package/fesm2015/badge.mjs +7 -7
  180. package/fesm2015/badge.mjs.map +1 -1
  181. package/fesm2015/bottom-sheet.mjs +13 -11
  182. package/fesm2015/bottom-sheet.mjs.map +1 -1
  183. package/fesm2015/button-toggle.mjs +10 -10
  184. package/fesm2015/button-toggle.mjs.map +1 -1
  185. package/fesm2015/button.mjs +10 -10
  186. package/fesm2015/button.mjs.map +1 -1
  187. package/fesm2015/card.mjs +46 -46
  188. package/fesm2015/checkbox.mjs +14 -14
  189. package/fesm2015/checkbox.mjs.map +1 -1
  190. package/fesm2015/chips.mjs +22 -22
  191. package/fesm2015/chips.mjs.map +1 -1
  192. package/fesm2015/core.mjs +125 -116
  193. package/fesm2015/core.mjs.map +1 -1
  194. package/fesm2015/datepicker.mjs +83 -83
  195. package/fesm2015/datepicker.mjs.map +1 -1
  196. package/fesm2015/dialog.mjs +28 -28
  197. package/fesm2015/divider.mjs +7 -7
  198. package/fesm2015/divider.mjs.map +1 -1
  199. package/fesm2015/expansion.mjs +25 -25
  200. package/fesm2015/expansion.mjs.map +1 -1
  201. package/fesm2015/form-field.mjs +28 -28
  202. package/fesm2015/form-field.mjs.map +1 -1
  203. package/fesm2015/grid-list.mjs +22 -22
  204. package/fesm2015/grid-list.mjs.map +1 -1
  205. package/fesm2015/icon/testing.mjs +7 -7
  206. package/fesm2015/icon.mjs +10 -10
  207. package/fesm2015/icon.mjs.map +1 -1
  208. package/fesm2015/input.mjs +7 -7
  209. package/fesm2015/input.mjs.map +1 -1
  210. package/fesm2015/list.mjs +28 -28
  211. package/fesm2015/list.mjs.map +1 -1
  212. package/fesm2015/menu.mjs +25 -25
  213. package/fesm2015/menu.mjs.map +1 -1
  214. package/fesm2015/paginator.mjs +15 -15
  215. package/fesm2015/paginator.mjs.map +1 -1
  216. package/fesm2015/progress-bar.mjs +7 -7
  217. package/fesm2015/progress-bar.mjs.map +1 -1
  218. package/fesm2015/progress-spinner.mjs +10 -10
  219. package/fesm2015/progress-spinner.mjs.map +1 -1
  220. package/fesm2015/radio.mjs +16 -16
  221. package/fesm2015/radio.mjs.map +1 -1
  222. package/fesm2015/select.mjs +13 -13
  223. package/fesm2015/select.mjs.map +1 -1
  224. package/fesm2015/sidenav.mjs +23 -23
  225. package/fesm2015/sidenav.mjs.map +1 -1
  226. package/fesm2015/slide-toggle.mjs +14 -14
  227. package/fesm2015/slide-toggle.mjs.map +1 -1
  228. package/fesm2015/slider.mjs +7 -7
  229. package/fesm2015/slider.mjs.map +1 -1
  230. package/fesm2015/snack-bar.mjs +13 -13
  231. package/fesm2015/sort.mjs +13 -13
  232. package/fesm2015/sort.mjs.map +1 -1
  233. package/fesm2015/stepper.mjs +41 -41
  234. package/fesm2015/stepper.mjs.map +1 -1
  235. package/fesm2015/table.mjs +55 -55
  236. package/fesm2015/tabs.mjs +73 -59
  237. package/fesm2015/tabs.mjs.map +1 -1
  238. package/fesm2015/toolbar.mjs +10 -10
  239. package/fesm2015/tooltip.mjs +33 -21
  240. package/fesm2015/tooltip.mjs.map +1 -1
  241. package/fesm2015/tree.mjs +25 -32
  242. package/fesm2015/tree.mjs.map +1 -1
  243. package/fesm2020/autocomplete.mjs +22 -22
  244. package/fesm2020/autocomplete.mjs.map +1 -1
  245. package/fesm2020/badge.mjs +7 -7
  246. package/fesm2020/badge.mjs.map +1 -1
  247. package/fesm2020/bottom-sheet.mjs +13 -11
  248. package/fesm2020/bottom-sheet.mjs.map +1 -1
  249. package/fesm2020/button-toggle.mjs +10 -10
  250. package/fesm2020/button-toggle.mjs.map +1 -1
  251. package/fesm2020/button.mjs +10 -10
  252. package/fesm2020/button.mjs.map +1 -1
  253. package/fesm2020/card.mjs +46 -46
  254. package/fesm2020/checkbox.mjs +14 -14
  255. package/fesm2020/checkbox.mjs.map +1 -1
  256. package/fesm2020/chips.mjs +22 -22
  257. package/fesm2020/chips.mjs.map +1 -1
  258. package/fesm2020/core.mjs +125 -116
  259. package/fesm2020/core.mjs.map +1 -1
  260. package/fesm2020/datepicker.mjs +83 -83
  261. package/fesm2020/datepicker.mjs.map +1 -1
  262. package/fesm2020/dialog.mjs +28 -28
  263. package/fesm2020/divider.mjs +7 -7
  264. package/fesm2020/divider.mjs.map +1 -1
  265. package/fesm2020/expansion.mjs +25 -25
  266. package/fesm2020/expansion.mjs.map +1 -1
  267. package/fesm2020/form-field.mjs +28 -28
  268. package/fesm2020/form-field.mjs.map +1 -1
  269. package/fesm2020/grid-list.mjs +22 -22
  270. package/fesm2020/grid-list.mjs.map +1 -1
  271. package/fesm2020/icon/testing.mjs +7 -7
  272. package/fesm2020/icon.mjs +10 -10
  273. package/fesm2020/icon.mjs.map +1 -1
  274. package/fesm2020/input.mjs +7 -7
  275. package/fesm2020/input.mjs.map +1 -1
  276. package/fesm2020/list.mjs +28 -28
  277. package/fesm2020/list.mjs.map +1 -1
  278. package/fesm2020/menu.mjs +25 -25
  279. package/fesm2020/menu.mjs.map +1 -1
  280. package/fesm2020/paginator.mjs +15 -15
  281. package/fesm2020/paginator.mjs.map +1 -1
  282. package/fesm2020/progress-bar.mjs +7 -7
  283. package/fesm2020/progress-bar.mjs.map +1 -1
  284. package/fesm2020/progress-spinner.mjs +10 -10
  285. package/fesm2020/progress-spinner.mjs.map +1 -1
  286. package/fesm2020/radio.mjs +16 -16
  287. package/fesm2020/radio.mjs.map +1 -1
  288. package/fesm2020/select.mjs +13 -13
  289. package/fesm2020/select.mjs.map +1 -1
  290. package/fesm2020/sidenav.mjs +23 -23
  291. package/fesm2020/sidenav.mjs.map +1 -1
  292. package/fesm2020/slide-toggle.mjs +14 -14
  293. package/fesm2020/slide-toggle.mjs.map +1 -1
  294. package/fesm2020/slider.mjs +7 -7
  295. package/fesm2020/slider.mjs.map +1 -1
  296. package/fesm2020/snack-bar.mjs +13 -13
  297. package/fesm2020/sort.mjs +13 -13
  298. package/fesm2020/sort.mjs.map +1 -1
  299. package/fesm2020/stepper.mjs +41 -41
  300. package/fesm2020/stepper.mjs.map +1 -1
  301. package/fesm2020/table.mjs +55 -55
  302. package/fesm2020/tabs.mjs +73 -59
  303. package/fesm2020/tabs.mjs.map +1 -1
  304. package/fesm2020/toolbar.mjs +10 -10
  305. package/fesm2020/tooltip.mjs +33 -21
  306. package/fesm2020/tooltip.mjs.map +1 -1
  307. package/fesm2020/tree.mjs +25 -32
  308. package/fesm2020/tree.mjs.map +1 -1
  309. package/form-field/form-field.d.ts +1 -2
  310. package/grid-list/grid-list.d.ts +1 -2
  311. package/grid-list/grid-tile.d.ts +2 -4
  312. package/icon/icon.d.ts +1 -2
  313. package/input/input.d.ts +4 -8
  314. package/list/list.d.ts +1 -7
  315. package/list/selection-list.d.ts +6 -12
  316. package/menu/menu-item.d.ts +0 -3
  317. package/menu/menu.d.ts +2 -4
  318. package/package.json +2 -2
  319. package/paginator/paginator.d.ts +5 -11
  320. package/prebuilt-themes/deeppurple-amber.css +1 -1
  321. package/prebuilt-themes/indigo-pink.css +1 -1
  322. package/prebuilt-themes/pink-bluegrey.css +1 -1
  323. package/prebuilt-themes/purple-green.css +1 -1
  324. package/progress-bar/progress-bar.d.ts +1 -2
  325. package/progress-spinner/progress-spinner.d.ts +3 -6
  326. package/radio/radio.d.ts +6 -13
  327. package/schematics/ng-add/index.js +1 -1
  328. package/schematics/ng-add/index.mjs +1 -1
  329. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js +13 -3
  330. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.mjs +13 -3
  331. package/schematics/ng-update/migrations/theming-api-v12/migration.js +2 -2
  332. package/schematics/ng-update/migrations/theming-api-v12/migration.mjs +2 -2
  333. package/select/select.d.ts +4 -11
  334. package/sidenav/drawer.d.ts +6 -11
  335. package/sidenav/sidenav.d.ts +3 -6
  336. package/slide-toggle/slide-toggle.d.ts +3 -8
  337. package/slider/slider.d.ts +8 -18
  338. package/sort/sort-header.d.ts +1 -3
  339. package/sort/sort.d.ts +1 -3
  340. package/tabs/_tabs-common.scss +0 -1
  341. package/tabs/paginated-tab-header.d.ts +1 -2
  342. package/tabs/tab-group.d.ts +4 -9
  343. package/tabs/tab-header.d.ts +2 -3
  344. package/tabs/tab-label-wrapper.d.ts +0 -2
  345. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +4 -9
  346. package/tabs/tab.d.ts +0 -2
  347. package/tooltip/tooltip.d.ts +7 -6
  348. package/tree/node.d.ts +3 -6
  349. package/tree/padding.d.ts +2 -1
@@ -18,14 +18,14 @@ export class MatTreeNodeOutlet {
18
18
  this._node = _node;
19
19
  }
20
20
  }
21
- MatTreeNodeOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeNodeOutlet, deps: [{ token: i0.ViewContainerRef }, { token: CDK_TREE_NODE_OUTLET_NODE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
- MatTreeNodeOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]", providers: [
21
+ MatTreeNodeOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeNodeOutlet, deps: [{ token: i0.ViewContainerRef }, { token: CDK_TREE_NODE_OUTLET_NODE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
+ MatTreeNodeOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]", providers: [
23
23
  {
24
24
  provide: CdkTreeNodeOutlet,
25
25
  useExisting: MatTreeNodeOutlet,
26
26
  },
27
27
  ], ngImport: i0 });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeNodeOutlet, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeNodeOutlet, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[matTreeNodeOutlet]',
@@ -1,10 +1,3 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
1
  import { CdkTreeNodePadding } from '@angular/cdk/tree';
9
2
  import { Directive, Input } from '@angular/core';
10
3
  import * as i0 from "@angular/core";
@@ -27,9 +20,9 @@ export class MatTreeNodePadding extends CdkTreeNodePadding {
27
20
  this._setIndentInput(indent);
28
21
  }
29
22
  }
30
- MatTreeNodePadding.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeNodePadding, deps: null, target: i0.ɵɵFactoryTarget.Directive });
31
- MatTreeNodePadding.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTreeNodePadding, selector: "[matTreeNodePadding]", inputs: { level: ["matTreeNodePadding", "level"], indent: ["matTreeNodePaddingIndent", "indent"] }, providers: [{ provide: CdkTreeNodePadding, useExisting: MatTreeNodePadding }], usesInheritance: true, ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeNodePadding, decorators: [{
23
+ MatTreeNodePadding.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeNodePadding, deps: null, target: i0.ɵɵFactoryTarget.Directive });
24
+ MatTreeNodePadding.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatTreeNodePadding, selector: "[matTreeNodePadding]", inputs: { level: ["matTreeNodePadding", "level"], indent: ["matTreeNodePaddingIndent", "indent"] }, providers: [{ provide: CdkTreeNodePadding, useExisting: MatTreeNodePadding }], usesInheritance: true, ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeNodePadding, decorators: [{
33
26
  type: Directive,
34
27
  args: [{
35
28
  selector: '[matTreeNodePadding]',
@@ -42,4 +35,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
42
35
  type: Input,
43
36
  args: ['matTreeNodePaddingIndent']
44
37
  }] } });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFkZGluZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC90cmVlL3BhZGRpbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBQ0gsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0sbUJBQW1CLENBQUM7QUFDckQsT0FBTyxFQUFDLFNBQVMsRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBRS9DOztHQUVHO0FBS0gsTUFBTSxPQUFPLGtCQUE2QixTQUFRLGtCQUF3QjtJQUN4RSx3RkFBd0Y7SUFDeEYsSUFDYSxLQUFLO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQztJQUNyQixDQUFDO0lBQ0QsSUFBYSxLQUFLLENBQUMsS0FBYTtRQUM5QixJQUFJLENBQUMsY0FBYyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFFRCw4RkFBOEY7SUFDOUYsSUFDYSxNQUFNO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQztJQUN0QixDQUFDO0lBQ0QsSUFBYSxNQUFNLENBQUMsTUFBdUI7UUFDekMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUMvQixDQUFDOzsrR0FqQlUsa0JBQWtCO21HQUFsQixrQkFBa0IsbUpBRmxCLENBQUMsRUFBQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsV0FBVyxFQUFFLGtCQUFrQixFQUFDLENBQUM7MkZBRWhFLGtCQUFrQjtrQkFKOUIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsc0JBQXNCO29CQUNoQyxTQUFTLEVBQUUsQ0FBQyxFQUFDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxXQUFXLG9CQUFvQixFQUFDLENBQUM7aUJBQzVFOzhCQUljLEtBQUs7c0JBRGpCLEtBQUs7dUJBQUMsb0JBQW9CO2dCQVVkLE1BQU07c0JBRGxCLEtBQUs7dUJBQUMsMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IEdvb2dsZSBMTEMgQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5pbXBvcnQge0Nka1RyZWVOb2RlUGFkZGluZ30gZnJvbSAnQGFuZ3VsYXIvY2RrL3RyZWUnO1xuaW1wb3J0IHtEaXJlY3RpdmUsIElucHV0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqXG4gKiBXcmFwcGVyIGZvciB0aGUgQ2RrVHJlZSBwYWRkaW5nIHdpdGggTWF0ZXJpYWwgZGVzaWduIHN0eWxlcy5cbiAqL1xuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW21hdFRyZWVOb2RlUGFkZGluZ10nLFxuICBwcm92aWRlcnM6IFt7cHJvdmlkZTogQ2RrVHJlZU5vZGVQYWRkaW5nLCB1c2VFeGlzdGluZzogTWF0VHJlZU5vZGVQYWRkaW5nfV0sXG59KVxuZXhwb3J0IGNsYXNzIE1hdFRyZWVOb2RlUGFkZGluZzxULCBLID0gVD4gZXh0ZW5kcyBDZGtUcmVlTm9kZVBhZGRpbmc8VCwgSz4ge1xuICAvKiogVGhlIGxldmVsIG9mIGRlcHRoIG9mIHRoZSB0cmVlIG5vZGUuIFRoZSBwYWRkaW5nIHdpbGwgYmUgYGxldmVsICogaW5kZW50YCBwaXhlbHMuICovXG4gIEBJbnB1dCgnbWF0VHJlZU5vZGVQYWRkaW5nJylcbiAgb3ZlcnJpZGUgZ2V0IGxldmVsKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIHRoaXMuX2xldmVsO1xuICB9XG4gIG92ZXJyaWRlIHNldCBsZXZlbCh2YWx1ZTogbnVtYmVyKSB7XG4gICAgdGhpcy5fc2V0TGV2ZWxJbnB1dCh2YWx1ZSk7XG4gIH1cblxuICAvKiogVGhlIGluZGVudCBmb3IgZWFjaCBsZXZlbC4gRGVmYXVsdCBudW1iZXIgNDBweCBmcm9tIG1hdGVyaWFsIGRlc2lnbiBtZW51IHN1Yi1tZW51IHNwZWMuICovXG4gIEBJbnB1dCgnbWF0VHJlZU5vZGVQYWRkaW5nSW5kZW50JylcbiAgb3ZlcnJpZGUgZ2V0IGluZGVudCgpOiBudW1iZXIgfCBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLl9pbmRlbnQ7XG4gIH1cbiAgb3ZlcnJpZGUgc2V0IGluZGVudChpbmRlbnQ6IG51bWJlciB8IHN0cmluZykge1xuICAgIHRoaXMuX3NldEluZGVudElucHV0KGluZGVudCk7XG4gIH1cbn1cbiJdfQ==
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFkZGluZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC90cmVlL3BhZGRpbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUUEsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0sbUJBQW1CLENBQUM7QUFDckQsT0FBTyxFQUFDLFNBQVMsRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBRS9DOztHQUVHO0FBS0gsTUFBTSxPQUFPLGtCQUE2QixTQUFRLGtCQUF3QjtJQUN4RSx3RkFBd0Y7SUFDeEYsSUFDYSxLQUFLO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQztJQUNyQixDQUFDO0lBQ0QsSUFBYSxLQUFLLENBQUMsS0FBa0I7UUFDbkMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM3QixDQUFDO0lBRUQsOEZBQThGO0lBQzlGLElBQ2EsTUFBTTtRQUNqQixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUM7SUFDdEIsQ0FBQztJQUNELElBQWEsTUFBTSxDQUFDLE1BQXVCO1FBQ3pDLElBQUksQ0FBQyxlQUFlLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDL0IsQ0FBQzs7K0dBakJVLGtCQUFrQjttR0FBbEIsa0JBQWtCLG1KQUZsQixDQUFDLEVBQUMsT0FBTyxFQUFFLGtCQUFrQixFQUFFLFdBQVcsRUFBRSxrQkFBa0IsRUFBQyxDQUFDOzJGQUVoRSxrQkFBa0I7a0JBSjlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsU0FBUyxFQUFFLENBQUMsRUFBQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsV0FBVyxvQkFBb0IsRUFBQyxDQUFDO2lCQUM1RTs4QkFJYyxLQUFLO3NCQURqQixLQUFLO3VCQUFDLG9CQUFvQjtnQkFVZCxNQUFNO3NCQURsQixLQUFLO3VCQUFDLDBCQUEwQiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuaW1wb3J0IHtOdW1iZXJJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcbmltcG9ydCB7Q2RrVHJlZU5vZGVQYWRkaW5nfSBmcm9tICdAYW5ndWxhci9jZGsvdHJlZSc7XG5pbXBvcnQge0RpcmVjdGl2ZSwgSW5wdXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIFdyYXBwZXIgZm9yIHRoZSBDZGtUcmVlIHBhZGRpbmcgd2l0aCBNYXRlcmlhbCBkZXNpZ24gc3R5bGVzLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbbWF0VHJlZU5vZGVQYWRkaW5nXScsXG4gIHByb3ZpZGVyczogW3twcm92aWRlOiBDZGtUcmVlTm9kZVBhZGRpbmcsIHVzZUV4aXN0aW5nOiBNYXRUcmVlTm9kZVBhZGRpbmd9XSxcbn0pXG5leHBvcnQgY2xhc3MgTWF0VHJlZU5vZGVQYWRkaW5nPFQsIEsgPSBUPiBleHRlbmRzIENka1RyZWVOb2RlUGFkZGluZzxULCBLPiB7XG4gIC8qKiBUaGUgbGV2ZWwgb2YgZGVwdGggb2YgdGhlIHRyZWUgbm9kZS4gVGhlIHBhZGRpbmcgd2lsbCBiZSBgbGV2ZWwgKiBpbmRlbnRgIHBpeGVscy4gKi9cbiAgQElucHV0KCdtYXRUcmVlTm9kZVBhZGRpbmcnKVxuICBvdmVycmlkZSBnZXQgbGV2ZWwoKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5fbGV2ZWw7XG4gIH1cbiAgb3ZlcnJpZGUgc2V0IGxldmVsKHZhbHVlOiBOdW1iZXJJbnB1dCkge1xuICAgIHRoaXMuX3NldExldmVsSW5wdXQodmFsdWUpO1xuICB9XG5cbiAgLyoqIFRoZSBpbmRlbnQgZm9yIGVhY2ggbGV2ZWwuIERlZmF1bHQgbnVtYmVyIDQwcHggZnJvbSBtYXRlcmlhbCBkZXNpZ24gbWVudSBzdWItbWVudSBzcGVjLiAqL1xuICBASW5wdXQoJ21hdFRyZWVOb2RlUGFkZGluZ0luZGVudCcpXG4gIG92ZXJyaWRlIGdldCBpbmRlbnQoKTogbnVtYmVyIHwgc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5faW5kZW50O1xuICB9XG4gIG92ZXJyaWRlIHNldCBpbmRlbnQoaW5kZW50OiBudW1iZXIgfCBzdHJpbmcpIHtcbiAgICB0aGlzLl9zZXRJbmRlbnRJbnB1dChpbmRlbnQpO1xuICB9XG59XG4iXX0=
@@ -13,9 +13,9 @@ import * as i0 from "@angular/core";
13
13
  */
14
14
  export class MatTreeNodeToggle extends CdkTreeNodeToggle {
15
15
  }
16
- MatTreeNodeToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeNodeToggle, deps: null, target: i0.ɵɵFactoryTarget.Directive });
17
- MatTreeNodeToggle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatTreeNodeToggle, selector: "[matTreeNodeToggle]", inputs: { recursive: ["matTreeNodeToggleRecursive", "recursive"] }, providers: [{ provide: CdkTreeNodeToggle, useExisting: MatTreeNodeToggle }], usesInheritance: true, ngImport: i0 });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeNodeToggle, decorators: [{
16
+ MatTreeNodeToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeNodeToggle, deps: null, target: i0.ɵɵFactoryTarget.Directive });
17
+ MatTreeNodeToggle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatTreeNodeToggle, selector: "[matTreeNodeToggle]", inputs: { recursive: ["matTreeNodeToggleRecursive", "recursive"] }, providers: [{ provide: CdkTreeNodeToggle, useExisting: MatTreeNodeToggle }], usesInheritance: true, ngImport: i0 });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeNodeToggle, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[matTreeNodeToggle]',
@@ -25,8 +25,8 @@ const MAT_TREE_DIRECTIVES = [
25
25
  ];
26
26
  export class MatTreeModule {
27
27
  }
28
- MatTreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
- MatTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeModule, declarations: [MatNestedTreeNode,
28
+ MatTreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
+ MatTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeModule, declarations: [MatNestedTreeNode,
30
30
  MatTreeNodeDef,
31
31
  MatTreeNodePadding,
32
32
  MatTreeNodeToggle,
@@ -39,8 +39,8 @@ MatTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
39
39
  MatTree,
40
40
  MatTreeNode,
41
41
  MatTreeNodeOutlet] });
42
- MatTreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeModule, imports: [[CdkTreeModule, MatCommonModule], MatCommonModule] });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTreeModule, decorators: [{
42
+ MatTreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeModule, imports: [[CdkTreeModule, MatCommonModule], MatCommonModule] });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTreeModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  imports: [CdkTreeModule, MatCommonModule],
@@ -15,9 +15,9 @@ import * as i1 from "./outlet";
15
15
  */
16
16
  export class MatTree extends CdkTree {
17
17
  }
18
- MatTree.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTree, deps: null, target: i0.ɵɵFactoryTarget.Component });
19
- MatTree.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: MatTree, selector: "mat-tree", host: { attributes: { "role": "tree" }, classAttribute: "mat-tree" }, providers: [{ provide: CdkTree, useExisting: MatTree }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: MatTreeNodeOutlet, descendants: true, static: true }], exportAs: ["matTree"], usesInheritance: true, ngImport: i0, template: `<ng-container matTreeNodeOutlet></ng-container>`, isInline: true, styles: [".mat-tree{display:block}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word}.mat-nested-tree-node{border-bottom-width:0}\n"], directives: [{ type: i1.MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatTree, decorators: [{
18
+ MatTree.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTree, deps: null, target: i0.ɵɵFactoryTarget.Component });
19
+ MatTree.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.0", type: MatTree, selector: "mat-tree", host: { attributes: { "role": "tree" }, classAttribute: "mat-tree" }, providers: [{ provide: CdkTree, useExisting: MatTree }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: MatTreeNodeOutlet, descendants: true, static: true }], exportAs: ["matTree"], usesInheritance: true, ngImport: i0, template: `<ng-container matTreeNodeOutlet></ng-container>`, isInline: true, styles: [".mat-tree{display:block}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word}.mat-nested-tree-node{border-bottom-width:0}\n"], directives: [{ type: i1.MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatTree, decorators: [{
21
21
  type: Component,
22
22
  args: [{ selector: 'mat-tree', exportAs: 'matTree', template: `<ng-container matTreeNodeOutlet></ng-container>`, host: {
23
23
  'class': 'mat-tree',
@@ -22,7 +22,7 @@ export declare class MatAccordion extends CdkAccordion implements MatAccordionBa
22
22
  _headers: QueryList<MatExpansionPanelHeader>;
23
23
  /** Whether the expansion indicator should be hidden. */
24
24
  get hideToggle(): boolean;
25
- set hideToggle(show: boolean);
25
+ set hideToggle(show: BooleanInput);
26
26
  private _hideToggle;
27
27
  /**
28
28
  * Display mode used for all expansion panels in the accordion. Currently two display
@@ -40,7 +40,6 @@ export declare class MatAccordion extends CdkAccordion implements MatAccordionBa
40
40
  _handleHeaderKeydown(event: KeyboardEvent): void;
41
41
  _handleHeaderFocus(header: MatExpansionPanelHeader): void;
42
42
  ngOnDestroy(): void;
43
- static ngAcceptInputType_hideToggle: BooleanInput;
44
43
  static ɵfac: i0.ɵɵFactoryDeclaration<MatAccordion, never>;
45
44
  static ɵdir: i0.ɵɵDirectiveDeclaration<MatAccordion, "mat-accordion", ["matAccordion"], { "multi": "multi"; "hideToggle": "hideToggle"; "displayMode": "displayMode"; "togglePosition": "togglePosition"; }, {}, ["_headers"]>;
46
45
  }
@@ -8,7 +8,6 @@
8
8
  import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
9
9
  import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy } from '@angular/core';
10
10
  import { HasTabIndex } from '@angular/material/core';
11
- import { NumberInput } from '@angular/cdk/coercion';
12
11
  import { MatAccordionTogglePosition } from './accordion-base';
13
12
  import { MatExpansionPanel, MatExpansionPanelDefaultOptions } from './expansion-panel';
14
13
  import * as i0 from "@angular/core";
@@ -64,7 +63,6 @@ export declare class MatExpansionPanelHeader extends _MatExpansionPanelHeaderMix
64
63
  focus(origin?: FocusOrigin, options?: FocusOptions): void;
65
64
  ngAfterViewInit(): void;
66
65
  ngOnDestroy(): void;
67
- static ngAcceptInputType_tabIndex: NumberInput;
68
66
  static ɵfac: i0.ɵɵFactoryDeclaration<MatExpansionPanelHeader, [{ host: true; }, null, null, null, { optional: true; }, { optional: true; }, { attribute: "tabindex"; }]>;
69
67
  static ɵcmp: i0.ɵɵComponentDeclaration<MatExpansionPanelHeader, "mat-expansion-panel-header", never, { "tabIndex": "tabIndex"; "expandedHeight": "expandedHeight"; "collapsedHeight": "collapsedHeight"; }, {}, never, ["mat-panel-title", "mat-panel-description", "*"]>;
70
68
  }
@@ -46,7 +46,7 @@ export declare class MatExpansionPanel extends CdkAccordionItem implements After
46
46
  private _togglePosition;
47
47
  /** Whether the toggle indicator should be hidden. */
48
48
  get hideToggle(): boolean;
49
- set hideToggle(value: boolean);
49
+ set hideToggle(value: BooleanInput);
50
50
  /** The position of the expansion indicator. */
51
51
  get togglePosition(): MatAccordionTogglePosition;
52
52
  set togglePosition(value: MatAccordionTogglePosition);
@@ -84,7 +84,6 @@ export declare class MatExpansionPanel extends CdkAccordionItem implements After
84
84
  ngOnDestroy(): void;
85
85
  /** Checks whether the expansion panel's content contains the currently-focused element. */
86
86
  _containsFocus(): boolean;
87
- static ngAcceptInputType_hideToggle: BooleanInput;
88
87
  static ɵfac: i0.ɵɵFactoryDeclaration<MatExpansionPanel, [{ optional: true; skipSelf: true; }, null, null, null, null, { optional: true; }, { optional: true; }]>;
89
88
  static ɵcmp: i0.ɵɵComponentDeclaration<MatExpansionPanel, "mat-expansion-panel", ["matExpansionPanel"], { "disabled": "disabled"; "expanded": "expanded"; "hideToggle": "hideToggle"; "togglePosition": "togglePosition"; }, { "opened": "opened"; "closed": "closed"; "expandedChange": "expandedChange"; "afterExpand": "afterExpand"; "afterCollapse": "afterCollapse"; }, ["_lazyContent"], ["mat-expansion-panel-header", "*", "mat-action-row"]>;
90
89
  }
@@ -168,9 +168,9 @@ class _MatAutocompleteBase extends _MatAutocompleteMixinBase {
168
168
  classList[this._hiddenClass] = !this.showPanel;
169
169
  }
170
170
  }
171
- _MatAutocompleteBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteBase, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Directive });
172
- _MatAutocompleteBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatAutocompleteBase, inputs: { ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"], displayWith: "displayWith", autoActiveFirstOption: "autoActiveFirstOption", panelWidth: "panelWidth", classList: ["class", "classList"] }, outputs: { optionSelected: "optionSelected", opened: "opened", closed: "closed", optionActivated: "optionActivated" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }, { propertyName: "panel", first: true, predicate: ["panel"], descendants: true }], usesInheritance: true, ngImport: i0 });
173
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteBase, decorators: [{
171
+ _MatAutocompleteBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteBase, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Directive });
172
+ _MatAutocompleteBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: _MatAutocompleteBase, inputs: { ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"], displayWith: "displayWith", autoActiveFirstOption: "autoActiveFirstOption", panelWidth: "panelWidth", classList: ["class", "classList"] }, outputs: { optionSelected: "optionSelected", opened: "opened", closed: "closed", optionActivated: "optionActivated" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }, { propertyName: "panel", first: true, predicate: ["panel"], descendants: true }], usesInheritance: true, ngImport: i0 });
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteBase, decorators: [{
174
174
  type: Directive
175
175
  }], ctorParameters: function () {
176
176
  return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: undefined, decorators: [{
@@ -214,9 +214,9 @@ class MatAutocomplete extends _MatAutocompleteBase {
214
214
  this._hiddenClass = 'mat-autocomplete-hidden';
215
215
  }
216
216
  }
217
- MatAutocomplete.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocomplete, deps: null, target: i0.ɵɵFactoryTarget.Component });
218
- MatAutocomplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: MatAutocomplete, selector: "mat-autocomplete", inputs: { disableRipple: "disableRipple" }, host: { classAttribute: "mat-autocomplete" }, providers: [{ provide: MAT_OPTION_PARENT_COMPONENT, useExisting: MatAutocomplete }], queries: [{ propertyName: "optionGroups", predicate: MAT_OPTGROUP, descendants: true }, { propertyName: "options", predicate: MatOption, descendants: true }], exportAs: ["matAutocomplete"], usesInheritance: true, ngImport: i0, template: "<ng-template let-formFieldId=\"id\">\n <div class=\"mat-autocomplete-panel\"\n role=\"listbox\"\n [id]=\"id\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"_getPanelAriaLabelledby(formFieldId)\"\n [ngClass]=\"_classList\"\n #panel>\n <ng-content></ng-content>\n </div>\n</ng-template>\n", styles: [".mat-autocomplete-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;max-width:none;max-height:256px;position:relative;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.mat-autocomplete-panel.mat-autocomplete-visible{visibility:visible}.mat-autocomplete-panel.mat-autocomplete-hidden{visibility:hidden}.mat-autocomplete-panel-above .mat-autocomplete-panel{border-radius:0;border-top-left-radius:4px;border-top-right-radius:4px}.mat-autocomplete-panel .mat-divider-horizontal{margin-top:-1px}.cdk-high-contrast-active .mat-autocomplete-panel{outline:solid 1px}mat-autocomplete{display:none}\n"], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocomplete, decorators: [{
217
+ MatAutocomplete.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocomplete, deps: null, target: i0.ɵɵFactoryTarget.Component });
218
+ MatAutocomplete.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.0", type: MatAutocomplete, selector: "mat-autocomplete", inputs: { disableRipple: "disableRipple" }, host: { classAttribute: "mat-autocomplete" }, providers: [{ provide: MAT_OPTION_PARENT_COMPONENT, useExisting: MatAutocomplete }], queries: [{ propertyName: "optionGroups", predicate: MAT_OPTGROUP, descendants: true }, { propertyName: "options", predicate: MatOption, descendants: true }], exportAs: ["matAutocomplete"], usesInheritance: true, ngImport: i0, template: "<ng-template let-formFieldId=\"id\">\n <div class=\"mat-autocomplete-panel\"\n role=\"listbox\"\n [id]=\"id\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"_getPanelAriaLabelledby(formFieldId)\"\n [ngClass]=\"_classList\"\n #panel>\n <ng-content></ng-content>\n </div>\n</ng-template>\n", styles: [".mat-autocomplete-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;max-width:none;max-height:256px;position:relative;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.mat-autocomplete-panel.mat-autocomplete-visible{visibility:visible}.mat-autocomplete-panel.mat-autocomplete-hidden{visibility:hidden}.mat-autocomplete-panel-above .mat-autocomplete-panel{border-radius:0;border-top-left-radius:4px;border-top-right-radius:4px}.mat-autocomplete-panel .mat-divider-horizontal{margin-top:-1px}.cdk-high-contrast-active .mat-autocomplete-panel{outline:solid 1px}mat-autocomplete{display:none}\n"], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocomplete, decorators: [{
220
220
  type: Component,
221
221
  args: [{ selector: 'mat-autocomplete', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'matAutocomplete', inputs: ['disableRipple'], host: {
222
222
  'class': 'mat-autocomplete',
@@ -785,9 +785,9 @@ class _MatAutocompleteTriggerBase {
785
785
  }
786
786
  }
787
787
  }
788
- _MatAutocompleteTriggerBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteTriggerBase, deps: [{ token: i0.ElementRef }, { token: i1$1.Overlay }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: MAT_AUTOCOMPLETE_SCROLL_STRATEGY }, { token: i2$1.Directionality, optional: true }, { token: MAT_FORM_FIELD, host: true, optional: true }, { token: DOCUMENT, optional: true }, { token: i3.ViewportRuler }, { token: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
789
- _MatAutocompleteTriggerBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatAutocompleteTriggerBase, inputs: { autocomplete: ["matAutocomplete", "autocomplete"], position: ["matAutocompletePosition", "position"], connectedTo: ["matAutocompleteConnectedTo", "connectedTo"], autocompleteAttribute: ["autocomplete", "autocompleteAttribute"], autocompleteDisabled: ["matAutocompleteDisabled", "autocompleteDisabled"] }, usesOnChanges: true, ngImport: i0 });
790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteTriggerBase, decorators: [{
788
+ _MatAutocompleteTriggerBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteTriggerBase, deps: [{ token: i0.ElementRef }, { token: i1$1.Overlay }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: MAT_AUTOCOMPLETE_SCROLL_STRATEGY }, { token: i2$1.Directionality, optional: true }, { token: MAT_FORM_FIELD, host: true, optional: true }, { token: DOCUMENT, optional: true }, { token: i3.ViewportRuler }, { token: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
789
+ _MatAutocompleteTriggerBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: _MatAutocompleteTriggerBase, inputs: { autocomplete: ["matAutocomplete", "autocomplete"], position: ["matAutocompletePosition", "position"], connectedTo: ["matAutocompleteConnectedTo", "connectedTo"], autocompleteAttribute: ["autocomplete", "autocompleteAttribute"], autocompleteDisabled: ["matAutocompleteDisabled", "autocompleteDisabled"] }, usesOnChanges: true, ngImport: i0 });
790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteTriggerBase, decorators: [{
791
791
  type: Directive
792
792
  }], ctorParameters: function () {
793
793
  return [{ type: i0.ElementRef }, { type: i1$1.Overlay }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -835,9 +835,9 @@ class MatAutocompleteTrigger extends _MatAutocompleteTriggerBase {
835
835
  this._aboveClass = 'mat-autocomplete-panel-above';
836
836
  }
837
837
  }
838
- MatAutocompleteTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteTrigger, deps: null, target: i0.ɵɵFactoryTarget.Directive });
839
- MatAutocompleteTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", host: { listeners: { "focusin": "_handleFocus()", "blur": "_onTouched()", "input": "_handleInput($event)", "keydown": "_handleKeydown($event)" }, properties: { "attr.autocomplete": "autocompleteAttribute", "attr.role": "autocompleteDisabled ? null : \"combobox\"", "attr.aria-autocomplete": "autocompleteDisabled ? null : \"list\"", "attr.aria-activedescendant": "(panelOpen && activeOption) ? activeOption.id : null", "attr.aria-expanded": "autocompleteDisabled ? null : panelOpen.toString()", "attr.aria-owns": "(autocompleteDisabled || !panelOpen) ? null : autocomplete?.id", "attr.aria-haspopup": "!autocompleteDisabled" }, classAttribute: "mat-autocomplete-trigger" }, providers: [MAT_AUTOCOMPLETE_VALUE_ACCESSOR], exportAs: ["matAutocompleteTrigger"], usesInheritance: true, ngImport: i0 });
840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteTrigger, decorators: [{
838
+ MatAutocompleteTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteTrigger, deps: null, target: i0.ɵɵFactoryTarget.Directive });
839
+ MatAutocompleteTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", host: { listeners: { "focusin": "_handleFocus()", "blur": "_onTouched()", "input": "_handleInput($event)", "keydown": "_handleKeydown($event)" }, properties: { "attr.autocomplete": "autocompleteAttribute", "attr.role": "autocompleteDisabled ? null : \"combobox\"", "attr.aria-autocomplete": "autocompleteDisabled ? null : \"list\"", "attr.aria-activedescendant": "(panelOpen && activeOption) ? activeOption.id : null", "attr.aria-expanded": "autocompleteDisabled ? null : panelOpen.toString()", "attr.aria-owns": "(autocompleteDisabled || !panelOpen) ? null : autocomplete?.id", "attr.aria-haspopup": "!autocompleteDisabled" }, classAttribute: "mat-autocomplete-trigger" }, providers: [MAT_AUTOCOMPLETE_VALUE_ACCESSOR], exportAs: ["matAutocompleteTrigger"], usesInheritance: true, ngImport: i0 });
840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteTrigger, decorators: [{
841
841
  type: Directive,
842
842
  args: [{
843
843
  selector: `input[matAutocomplete], textarea[matAutocomplete]`,
@@ -877,9 +877,9 @@ class _MatAutocompleteOriginBase {
877
877
  this.elementRef = elementRef;
878
878
  }
879
879
  }
880
- _MatAutocompleteOriginBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteOriginBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
881
- _MatAutocompleteOriginBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: _MatAutocompleteOriginBase, ngImport: i0 });
882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: _MatAutocompleteOriginBase, decorators: [{
880
+ _MatAutocompleteOriginBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteOriginBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
881
+ _MatAutocompleteOriginBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: _MatAutocompleteOriginBase, ngImport: i0 });
882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: _MatAutocompleteOriginBase, decorators: [{
883
883
  type: Directive
884
884
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
885
885
  /**
@@ -888,9 +888,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
888
888
  */
889
889
  class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
890
890
  }
891
- MatAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteOrigin, deps: null, target: i0.ɵɵFactoryTarget.Directive });
892
- MatAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: MatAutocompleteOrigin, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], usesInheritance: true, ngImport: i0 });
893
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
891
+ MatAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteOrigin, deps: null, target: i0.ɵɵFactoryTarget.Directive });
892
+ MatAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatAutocompleteOrigin, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], usesInheritance: true, ngImport: i0 });
893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
894
894
  type: Directive,
895
895
  args: [{
896
896
  selector: '[matAutocompleteOrigin]',
@@ -907,17 +907,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
907
907
  */
908
908
  class MatAutocompleteModule {
909
909
  }
910
- MatAutocompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
911
- 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,
910
+ MatAutocompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
911
+ 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,
912
912
  MatAutocompleteTrigger,
913
913
  MatAutocompleteOrigin,
914
914
  CdkScrollableModule,
915
915
  MatOptionModule,
916
916
  MatCommonModule] });
917
- 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,
917
+ 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,
918
918
  MatOptionModule,
919
919
  MatCommonModule] });
920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: MatAutocompleteModule, decorators: [{
920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatAutocompleteModule, decorators: [{
921
921
  type: NgModule,
922
922
  args: [{
923
923
  imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule],