@angular/material 14.0.0-next.9 → 14.0.0-rc.2

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 (943) hide show
  1. package/autocomplete/index.d.ts +436 -6
  2. package/autocomplete/testing/index.d.ts +71 -8
  3. package/badge/index.d.ts +107 -8
  4. package/badge/testing/index.d.ts +36 -8
  5. package/bottom-sheet/index.d.ts +199 -6
  6. package/bottom-sheet/testing/index.d.ts +27 -8
  7. package/button/index.d.ts +77 -6
  8. package/button/testing/index.d.ts +44 -8
  9. package/button-toggle/index.d.ts +245 -6
  10. package/button-toggle/testing/index.d.ts +91 -8
  11. package/card/index.d.ts +165 -5
  12. package/card/testing/index.d.ts +44 -8
  13. package/checkbox/index.d.ts +277 -6
  14. package/checkbox/testing/index.d.ts +91 -8
  15. package/chips/index.d.ts +650 -5
  16. package/chips/testing/index.d.ts +256 -8
  17. package/core/index.d.ts +1079 -5
  18. package/core/style/_private.scss +5 -14
  19. package/core/testing/index.d.ts +64 -8
  20. package/core/theming/_theming.scss +2 -2
  21. package/datepicker/index.d.ts +1782 -6
  22. package/datepicker/testing/index.d.ts +307 -8
  23. package/dialog/index.d.ts +489 -6
  24. package/dialog/testing/index.d.ts +97 -8
  25. package/divider/index.d.ts +30 -8
  26. package/divider/testing/index.d.ts +16 -8
  27. package/esm2020/autocomplete/autocomplete-module.mjs +5 -5
  28. package/esm2020/autocomplete/autocomplete-origin.mjs +7 -7
  29. package/esm2020/autocomplete/autocomplete-trigger.mjs +13 -8
  30. package/esm2020/autocomplete/autocomplete.mjs +8 -8
  31. package/esm2020/autocomplete/testing/autocomplete-harness.mjs +5 -1
  32. package/esm2020/badge/badge-module.mjs +5 -5
  33. package/esm2020/badge/badge.mjs +4 -4
  34. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +23 -175
  35. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +7 -7
  36. package/esm2020/bottom-sheet/bottom-sheet-ref.mjs +34 -34
  37. package/esm2020/bottom-sheet/bottom-sheet.mjs +30 -89
  38. package/esm2020/button/button-module.mjs +5 -5
  39. package/esm2020/button/button.mjs +9 -9
  40. package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
  41. package/esm2020/button-toggle/button-toggle.mjs +8 -8
  42. package/esm2020/card/card-module.mjs +5 -5
  43. package/esm2020/card/card.mjs +44 -44
  44. package/esm2020/checkbox/checkbox-module.mjs +9 -9
  45. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  46. package/esm2020/checkbox/checkbox.mjs +151 -133
  47. package/esm2020/chips/chip-input.mjs +4 -4
  48. package/esm2020/chips/chip-list.mjs +5 -5
  49. package/esm2020/chips/chip.mjs +15 -16
  50. package/esm2020/chips/chips-module.mjs +6 -6
  51. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  52. package/esm2020/core/datetime/index.mjs +9 -9
  53. package/esm2020/core/datetime/native-date-adapter.mjs +4 -4
  54. package/esm2020/core/error/error-options.mjs +7 -7
  55. package/esm2020/core/line/line.mjs +8 -8
  56. package/esm2020/core/option/index.mjs +5 -5
  57. package/esm2020/core/option/optgroup.mjs +7 -7
  58. package/esm2020/core/option/option.mjs +10 -10
  59. package/esm2020/core/ripple/index.mjs +5 -5
  60. package/esm2020/core/ripple/ripple-ref.mjs +2 -2
  61. package/esm2020/core/ripple/ripple-renderer.mjs +10 -10
  62. package/esm2020/core/ripple/ripple.mjs +4 -4
  63. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  64. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
  65. package/esm2020/core/version.mjs +1 -1
  66. package/esm2020/datepicker/calendar-body.mjs +5 -5
  67. package/esm2020/datepicker/calendar.mjs +25 -14
  68. package/esm2020/datepicker/date-range-input-parts.mjs +10 -10
  69. package/esm2020/datepicker/date-range-input.mjs +6 -6
  70. package/esm2020/datepicker/date-range-picker.mjs +4 -4
  71. package/esm2020/datepicker/date-range-selection-strategy.mjs +4 -4
  72. package/esm2020/datepicker/date-selection-model.mjs +10 -10
  73. package/esm2020/datepicker/datepicker-actions.mjs +10 -10
  74. package/esm2020/datepicker/datepicker-base.mjs +10 -10
  75. package/esm2020/datepicker/datepicker-input-base.mjs +6 -7
  76. package/esm2020/datepicker/datepicker-input.mjs +4 -4
  77. package/esm2020/datepicker/datepicker-intl.mjs +4 -4
  78. package/esm2020/datepicker/datepicker-module.mjs +10 -12
  79. package/esm2020/datepicker/datepicker-toggle.mjs +9 -9
  80. package/esm2020/datepicker/datepicker.mjs +4 -4
  81. package/esm2020/datepicker/month-view.mjs +6 -6
  82. package/esm2020/datepicker/multi-year-view.mjs +4 -4
  83. package/esm2020/datepicker/testing/calendar-harness.mjs +4 -4
  84. package/esm2020/datepicker/year-view.mjs +4 -4
  85. package/esm2020/dialog/dialog-container.mjs +41 -219
  86. package/esm2020/dialog/dialog-content-directives.mjs +14 -14
  87. package/esm2020/dialog/dialog-module.mjs +8 -7
  88. package/esm2020/dialog/dialog-ref.mjs +28 -60
  89. package/esm2020/dialog/dialog.mjs +74 -197
  90. package/esm2020/dialog/testing/dialog-harness.mjs +4 -4
  91. package/esm2020/divider/divider-module.mjs +5 -5
  92. package/esm2020/divider/divider.mjs +4 -4
  93. package/esm2020/expansion/accordion.mjs +4 -4
  94. package/esm2020/expansion/expansion-module.mjs +5 -5
  95. package/esm2020/expansion/expansion-panel-content.mjs +4 -4
  96. package/esm2020/expansion/expansion-panel-header.mjs +10 -10
  97. package/esm2020/expansion/expansion-panel.mjs +9 -9
  98. package/esm2020/expansion/testing/expansion-harness.mjs +6 -6
  99. package/esm2020/form-field/error.mjs +4 -4
  100. package/esm2020/form-field/form-field-control.mjs +4 -4
  101. package/esm2020/form-field/form-field-module.mjs +5 -5
  102. package/esm2020/form-field/form-field.mjs +5 -5
  103. package/esm2020/form-field/hint.mjs +4 -4
  104. package/esm2020/form-field/label.mjs +4 -4
  105. package/esm2020/form-field/placeholder.mjs +4 -4
  106. package/esm2020/form-field/prefix.mjs +4 -4
  107. package/esm2020/form-field/suffix.mjs +4 -4
  108. package/esm2020/grid-list/grid-list-module.mjs +5 -5
  109. package/esm2020/grid-list/grid-list.mjs +4 -4
  110. package/esm2020/grid-list/grid-tile.mjs +16 -16
  111. package/esm2020/grid-list/testing/grid-tile-harness.mjs +3 -3
  112. package/esm2020/icon/icon-module.mjs +5 -5
  113. package/esm2020/icon/icon-registry.mjs +4 -4
  114. package/esm2020/icon/icon.mjs +4 -4
  115. package/esm2020/icon/testing/fake-icon-registry.mjs +8 -8
  116. package/esm2020/icon/testing/icon-harness.mjs +3 -3
  117. package/esm2020/input/input-module.mjs +5 -5
  118. package/esm2020/input/input.mjs +4 -4
  119. package/esm2020/list/list-module.mjs +5 -5
  120. package/esm2020/list/list.mjs +21 -21
  121. package/esm2020/list/selection-list.mjs +9 -9
  122. package/esm2020/menu/menu-content.mjs +7 -7
  123. package/esm2020/menu/menu-item.mjs +6 -6
  124. package/esm2020/menu/menu-module.mjs +5 -5
  125. package/esm2020/menu/menu-trigger.mjs +7 -7
  126. package/esm2020/menu/menu.mjs +28 -40
  127. package/esm2020/paginator/paginator-intl.mjs +4 -4
  128. package/esm2020/paginator/paginator-module.mjs +5 -5
  129. package/esm2020/paginator/paginator.mjs +12 -12
  130. package/esm2020/paginator/testing/paginator-harness.mjs +11 -1
  131. package/esm2020/progress-bar/progress-bar-module.mjs +5 -5
  132. package/esm2020/progress-bar/progress-bar.mjs +8 -5
  133. package/esm2020/progress-spinner/progress-spinner-module.mjs +5 -5
  134. package/esm2020/progress-spinner/progress-spinner.mjs +5 -5
  135. package/esm2020/radio/radio-module.mjs +5 -5
  136. package/esm2020/radio/radio.mjs +14 -14
  137. package/esm2020/select/select-module.mjs +5 -5
  138. package/esm2020/select/select.mjs +25 -18
  139. package/esm2020/sidenav/drawer.mjs +11 -11
  140. package/esm2020/sidenav/sidenav-module.mjs +5 -5
  141. package/esm2020/sidenav/sidenav.mjs +11 -11
  142. package/esm2020/slide-toggle/slide-toggle-module.mjs +12 -14
  143. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  144. package/esm2020/slide-toggle/slide-toggle.mjs +89 -77
  145. package/esm2020/slide-toggle/testing/slide-toggle-harness-filters.mjs +1 -1
  146. package/esm2020/slide-toggle/testing/slide-toggle-harness.mjs +3 -2
  147. package/esm2020/slider/slider-module.mjs +5 -5
  148. package/esm2020/slider/slider.mjs +5 -5
  149. package/esm2020/snack-bar/simple-snack-bar.mjs +6 -6
  150. package/esm2020/snack-bar/snack-bar-container.mjs +4 -4
  151. package/esm2020/snack-bar/snack-bar-module.mjs +5 -5
  152. package/esm2020/snack-bar/snack-bar-ref.mjs +2 -3
  153. package/esm2020/snack-bar/snack-bar.mjs +7 -7
  154. package/esm2020/sort/sort-header-intl.mjs +4 -4
  155. package/esm2020/sort/sort-header.mjs +4 -4
  156. package/esm2020/sort/sort-module.mjs +5 -5
  157. package/esm2020/sort/sort.mjs +4 -4
  158. package/esm2020/stepper/step-content.mjs +4 -4
  159. package/esm2020/stepper/step-header.mjs +8 -8
  160. package/esm2020/stepper/step-label.mjs +4 -4
  161. package/esm2020/stepper/stepper-button.mjs +7 -7
  162. package/esm2020/stepper/stepper-icon.mjs +4 -4
  163. package/esm2020/stepper/stepper-intl.mjs +4 -4
  164. package/esm2020/stepper/stepper-module.mjs +11 -13
  165. package/esm2020/stepper/stepper.mjs +10 -10
  166. package/esm2020/stepper/testing/stepper-harness.mjs +3 -3
  167. package/esm2020/table/cell.mjs +22 -22
  168. package/esm2020/table/row.mjs +22 -22
  169. package/esm2020/table/table-data-source.mjs +1 -1
  170. package/esm2020/table/table-module.mjs +5 -5
  171. package/esm2020/table/table.mjs +8 -8
  172. package/esm2020/table/text-column.mjs +5 -5
  173. package/esm2020/tabs/ink-bar.mjs +4 -4
  174. package/esm2020/tabs/paginated-tab-header.mjs +34 -8
  175. package/esm2020/tabs/tab-body.mjs +10 -10
  176. package/esm2020/tabs/tab-content.mjs +4 -4
  177. package/esm2020/tabs/tab-group.mjs +16 -16
  178. package/esm2020/tabs/tab-header.mjs +8 -8
  179. package/esm2020/tabs/tab-label-wrapper.mjs +4 -4
  180. package/esm2020/tabs/tab-label.mjs +4 -4
  181. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +17 -17
  182. package/esm2020/tabs/tab.mjs +4 -4
  183. package/esm2020/tabs/tabs-module.mjs +10 -12
  184. package/esm2020/toolbar/testing/toolbar-harness.mjs +2 -2
  185. package/esm2020/toolbar/toolbar-module.mjs +5 -5
  186. package/esm2020/toolbar/toolbar.mjs +7 -7
  187. package/esm2020/tooltip/tooltip-module.mjs +5 -5
  188. package/esm2020/tooltip/tooltip.mjs +13 -13
  189. package/esm2020/tree/node.mjs +10 -10
  190. package/esm2020/tree/outlet.mjs +4 -4
  191. package/esm2020/tree/padding.mjs +4 -4
  192. package/esm2020/tree/toggle.mjs +4 -4
  193. package/esm2020/tree/tree-module.mjs +5 -5
  194. package/esm2020/tree/tree.mjs +4 -4
  195. package/expansion/index.d.ts +343 -5
  196. package/expansion/testing/index.d.ts +106 -8
  197. package/fesm2015/autocomplete/testing.mjs +6 -0
  198. package/fesm2015/autocomplete/testing.mjs.map +1 -1
  199. package/fesm2015/autocomplete.mjs +29 -24
  200. package/fesm2015/autocomplete.mjs.map +1 -1
  201. package/fesm2015/badge.mjs +7 -7
  202. package/fesm2015/badge.mjs.map +1 -1
  203. package/fesm2015/bottom-sheet.mjs +125 -343
  204. package/fesm2015/bottom-sheet.mjs.map +1 -1
  205. package/fesm2015/button-toggle.mjs +11 -11
  206. package/fesm2015/button-toggle.mjs.map +1 -1
  207. package/fesm2015/button.mjs +12 -12
  208. package/fesm2015/button.mjs.map +1 -1
  209. package/fesm2015/card.mjs +47 -47
  210. package/fesm2015/card.mjs.map +1 -1
  211. package/fesm2015/checkbox.mjs +164 -146
  212. package/fesm2015/checkbox.mjs.map +1 -1
  213. package/fesm2015/chips.mjs +26 -27
  214. package/fesm2015/chips.mjs.map +1 -1
  215. package/fesm2015/core.mjs +71 -71
  216. package/fesm2015/core.mjs.map +1 -1
  217. package/fesm2015/datepicker/testing.mjs +3 -3
  218. package/fesm2015/datepicker/testing.mjs.map +1 -1
  219. package/fesm2015/datepicker.mjs +106 -98
  220. package/fesm2015/datepicker.mjs.map +1 -1
  221. package/fesm2015/dialog/testing.mjs +3 -3
  222. package/fesm2015/dialog/testing.mjs.map +1 -1
  223. package/fesm2015/dialog.mjs +151 -490
  224. package/fesm2015/dialog.mjs.map +1 -1
  225. package/fesm2015/divider.mjs +7 -7
  226. package/fesm2015/divider.mjs.map +1 -1
  227. package/fesm2015/expansion/testing.mjs +5 -5
  228. package/fesm2015/expansion/testing.mjs.map +1 -1
  229. package/fesm2015/expansion.mjs +27 -27
  230. package/fesm2015/expansion.mjs.map +1 -1
  231. package/fesm2015/form-field.mjs +29 -29
  232. package/fesm2015/form-field.mjs.map +1 -1
  233. package/fesm2015/grid-list/testing.mjs +2 -2
  234. package/fesm2015/grid-list/testing.mjs.map +1 -1
  235. package/fesm2015/grid-list.mjs +22 -22
  236. package/fesm2015/grid-list.mjs.map +1 -1
  237. package/fesm2015/icon/testing.mjs +9 -9
  238. package/fesm2015/icon/testing.mjs.map +1 -1
  239. package/fesm2015/icon.mjs +10 -10
  240. package/fesm2015/icon.mjs.map +1 -1
  241. package/fesm2015/input.mjs +7 -7
  242. package/fesm2015/input.mjs.map +1 -1
  243. package/fesm2015/list.mjs +32 -32
  244. package/fesm2015/list.mjs.map +1 -1
  245. package/fesm2015/menu.mjs +48 -60
  246. package/fesm2015/menu.mjs.map +1 -1
  247. package/fesm2015/paginator/testing.mjs +14 -0
  248. package/fesm2015/paginator/testing.mjs.map +1 -1
  249. package/fesm2015/paginator.mjs +18 -18
  250. package/fesm2015/paginator.mjs.map +1 -1
  251. package/fesm2015/progress-bar.mjs +11 -8
  252. package/fesm2015/progress-bar.mjs.map +1 -1
  253. package/fesm2015/progress-spinner.mjs +8 -8
  254. package/fesm2015/progress-spinner.mjs.map +1 -1
  255. package/fesm2015/radio.mjs +17 -17
  256. package/fesm2015/radio.mjs.map +1 -1
  257. package/fesm2015/select.mjs +29 -22
  258. package/fesm2015/select.mjs.map +1 -1
  259. package/fesm2015/sidenav.mjs +24 -24
  260. package/fesm2015/sidenav.mjs.map +1 -1
  261. package/fesm2015/slide-toggle/testing.mjs +2 -1
  262. package/fesm2015/slide-toggle/testing.mjs.map +1 -1
  263. package/fesm2015/slide-toggle.mjs +103 -93
  264. package/fesm2015/slide-toggle.mjs.map +1 -1
  265. package/fesm2015/slider.mjs +8 -8
  266. package/fesm2015/slider.mjs.map +1 -1
  267. package/fesm2015/snack-bar.mjs +19 -20
  268. package/fesm2015/snack-bar.mjs.map +1 -1
  269. package/fesm2015/sort.mjs +13 -13
  270. package/fesm2015/sort.mjs.map +1 -1
  271. package/fesm2015/stepper/testing.mjs +2 -2
  272. package/fesm2015/stepper/testing.mjs.map +1 -1
  273. package/fesm2015/stepper.mjs +41 -43
  274. package/fesm2015/stepper.mjs.map +1 -1
  275. package/fesm2015/table.mjs +57 -57
  276. package/fesm2015/table.mjs.map +1 -1
  277. package/fesm2015/tabs.mjs +99 -75
  278. package/fesm2015/tabs.mjs.map +1 -1
  279. package/fesm2015/toolbar/testing.mjs +1 -1
  280. package/fesm2015/toolbar/testing.mjs.map +1 -1
  281. package/fesm2015/toolbar.mjs +10 -10
  282. package/fesm2015/toolbar.mjs.map +1 -1
  283. package/fesm2015/tooltip.mjs +16 -16
  284. package/fesm2015/tooltip.mjs.map +1 -1
  285. package/fesm2015/tree.mjs +25 -25
  286. package/fesm2015/tree.mjs.map +1 -1
  287. package/fesm2020/autocomplete/testing.mjs +4 -0
  288. package/fesm2020/autocomplete/testing.mjs.map +1 -1
  289. package/fesm2020/autocomplete.mjs +29 -24
  290. package/fesm2020/autocomplete.mjs.map +1 -1
  291. package/fesm2020/badge.mjs +7 -7
  292. package/fesm2020/badge.mjs.map +1 -1
  293. package/fesm2020/bottom-sheet.mjs +132 -342
  294. package/fesm2020/bottom-sheet.mjs.map +1 -1
  295. package/fesm2020/button-toggle.mjs +11 -11
  296. package/fesm2020/button-toggle.mjs.map +1 -1
  297. package/fesm2020/button.mjs +12 -12
  298. package/fesm2020/button.mjs.map +1 -1
  299. package/fesm2020/card.mjs +47 -47
  300. package/fesm2020/card.mjs.map +1 -1
  301. package/fesm2020/checkbox.mjs +162 -144
  302. package/fesm2020/checkbox.mjs.map +1 -1
  303. package/fesm2020/chips.mjs +26 -27
  304. package/fesm2020/chips.mjs.map +1 -1
  305. package/fesm2020/core.mjs +71 -71
  306. package/fesm2020/core.mjs.map +1 -1
  307. package/fesm2020/datepicker/testing.mjs +3 -3
  308. package/fesm2020/datepicker/testing.mjs.map +1 -1
  309. package/fesm2020/datepicker.mjs +106 -98
  310. package/fesm2020/datepicker.mjs.map +1 -1
  311. package/fesm2020/dialog/testing.mjs +3 -3
  312. package/fesm2020/dialog/testing.mjs.map +1 -1
  313. package/fesm2020/dialog.mjs +154 -488
  314. package/fesm2020/dialog.mjs.map +1 -1
  315. package/fesm2020/divider.mjs +7 -7
  316. package/fesm2020/divider.mjs.map +1 -1
  317. package/fesm2020/expansion/testing.mjs +5 -5
  318. package/fesm2020/expansion/testing.mjs.map +1 -1
  319. package/fesm2020/expansion.mjs +27 -27
  320. package/fesm2020/expansion.mjs.map +1 -1
  321. package/fesm2020/form-field.mjs +29 -29
  322. package/fesm2020/form-field.mjs.map +1 -1
  323. package/fesm2020/grid-list/testing.mjs +2 -2
  324. package/fesm2020/grid-list/testing.mjs.map +1 -1
  325. package/fesm2020/grid-list.mjs +22 -22
  326. package/fesm2020/grid-list.mjs.map +1 -1
  327. package/fesm2020/icon/testing.mjs +9 -9
  328. package/fesm2020/icon/testing.mjs.map +1 -1
  329. package/fesm2020/icon.mjs +10 -10
  330. package/fesm2020/icon.mjs.map +1 -1
  331. package/fesm2020/input.mjs +7 -7
  332. package/fesm2020/input.mjs.map +1 -1
  333. package/fesm2020/list.mjs +32 -32
  334. package/fesm2020/list.mjs.map +1 -1
  335. package/fesm2020/menu.mjs +48 -60
  336. package/fesm2020/menu.mjs.map +1 -1
  337. package/fesm2020/paginator/testing.mjs +10 -0
  338. package/fesm2020/paginator/testing.mjs.map +1 -1
  339. package/fesm2020/paginator.mjs +18 -18
  340. package/fesm2020/paginator.mjs.map +1 -1
  341. package/fesm2020/progress-bar.mjs +11 -8
  342. package/fesm2020/progress-bar.mjs.map +1 -1
  343. package/fesm2020/progress-spinner.mjs +8 -8
  344. package/fesm2020/progress-spinner.mjs.map +1 -1
  345. package/fesm2020/radio.mjs +17 -17
  346. package/fesm2020/radio.mjs.map +1 -1
  347. package/fesm2020/select.mjs +29 -22
  348. package/fesm2020/select.mjs.map +1 -1
  349. package/fesm2020/sidenav.mjs +24 -24
  350. package/fesm2020/sidenav.mjs.map +1 -1
  351. package/fesm2020/slide-toggle/testing.mjs +2 -1
  352. package/fesm2020/slide-toggle/testing.mjs.map +1 -1
  353. package/fesm2020/slide-toggle.mjs +103 -93
  354. package/fesm2020/slide-toggle.mjs.map +1 -1
  355. package/fesm2020/slider.mjs +8 -8
  356. package/fesm2020/slider.mjs.map +1 -1
  357. package/fesm2020/snack-bar.mjs +19 -20
  358. package/fesm2020/snack-bar.mjs.map +1 -1
  359. package/fesm2020/sort.mjs +13 -13
  360. package/fesm2020/sort.mjs.map +1 -1
  361. package/fesm2020/stepper/testing.mjs +2 -2
  362. package/fesm2020/stepper/testing.mjs.map +1 -1
  363. package/fesm2020/stepper.mjs +41 -43
  364. package/fesm2020/stepper.mjs.map +1 -1
  365. package/fesm2020/table.mjs +57 -57
  366. package/fesm2020/table.mjs.map +1 -1
  367. package/fesm2020/tabs.mjs +99 -75
  368. package/fesm2020/tabs.mjs.map +1 -1
  369. package/fesm2020/toolbar/testing.mjs +1 -1
  370. package/fesm2020/toolbar/testing.mjs.map +1 -1
  371. package/fesm2020/toolbar.mjs +10 -10
  372. package/fesm2020/toolbar.mjs.map +1 -1
  373. package/fesm2020/tooltip.mjs +16 -16
  374. package/fesm2020/tooltip.mjs.map +1 -1
  375. package/fesm2020/tree.mjs +25 -25
  376. package/fesm2020/tree.mjs.map +1 -1
  377. package/form-field/index.d.ts +401 -5
  378. package/form-field/testing/control/index.d.ts +8 -6
  379. package/form-field/testing/index.d.ts +127 -8
  380. package/grid-list/index.d.ts +232 -5
  381. package/grid-list/testing/index.d.ts +86 -8
  382. package/icon/index.d.ts +443 -5
  383. package/icon/testing/index.d.ts +81 -6
  384. package/index.d.ts +3 -7
  385. package/input/index.d.ts +209 -6
  386. package/input/testing/index.d.ts +129 -8
  387. package/list/index.d.ts +369 -6
  388. package/list/testing/index.d.ts +329 -6
  389. package/menu/index.d.ts +613 -6
  390. package/menu/testing/index.d.ts +115 -8
  391. package/package.json +38 -38
  392. package/paginator/index.d.ts +224 -6
  393. package/paginator/testing/index.d.ts +65 -8
  394. package/prebuilt-themes/deeppurple-amber.css +1 -1
  395. package/prebuilt-themes/indigo-pink.css +1 -1
  396. package/prebuilt-themes/pink-bluegrey.css +1 -1
  397. package/prebuilt-themes/purple-green.css +1 -1
  398. package/progress-bar/index.d.ts +147 -6
  399. package/progress-bar/testing/index.d.ts +26 -8
  400. package/progress-spinner/index.d.ts +138 -6
  401. package/progress-spinner/testing/index.d.ts +27 -8
  402. package/radio/index.d.ts +305 -6
  403. package/radio/testing/index.d.ts +130 -8
  404. package/schematics/ng-add/index.js +1 -1
  405. package/schematics/ng-add/index.mjs +1 -1
  406. package/schematics/ng-add/setup-project.js +59 -18
  407. package/schematics/ng-add/setup-project.mjs +59 -18
  408. package/schematics/ng-generate/address-form/schema.json +3 -0
  409. package/schematics/ng-generate/dashboard/schema.json +3 -0
  410. package/schematics/ng-generate/navigation/schema.json +3 -0
  411. package/schematics/ng-generate/table/schema.json +3 -0
  412. package/schematics/ng-generate/tree/schema.json +3 -0
  413. package/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config.template +1 -1
  414. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js +5 -5
  415. package/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.mjs +5 -5
  416. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js +22 -22
  417. package/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.mjs +22 -22
  418. package/select/index.d.ts +534 -5
  419. package/select/testing/index.d.ts +79 -8
  420. package/sidenav/index.d.ts +395 -5
  421. package/sidenav/testing/index.d.ts +124 -6
  422. package/slide-toggle/index.d.ts +186 -5
  423. package/slide-toggle/testing/index.d.ts +77 -8
  424. package/slider/index.d.ts +289 -6
  425. package/slider/testing/index.d.ts +60 -8
  426. package/snack-bar/index.d.ts +372 -6
  427. package/snack-bar/testing/index.d.ts +72 -8
  428. package/sort/index.d.ts +326 -5
  429. package/sort/testing/index.d.ts +50 -8
  430. package/stepper/index.d.ts +288 -6
  431. package/stepper/testing/index.d.ts +142 -6
  432. package/table/index.d.ts +382 -5
  433. package/table/testing/index.d.ts +178 -8
  434. package/tabs/index.d.ts +965 -5
  435. package/tabs/testing/index.d.ts +153 -8
  436. package/toolbar/index.d.ts +56 -6
  437. package/toolbar/testing/index.d.ts +35 -8
  438. package/tooltip/index.d.ts +362 -5
  439. package/tooltip/testing/index.d.ts +42 -8
  440. package/tree/index.d.ts +243 -5
  441. package/tree/testing/index.d.ts +122 -8
  442. package/autocomplete/autocomplete-module.d.ts +0 -13
  443. package/autocomplete/autocomplete-origin.d.ts +0 -27
  444. package/autocomplete/autocomplete-trigger.d.ts +0 -211
  445. package/autocomplete/autocomplete.d.ts +0 -150
  446. package/autocomplete/autocomplete_public_index.d.ts +0 -4
  447. package/autocomplete/package.json +0 -9
  448. package/autocomplete/public-api.d.ts +0 -11
  449. package/autocomplete/testing/autocomplete-harness-filters.d.ts +0 -13
  450. package/autocomplete/testing/autocomplete-harness.d.ts +0 -61
  451. package/autocomplete/testing/package.json +0 -9
  452. package/autocomplete/testing/public-api.d.ts +0 -9
  453. package/badge/badge-module.d.ts +0 -9
  454. package/badge/badge.d.ts +0 -86
  455. package/badge/badge_public_index.d.ts +0 -4
  456. package/badge/package.json +0 -9
  457. package/badge/public-api.d.ts +0 -9
  458. package/badge/testing/badge-harness-filters.d.ts +0 -11
  459. package/badge/testing/badge-harness.d.ts +0 -34
  460. package/badge/testing/package.json +0 -9
  461. package/badge/testing/public-api.d.ts +0 -9
  462. package/bottom-sheet/bottom-sheet-animations.d.ts +0 -12
  463. package/bottom-sheet/bottom-sheet-config.d.ts +0 -54
  464. package/bottom-sheet/bottom-sheet-container.d.ts +0 -87
  465. package/bottom-sheet/bottom-sheet-module.d.ts +0 -10
  466. package/bottom-sheet/bottom-sheet-ref.d.ts +0 -51
  467. package/bottom-sheet/bottom-sheet.d.ts +0 -59
  468. package/bottom-sheet/bottom-sheet_public_index.d.ts +0 -4
  469. package/bottom-sheet/package.json +0 -9
  470. package/bottom-sheet/public-api.d.ts +0 -13
  471. package/bottom-sheet/testing/bottom-sheet-harness-filters.d.ts +0 -10
  472. package/bottom-sheet/testing/bottom-sheet-harness.d.ts +0 -27
  473. package/bottom-sheet/testing/package.json +0 -9
  474. package/bottom-sheet/testing/public-api.d.ts +0 -9
  475. package/button/button-module.d.ts +0 -8
  476. package/button/button.d.ts +0 -58
  477. package/button/button_public_index.d.ts +0 -4
  478. package/button/package.json +0 -9
  479. package/button/public-api.d.ts +0 -9
  480. package/button/testing/button-harness-filters.d.ts +0 -13
  481. package/button/testing/button-harness.d.ts +0 -41
  482. package/button/testing/package.json +0 -9
  483. package/button/testing/public-api.d.ts +0 -9
  484. package/button-toggle/button-toggle-module.d.ts +0 -8
  485. package/button-toggle/button-toggle.d.ts +0 -212
  486. package/button-toggle/button-toggle_public_index.d.ts +0 -4
  487. package/button-toggle/package.json +0 -9
  488. package/button-toggle/public-api.d.ts +0 -9
  489. package/button-toggle/testing/button-toggle-group-harness-filters.d.ts +0 -11
  490. package/button-toggle/testing/button-toggle-group-harness.d.ts +0 -35
  491. package/button-toggle/testing/button-toggle-harness-filters.d.ts +0 -17
  492. package/button-toggle/testing/button-toggle-harness.d.ts +0 -56
  493. package/button-toggle/testing/package.json +0 -9
  494. package/button-toggle/testing/public-api.d.ts +0 -11
  495. package/card/card-module.d.ts +0 -8
  496. package/card/card.d.ts +0 -126
  497. package/card/card_public_index.d.ts +0 -4
  498. package/card/package.json +0 -9
  499. package/card/public-api.d.ts +0 -9
  500. package/card/testing/card-harness-filters.d.ts +0 -17
  501. package/card/testing/card-harness.d.ts +0 -36
  502. package/card/testing/package.json +0 -9
  503. package/card/testing/public-api.d.ts +0 -9
  504. package/checkbox/checkbox-config.d.ts +0 -28
  505. package/checkbox/checkbox-module.d.ts +0 -16
  506. package/checkbox/checkbox-required-validator.d.ts +0 -20
  507. package/checkbox/checkbox.d.ts +0 -166
  508. package/checkbox/checkbox_public_index.d.ts +0 -4
  509. package/checkbox/package.json +0 -9
  510. package/checkbox/public-api.d.ts +0 -11
  511. package/checkbox/testing/checkbox-harness-filters.d.ts +0 -17
  512. package/checkbox/testing/checkbox-harness.d.ts +0 -81
  513. package/checkbox/testing/package.json +0 -9
  514. package/checkbox/testing/public-api.d.ts +0 -9
  515. package/chips/chip-default-options.d.ts +0 -15
  516. package/chips/chip-input.d.ts +0 -91
  517. package/chips/chip-list.d.ts +0 -289
  518. package/chips/chip-text-control.d.ts +0 -20
  519. package/chips/chip.d.ts +0 -210
  520. package/chips/chips-module.d.ts +0 -10
  521. package/chips/chips_public_index.d.ts +0 -4
  522. package/chips/package.json +0 -9
  523. package/chips/public-api.d.ts +0 -12
  524. package/chips/testing/chip-avatar-harness.d.ts +0 -20
  525. package/chips/testing/chip-harness-filters.d.ts +0 -43
  526. package/chips/testing/chip-harness.d.ts +0 -63
  527. package/chips/testing/chip-input-harness.d.ts +0 -47
  528. package/chips/testing/chip-list-harness.d.ts +0 -54
  529. package/chips/testing/chip-listbox-harness.d.ts +0 -34
  530. package/chips/testing/chip-option-harness.d.ts +0 -29
  531. package/chips/testing/chip-remove-harness.d.ts +0 -22
  532. package/chips/testing/package.json +0 -9
  533. package/chips/testing/public-api.d.ts +0 -14
  534. package/core/animation/animation.d.ts +0 -20
  535. package/core/common-behaviors/color.d.ts +0 -26
  536. package/core/common-behaviors/common-module.d.ts +0 -44
  537. package/core/common-behaviors/constructor.d.ts +0 -14
  538. package/core/common-behaviors/disable-ripple.d.ts +0 -17
  539. package/core/common-behaviors/disabled.d.ts +0 -17
  540. package/core/common-behaviors/error-state.d.ts +0 -35
  541. package/core/common-behaviors/index.d.ts +0 -15
  542. package/core/common-behaviors/initialized.d.ts +0 -30
  543. package/core/common-behaviors/tabindex.d.ts +0 -20
  544. package/core/core_public_index.d.ts +0 -4
  545. package/core/datetime/date-adapter.d.ts +0 -215
  546. package/core/datetime/date-formats.d.ts +0 -21
  547. package/core/datetime/index.d.ts +0 -15
  548. package/core/datetime/native-date-adapter.d.ts +0 -74
  549. package/core/datetime/native-date-formats.d.ts +0 -9
  550. package/core/error/error-options.d.ts +0 -14
  551. package/core/line/line.d.ts +0 -29
  552. package/core/option/index.d.ts +0 -15
  553. package/core/option/optgroup.d.ts +0 -40
  554. package/core/option/option-parent.d.ts +0 -22
  555. package/core/option/option.d.ts +0 -135
  556. package/core/package.json +0 -9
  557. package/core/public-api.d.ts +0 -16
  558. package/core/ripple/index.d.ts +0 -11
  559. package/core/ripple/ripple-ref.d.ts +0 -54
  560. package/core/ripple/ripple-renderer.d.ts +0 -105
  561. package/core/ripple/ripple.d.ts +0 -113
  562. package/core/selection/index.d.ts +0 -9
  563. package/core/selection/pseudo-checkbox/pseudo-checkbox-module.d.ts +0 -8
  564. package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +0 -29
  565. package/core/testing/optgroup-harness-filters.d.ts +0 -11
  566. package/core/testing/optgroup-harness.d.ts +0 -33
  567. package/core/testing/option-harness-filters.d.ts +0 -12
  568. package/core/testing/option-harness.d.ts +0 -35
  569. package/core/testing/package.json +0 -9
  570. package/core/testing/public-api.d.ts +0 -11
  571. package/core/version.d.ts +0 -10
  572. package/datepicker/calendar-body.d.ts +0 -176
  573. package/datepicker/calendar.d.ts +0 -156
  574. package/datepicker/date-range-input-parts.d.ts +0 -108
  575. package/datepicker/date-range-input.d.ts +0 -133
  576. package/datepicker/date-range-picker.d.ts +0 -17
  577. package/datepicker/date-range-selection-strategy.d.ts +0 -48
  578. package/datepicker/date-selection-model.d.ts +0 -139
  579. package/datepicker/datepicker-actions.d.ts +0 -40
  580. package/datepicker/datepicker-animations.d.ts +0 -16
  581. package/datepicker/datepicker-base.d.ts +0 -272
  582. package/datepicker/datepicker-errors.d.ts +0 -9
  583. package/datepicker/datepicker-input-base.d.ts +0 -136
  584. package/datepicker/datepicker-input.d.ts +0 -67
  585. package/datepicker/datepicker-intl.d.ts +0 -36
  586. package/datepicker/datepicker-module.d.ts +0 -26
  587. package/datepicker/datepicker-toggle.d.ts +0 -47
  588. package/datepicker/datepicker.d.ts +0 -7
  589. package/datepicker/datepicker_public_index.d.ts +0 -4
  590. package/datepicker/month-view.d.ts +0 -139
  591. package/datepicker/multi-year-view.d.ts +0 -103
  592. package/datepicker/package.json +0 -9
  593. package/datepicker/public-api.d.ts +0 -26
  594. package/datepicker/testing/calendar-cell-harness.d.ts +0 -64
  595. package/datepicker/testing/calendar-harness.d.ts +0 -53
  596. package/datepicker/testing/date-range-input-harness.d.ts +0 -59
  597. package/datepicker/testing/datepicker-harness-filters.d.ts +0 -45
  598. package/datepicker/testing/datepicker-input-harness-base.d.ts +0 -44
  599. package/datepicker/testing/datepicker-input-harness.d.ts +0 -36
  600. package/datepicker/testing/datepicker-toggle-harness.d.ts +0 -28
  601. package/datepicker/testing/datepicker-trigger-harness-base.d.ts +0 -44
  602. package/datepicker/testing/package.json +0 -9
  603. package/datepicker/testing/public-api.d.ts +0 -13
  604. package/datepicker/year-view.d.ts +0 -114
  605. package/dialog/dialog-animations.d.ts +0 -25
  606. package/dialog/dialog-config.d.ts +0 -105
  607. package/dialog/dialog-container.d.ts +0 -133
  608. package/dialog/dialog-content-directives.d.ts +0 -76
  609. package/dialog/dialog-module.d.ts +0 -11
  610. package/dialog/dialog-ref.d.ts +0 -101
  611. package/dialog/dialog.d.ts +0 -154
  612. package/dialog/dialog_public_index.d.ts +0 -4
  613. package/dialog/package.json +0 -9
  614. package/dialog/public-api.d.ts +0 -14
  615. package/dialog/testing/dialog-harness-filters.d.ts +0 -11
  616. package/dialog/testing/dialog-harness.d.ts +0 -58
  617. package/dialog/testing/dialog-opener.d.ts +0 -33
  618. package/dialog/testing/package.json +0 -9
  619. package/dialog/testing/public-api.d.ts +0 -10
  620. package/divider/divider-module.d.ts +0 -8
  621. package/divider/divider.d.ts +0 -14
  622. package/divider/divider_public_index.d.ts +0 -4
  623. package/divider/package.json +0 -9
  624. package/divider/public-api.d.ts +0 -9
  625. package/divider/testing/divider-harness-filters.d.ts +0 -10
  626. package/divider/testing/divider-harness.d.ts +0 -16
  627. package/divider/testing/package.json +0 -9
  628. package/divider/testing/public-api.d.ts +0 -9
  629. package/expansion/accordion-base.d.ts +0 -34
  630. package/expansion/accordion.d.ts +0 -45
  631. package/expansion/expansion-animations.d.ts +0 -36
  632. package/expansion/expansion-module.d.ts +0 -14
  633. package/expansion/expansion-panel-base.d.ts +0 -22
  634. package/expansion/expansion-panel-content.d.ts +0 -21
  635. package/expansion/expansion-panel-header.d.ts +0 -83
  636. package/expansion/expansion-panel.d.ts +0 -96
  637. package/expansion/expansion_public_index.d.ts +0 -4
  638. package/expansion/package.json +0 -9
  639. package/expansion/public-api.d.ts +0 -15
  640. package/expansion/testing/accordion-harness.d.ts +0 -25
  641. package/expansion/testing/expansion-harness-filters.d.ts +0 -17
  642. package/expansion/testing/expansion-harness.d.ts +0 -79
  643. package/expansion/testing/package.json +0 -9
  644. package/expansion/testing/public-api.d.ts +0 -10
  645. package/form-field/error.d.ts +0 -22
  646. package/form-field/form-field-animations.d.ts +0 -15
  647. package/form-field/form-field-control.d.ts +0 -60
  648. package/form-field/form-field-errors.d.ts +0 -13
  649. package/form-field/form-field-module.d.ts +0 -16
  650. package/form-field/form-field.d.ts +0 -189
  651. package/form-field/form-field_public_index.d.ts +0 -4
  652. package/form-field/hint.d.ts +0 -27
  653. package/form-field/label.d.ts +0 -6
  654. package/form-field/package.json +0 -9
  655. package/form-field/placeholder.d.ts +0 -11
  656. package/form-field/prefix.d.ts +0 -20
  657. package/form-field/public-api.d.ts +0 -18
  658. package/form-field/suffix.d.ts +0 -20
  659. package/form-field/testing/control/form-field-control-harness.d.ts +0 -14
  660. package/form-field/testing/control/package.json +0 -9
  661. package/form-field/testing/form-field-harness-filters.d.ts +0 -15
  662. package/form-field/testing/form-field-harness.d.ts +0 -114
  663. package/form-field/testing/package.json +0 -9
  664. package/form-field/testing/public-api.d.ts +0 -10
  665. package/grid-list/grid-list-base.d.ts +0 -22
  666. package/grid-list/grid-list-module.d.ts +0 -9
  667. package/grid-list/grid-list.d.ts +0 -63
  668. package/grid-list/grid-list_public_index.d.ts +0 -4
  669. package/grid-list/grid-tile.d.ts +0 -64
  670. package/grid-list/package.json +0 -9
  671. package/grid-list/public-api.d.ts +0 -12
  672. package/grid-list/testing/grid-list-harness-filters.d.ts +0 -18
  673. package/grid-list/testing/grid-list-harness.d.ts +0 -41
  674. package/grid-list/testing/grid-tile-harness.d.ts +0 -43
  675. package/grid-list/testing/package.json +0 -9
  676. package/grid-list/testing/public-api.d.ts +0 -10
  677. package/grid-list/tile-coordinator.d.ts +0 -79
  678. package/grid-list/tile-styler.d.ts +0 -134
  679. package/icon/fake-svgs.d.ts +0 -23
  680. package/icon/icon-module.d.ts +0 -8
  681. package/icon/icon-registry.d.ts +0 -262
  682. package/icon/icon.d.ts +0 -147
  683. package/icon/icon_public_index.d.ts +0 -4
  684. package/icon/package.json +0 -9
  685. package/icon/public-api.d.ts +0 -10
  686. package/icon/testing/fake-icon-registry.d.ts +0 -46
  687. package/icon/testing/icon-harness-filters.d.ts +0 -22
  688. package/icon/testing/icon-harness.d.ts +0 -29
  689. package/icon/testing/package.json +0 -9
  690. package/icon/testing/public-api.d.ts +0 -10
  691. package/icon/testing/testing_public_index.d.ts +0 -4
  692. package/icon/trusted-types.d.ts +0 -37
  693. package/input/input-errors.d.ts +0 -9
  694. package/input/input-module.d.ts +0 -10
  695. package/input/input-value-accessor.d.ts +0 -17
  696. package/input/input.d.ts +0 -174
  697. package/input/input_public_index.d.ts +0 -4
  698. package/input/package.json +0 -9
  699. package/input/public-api.d.ts +0 -11
  700. package/input/testing/input-harness-filters.d.ts +0 -15
  701. package/input/testing/input-harness.d.ts +0 -57
  702. package/input/testing/native-option-harness.d.ts +0 -29
  703. package/input/testing/native-select-harness-filters.d.ts +0 -17
  704. package/input/testing/native-select-harness.d.ts +0 -45
  705. package/input/testing/package.json +0 -9
  706. package/input/testing/public-api.d.ts +0 -12
  707. package/list/list-module.d.ts +0 -11
  708. package/list/list.d.ts +0 -99
  709. package/list/list_public_index.d.ts +0 -4
  710. package/list/package.json +0 -9
  711. package/list/public-api.d.ts +0 -10
  712. package/list/selection-list.d.ts +0 -226
  713. package/list/testing/action-list-harness.d.ts +0 -44
  714. package/list/testing/list-harness-base.d.ts +0 -100
  715. package/list/testing/list-harness-filters.d.ts +0 -32
  716. package/list/testing/list-harness.d.ts +0 -36
  717. package/list/testing/list-item-harness-base.d.ts +0 -48
  718. package/list/testing/nav-list-harness.d.ts +0 -46
  719. package/list/testing/package.json +0 -9
  720. package/list/testing/public-api.d.ts +0 -13
  721. package/list/testing/selection-list-harness.d.ts +0 -74
  722. package/menu/menu-animations.d.ts +0 -30
  723. package/menu/menu-content.d.ts +0 -47
  724. package/menu/menu-errors.d.ts +0 -25
  725. package/menu/menu-item.d.ts +0 -61
  726. package/menu/menu-module.d.ts +0 -14
  727. package/menu/menu-panel.d.ts +0 -49
  728. package/menu/menu-positions.d.ts +0 -9
  729. package/menu/menu-trigger.d.ts +0 -180
  730. package/menu/menu.d.ts +0 -207
  731. package/menu/menu_public_index.d.ts +0 -4
  732. package/menu/package.json +0 -9
  733. package/menu/public-api.d.ts +0 -15
  734. package/menu/testing/menu-harness-filters.d.ts +0 -20
  735. package/menu/testing/menu-harness.d.ts +0 -98
  736. package/menu/testing/package.json +0 -9
  737. package/menu/testing/public-api.d.ts +0 -9
  738. package/paginator/package.json +0 -9
  739. package/paginator/paginator-intl.d.ts +0 -43
  740. package/paginator/paginator-module.d.ts +0 -12
  741. package/paginator/paginator.d.ts +0 -157
  742. package/paginator/paginator_public_index.d.ts +0 -4
  743. package/paginator/public-api.d.ts +0 -10
  744. package/paginator/testing/package.json +0 -9
  745. package/paginator/testing/paginator-harness-filters.d.ts +0 -11
  746. package/paginator/testing/paginator-harness.d.ts +0 -58
  747. package/paginator/testing/public-api.d.ts +0 -9
  748. package/progress-bar/package.json +0 -9
  749. package/progress-bar/progress-bar-module.d.ts +0 -9
  750. package/progress-bar/progress-bar.d.ts +0 -116
  751. package/progress-bar/progress-bar_public_index.d.ts +0 -4
  752. package/progress-bar/public-api.d.ts +0 -9
  753. package/progress-bar/testing/package.json +0 -9
  754. package/progress-bar/testing/progress-bar-harness-filters.d.ts +0 -11
  755. package/progress-bar/testing/progress-bar-harness.d.ts +0 -25
  756. package/progress-bar/testing/public-api.d.ts +0 -9
  757. package/progress-spinner/package.json +0 -9
  758. package/progress-spinner/progress-spinner-module.d.ts +0 -9
  759. package/progress-spinner/progress-spinner.d.ts +0 -107
  760. package/progress-spinner/progress-spinner_public_index.d.ts +0 -4
  761. package/progress-spinner/public-api.d.ts +0 -16
  762. package/progress-spinner/testing/package.json +0 -9
  763. package/progress-spinner/testing/progress-spinner-harness-filters.d.ts +0 -11
  764. package/progress-spinner/testing/progress-spinner-harness.d.ts +0 -26
  765. package/progress-spinner/testing/public-api.d.ts +0 -9
  766. package/radio/package.json +0 -9
  767. package/radio/public-api.d.ts +0 -9
  768. package/radio/radio-module.d.ts +0 -8
  769. package/radio/radio.d.ts +0 -265
  770. package/radio/radio_public_index.d.ts +0 -4
  771. package/radio/testing/package.json +0 -9
  772. package/radio/testing/public-api.d.ts +0 -9
  773. package/radio/testing/radio-harness-filters.d.ts +0 -22
  774. package/radio/testing/radio-harness.d.ts +0 -111
  775. package/select/package.json +0 -9
  776. package/select/public-api.d.ts +0 -10
  777. package/select/select-animations.d.ts +0 -19
  778. package/select/select-errors.d.ts +0 -26
  779. package/select/select-module.d.ts +0 -12
  780. package/select/select.d.ts +0 -452
  781. package/select/select_public_index.d.ts +0 -4
  782. package/select/testing/package.json +0 -9
  783. package/select/testing/public-api.d.ts +0 -9
  784. package/select/testing/select-harness-filters.d.ts +0 -11
  785. package/select/testing/select-harness.d.ts +0 -73
  786. package/sidenav/drawer-animations.d.ts +0 -15
  787. package/sidenav/drawer.d.ts +0 -299
  788. package/sidenav/package.json +0 -9
  789. package/sidenav/public-api.d.ts +0 -11
  790. package/sidenav/sidenav-module.d.ts +0 -11
  791. package/sidenav/sidenav.d.ts +0 -45
  792. package/sidenav/sidenav_public_index.d.ts +0 -4
  793. package/sidenav/testing/drawer-container-harness.d.ts +0 -30
  794. package/sidenav/testing/drawer-content-harness.d.ts +0 -21
  795. package/sidenav/testing/drawer-harness-filters.d.ts +0 -19
  796. package/sidenav/testing/drawer-harness.d.ts +0 -33
  797. package/sidenav/testing/package.json +0 -9
  798. package/sidenav/testing/public-api.d.ts +0 -14
  799. package/sidenav/testing/sidenav-container-harness.d.ts +0 -30
  800. package/sidenav/testing/sidenav-content-harness.d.ts +0 -21
  801. package/sidenav/testing/sidenav-harness.d.ts +0 -24
  802. package/slide-toggle/package.json +0 -9
  803. package/slide-toggle/public-api.d.ts +0 -11
  804. package/slide-toggle/slide-toggle-config.d.ts +0 -18
  805. package/slide-toggle/slide-toggle-module.d.ts +0 -16
  806. package/slide-toggle/slide-toggle-required-validator.d.ts +0 -23
  807. package/slide-toggle/slide-toggle.d.ts +0 -109
  808. package/slide-toggle/slide-toggle_public_index.d.ts +0 -4
  809. package/slide-toggle/testing/package.json +0 -9
  810. package/slide-toggle/testing/public-api.d.ts +0 -9
  811. package/slide-toggle/testing/slide-toggle-harness-filters.d.ts +0 -17
  812. package/slide-toggle/testing/slide-toggle-harness.d.ts +0 -65
  813. package/slider/package.json +0 -9
  814. package/slider/public-api.d.ts +0 -9
  815. package/slider/slider-module.d.ts +0 -9
  816. package/slider/slider.d.ts +0 -267
  817. package/slider/slider_public_index.d.ts +0 -4
  818. package/slider/testing/package.json +0 -9
  819. package/slider/testing/public-api.d.ts +0 -9
  820. package/slider/testing/slider-harness-filters.d.ts +0 -11
  821. package/slider/testing/slider-harness.d.ts +0 -59
  822. package/snack-bar/package.json +0 -9
  823. package/snack-bar/public-api.d.ts +0 -14
  824. package/snack-bar/simple-snack-bar.d.ts +0 -33
  825. package/snack-bar/snack-bar-animations.d.ts +0 -15
  826. package/snack-bar/snack-bar-config.d.ts +0 -45
  827. package/snack-bar/snack-bar-container.d.ts +0 -101
  828. package/snack-bar/snack-bar-module.d.ts +0 -13
  829. package/snack-bar/snack-bar-ref.d.ts +0 -64
  830. package/snack-bar/snack-bar.d.ts +0 -107
  831. package/snack-bar/snack-bar_public_index.d.ts +0 -4
  832. package/snack-bar/testing/package.json +0 -9
  833. package/snack-bar/testing/public-api.d.ts +0 -9
  834. package/snack-bar/testing/snack-bar-harness-filters.d.ts +0 -11
  835. package/snack-bar/testing/snack-bar-harness.d.ts +0 -71
  836. package/sort/package.json +0 -9
  837. package/sort/public-api.d.ts +0 -13
  838. package/sort/sort-animations.d.ts +0 -20
  839. package/sort/sort-direction.d.ts +0 -8
  840. package/sort/sort-errors.d.ts +0 -15
  841. package/sort/sort-header-intl.d.ts +0 -31
  842. package/sort/sort-header.d.ts +0 -166
  843. package/sort/sort-module.d.ts +0 -10
  844. package/sort/sort.d.ts +0 -93
  845. package/sort/sort_public_index.d.ts +0 -4
  846. package/sort/testing/package.json +0 -9
  847. package/sort/testing/public-api.d.ts +0 -10
  848. package/sort/testing/sort-harness-filters.d.ts +0 -15
  849. package/sort/testing/sort-harness.d.ts +0 -24
  850. package/sort/testing/sort-header-harness.d.ts +0 -30
  851. package/stepper/package.json +0 -9
  852. package/stepper/public-api.d.ts +0 -17
  853. package/stepper/step-content.d.ts +0 -18
  854. package/stepper/step-header.d.ts +0 -66
  855. package/stepper/step-label.d.ts +0 -6
  856. package/stepper/stepper-animations.d.ts +0 -18
  857. package/stepper/stepper-button.d.ts +0 -19
  858. package/stepper/stepper-icon.d.ts +0 -30
  859. package/stepper/stepper-intl.d.ts +0 -34
  860. package/stepper/stepper-module.d.ts +0 -18
  861. package/stepper/stepper.d.ts +0 -80
  862. package/stepper/stepper_public_index.d.ts +0 -4
  863. package/stepper/testing/package.json +0 -9
  864. package/stepper/testing/public-api.d.ts +0 -11
  865. package/stepper/testing/step-harness-filters.d.ts +0 -37
  866. package/stepper/testing/step-harness.d.ts +0 -52
  867. package/stepper/testing/stepper-button-harnesses.d.ts +0 -41
  868. package/stepper/testing/stepper-harness.d.ts +0 -35
  869. package/table/cell.d.ts +0 -59
  870. package/table/package.json +0 -9
  871. package/table/public-api.d.ts +0 -13
  872. package/table/row.d.ts +0 -55
  873. package/table/table-data-source.d.ts +0 -169
  874. package/table/table-module.d.ts +0 -12
  875. package/table/table.d.ts +0 -28
  876. package/table/table_public_index.d.ts +0 -4
  877. package/table/testing/cell-harness.d.ts +0 -49
  878. package/table/testing/package.json +0 -9
  879. package/table/testing/public-api.d.ts +0 -11
  880. package/table/testing/row-harness.d.ts +0 -66
  881. package/table/testing/table-harness-filters.d.ts +0 -21
  882. package/table/testing/table-harness.d.ts +0 -58
  883. package/table/text-column.d.ts +0 -22
  884. package/tabs/ink-bar.d.ts +0 -49
  885. package/tabs/package.json +0 -9
  886. package/tabs/paginated-tab-header.d.ts +0 -196
  887. package/tabs/public-api.d.ts +0 -20
  888. package/tabs/tab-body.d.ts +0 -116
  889. package/tabs/tab-config.d.ts +0 -35
  890. package/tabs/tab-content.d.ts +0 -22
  891. package/tabs/tab-group.d.ts +0 -183
  892. package/tabs/tab-header.d.ts +0 -49
  893. package/tabs/tab-label-wrapper.d.ts +0 -29
  894. package/tabs/tab-label.d.ts +0 -28
  895. package/tabs/tab-nav-bar/index.d.ts +0 -8
  896. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +0 -134
  897. package/tabs/tab.d.ts +0 -89
  898. package/tabs/tabs-animations.d.ts +0 -15
  899. package/tabs/tabs-module.d.ts +0 -20
  900. package/tabs/tabs_public_index.d.ts +0 -4
  901. package/tabs/testing/package.json +0 -9
  902. package/tabs/testing/public-api.d.ts +0 -12
  903. package/tabs/testing/tab-group-harness.d.ts +0 -35
  904. package/tabs/testing/tab-harness-filters.d.ts +0 -29
  905. package/tabs/testing/tab-harness.d.ts +0 -38
  906. package/tabs/testing/tab-link-harness.d.ts +0 -29
  907. package/tabs/testing/tab-nav-bar-harness.d.ts +0 -38
  908. package/tabs/testing/tab-nav-panel-harness.d.ts +0 -23
  909. package/toolbar/package.json +0 -9
  910. package/toolbar/public-api.d.ts +0 -9
  911. package/toolbar/testing/package.json +0 -9
  912. package/toolbar/testing/public-api.d.ts +0 -9
  913. package/toolbar/testing/toolbar-harness-filters.d.ts +0 -13
  914. package/toolbar/testing/toolbar-harness.d.ts +0 -31
  915. package/toolbar/toolbar-module.d.ts +0 -8
  916. package/toolbar/toolbar.d.ts +0 -41
  917. package/toolbar/toolbar_public_index.d.ts +0 -4
  918. package/tooltip/package.json +0 -9
  919. package/tooltip/public-api.d.ts +0 -10
  920. package/tooltip/testing/package.json +0 -9
  921. package/tooltip/testing/public-api.d.ts +0 -9
  922. package/tooltip/testing/tooltip-harness-filters.d.ts +0 -11
  923. package/tooltip/testing/tooltip-harness.d.ts +0 -38
  924. package/tooltip/tooltip-animations.d.ts +0 -15
  925. package/tooltip/tooltip-module.d.ts +0 -12
  926. package/tooltip/tooltip.d.ts +0 -299
  927. package/tooltip/tooltip_public_index.d.ts +0 -4
  928. package/tree/data-source/flat-data-source.d.ts +0 -83
  929. package/tree/data-source/nested-data-source.d.ts +0 -25
  930. package/tree/node.d.ts +0 -53
  931. package/tree/outlet.d.ts +0 -21
  932. package/tree/package.json +0 -9
  933. package/tree/padding.d.ts +0 -23
  934. package/tree/public-api.d.ts +0 -15
  935. package/tree/testing/node-harness.d.ts +0 -35
  936. package/tree/testing/package.json +0 -9
  937. package/tree/testing/public-api.d.ts +0 -10
  938. package/tree/testing/tree-harness-filters.d.ts +0 -22
  939. package/tree/testing/tree-harness.d.ts +0 -79
  940. package/tree/toggle.d.ts +0 -16
  941. package/tree/tree-module.d.ts +0 -13
  942. package/tree/tree.d.ts +0 -18
  943. package/tree/tree_public_index.d.ts +0 -4
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.mjs","sources":["../../../../../../src/material/checkbox/checkbox-config.ts","../../../../../../src/material/checkbox/checkbox.ts","../../../../../../src/material/checkbox/checkbox.html","../../../../../../src/material/checkbox/checkbox-required-validator.ts","../../../../../../src/material/checkbox/checkbox-module.ts","../../../../../../src/material/checkbox/public-api.ts","../../../../../../src/material/checkbox/index.ts","../../../../../../src/material/checkbox/checkbox_public_index.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport {InjectionToken} from '@angular/core';\nimport {ThemePalette} from '@angular/material/core';\n\n/** Default `mat-checkbox` options that can be overridden. */\nexport interface MatCheckboxDefaultOptions {\n /** Default theme color palette to be used for checkboxes. */\n color?: ThemePalette;\n /** Default checkbox click action for checkboxes. */\n clickAction?: MatCheckboxClickAction;\n}\n\n/** Injection token to be used to override the default options for `mat-checkbox`. */\nexport const MAT_CHECKBOX_DEFAULT_OPTIONS = new InjectionToken<MatCheckboxDefaultOptions>(\n 'mat-checkbox-default-options',\n {\n providedIn: 'root',\n factory: MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY,\n },\n);\n\n/** @docs-private */\nexport function MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY(): MatCheckboxDefaultOptions {\n return {\n color: 'accent',\n clickAction: 'check-indeterminate',\n };\n}\n\n/**\n * Checkbox click action when user click on input element.\n * noop: Do not toggle checked or indeterminate.\n * check: Only toggle checked status, ignore indeterminate.\n * check-indeterminate: Toggle checked status, set indeterminate to false. Default behavior.\n * undefined: Same as `check-indeterminate`.\n */\nexport type MatCheckboxClickAction = 'noop' | 'check' | 'check-indeterminate' | undefined;\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {FocusableOption, FocusMonitor, FocusOrigin} from '@angular/cdk/a11y';\nimport {BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion';\nimport {\n AfterViewChecked,\n Attribute,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Inject,\n Input,\n NgZone,\n OnDestroy,\n Optional,\n Output,\n ViewChild,\n ViewEncapsulation,\n AfterViewInit,\n} from '@angular/core';\nimport {ControlValueAccessor, NG_VALUE_ACCESSOR} from '@angular/forms';\nimport {\n CanColor,\n CanDisable,\n CanDisableRipple,\n HasTabIndex,\n MatRipple,\n mixinColor,\n mixinDisabled,\n mixinDisableRipple,\n mixinTabIndex,\n} from '@angular/material/core';\nimport {ANIMATION_MODULE_TYPE} from '@angular/platform-browser/animations';\nimport {\n MAT_CHECKBOX_DEFAULT_OPTIONS,\n MatCheckboxDefaultOptions,\n MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY,\n} from './checkbox-config';\n\n// Increasing integer for generating unique ids for checkbox components.\nlet nextUniqueId = 0;\n\n// Default checkbox configuration.\nconst defaults = MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY();\n\n/**\n * Provider Expression that allows mat-checkbox to register as a ControlValueAccessor.\n * This allows it to support [(ngModel)].\n * @docs-private\n */\nexport const MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR: any = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => MatCheckbox),\n multi: true,\n};\n\n/**\n * Represents the different states that require custom transitions between them.\n * @docs-private\n */\nexport const enum TransitionCheckState {\n /** The initial state of the component before any user interaction. */\n Init,\n /** The state representing the component when it's becoming checked. */\n Checked,\n /** The state representing the component when it's becoming unchecked. */\n Unchecked,\n /** The state representing the component when it's becoming indeterminate. */\n Indeterminate,\n}\n\n/** Change event object emitted by MatCheckbox. */\nexport class MatCheckboxChange {\n /** The source MatCheckbox of the event. */\n source: MatCheckbox;\n /** The new `checked` value of the checkbox. */\n checked: boolean;\n}\n\n// Boilerplate for applying mixins to MatCheckbox.\n/** @docs-private */\nconst _MatCheckboxBase = mixinTabIndex(\n mixinColor(\n mixinDisableRipple(\n mixinDisabled(\n class {\n constructor(public _elementRef: ElementRef) {}\n },\n ),\n ),\n ),\n);\n\n/**\n * A material design checkbox component. Supports all of the functionality of an HTML5 checkbox,\n * and exposes a similar API. A MatCheckbox can be either checked, unchecked, indeterminate, or\n * disabled. Note that all additional accessibility attributes are taken care of by the component,\n * so there is no need to provide them yourself. However, if you want to omit a label and still\n * have the checkbox be accessible, you may supply an [aria-label] input.\n * See: https://material.io/design/components/selection-controls.html\n */\n@Component({\n selector: 'mat-checkbox',\n templateUrl: 'checkbox.html',\n styleUrls: ['checkbox.css'],\n exportAs: 'matCheckbox',\n host: {\n 'class': 'mat-checkbox',\n '[id]': 'id',\n '[attr.tabindex]': 'null',\n '[attr.aria-label]': 'null',\n '[attr.aria-labelledby]': 'null',\n '[class.mat-checkbox-indeterminate]': 'indeterminate',\n '[class.mat-checkbox-checked]': 'checked',\n '[class.mat-checkbox-disabled]': 'disabled',\n '[class.mat-checkbox-label-before]': 'labelPosition == \"before\"',\n '[class._mat-animation-noopable]': `_animationMode === 'NoopAnimations'`,\n },\n providers: [MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR],\n inputs: ['disableRipple', 'color', 'tabIndex'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MatCheckbox\n extends _MatCheckboxBase\n implements\n ControlValueAccessor,\n AfterViewInit,\n AfterViewChecked,\n OnDestroy,\n CanColor,\n CanDisable,\n HasTabIndex,\n CanDisableRipple,\n FocusableOption\n{\n /**\n * Attached to the aria-label attribute of the host element. In most cases, aria-labelledby will\n * take precedence so this may be omitted.\n */\n @Input('aria-label') ariaLabel: string = '';\n\n /**\n * Users can specify the `aria-labelledby` attribute which will be forwarded to the input element\n */\n @Input('aria-labelledby') ariaLabelledby: string | null = null;\n\n /** The 'aria-describedby' attribute is read after the element's label and field type. */\n @Input('aria-describedby') ariaDescribedby: string;\n\n private _uniqueId: string = `mat-checkbox-${++nextUniqueId}`;\n\n /** A unique id for the checkbox input. If none is supplied, it will be auto-generated. */\n @Input() id: string = this._uniqueId;\n\n /** Returns the unique id for the visual hidden input. */\n get inputId(): string {\n return `${this.id || this._uniqueId}-input`;\n }\n\n /** Whether the checkbox is required. */\n @Input()\n get required(): boolean {\n return this._required;\n }\n set required(value: BooleanInput) {\n this._required = coerceBooleanProperty(value);\n }\n private _required: boolean;\n\n /** Whether the label should appear after or before the checkbox. Defaults to 'after' */\n @Input() labelPosition: 'before' | 'after' = 'after';\n\n /** Name value will be applied to the input element if present */\n @Input() name: string | null = null;\n\n /** Event emitted when the checkbox's `checked` value changes. */\n @Output() readonly change: EventEmitter<MatCheckboxChange> =\n new EventEmitter<MatCheckboxChange>();\n\n /** Event emitted when the checkbox's `indeterminate` value changes. */\n @Output() readonly indeterminateChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /** The value attribute of the native input element */\n @Input() value: string;\n\n /** The native `<input type=\"checkbox\">` element */\n @ViewChild('input') _inputElement: ElementRef<HTMLInputElement>;\n\n /** Reference to the ripple instance of the checkbox. */\n @ViewChild(MatRipple) ripple: MatRipple;\n\n /**\n * Called when the checkbox is blurred. Needed to properly implement ControlValueAccessor.\n * @docs-private\n */\n _onTouched: () => any = () => {};\n\n private _currentAnimationClass: string = '';\n\n private _currentCheckState: TransitionCheckState = TransitionCheckState.Init;\n\n private _controlValueAccessorChangeFn: (value: any) => void = () => {};\n\n constructor(\n elementRef: ElementRef<HTMLElement>,\n private _changeDetectorRef: ChangeDetectorRef,\n private _focusMonitor: FocusMonitor,\n private _ngZone: NgZone,\n @Attribute('tabindex') tabIndex: string,\n @Optional() @Inject(ANIMATION_MODULE_TYPE) public _animationMode?: string,\n @Optional()\n @Inject(MAT_CHECKBOX_DEFAULT_OPTIONS)\n private _options?: MatCheckboxDefaultOptions,\n ) {\n super(elementRef);\n this._options = this._options || defaults;\n this.color = this.defaultColor = this._options.color || defaults.color;\n this.tabIndex = parseInt(tabIndex) || 0;\n }\n\n ngAfterViewInit() {\n this._focusMonitor.monitor(this._elementRef, true).subscribe(focusOrigin => {\n if (!focusOrigin) {\n // When a focused element becomes disabled, the browser *immediately* fires a blur event.\n // Angular does not expect events to be raised during change detection, so any state change\n // (such as a form control's 'ng-touched') will cause a changed-after-checked error.\n // See https://github.com/angular/angular/issues/17793. To work around this, we defer\n // telling the form control it has been touched until the next tick.\n Promise.resolve().then(() => {\n this._onTouched();\n this._changeDetectorRef.markForCheck();\n });\n }\n });\n\n this._syncIndeterminate(this._indeterminate);\n }\n\n // TODO: Delete next major revision.\n ngAfterViewChecked() {}\n\n ngOnDestroy() {\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n /**\n * Whether the checkbox is checked.\n */\n @Input()\n get checked(): boolean {\n return this._checked;\n }\n set checked(value: boolean) {\n if (value != this.checked) {\n this._checked = value;\n this._changeDetectorRef.markForCheck();\n }\n }\n private _checked: boolean = false;\n\n /**\n * Whether the checkbox is disabled. This fully overrides the implementation provided by\n * mixinDisabled, but the mixin is still required because mixinTabIndex requires it.\n */\n @Input()\n override get disabled(): boolean {\n return this._disabled;\n }\n override set disabled(value: BooleanInput) {\n const newValue = coerceBooleanProperty(value);\n\n if (newValue !== this.disabled) {\n this._disabled = newValue;\n this._changeDetectorRef.markForCheck();\n }\n }\n private _disabled: boolean = false;\n\n /**\n * Whether the checkbox is indeterminate. This is also known as \"mixed\" mode and can be used to\n * represent a checkbox with three states, e.g. a checkbox that represents a nested list of\n * checkable items. Note that whenever checkbox is manually clicked, indeterminate is immediately\n * set to false.\n */\n @Input()\n get indeterminate(): boolean {\n return this._indeterminate;\n }\n set indeterminate(value: BooleanInput) {\n const changed = value != this._indeterminate;\n this._indeterminate = coerceBooleanProperty(value);\n\n if (changed) {\n if (this._indeterminate) {\n this._transitionCheckState(TransitionCheckState.Indeterminate);\n } else {\n this._transitionCheckState(\n this.checked ? TransitionCheckState.Checked : TransitionCheckState.Unchecked,\n );\n }\n this.indeterminateChange.emit(this._indeterminate);\n }\n\n this._syncIndeterminate(this._indeterminate);\n }\n private _indeterminate: boolean = false;\n\n _isRippleDisabled() {\n return this.disableRipple || this.disabled;\n }\n\n /** Method being called whenever the label text changes. */\n _onLabelTextChange() {\n // Since the event of the `cdkObserveContent` directive runs outside of the zone, the checkbox\n // component will be only marked for check, but no actual change detection runs automatically.\n // Instead of going back into the zone in order to trigger a change detection which causes\n // *all* components to be checked (if explicitly marked or not using OnPush), we only trigger\n // an explicit change detection for the checkbox view and its children.\n this._changeDetectorRef.detectChanges();\n }\n\n // Implemented as part of ControlValueAccessor.\n writeValue(value: any) {\n this.checked = !!value;\n }\n\n // Implemented as part of ControlValueAccessor.\n registerOnChange(fn: (value: any) => void) {\n this._controlValueAccessorChangeFn = fn;\n }\n\n // Implemented as part of ControlValueAccessor.\n registerOnTouched(fn: any) {\n this._onTouched = fn;\n }\n\n // Implemented as part of ControlValueAccessor.\n setDisabledState(isDisabled: boolean) {\n this.disabled = isDisabled;\n }\n\n _getAriaChecked(): 'true' | 'false' | 'mixed' {\n if (this.checked) {\n return 'true';\n }\n\n return this.indeterminate ? 'mixed' : 'false';\n }\n\n private _transitionCheckState(newState: TransitionCheckState) {\n let oldState = this._currentCheckState;\n let element: HTMLElement = this._elementRef.nativeElement;\n\n if (oldState === newState) {\n return;\n }\n if (this._currentAnimationClass.length > 0) {\n element.classList.remove(this._currentAnimationClass);\n }\n\n this._currentAnimationClass = this._getAnimationClassForCheckStateTransition(\n oldState,\n newState,\n );\n this._currentCheckState = newState;\n\n if (this._currentAnimationClass.length > 0) {\n element.classList.add(this._currentAnimationClass);\n\n // Remove the animation class to avoid animation when the checkbox is moved between containers\n const animationClass = this._currentAnimationClass;\n\n this._ngZone.runOutsideAngular(() => {\n setTimeout(() => {\n element.classList.remove(animationClass);\n }, 1000);\n });\n }\n }\n\n private _emitChangeEvent() {\n const event = new MatCheckboxChange();\n event.source = this;\n event.checked = this.checked;\n\n this._controlValueAccessorChangeFn(this.checked);\n this.change.emit(event);\n\n // Assigning the value again here is redundant, but we have to do it in case it was\n // changed inside the `change` listener which will cause the input to be out of sync.\n if (this._inputElement) {\n this._inputElement.nativeElement.checked = this.checked;\n }\n }\n\n /** Toggles the `checked` state of the checkbox. */\n toggle(): void {\n this.checked = !this.checked;\n this._controlValueAccessorChangeFn(this.checked);\n }\n\n /**\n * Event handler for checkbox input element.\n * Toggles checked state if element is not disabled.\n * Do not toggle on (change) event since IE doesn't fire change event when\n * indeterminate checkbox is clicked.\n * @param event\n */\n _onInputClick(event: Event) {\n const clickAction = this._options?.clickAction;\n\n // We have to stop propagation for click events on the visual hidden input element.\n // By default, when a user clicks on a label element, a generated click event will be\n // dispatched on the associated input element. Since we are using a label element as our\n // root container, the click event on the `checkbox` will be executed twice.\n // The real click event will bubble up, and the generated click event also tries to bubble up.\n // This will lead to multiple click events.\n // Preventing bubbling for the second event will solve that issue.\n event.stopPropagation();\n\n // If resetIndeterminate is false, and the current state is indeterminate, do nothing on click\n if (!this.disabled && clickAction !== 'noop') {\n // When user manually click on the checkbox, `indeterminate` is set to false.\n if (this.indeterminate && clickAction !== 'check') {\n Promise.resolve().then(() => {\n this._indeterminate = false;\n this.indeterminateChange.emit(this._indeterminate);\n });\n }\n\n this._checked = !this._checked;\n this._transitionCheckState(\n this._checked ? TransitionCheckState.Checked : TransitionCheckState.Unchecked,\n );\n\n // Emit our custom change event if the native input emitted one.\n // It is important to only emit it, if the native input triggered one, because\n // we don't want to trigger a change event, when the `checked` variable changes for example.\n this._emitChangeEvent();\n } else if (!this.disabled && clickAction === 'noop') {\n // Reset native input when clicked with noop. The native checkbox becomes checked after\n // click, reset it to be align with `checked` value of `mat-checkbox`.\n this._inputElement.nativeElement.checked = this.checked;\n this._inputElement.nativeElement.indeterminate = this.indeterminate;\n }\n }\n\n /** Focuses the checkbox. */\n focus(origin?: FocusOrigin, options?: FocusOptions): void {\n if (origin) {\n this._focusMonitor.focusVia(this._inputElement, origin, options);\n } else {\n this._inputElement.nativeElement.focus(options);\n }\n }\n\n _onInteractionEvent(event: Event) {\n // We always have to stop propagation on the change event.\n // Otherwise the change event, from the input element, will bubble up and\n // emit its event object to the `change` output.\n event.stopPropagation();\n }\n\n private _getAnimationClassForCheckStateTransition(\n oldState: TransitionCheckState,\n newState: TransitionCheckState,\n ): string {\n // Don't transition if animations are disabled.\n if (this._animationMode === 'NoopAnimations') {\n return '';\n }\n\n let animSuffix: string = '';\n\n switch (oldState) {\n case TransitionCheckState.Init:\n // Handle edge case where user interacts with checkbox that does not have [(ngModel)] or\n // [checked] bound to it.\n if (newState === TransitionCheckState.Checked) {\n animSuffix = 'unchecked-checked';\n } else if (newState == TransitionCheckState.Indeterminate) {\n animSuffix = 'unchecked-indeterminate';\n } else {\n return '';\n }\n break;\n case TransitionCheckState.Unchecked:\n animSuffix =\n newState === TransitionCheckState.Checked\n ? 'unchecked-checked'\n : 'unchecked-indeterminate';\n break;\n case TransitionCheckState.Checked:\n animSuffix =\n newState === TransitionCheckState.Unchecked\n ? 'checked-unchecked'\n : 'checked-indeterminate';\n break;\n case TransitionCheckState.Indeterminate:\n animSuffix =\n newState === TransitionCheckState.Checked\n ? 'indeterminate-checked'\n : 'indeterminate-unchecked';\n break;\n }\n\n return `mat-checkbox-anim-${animSuffix}`;\n }\n\n /**\n * Syncs the indeterminate value with the checkbox DOM node.\n *\n * We sync `indeterminate` directly on the DOM node, because in Ivy the check for whether a\n * property is supported on an element boils down to `if (propName in element)`. Domino's\n * HTMLInputElement doesn't have an `indeterminate` property so Ivy will warn during\n * server-side rendering.\n */\n private _syncIndeterminate(value: boolean) {\n const nativeCheckbox = this._inputElement;\n\n if (nativeCheckbox) {\n nativeCheckbox.nativeElement.indeterminate = value;\n }\n }\n}\n","<label [attr.for]=\"inputId\" class=\"mat-checkbox-layout\" #label>\n <span class=\"mat-checkbox-inner-container\"\n [class.mat-checkbox-inner-container-no-side-margin]=\"!checkboxLabel.textContent || !checkboxLabel.textContent.trim()\">\n <input #input\n class=\"mat-checkbox-input cdk-visually-hidden\" type=\"checkbox\"\n [id]=\"inputId\"\n [required]=\"required\"\n [checked]=\"checked\"\n [attr.value]=\"value\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [tabIndex]=\"tabIndex\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-checked]=\"_getAriaChecked()\"\n [attr.aria-describedby]=\"ariaDescribedby\"\n (change)=\"_onInteractionEvent($event)\"\n (click)=\"_onInputClick($event)\">\n <span matRipple class=\"mat-checkbox-ripple mat-focus-indicator\"\n [matRippleTrigger]=\"label\"\n [matRippleDisabled]=\"_isRippleDisabled()\"\n [matRippleRadius]=\"20\"\n [matRippleCentered]=\"true\"\n [matRippleAnimation]=\"{enterDuration: _animationMode === 'NoopAnimations' ? 0 : 150}\">\n <span class=\"mat-ripple-element mat-checkbox-persistent-ripple\"></span>\n </span>\n <span class=\"mat-checkbox-frame\"></span>\n <span class=\"mat-checkbox-background\">\n <svg version=\"1.1\"\n focusable=\"false\"\n class=\"mat-checkbox-checkmark\"\n viewBox=\"0 0 24 24\"\n aria-hidden=\"true\">\n <path class=\"mat-checkbox-checkmark-path\"\n fill=\"none\"\n stroke=\"white\"\n d=\"M4.1,12.7 9,17.6 20.3,6.3\"/>\n </svg>\n <!-- Element for rendering the indeterminate state checkbox. -->\n <span class=\"mat-checkbox-mixedmark\"></span>\n </span>\n </span>\n <span class=\"mat-checkbox-label\" #checkboxLabel (cdkObserveContent)=\"_onLabelTextChange()\">\n <!-- Add an invisible span so JAWS can read the label -->\n <span style=\"display:none\">&nbsp;</span>\n <ng-content></ng-content>\n </span>\n</label>\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Directive, forwardRef, Provider} from '@angular/core';\nimport {CheckboxRequiredValidator, NG_VALIDATORS} from '@angular/forms';\n\nexport const MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider = {\n provide: NG_VALIDATORS,\n useExisting: forwardRef(() => MatCheckboxRequiredValidator),\n multi: true,\n};\n\n/**\n * Validator for Material checkbox's required attribute in template-driven checkbox.\n * Current CheckboxRequiredValidator only work with `input type=checkbox` and does not\n * work with `mat-checkbox`.\n */\n@Directive({\n selector: `mat-checkbox[required][formControlName],\n mat-checkbox[required][formControl], mat-checkbox[required][ngModel]`,\n providers: [MAT_CHECKBOX_REQUIRED_VALIDATOR],\n})\nexport class MatCheckboxRequiredValidator extends CheckboxRequiredValidator {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ObserversModule} from '@angular/cdk/observers';\nimport {NgModule} from '@angular/core';\nimport {MatCommonModule, MatRippleModule} from '@angular/material/core';\nimport {MatCheckbox} from './checkbox';\nimport {MatCheckboxRequiredValidator} from './checkbox-required-validator';\n\n/** This module is used by both original and MDC-based checkbox implementations. */\n@NgModule({\n exports: [MatCheckboxRequiredValidator],\n declarations: [MatCheckboxRequiredValidator],\n})\nexport class _MatCheckboxRequiredValidatorModule {}\n\n@NgModule({\n imports: [MatRippleModule, MatCommonModule, ObserversModule, _MatCheckboxRequiredValidatorModule],\n exports: [MatCheckbox, MatCommonModule, _MatCheckboxRequiredValidatorModule],\n declarations: [MatCheckbox],\n})\nexport class MatCheckboxModule {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nexport * from './checkbox';\nexport * from './checkbox-config';\nexport * from './checkbox-module';\nexport * from './checkbox-required-validator';\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nexport * from './public-api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"checkbox.mjs","sources":["../../../../../../src/material/checkbox/checkbox-config.ts","../../../../../../src/material/checkbox/checkbox.ts","../../../../../../src/material/checkbox/checkbox.html","../../../../../../src/material/checkbox/checkbox-required-validator.ts","../../../../../../src/material/checkbox/checkbox-module.ts","../../../../../../src/material/checkbox/public-api.ts","../../../../../../src/material/checkbox/index.ts","../../../../../../src/material/checkbox/checkbox_public_index.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport {InjectionToken} from '@angular/core';\nimport {ThemePalette} from '@angular/material/core';\n\n/** Default `mat-checkbox` options that can be overridden. */\nexport interface MatCheckboxDefaultOptions {\n /** Default theme color palette to be used for checkboxes. */\n color?: ThemePalette;\n /** Default checkbox click action for checkboxes. */\n clickAction?: MatCheckboxClickAction;\n}\n\n/** Injection token to be used to override the default options for `mat-checkbox`. */\nexport const MAT_CHECKBOX_DEFAULT_OPTIONS = new InjectionToken<MatCheckboxDefaultOptions>(\n 'mat-checkbox-default-options',\n {\n providedIn: 'root',\n factory: MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY,\n },\n);\n\n/** @docs-private */\nexport function MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY(): MatCheckboxDefaultOptions {\n return {\n color: 'accent',\n clickAction: 'check-indeterminate',\n };\n}\n\n/**\n * Checkbox click action when user click on input element.\n * noop: Do not toggle checked or indeterminate.\n * check: Only toggle checked status, ignore indeterminate.\n * check-indeterminate: Toggle checked status, set indeterminate to false. Default behavior.\n * undefined: Same as `check-indeterminate`.\n */\nexport type MatCheckboxClickAction = 'noop' | 'check' | 'check-indeterminate' | undefined;\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {FocusableOption, FocusMonitor, FocusOrigin} from '@angular/cdk/a11y';\nimport {BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion';\nimport {\n Attribute,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Inject,\n Input,\n NgZone,\n OnDestroy,\n Optional,\n Output,\n ViewChild,\n ViewEncapsulation,\n Directive,\n AfterViewInit,\n} from '@angular/core';\nimport {ControlValueAccessor, NG_VALUE_ACCESSOR} from '@angular/forms';\nimport {\n CanColor,\n CanDisable,\n CanDisableRipple,\n HasTabIndex,\n MatRipple,\n mixinColor,\n mixinDisabled,\n mixinDisableRipple,\n mixinTabIndex,\n} from '@angular/material/core';\nimport {ANIMATION_MODULE_TYPE} from '@angular/platform-browser/animations';\nimport {\n MAT_CHECKBOX_DEFAULT_OPTIONS,\n MatCheckboxDefaultOptions,\n MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY,\n} from './checkbox-config';\n\n// Increasing integer for generating unique ids for checkbox components.\nlet nextUniqueId = 0;\n\n// Default checkbox configuration.\nconst defaults = MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY();\n\n/**\n * Provider Expression that allows mat-checkbox to register as a ControlValueAccessor.\n * This allows it to support [(ngModel)].\n * @docs-private\n */\nexport const MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR: any = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => MatCheckbox),\n multi: true,\n};\n\n/**\n * Represents the different states that require custom transitions between them.\n * @docs-private\n */\nexport const enum TransitionCheckState {\n /** The initial state of the component before any user interaction. */\n Init,\n /** The state representing the component when it's becoming checked. */\n Checked,\n /** The state representing the component when it's becoming unchecked. */\n Unchecked,\n /** The state representing the component when it's becoming indeterminate. */\n Indeterminate,\n}\n\n/** Change event object emitted by MatCheckbox. */\nexport class MatCheckboxChange {\n /** The source MatCheckbox of the event. */\n source: MatCheckbox;\n /** The new `checked` value of the checkbox. */\n checked: boolean;\n}\n\n// Boilerplate for applying mixins to MatCheckbox.\n/** @docs-private */\nconst _MatCheckboxMixinBase = mixinTabIndex(\n mixinColor(\n mixinDisableRipple(\n mixinDisabled(\n class {\n constructor(public _elementRef: ElementRef) {}\n },\n ),\n ),\n ),\n);\n\n@Directive()\nexport abstract class _MatCheckboxBase<E>\n extends _MatCheckboxMixinBase\n implements\n AfterViewInit,\n ControlValueAccessor,\n CanColor,\n CanDisable,\n HasTabIndex,\n CanDisableRipple,\n FocusableOption\n{\n /** Focuses the checkbox. */\n abstract focus(origin?: FocusOrigin): void;\n\n /** Creates the change event that will be emitted by the checkbox. */\n protected abstract _createChangeEvent(isChecked: boolean): E;\n\n /** Gets the element on which to add the animation CSS classes. */\n protected abstract _getAnimationTargetElement(): HTMLElement | null;\n\n /** CSS classes to add when transitioning between the different checkbox states. */\n protected abstract _animationClasses: {\n uncheckedToChecked: string;\n uncheckedToIndeterminate: string;\n checkedToUnchecked: string;\n checkedToIndeterminate: string;\n indeterminateToChecked: string;\n indeterminateToUnchecked: string;\n };\n\n /**\n * Attached to the aria-label attribute of the host element. In most cases, aria-labelledby will\n * take precedence so this may be omitted.\n */\n @Input('aria-label') ariaLabel: string = '';\n\n /**\n * Users can specify the `aria-labelledby` attribute which will be forwarded to the input element\n */\n @Input('aria-labelledby') ariaLabelledby: string | null = null;\n\n /** The 'aria-describedby' attribute is read after the element's label and field type. */\n @Input('aria-describedby') ariaDescribedby: string;\n\n private _uniqueId: string;\n\n /** A unique id for the checkbox input. If none is supplied, it will be auto-generated. */\n @Input() id: string;\n\n /** Returns the unique id for the visual hidden input. */\n get inputId(): string {\n return `${this.id || this._uniqueId}-input`;\n }\n\n /** Whether the checkbox is required. */\n @Input()\n get required(): boolean {\n return this._required;\n }\n set required(value: BooleanInput) {\n this._required = coerceBooleanProperty(value);\n }\n private _required: boolean;\n\n /** Whether the label should appear after or before the checkbox. Defaults to 'after' */\n @Input() labelPosition: 'before' | 'after' = 'after';\n\n /** Name value will be applied to the input element if present */\n @Input() name: string | null = null;\n\n /** Event emitted when the checkbox's `checked` value changes. */\n @Output() readonly change: EventEmitter<E> = new EventEmitter<E>();\n\n /** Event emitted when the checkbox's `indeterminate` value changes. */\n @Output() readonly indeterminateChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /** The value attribute of the native input element */\n @Input() value: string;\n\n /** The native `<input type=\"checkbox\">` element */\n @ViewChild('input') _inputElement: ElementRef<HTMLInputElement>;\n\n /** Reference to the ripple instance of the checkbox. */\n @ViewChild(MatRipple) ripple: MatRipple;\n\n /**\n * Called when the checkbox is blurred. Needed to properly implement ControlValueAccessor.\n * @docs-private\n */\n _onTouched: () => any = () => {};\n\n private _currentAnimationClass: string = '';\n\n private _currentCheckState: TransitionCheckState = TransitionCheckState.Init;\n\n private _controlValueAccessorChangeFn: (value: any) => void = () => {};\n\n constructor(\n idPrefix: string,\n elementRef: ElementRef<HTMLElement>,\n protected _changeDetectorRef: ChangeDetectorRef,\n protected _ngZone: NgZone,\n tabIndex: string,\n public _animationMode?: string,\n protected _options?: MatCheckboxDefaultOptions,\n ) {\n super(elementRef);\n this._options = this._options || defaults;\n this.color = this.defaultColor = this._options.color || defaults.color;\n this.tabIndex = parseInt(tabIndex) || 0;\n this.id = this._uniqueId = `${idPrefix}${++nextUniqueId}`;\n }\n\n ngAfterViewInit() {\n this._syncIndeterminate(this._indeterminate);\n }\n\n /** Whether the checkbox is checked. */\n @Input()\n get checked(): boolean {\n return this._checked;\n }\n set checked(value: BooleanInput) {\n const checked = coerceBooleanProperty(value);\n\n if (checked != this.checked) {\n this._checked = checked;\n this._changeDetectorRef.markForCheck();\n }\n }\n private _checked: boolean = false;\n\n /**\n * Whether the checkbox is disabled. This fully overrides the implementation provided by\n * mixinDisabled, but the mixin is still required because mixinTabIndex requires it.\n */\n @Input()\n override get disabled(): boolean {\n return this._disabled;\n }\n override set disabled(value: BooleanInput) {\n const newValue = coerceBooleanProperty(value);\n\n if (newValue !== this.disabled) {\n this._disabled = newValue;\n this._changeDetectorRef.markForCheck();\n }\n }\n private _disabled: boolean = false;\n\n /**\n * Whether the checkbox is indeterminate. This is also known as \"mixed\" mode and can be used to\n * represent a checkbox with three states, e.g. a checkbox that represents a nested list of\n * checkable items. Note that whenever checkbox is manually clicked, indeterminate is immediately\n * set to false.\n */\n @Input()\n get indeterminate(): boolean {\n return this._indeterminate;\n }\n set indeterminate(value: BooleanInput) {\n const changed = value != this._indeterminate;\n this._indeterminate = coerceBooleanProperty(value);\n\n if (changed) {\n if (this._indeterminate) {\n this._transitionCheckState(TransitionCheckState.Indeterminate);\n } else {\n this._transitionCheckState(\n this.checked ? TransitionCheckState.Checked : TransitionCheckState.Unchecked,\n );\n }\n this.indeterminateChange.emit(this._indeterminate);\n }\n\n this._syncIndeterminate(this._indeterminate);\n }\n private _indeterminate: boolean = false;\n\n _isRippleDisabled() {\n return this.disableRipple || this.disabled;\n }\n\n /** Method being called whenever the label text changes. */\n _onLabelTextChange() {\n // Since the event of the `cdkObserveContent` directive runs outside of the zone, the checkbox\n // component will be only marked for check, but no actual change detection runs automatically.\n // Instead of going back into the zone in order to trigger a change detection which causes\n // *all* components to be checked (if explicitly marked or not using OnPush), we only trigger\n // an explicit change detection for the checkbox view and its children.\n this._changeDetectorRef.detectChanges();\n }\n\n // Implemented as part of ControlValueAccessor.\n writeValue(value: any) {\n this.checked = !!value;\n }\n\n // Implemented as part of ControlValueAccessor.\n registerOnChange(fn: (value: any) => void) {\n this._controlValueAccessorChangeFn = fn;\n }\n\n // Implemented as part of ControlValueAccessor.\n registerOnTouched(fn: any) {\n this._onTouched = fn;\n }\n\n // Implemented as part of ControlValueAccessor.\n setDisabledState(isDisabled: boolean) {\n this.disabled = isDisabled;\n }\n\n _getAriaChecked(): 'true' | 'false' | 'mixed' {\n if (this.checked) {\n return 'true';\n }\n\n return this.indeterminate ? 'mixed' : 'false';\n }\n\n private _transitionCheckState(newState: TransitionCheckState) {\n let oldState = this._currentCheckState;\n let element = this._getAnimationTargetElement();\n\n if (oldState === newState || !element) {\n return;\n }\n if (this._currentAnimationClass.length > 0) {\n element.classList.remove(this._currentAnimationClass);\n }\n\n this._currentAnimationClass = this._getAnimationClassForCheckStateTransition(\n oldState,\n newState,\n );\n this._currentCheckState = newState;\n\n if (this._currentAnimationClass.length > 0) {\n element.classList.add(this._currentAnimationClass);\n\n // Remove the animation class to avoid animation when the checkbox is moved between containers\n const animationClass = this._currentAnimationClass;\n\n this._ngZone.runOutsideAngular(() => {\n setTimeout(() => {\n element!.classList.remove(animationClass);\n }, 1000);\n });\n }\n }\n\n private _emitChangeEvent() {\n this._controlValueAccessorChangeFn(this.checked);\n this.change.emit(this._createChangeEvent(this.checked));\n\n // Assigning the value again here is redundant, but we have to do it in case it was\n // changed inside the `change` listener which will cause the input to be out of sync.\n if (this._inputElement) {\n this._inputElement.nativeElement.checked = this.checked;\n }\n }\n\n /** Toggles the `checked` state of the checkbox. */\n toggle(): void {\n this.checked = !this.checked;\n this._controlValueAccessorChangeFn(this.checked);\n }\n\n protected _handleInputClick() {\n const clickAction = this._options?.clickAction;\n\n // If resetIndeterminate is false, and the current state is indeterminate, do nothing on click\n if (!this.disabled && clickAction !== 'noop') {\n // When user manually click on the checkbox, `indeterminate` is set to false.\n if (this.indeterminate && clickAction !== 'check') {\n Promise.resolve().then(() => {\n this._indeterminate = false;\n this.indeterminateChange.emit(this._indeterminate);\n });\n }\n\n this._checked = !this._checked;\n this._transitionCheckState(\n this._checked ? TransitionCheckState.Checked : TransitionCheckState.Unchecked,\n );\n\n // Emit our custom change event if the native input emitted one.\n // It is important to only emit it, if the native input triggered one, because\n // we don't want to trigger a change event, when the `checked` variable changes for example.\n this._emitChangeEvent();\n } else if (!this.disabled && clickAction === 'noop') {\n // Reset native input when clicked with noop. The native checkbox becomes checked after\n // click, reset it to be align with `checked` value of `mat-checkbox`.\n this._inputElement.nativeElement.checked = this.checked;\n this._inputElement.nativeElement.indeterminate = this.indeterminate;\n }\n }\n\n _onInteractionEvent(event: Event) {\n // We always have to stop propagation on the change event.\n // Otherwise the change event, from the input element, will bubble up and\n // emit its event object to the `change` output.\n event.stopPropagation();\n }\n\n _onBlur() {\n // When a focused element becomes disabled, the browser *immediately* fires a blur event.\n // Angular does not expect events to be raised during change detection, so any state change\n // (such as a form control's 'ng-touched') will cause a changed-after-checked error.\n // See https://github.com/angular/angular/issues/17793. To work around this, we defer\n // telling the form control it has been touched until the next tick.\n Promise.resolve().then(() => {\n this._onTouched();\n this._changeDetectorRef.markForCheck();\n });\n }\n\n private _getAnimationClassForCheckStateTransition(\n oldState: TransitionCheckState,\n newState: TransitionCheckState,\n ): string {\n // Don't transition if animations are disabled.\n if (this._animationMode === 'NoopAnimations') {\n return '';\n }\n\n switch (oldState) {\n case TransitionCheckState.Init:\n // Handle edge case where user interacts with checkbox that does not have [(ngModel)] or\n // [checked] bound to it.\n if (newState === TransitionCheckState.Checked) {\n return this._animationClasses.uncheckedToChecked;\n } else if (newState == TransitionCheckState.Indeterminate) {\n return this._animationClasses.uncheckedToIndeterminate;\n }\n break;\n case TransitionCheckState.Unchecked:\n return newState === TransitionCheckState.Checked\n ? this._animationClasses.uncheckedToChecked\n : this._animationClasses.uncheckedToIndeterminate;\n case TransitionCheckState.Checked:\n return newState === TransitionCheckState.Unchecked\n ? this._animationClasses.checkedToUnchecked\n : this._animationClasses.checkedToIndeterminate;\n case TransitionCheckState.Indeterminate:\n return newState === TransitionCheckState.Checked\n ? this._animationClasses.indeterminateToChecked\n : this._animationClasses.indeterminateToUnchecked;\n }\n\n return '';\n }\n\n /**\n * Syncs the indeterminate value with the checkbox DOM node.\n *\n * We sync `indeterminate` directly on the DOM node, because in Ivy the check for whether a\n * property is supported on an element boils down to `if (propName in element)`. Domino's\n * HTMLInputElement doesn't have an `indeterminate` property so Ivy will warn during\n * server-side rendering.\n */\n private _syncIndeterminate(value: boolean) {\n const nativeCheckbox = this._inputElement;\n\n if (nativeCheckbox) {\n nativeCheckbox.nativeElement.indeterminate = value;\n }\n }\n}\n\n/**\n * A material design checkbox component. Supports all of the functionality of an HTML5 checkbox,\n * and exposes a similar API. A MatCheckbox can be either checked, unchecked, indeterminate, or\n * disabled. Note that all additional accessibility attributes are taken care of by the component,\n * so there is no need to provide them yourself. However, if you want to omit a label and still\n * have the checkbox be accessible, you may supply an [aria-label] input.\n * See: https://material.io/design/components/selection-controls.html\n */\n@Component({\n selector: 'mat-checkbox',\n templateUrl: 'checkbox.html',\n styleUrls: ['checkbox.css'],\n exportAs: 'matCheckbox',\n host: {\n 'class': 'mat-checkbox',\n '[id]': 'id',\n '[attr.tabindex]': 'null',\n '[attr.aria-label]': 'null',\n '[attr.aria-labelledby]': 'null',\n '[class.mat-checkbox-indeterminate]': 'indeterminate',\n '[class.mat-checkbox-checked]': 'checked',\n '[class.mat-checkbox-disabled]': 'disabled',\n '[class.mat-checkbox-label-before]': 'labelPosition == \"before\"',\n '[class._mat-animation-noopable]': `_animationMode === 'NoopAnimations'`,\n },\n providers: [MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR],\n inputs: ['disableRipple', 'color', 'tabIndex'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MatCheckbox\n extends _MatCheckboxBase<MatCheckboxChange>\n implements AfterViewInit, OnDestroy\n{\n protected _animationClasses = {\n uncheckedToChecked: 'mat-checkbox-anim-unchecked-checked',\n uncheckedToIndeterminate: 'mat-checkbox-anim-unchecked-indeterminate',\n checkedToUnchecked: 'mat-checkbox-anim-checked-unchecked',\n checkedToIndeterminate: 'mat-checkbox-anim-checked-indeterminate',\n indeterminateToChecked: 'mat-checkbox-anim-indeterminate-checked',\n indeterminateToUnchecked: 'mat-checkbox-anim-indeterminate-unchecked',\n };\n\n constructor(\n elementRef: ElementRef<HTMLElement>,\n changeDetectorRef: ChangeDetectorRef,\n private _focusMonitor: FocusMonitor,\n ngZone: NgZone,\n @Attribute('tabindex') tabIndex: string,\n @Optional() @Inject(ANIMATION_MODULE_TYPE) animationMode?: string,\n @Optional()\n @Inject(MAT_CHECKBOX_DEFAULT_OPTIONS)\n options?: MatCheckboxDefaultOptions,\n ) {\n super('mat-checkbox-', elementRef, changeDetectorRef, ngZone, tabIndex, animationMode, options);\n }\n\n protected _createChangeEvent(isChecked: boolean) {\n const event = new MatCheckboxChange();\n event.source = this;\n event.checked = isChecked;\n return event;\n }\n\n protected _getAnimationTargetElement() {\n return this._elementRef.nativeElement;\n }\n\n override ngAfterViewInit() {\n super.ngAfterViewInit();\n\n this._focusMonitor.monitor(this._elementRef, true).subscribe(focusOrigin => {\n if (!focusOrigin) {\n this._onBlur();\n }\n });\n }\n\n ngOnDestroy() {\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n /**\n * Event handler for checkbox input element.\n * Toggles checked state if element is not disabled.\n * Do not toggle on (change) event since IE doesn't fire change event when\n * indeterminate checkbox is clicked.\n * @param event\n */\n _onInputClick(event: Event) {\n // We have to stop propagation for click events on the visual hidden input element.\n // By default, when a user clicks on a label element, a generated click event will be\n // dispatched on the associated input element. Since we are using a label element as our\n // root container, the click event on the `checkbox` will be executed twice.\n // The real click event will bubble up, and the generated click event also tries to bubble up.\n // This will lead to multiple click events.\n // Preventing bubbling for the second event will solve that issue.\n event.stopPropagation();\n super._handleInputClick();\n }\n\n /** Focuses the checkbox. */\n focus(origin?: FocusOrigin, options?: FocusOptions): void {\n if (origin) {\n this._focusMonitor.focusVia(this._inputElement, origin, options);\n } else {\n this._inputElement.nativeElement.focus(options);\n }\n }\n}\n","<label [attr.for]=\"inputId\" class=\"mat-checkbox-layout\" #label>\n <span class=\"mat-checkbox-inner-container\"\n [class.mat-checkbox-inner-container-no-side-margin]=\"!checkboxLabel.textContent || !checkboxLabel.textContent.trim()\">\n <input #input\n class=\"mat-checkbox-input cdk-visually-hidden\" type=\"checkbox\"\n [id]=\"inputId\"\n [required]=\"required\"\n [checked]=\"checked\"\n [attr.value]=\"value\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [tabIndex]=\"tabIndex\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-checked]=\"_getAriaChecked()\"\n [attr.aria-describedby]=\"ariaDescribedby\"\n (change)=\"_onInteractionEvent($event)\"\n (click)=\"_onInputClick($event)\">\n <span matRipple class=\"mat-checkbox-ripple mat-focus-indicator\"\n [matRippleTrigger]=\"label\"\n [matRippleDisabled]=\"_isRippleDisabled()\"\n [matRippleRadius]=\"20\"\n [matRippleCentered]=\"true\"\n [matRippleAnimation]=\"{enterDuration: _animationMode === 'NoopAnimations' ? 0 : 150}\">\n <span class=\"mat-ripple-element mat-checkbox-persistent-ripple\"></span>\n </span>\n <span class=\"mat-checkbox-frame\"></span>\n <span class=\"mat-checkbox-background\">\n <svg version=\"1.1\"\n focusable=\"false\"\n class=\"mat-checkbox-checkmark\"\n viewBox=\"0 0 24 24\"\n aria-hidden=\"true\">\n <path class=\"mat-checkbox-checkmark-path\"\n fill=\"none\"\n stroke=\"white\"\n d=\"M4.1,12.7 9,17.6 20.3,6.3\"/>\n </svg>\n <!-- Element for rendering the indeterminate state checkbox. -->\n <span class=\"mat-checkbox-mixedmark\"></span>\n </span>\n </span>\n <span class=\"mat-checkbox-label\" #checkboxLabel (cdkObserveContent)=\"_onLabelTextChange()\">\n <!-- Add an invisible span so JAWS can read the label -->\n <span style=\"display:none\">&nbsp;</span>\n <ng-content></ng-content>\n </span>\n</label>\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Directive, forwardRef, Provider} from '@angular/core';\nimport {CheckboxRequiredValidator, NG_VALIDATORS} from '@angular/forms';\n\nexport const MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider = {\n provide: NG_VALIDATORS,\n useExisting: forwardRef(() => MatCheckboxRequiredValidator),\n multi: true,\n};\n\n/**\n * Validator for Material checkbox's required attribute in template-driven checkbox.\n * Current CheckboxRequiredValidator only work with `input type=checkbox` and does not\n * work with `mat-checkbox`.\n */\n@Directive({\n selector: `mat-checkbox[required][formControlName],\n mat-checkbox[required][formControl], mat-checkbox[required][ngModel]`,\n providers: [MAT_CHECKBOX_REQUIRED_VALIDATOR],\n})\nexport class MatCheckboxRequiredValidator extends CheckboxRequiredValidator {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {ObserversModule} from '@angular/cdk/observers';\nimport {NgModule} from '@angular/core';\nimport {MatCommonModule, MatRippleModule} from '@angular/material/core';\nimport {MatCheckbox} from './checkbox';\nimport {MatCheckboxRequiredValidator} from './checkbox-required-validator';\n\n/** This module is used by both original and MDC-based checkbox implementations. */\n@NgModule({\n exports: [MatCheckboxRequiredValidator],\n declarations: [MatCheckboxRequiredValidator],\n})\nexport class _MatCheckboxRequiredValidatorModule {}\n\n@NgModule({\n imports: [MatRippleModule, MatCommonModule, ObserversModule, _MatCheckboxRequiredValidatorModule],\n exports: [MatCheckbox, MatCommonModule, _MatCheckboxRequiredValidatorModule],\n declarations: [MatCheckbox],\n})\nexport class MatCheckboxModule {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nexport * from './checkbox';\nexport * from './checkbox-config';\nexport * from './checkbox-module';\nexport * from './checkbox-required-validator';\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nexport * from './public-api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -62,9 +62,9 @@ const _MatChipMixinBase = mixinTabIndex(mixinColor(mixinDisableRipple(MatChipBas
62
62
  */
63
63
  class MatChipAvatar {
64
64
  }
65
- MatChipAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipAvatar, deps: [], target: i0.ɵɵFactoryTarget.Directive });
66
- MatChipAvatar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatChipAvatar, selector: "mat-chip-avatar, [matChipAvatar]", host: { classAttribute: "mat-chip-avatar" }, providers: [{ provide: MAT_CHIP_AVATAR, useExisting: MatChipAvatar }], ngImport: i0 });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipAvatar, decorators: [{
65
+ MatChipAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipAvatar, deps: [], target: i0.ɵɵFactoryTarget.Directive });
66
+ MatChipAvatar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: MatChipAvatar, selector: "mat-chip-avatar, [matChipAvatar]", host: { classAttribute: "mat-chip-avatar" }, providers: [{ provide: MAT_CHIP_AVATAR, useExisting: MatChipAvatar }], ngImport: i0 });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipAvatar, decorators: [{
68
68
  type: Directive,
69
69
  args: [{
70
70
  selector: 'mat-chip-avatar, [matChipAvatar]',
@@ -78,9 +78,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9",
78
78
  */
79
79
  class MatChipTrailingIcon {
80
80
  }
81
- MatChipTrailingIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipTrailingIcon, deps: [], target: i0.ɵɵFactoryTarget.Directive });
82
- MatChipTrailingIcon.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatChipTrailingIcon, selector: "mat-chip-trailing-icon, [matChipTrailingIcon]", host: { classAttribute: "mat-chip-trailing-icon" }, providers: [{ provide: MAT_CHIP_TRAILING_ICON, useExisting: MatChipTrailingIcon }], ngImport: i0 });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipTrailingIcon, decorators: [{
81
+ MatChipTrailingIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipTrailingIcon, deps: [], target: i0.ɵɵFactoryTarget.Directive });
82
+ MatChipTrailingIcon.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: MatChipTrailingIcon, selector: "mat-chip-trailing-icon, [matChipTrailingIcon]", host: { classAttribute: "mat-chip-trailing-icon" }, providers: [{ provide: MAT_CHIP_TRAILING_ICON, useExisting: MatChipTrailingIcon }], ngImport: i0 });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipTrailingIcon, decorators: [{
84
84
  type: Directive,
85
85
  args: [{
86
86
  selector: 'mat-chip-trailing-icon, [matChipTrailingIcon]',
@@ -88,9 +88,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9",
88
88
  providers: [{ provide: MAT_CHIP_TRAILING_ICON, useExisting: MatChipTrailingIcon }],
89
89
  }]
90
90
  }] });
91
- /**
92
- * Material design styled Chip component. Used inside the MatChipList component.
93
- */
91
+ /** Material Design styled chip directive. Used inside the MatChipList component. */
94
92
  class MatChip extends _MatChipMixinBase {
95
93
  constructor(elementRef, _ngZone, platform, globalRippleOptions, _changeDetectorRef, _document, animationMode, tabIndex) {
96
94
  super(elementRef);
@@ -312,9 +310,9 @@ class MatChip extends _MatChipMixinBase {
312
310
  });
313
311
  }
314
312
  }
315
- MatChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChip, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: i0.ChangeDetectorRef }, { token: DOCUMENT }, { token: ANIMATION_MODULE_TYPE, optional: true }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Directive });
316
- MatChip.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: { color: "color", disableRipple: "disableRipple", tabIndex: "tabIndex", role: "role", selected: "selected", value: "value", selectable: "selectable", disabled: "disabled", removable: "removable" }, outputs: { selectionChange: "selectionChange", destroyed: "destroyed", removed: "removed" }, host: { listeners: { "click": "_handleClick($event)", "keydown": "_handleKeydown($event)", "focus": "focus()", "blur": "_blur()" }, properties: { "attr.tabindex": "disabled ? null : tabIndex", "attr.role": "role", "class.mat-chip-selected": "selected", "class.mat-chip-with-avatar": "avatar", "class.mat-chip-with-trailing-icon": "trailingIcon || removeIcon", "class.mat-chip-disabled": "disabled", "class._mat-animation-noopable": "_animationsDisabled", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()", "attr.aria-selected": "ariaSelected" }, classAttribute: "mat-chip mat-focus-indicator" }, queries: [{ propertyName: "avatar", first: true, predicate: MAT_CHIP_AVATAR, descendants: true }, { propertyName: "trailingIcon", first: true, predicate: MAT_CHIP_TRAILING_ICON, descendants: true }, { propertyName: "removeIcon", first: true, predicate: MAT_CHIP_REMOVE, descendants: true }], exportAs: ["matChip"], usesInheritance: true, ngImport: i0 });
317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChip, decorators: [{
313
+ MatChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChip, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: i0.ChangeDetectorRef }, { token: DOCUMENT }, { token: ANIMATION_MODULE_TYPE, optional: true }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Directive });
314
+ MatChip.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: { color: "color", disableRipple: "disableRipple", tabIndex: "tabIndex", role: "role", selected: "selected", value: "value", selectable: "selectable", disabled: "disabled", removable: "removable" }, outputs: { selectionChange: "selectionChange", destroyed: "destroyed", removed: "removed" }, host: { listeners: { "click": "_handleClick($event)", "keydown": "_handleKeydown($event)", "focus": "focus()", "blur": "_blur()" }, properties: { "attr.tabindex": "disabled ? null : tabIndex", "attr.role": "role", "class.mat-chip-selected": "selected", "class.mat-chip-with-avatar": "avatar", "class.mat-chip-with-trailing-icon": "trailingIcon || removeIcon", "class.mat-chip-disabled": "disabled", "class._mat-animation-noopable": "_animationsDisabled", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()", "attr.aria-selected": "ariaSelected" }, classAttribute: "mat-chip mat-focus-indicator" }, queries: [{ propertyName: "avatar", first: true, predicate: MAT_CHIP_AVATAR, descendants: true }, { propertyName: "trailingIcon", first: true, predicate: MAT_CHIP_TRAILING_ICON, descendants: true }, { propertyName: "removeIcon", first: true, predicate: MAT_CHIP_REMOVE, descendants: true }], exportAs: ["matChip"], usesInheritance: true, ngImport: i0 });
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChip, decorators: [{
318
316
  type: Directive,
319
317
  args: [{
320
318
  selector: `mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]`,
@@ -416,11 +414,12 @@ class MatChipRemove {
416
414
  // the parent click listener of the `MatChip` would prevent propagation, but it can happen
417
415
  // that the chip is being removed before the event bubbles up.
418
416
  event.stopPropagation();
417
+ event.preventDefault();
419
418
  }
420
419
  }
421
- MatChipRemove.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipRemove, deps: [{ token: MatChip }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
422
- MatChipRemove.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatChipRemove, selector: "[matChipRemove]", host: { listeners: { "click": "_handleClick($event)" }, classAttribute: "mat-chip-remove mat-chip-trailing-icon" }, providers: [{ provide: MAT_CHIP_REMOVE, useExisting: MatChipRemove }], ngImport: i0 });
423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipRemove, decorators: [{
420
+ MatChipRemove.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipRemove, deps: [{ token: MatChip }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
421
+ MatChipRemove.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: MatChipRemove, selector: "[matChipRemove]", host: { listeners: { "click": "_handleClick($event)" }, classAttribute: "mat-chip-remove mat-chip-trailing-icon" }, providers: [{ provide: MAT_CHIP_REMOVE, useExisting: MatChipRemove }], ngImport: i0 });
422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipRemove, decorators: [{
424
423
  type: Directive,
425
424
  args: [{
426
425
  selector: '[matChipRemove]',
@@ -594,9 +593,9 @@ class MatChipInput {
594
593
  return !hasModifierKey(event) && new Set(this.separatorKeyCodes).has(event.keyCode);
595
594
  }
596
595
  }
597
- MatChipInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipInput, deps: [{ token: i0.ElementRef }, { token: MAT_CHIPS_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Directive });
598
- MatChipInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatChipInput, selector: "input[matChipInputFor]", inputs: { chipList: ["matChipInputFor", "chipList"], addOnBlur: ["matChipInputAddOnBlur", "addOnBlur"], separatorKeyCodes: ["matChipInputSeparatorKeyCodes", "separatorKeyCodes"], placeholder: "placeholder", id: "id", disabled: "disabled" }, outputs: { chipEnd: "matChipInputTokenEnd" }, host: { listeners: { "keydown": "_keydown($event)", "keyup": "_keyup($event)", "blur": "_blur()", "focus": "_focus()", "input": "_onInput()" }, properties: { "id": "id", "attr.disabled": "disabled || null", "attr.placeholder": "placeholder || null", "attr.aria-invalid": "_chipList && _chipList.ngControl ? _chipList.ngControl.invalid : null", "attr.aria-required": "_chipList && _chipList.required || null" }, classAttribute: "mat-chip-input mat-input-element" }, exportAs: ["matChipInput", "matChipInputFor"], usesOnChanges: true, ngImport: i0 });
599
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipInput, decorators: [{
596
+ MatChipInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipInput, deps: [{ token: i0.ElementRef }, { token: MAT_CHIPS_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Directive });
597
+ MatChipInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: MatChipInput, selector: "input[matChipInputFor]", inputs: { chipList: ["matChipInputFor", "chipList"], addOnBlur: ["matChipInputAddOnBlur", "addOnBlur"], separatorKeyCodes: ["matChipInputSeparatorKeyCodes", "separatorKeyCodes"], placeholder: "placeholder", id: "id", disabled: "disabled" }, outputs: { chipEnd: "matChipInputTokenEnd" }, host: { listeners: { "keydown": "_keydown($event)", "keyup": "_keyup($event)", "blur": "_blur()", "focus": "_focus()", "input": "_onInput()" }, properties: { "id": "id", "attr.disabled": "disabled || null", "attr.placeholder": "placeholder || null", "attr.aria-invalid": "_chipList && _chipList.ngControl ? _chipList.ngControl.invalid : null", "attr.aria-required": "_chipList && _chipList.required || null" }, classAttribute: "mat-chip-input mat-input-element" }, exportAs: ["matChipInput", "matChipInputFor"], usesOnChanges: true, ngImport: i0 });
598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipInput, decorators: [{
600
599
  type: Directive,
601
600
  args: [{
602
601
  selector: 'input[matChipInputFor]',
@@ -1270,9 +1269,9 @@ class MatChipList extends _MatChipListBase {
1270
1269
  }
1271
1270
  }
1272
1271
  }
1273
- MatChipList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipList, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.Directionality, optional: true }, { token: i2.NgForm, optional: true }, { token: i2.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: i2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
1274
- MatChipList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatChipList, selector: "mat-chip-list", inputs: { role: "role", userAriaDescribedBy: ["aria-describedby", "userAriaDescribedBy"], errorStateMatcher: "errorStateMatcher", multiple: "multiple", compareWith: "compareWith", value: "value", required: "required", placeholder: "placeholder", disabled: "disabled", ariaOrientation: ["aria-orientation", "ariaOrientation"], selectable: "selectable", tabIndex: "tabIndex" }, outputs: { change: "change", valueChange: "valueChange" }, host: { listeners: { "focus": "focus()", "blur": "_blur()", "keydown": "_keydown($event)" }, properties: { "attr.tabindex": "disabled ? null : _tabIndex", "attr.aria-required": "role ? required : null", "attr.aria-disabled": "disabled.toString()", "attr.aria-invalid": "errorState", "attr.aria-multiselectable": "multiple", "attr.role": "role", "class.mat-chip-list-disabled": "disabled", "class.mat-chip-list-invalid": "errorState", "class.mat-chip-list-required": "required", "attr.aria-orientation": "ariaOrientation", "id": "_uid" }, classAttribute: "mat-chip-list" }, providers: [{ provide: MatFormFieldControl, useExisting: MatChipList }], queries: [{ propertyName: "chips", predicate: MatChip, descendants: true }], exportAs: ["matChipList"], usesInheritance: true, ngImport: i0, template: `<div class="mat-chip-list-wrapper"><ng-content></ng-content></div>`, isInline: true, styles: [".mat-chip{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}._mat-animation-noopable.mat-standard-chip{transition:none;animation:none}.mat-standard-chip .mat-chip-remove{border:none;-webkit-appearance:none;-moz-appearance:none;padding:0;background:none}.mat-standard-chip .mat-chip-remove.mat-icon,.mat-standard-chip .mat-chip-remove .mat-icon{width:18px;height:18px;font-size:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:\"\";pointer-events:none;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:none}.mat-standard-chip:focus::after{opacity:.16}.cdk-high-contrast-active .mat-standard-chip{outline:solid 1px}.cdk-high-contrast-active .mat-standard-chip:focus{outline:dotted 2px}.cdk-high-contrast-active .mat-standard-chip.mat-chip-selected{outline-width:3px}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit;overflow:hidden;transform:translateZ(0)}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipList, decorators: [{
1272
+ MatChipList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipList, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1$1.Directionality, optional: true }, { token: i2.NgForm, optional: true }, { token: i2.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: i2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
1273
+ MatChipList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: MatChipList, selector: "mat-chip-list", inputs: { role: "role", userAriaDescribedBy: ["aria-describedby", "userAriaDescribedBy"], errorStateMatcher: "errorStateMatcher", multiple: "multiple", compareWith: "compareWith", value: "value", required: "required", placeholder: "placeholder", disabled: "disabled", ariaOrientation: ["aria-orientation", "ariaOrientation"], selectable: "selectable", tabIndex: "tabIndex" }, outputs: { change: "change", valueChange: "valueChange" }, host: { listeners: { "focus": "focus()", "blur": "_blur()", "keydown": "_keydown($event)" }, properties: { "attr.tabindex": "disabled ? null : _tabIndex", "attr.aria-required": "role ? required : null", "attr.aria-disabled": "disabled.toString()", "attr.aria-invalid": "errorState", "attr.aria-multiselectable": "multiple", "attr.role": "role", "class.mat-chip-list-disabled": "disabled", "class.mat-chip-list-invalid": "errorState", "class.mat-chip-list-required": "required", "attr.aria-orientation": "ariaOrientation", "id": "_uid" }, classAttribute: "mat-chip-list" }, providers: [{ provide: MatFormFieldControl, useExisting: MatChipList }], queries: [{ propertyName: "chips", predicate: MatChip, descendants: true }], exportAs: ["matChipList"], usesInheritance: true, ngImport: i0, template: `<div class="mat-chip-list-wrapper"><ng-content></ng-content></div>`, isInline: true, styles: [".mat-chip{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);border:none;-webkit-appearance:none;-moz-appearance:none}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}.mat-standard-chip._mat-animation-noopable{transition:none !important;animation:none !important}.mat-standard-chip .mat-chip-remove{border:none;-webkit-appearance:none;-moz-appearance:none;padding:0;background:none}.mat-standard-chip .mat-chip-remove.mat-icon,.mat-standard-chip .mat-chip-remove .mat-icon{width:18px;height:18px;font-size:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:\"\";pointer-events:none;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:none}.mat-standard-chip:focus::after{opacity:.16}.cdk-high-contrast-active .mat-standard-chip{outline:solid 1px}.cdk-high-contrast-active .mat-standard-chip:focus{outline:dotted 2px}.cdk-high-contrast-active .mat-standard-chip.mat-chip-selected{outline-width:3px}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit;overflow:hidden;transform:translateZ(0)}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipList, decorators: [{
1276
1275
  type: Component,
1277
1276
  args: [{ selector: 'mat-chip-list', template: `<div class="mat-chip-list-wrapper"><ng-content></ng-content></div>`, exportAs: 'matChipList', host: {
1278
1277
  '[attr.tabindex]': 'disabled ? null : _tabIndex',
@@ -1290,7 +1289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9",
1290
1289
  '(blur)': '_blur()',
1291
1290
  '(keydown)': '_keydown($event)',
1292
1291
  '[id]': '_uid',
1293
- }, providers: [{ provide: MatFormFieldControl, useExisting: MatChipList }], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".mat-chip{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}._mat-animation-noopable.mat-standard-chip{transition:none;animation:none}.mat-standard-chip .mat-chip-remove{border:none;-webkit-appearance:none;-moz-appearance:none;padding:0;background:none}.mat-standard-chip .mat-chip-remove.mat-icon,.mat-standard-chip .mat-chip-remove .mat-icon{width:18px;height:18px;font-size:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:\"\";pointer-events:none;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:none}.mat-standard-chip:focus::after{opacity:.16}.cdk-high-contrast-active .mat-standard-chip{outline:solid 1px}.cdk-high-contrast-active .mat-standard-chip:focus{outline:dotted 2px}.cdk-high-contrast-active .mat-standard-chip.mat-chip-selected{outline-width:3px}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit;overflow:hidden;transform:translateZ(0)}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}"] }]
1292
+ }, providers: [{ provide: MatFormFieldControl, useExisting: MatChipList }], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".mat-chip{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);border:none;-webkit-appearance:none;-moz-appearance:none}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}.mat-standard-chip._mat-animation-noopable{transition:none !important;animation:none !important}.mat-standard-chip .mat-chip-remove{border:none;-webkit-appearance:none;-moz-appearance:none;padding:0;background:none}.mat-standard-chip .mat-chip-remove.mat-icon,.mat-standard-chip .mat-chip-remove .mat-icon{width:18px;height:18px;font-size:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:\"\";pointer-events:none;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:none}.mat-standard-chip:focus::after{opacity:.16}.cdk-high-contrast-active .mat-standard-chip{outline:solid 1px}.cdk-high-contrast-active .mat-standard-chip:focus{outline:dotted 2px}.cdk-high-contrast-active .mat-standard-chip.mat-chip-selected{outline-width:3px}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit;overflow:hidden;transform:translateZ(0)}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}"] }]
1294
1293
  }], ctorParameters: function () {
1295
1294
  return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1$1.Directionality, decorators: [{
1296
1295
  type: Optional
@@ -1359,8 +1358,8 @@ const CHIP_DECLARATIONS = [
1359
1358
  ];
1360
1359
  class MatChipsModule {
1361
1360
  }
1362
- MatChipsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1363
- MatChipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipsModule, declarations: [MatChipList,
1361
+ MatChipsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1362
+ MatChipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, declarations: [MatChipList,
1364
1363
  MatChip,
1365
1364
  MatChipInput,
1366
1365
  MatChipRemove,
@@ -1371,7 +1370,7 @@ MatChipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
1371
1370
  MatChipRemove,
1372
1371
  MatChipAvatar,
1373
1372
  MatChipTrailingIcon] });
1374
- MatChipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipsModule, providers: [
1373
+ MatChipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, providers: [
1375
1374
  ErrorStateMatcher,
1376
1375
  {
1377
1376
  provide: MAT_CHIPS_DEFAULT_OPTIONS,
@@ -1379,8 +1378,8 @@ MatChipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
1379
1378
  separatorKeyCodes: [ENTER],
1380
1379
  },
1381
1380
  },
1382
- ], imports: [[MatCommonModule]] });
1383
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatChipsModule, decorators: [{
1381
+ ], imports: [MatCommonModule] });
1382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, decorators: [{
1384
1383
  type: NgModule,
1385
1384
  args: [{
1386
1385
  imports: [MatCommonModule],