@angular/material 14.1.0-next.0 → 14.1.0-next.3

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 (315) hide show
  1. package/_index.scss +1 -0
  2. package/core/_core.scss +3 -18
  3. package/core/focus-indicators/_focus-indicators-theme.scss +11 -8
  4. package/core/focus-indicators/_focus-indicators.scss +4 -84
  5. package/core/focus-indicators/_private.scss +86 -0
  6. package/core/style/_variables.scss +1 -1
  7. package/datepicker/index.d.ts +15 -1
  8. package/esm2020/autocomplete/autocomplete-module.mjs +5 -5
  9. package/esm2020/autocomplete/autocomplete-origin.mjs +7 -7
  10. package/esm2020/autocomplete/autocomplete-trigger.mjs +7 -7
  11. package/esm2020/autocomplete/autocomplete.mjs +7 -7
  12. package/esm2020/badge/badge-module.mjs +5 -5
  13. package/esm2020/badge/badge.mjs +4 -4
  14. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +4 -4
  15. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +5 -5
  16. package/esm2020/bottom-sheet/bottom-sheet.mjs +4 -4
  17. package/esm2020/button/button-module.mjs +5 -5
  18. package/esm2020/button/button.mjs +9 -9
  19. package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
  20. package/esm2020/button-toggle/button-toggle.mjs +8 -8
  21. package/esm2020/card/card-module.mjs +5 -5
  22. package/esm2020/card/card.mjs +43 -43
  23. package/esm2020/checkbox/checkbox-module.mjs +9 -9
  24. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  25. package/esm2020/checkbox/checkbox.mjs +8 -8
  26. package/esm2020/chips/chip-input.mjs +4 -4
  27. package/esm2020/chips/chip-list.mjs +5 -5
  28. package/esm2020/chips/chip.mjs +13 -13
  29. package/esm2020/chips/chips-module.mjs +5 -5
  30. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  31. package/esm2020/core/common-behaviors/error-state.mjs +1 -1
  32. package/esm2020/core/datetime/index.mjs +9 -9
  33. package/esm2020/core/datetime/native-date-adapter.mjs +4 -4
  34. package/esm2020/core/error/error-options.mjs +7 -7
  35. package/esm2020/core/line/line.mjs +8 -8
  36. package/esm2020/core/option/index.mjs +5 -5
  37. package/esm2020/core/option/optgroup.mjs +7 -7
  38. package/esm2020/core/option/option.mjs +8 -8
  39. package/esm2020/core/ripple/index.mjs +5 -5
  40. package/esm2020/core/ripple/ripple.mjs +4 -4
  41. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  42. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  43. package/esm2020/core/version.mjs +1 -1
  44. package/esm2020/datepicker/calendar-body.mjs +5 -5
  45. package/esm2020/datepicker/calendar.mjs +8 -8
  46. package/esm2020/datepicker/date-range-input-parts.mjs +10 -10
  47. package/esm2020/datepicker/date-range-input.mjs +4 -4
  48. package/esm2020/datepicker/date-range-picker.mjs +4 -4
  49. package/esm2020/datepicker/date-range-selection-strategy.mjs +4 -4
  50. package/esm2020/datepicker/date-selection-model.mjs +10 -10
  51. package/esm2020/datepicker/datepicker-actions.mjs +10 -10
  52. package/esm2020/datepicker/datepicker-base.mjs +27 -12
  53. package/esm2020/datepicker/datepicker-input-base.mjs +4 -4
  54. package/esm2020/datepicker/datepicker-input.mjs +4 -4
  55. package/esm2020/datepicker/datepicker-intl.mjs +13 -5
  56. package/esm2020/datepicker/datepicker-module.mjs +5 -5
  57. package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
  58. package/esm2020/datepicker/datepicker.mjs +4 -4
  59. package/esm2020/datepicker/month-view.mjs +4 -4
  60. package/esm2020/datepicker/multi-year-view.mjs +4 -4
  61. package/esm2020/datepicker/year-view.mjs +4 -4
  62. package/esm2020/dialog/dialog-container.mjs +7 -7
  63. package/esm2020/dialog/dialog-content-directives.mjs +13 -13
  64. package/esm2020/dialog/dialog-module.mjs +5 -5
  65. package/esm2020/dialog/dialog.mjs +7 -7
  66. package/esm2020/divider/divider-module.mjs +5 -5
  67. package/esm2020/divider/divider.mjs +4 -4
  68. package/esm2020/expansion/accordion.mjs +4 -4
  69. package/esm2020/expansion/expansion-module.mjs +5 -5
  70. package/esm2020/expansion/expansion-panel-content.mjs +4 -4
  71. package/esm2020/expansion/expansion-panel-header.mjs +11 -11
  72. package/esm2020/expansion/expansion-panel.mjs +7 -7
  73. package/esm2020/form-field/error.mjs +4 -4
  74. package/esm2020/form-field/form-field-control.mjs +4 -4
  75. package/esm2020/form-field/form-field-module.mjs +5 -5
  76. package/esm2020/form-field/form-field.mjs +4 -4
  77. package/esm2020/form-field/hint.mjs +4 -4
  78. package/esm2020/form-field/label.mjs +4 -4
  79. package/esm2020/form-field/placeholder.mjs +4 -4
  80. package/esm2020/form-field/prefix.mjs +4 -4
  81. package/esm2020/form-field/suffix.mjs +4 -4
  82. package/esm2020/grid-list/grid-list-module.mjs +5 -5
  83. package/esm2020/grid-list/grid-list.mjs +4 -4
  84. package/esm2020/grid-list/grid-tile.mjs +16 -16
  85. package/esm2020/icon/icon-module.mjs +5 -5
  86. package/esm2020/icon/icon-registry.mjs +22 -9
  87. package/esm2020/icon/icon.mjs +16 -10
  88. package/esm2020/icon/testing/fake-icon-registry.mjs +8 -8
  89. package/esm2020/input/input-module.mjs +5 -5
  90. package/esm2020/input/input.mjs +4 -4
  91. package/esm2020/list/list-module.mjs +5 -5
  92. package/esm2020/list/list.mjs +21 -21
  93. package/esm2020/list/selection-list.mjs +8 -8
  94. package/esm2020/menu/menu-content.mjs +7 -7
  95. package/esm2020/menu/menu-item.mjs +4 -4
  96. package/esm2020/menu/menu-module.mjs +5 -5
  97. package/esm2020/menu/menu-trigger.mjs +7 -7
  98. package/esm2020/menu/menu.mjs +8 -8
  99. package/esm2020/paginator/paginator-intl.mjs +4 -4
  100. package/esm2020/paginator/paginator-module.mjs +5 -5
  101. package/esm2020/paginator/paginator.mjs +7 -7
  102. package/esm2020/progress-bar/progress-bar-module.mjs +5 -5
  103. package/esm2020/progress-bar/progress-bar.mjs +4 -4
  104. package/esm2020/progress-spinner/progress-spinner-module.mjs +5 -5
  105. package/esm2020/progress-spinner/progress-spinner.mjs +4 -4
  106. package/esm2020/radio/radio-module.mjs +5 -5
  107. package/esm2020/radio/radio.mjs +14 -14
  108. package/esm2020/select/select-module.mjs +5 -5
  109. package/esm2020/select/select.mjs +10 -10
  110. package/esm2020/sidenav/drawer.mjs +10 -10
  111. package/esm2020/sidenav/sidenav-module.mjs +5 -5
  112. package/esm2020/sidenav/sidenav.mjs +10 -10
  113. package/esm2020/slide-toggle/slide-toggle-module.mjs +9 -9
  114. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  115. package/esm2020/slide-toggle/slide-toggle.mjs +8 -8
  116. package/esm2020/slider/slider-module.mjs +5 -5
  117. package/esm2020/slider/slider.mjs +4 -4
  118. package/esm2020/snack-bar/simple-snack-bar.mjs +4 -4
  119. package/esm2020/snack-bar/snack-bar-container.mjs +7 -7
  120. package/esm2020/snack-bar/snack-bar-module.mjs +5 -5
  121. package/esm2020/snack-bar/snack-bar.mjs +7 -7
  122. package/esm2020/sort/sort-header-intl.mjs +4 -4
  123. package/esm2020/sort/sort-header.mjs +5 -5
  124. package/esm2020/sort/sort-module.mjs +5 -5
  125. package/esm2020/sort/sort.mjs +4 -4
  126. package/esm2020/stepper/step-content.mjs +4 -4
  127. package/esm2020/stepper/step-header.mjs +5 -5
  128. package/esm2020/stepper/step-label.mjs +4 -4
  129. package/esm2020/stepper/stepper-button.mjs +7 -7
  130. package/esm2020/stepper/stepper-icon.mjs +4 -4
  131. package/esm2020/stepper/stepper-intl.mjs +4 -4
  132. package/esm2020/stepper/stepper-module.mjs +5 -5
  133. package/esm2020/stepper/stepper.mjs +7 -7
  134. package/esm2020/table/cell.mjs +22 -22
  135. package/esm2020/table/row.mjs +22 -22
  136. package/esm2020/table/table-module.mjs +5 -5
  137. package/esm2020/table/table.mjs +7 -7
  138. package/esm2020/table/text-column.mjs +4 -4
  139. package/esm2020/tabs/ink-bar.mjs +4 -4
  140. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  141. package/esm2020/tabs/tab-body.mjs +10 -10
  142. package/esm2020/tabs/tab-content.mjs +4 -4
  143. package/esm2020/tabs/tab-group.mjs +9 -9
  144. package/esm2020/tabs/tab-header.mjs +8 -8
  145. package/esm2020/tabs/tab-label-wrapper.mjs +4 -4
  146. package/esm2020/tabs/tab-label.mjs +4 -4
  147. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +17 -17
  148. package/esm2020/tabs/tab.mjs +4 -4
  149. package/esm2020/tabs/tabs-module.mjs +5 -5
  150. package/esm2020/toolbar/toolbar-module.mjs +5 -5
  151. package/esm2020/toolbar/toolbar.mjs +7 -7
  152. package/esm2020/tooltip/tooltip-module.mjs +5 -5
  153. package/esm2020/tooltip/tooltip.mjs +13 -13
  154. package/esm2020/tree/node.mjs +10 -10
  155. package/esm2020/tree/outlet.mjs +4 -4
  156. package/esm2020/tree/padding.mjs +4 -4
  157. package/esm2020/tree/toggle.mjs +4 -4
  158. package/esm2020/tree/tree-module.mjs +5 -5
  159. package/esm2020/tree/tree.mjs +4 -4
  160. package/fesm2015/autocomplete.mjs +22 -22
  161. package/fesm2015/autocomplete.mjs.map +1 -1
  162. package/fesm2015/badge.mjs +7 -7
  163. package/fesm2015/badge.mjs.map +1 -1
  164. package/fesm2015/bottom-sheet.mjs +10 -10
  165. package/fesm2015/bottom-sheet.mjs.map +1 -1
  166. package/fesm2015/button-toggle.mjs +11 -11
  167. package/fesm2015/button-toggle.mjs.map +1 -1
  168. package/fesm2015/button.mjs +12 -12
  169. package/fesm2015/button.mjs.map +1 -1
  170. package/fesm2015/card.mjs +46 -46
  171. package/fesm2015/card.mjs.map +1 -1
  172. package/fesm2015/checkbox.mjs +18 -18
  173. package/fesm2015/checkbox.mjs.map +1 -1
  174. package/fesm2015/chips.mjs +23 -23
  175. package/fesm2015/chips.mjs.map +1 -1
  176. package/fesm2015/core.mjs +60 -60
  177. package/fesm2015/core.mjs.map +1 -1
  178. package/fesm2015/datepicker.mjs +115 -90
  179. package/fesm2015/datepicker.mjs.map +1 -1
  180. package/fesm2015/dialog.mjs +28 -28
  181. package/fesm2015/dialog.mjs.map +1 -1
  182. package/fesm2015/divider.mjs +7 -7
  183. package/fesm2015/divider.mjs.map +1 -1
  184. package/fesm2015/expansion.mjs +26 -26
  185. package/fesm2015/expansion.mjs.map +1 -1
  186. package/fesm2015/form-field.mjs +28 -28
  187. package/fesm2015/form-field.mjs.map +1 -1
  188. package/fesm2015/grid-list.mjs +22 -22
  189. package/fesm2015/grid-list.mjs.map +1 -1
  190. package/fesm2015/icon/testing.mjs +7 -7
  191. package/fesm2015/icon/testing.mjs.map +1 -1
  192. package/fesm2015/icon.mjs +40 -21
  193. package/fesm2015/icon.mjs.map +1 -1
  194. package/fesm2015/input.mjs +7 -7
  195. package/fesm2015/input.mjs.map +1 -1
  196. package/fesm2015/list.mjs +31 -31
  197. package/fesm2015/list.mjs.map +1 -1
  198. package/fesm2015/menu.mjs +26 -26
  199. package/fesm2015/menu.mjs.map +1 -1
  200. package/fesm2015/paginator.mjs +13 -13
  201. package/fesm2015/paginator.mjs.map +1 -1
  202. package/fesm2015/progress-bar.mjs +7 -7
  203. package/fesm2015/progress-bar.mjs.map +1 -1
  204. package/fesm2015/progress-spinner.mjs +7 -7
  205. package/fesm2015/progress-spinner.mjs.map +1 -1
  206. package/fesm2015/radio.mjs +17 -17
  207. package/fesm2015/radio.mjs.map +1 -1
  208. package/fesm2015/select.mjs +13 -13
  209. package/fesm2015/select.mjs.map +1 -1
  210. package/fesm2015/sidenav.mjs +22 -22
  211. package/fesm2015/sidenav.mjs.map +1 -1
  212. package/fesm2015/slide-toggle.mjs +18 -18
  213. package/fesm2015/slide-toggle.mjs.map +1 -1
  214. package/fesm2015/slider.mjs +7 -7
  215. package/fesm2015/slider.mjs.map +1 -1
  216. package/fesm2015/snack-bar.mjs +19 -19
  217. package/fesm2015/snack-bar.mjs.map +1 -1
  218. package/fesm2015/sort.mjs +14 -14
  219. package/fesm2015/sort.mjs.map +1 -1
  220. package/fesm2015/stepper.mjs +32 -32
  221. package/fesm2015/stepper.mjs.map +1 -1
  222. package/fesm2015/table.mjs +55 -55
  223. package/fesm2015/table.mjs.map +1 -1
  224. package/fesm2015/tabs.mjs +62 -62
  225. package/fesm2015/tabs.mjs.map +1 -1
  226. package/fesm2015/toolbar.mjs +10 -10
  227. package/fesm2015/toolbar.mjs.map +1 -1
  228. package/fesm2015/tooltip.mjs +16 -16
  229. package/fesm2015/tooltip.mjs.map +1 -1
  230. package/fesm2015/tree.mjs +25 -25
  231. package/fesm2015/tree.mjs.map +1 -1
  232. package/fesm2020/autocomplete.mjs +22 -22
  233. package/fesm2020/autocomplete.mjs.map +1 -1
  234. package/fesm2020/badge.mjs +7 -7
  235. package/fesm2020/badge.mjs.map +1 -1
  236. package/fesm2020/bottom-sheet.mjs +10 -10
  237. package/fesm2020/bottom-sheet.mjs.map +1 -1
  238. package/fesm2020/button-toggle.mjs +11 -11
  239. package/fesm2020/button-toggle.mjs.map +1 -1
  240. package/fesm2020/button.mjs +12 -12
  241. package/fesm2020/button.mjs.map +1 -1
  242. package/fesm2020/card.mjs +46 -46
  243. package/fesm2020/card.mjs.map +1 -1
  244. package/fesm2020/checkbox.mjs +18 -18
  245. package/fesm2020/checkbox.mjs.map +1 -1
  246. package/fesm2020/chips.mjs +23 -23
  247. package/fesm2020/chips.mjs.map +1 -1
  248. package/fesm2020/core.mjs +60 -60
  249. package/fesm2020/core.mjs.map +1 -1
  250. package/fesm2020/datepicker.mjs +113 -90
  251. package/fesm2020/datepicker.mjs.map +1 -1
  252. package/fesm2020/dialog.mjs +28 -28
  253. package/fesm2020/dialog.mjs.map +1 -1
  254. package/fesm2020/divider.mjs +7 -7
  255. package/fesm2020/divider.mjs.map +1 -1
  256. package/fesm2020/expansion.mjs +26 -26
  257. package/fesm2020/expansion.mjs.map +1 -1
  258. package/fesm2020/form-field.mjs +28 -28
  259. package/fesm2020/form-field.mjs.map +1 -1
  260. package/fesm2020/grid-list.mjs +22 -22
  261. package/fesm2020/grid-list.mjs.map +1 -1
  262. package/fesm2020/icon/testing.mjs +7 -7
  263. package/fesm2020/icon/testing.mjs.map +1 -1
  264. package/fesm2020/icon.mjs +40 -21
  265. package/fesm2020/icon.mjs.map +1 -1
  266. package/fesm2020/input.mjs +7 -7
  267. package/fesm2020/input.mjs.map +1 -1
  268. package/fesm2020/list.mjs +31 -31
  269. package/fesm2020/list.mjs.map +1 -1
  270. package/fesm2020/menu.mjs +26 -26
  271. package/fesm2020/menu.mjs.map +1 -1
  272. package/fesm2020/paginator.mjs +13 -13
  273. package/fesm2020/paginator.mjs.map +1 -1
  274. package/fesm2020/progress-bar.mjs +7 -7
  275. package/fesm2020/progress-bar.mjs.map +1 -1
  276. package/fesm2020/progress-spinner.mjs +7 -7
  277. package/fesm2020/progress-spinner.mjs.map +1 -1
  278. package/fesm2020/radio.mjs +17 -17
  279. package/fesm2020/radio.mjs.map +1 -1
  280. package/fesm2020/select.mjs +13 -13
  281. package/fesm2020/select.mjs.map +1 -1
  282. package/fesm2020/sidenav.mjs +22 -22
  283. package/fesm2020/sidenav.mjs.map +1 -1
  284. package/fesm2020/slide-toggle.mjs +18 -18
  285. package/fesm2020/slide-toggle.mjs.map +1 -1
  286. package/fesm2020/slider.mjs +7 -7
  287. package/fesm2020/slider.mjs.map +1 -1
  288. package/fesm2020/snack-bar.mjs +19 -19
  289. package/fesm2020/snack-bar.mjs.map +1 -1
  290. package/fesm2020/sort.mjs +14 -14
  291. package/fesm2020/sort.mjs.map +1 -1
  292. package/fesm2020/stepper.mjs +32 -32
  293. package/fesm2020/stepper.mjs.map +1 -1
  294. package/fesm2020/table.mjs +55 -55
  295. package/fesm2020/table.mjs.map +1 -1
  296. package/fesm2020/tabs.mjs +62 -62
  297. package/fesm2020/tabs.mjs.map +1 -1
  298. package/fesm2020/toolbar.mjs +10 -10
  299. package/fesm2020/toolbar.mjs.map +1 -1
  300. package/fesm2020/tooltip.mjs +16 -16
  301. package/fesm2020/tooltip.mjs.map +1 -1
  302. package/fesm2020/tree.mjs +25 -25
  303. package/fesm2020/tree.mjs.map +1 -1
  304. package/icon/index.d.ts +24 -6
  305. package/package.json +2 -2
  306. package/prebuilt-themes/deeppurple-amber.css +1 -1
  307. package/prebuilt-themes/indigo-pink.css +1 -1
  308. package/prebuilt-themes/pink-bluegrey.css +1 -1
  309. package/prebuilt-themes/purple-green.css +1 -1
  310. package/schematics/ng-add/index.js +1 -1
  311. package/schematics/ng-add/index.mjs +1 -1
  312. package/schematics/ng-add/setup-project.js +2 -2
  313. package/schematics/ng-add/setup-project.mjs +2 -2
  314. package/stepper/index.d.ts +2 -2
  315. package/tabs/_tabs-common.scss +0 -6
@@ -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-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: [{
65
+ MatChipAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipAvatar, deps: [], target: i0.ɵɵFactoryTarget.Directive });
66
+ MatChipAvatar.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.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.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-rc.1", ng
78
78
  */
79
79
  class MatChipTrailingIcon {
80
80
  }
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: [{
81
+ MatChipTrailingIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipTrailingIcon, deps: [], target: i0.ɵɵFactoryTarget.Directive });
82
+ MatChipTrailingIcon.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.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.1", ngImport: i0, type: MatChipTrailingIcon, decorators: [{
84
84
  type: Directive,
85
85
  args: [{
86
86
  selector: 'mat-chip-trailing-icon, [matChipTrailingIcon]',
@@ -310,9 +310,9 @@ class MatChip extends _MatChipMixinBase {
310
310
  });
311
311
  }
312
312
  }
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: [{
313
+ MatChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.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.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.1", ngImport: i0, type: MatChip, decorators: [{
316
316
  type: Directive,
317
317
  args: [{
318
318
  selector: `mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]`,
@@ -415,9 +415,9 @@ class MatChipRemove {
415
415
  event.preventDefault();
416
416
  }
417
417
  }
418
- 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 });
419
- 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 });
420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipRemove, decorators: [{
418
+ MatChipRemove.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipRemove, deps: [{ token: MatChip }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
419
+ MatChipRemove.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.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 });
420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipRemove, decorators: [{
421
421
  type: Directive,
422
422
  args: [{
423
423
  selector: '[matChipRemove]',
@@ -1067,9 +1067,9 @@ class MatChipList extends _MatChipListBase {
1067
1067
  }
1068
1068
  }
1069
1069
  }
1070
- 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 });
1071
- 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 });
1072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipList, decorators: [{
1070
+ MatChipList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.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 });
1071
+ MatChipList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.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-chip::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px) * -1)}.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.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 });
1072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipList, decorators: [{
1073
1073
  type: Component,
1074
1074
  args: [{ selector: 'mat-chip-list', template: `<div class="mat-chip-list-wrapper"><ng-content></ng-content></div>`, exportAs: 'matChipList', host: {
1075
1075
  '[attr.tabindex]': 'disabled ? null : _tabIndex',
@@ -1087,7 +1087,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ng
1087
1087
  '(blur)': '_blur()',
1088
1088
  '(keydown)': '_keydown($event)',
1089
1089
  '[id]': '_uid',
1090
- }, 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}"] }]
1090
+ }, 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-chip::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px) * -1)}.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.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}"] }]
1091
1091
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1$1.Directionality, decorators: [{
1092
1092
  type: Optional
1093
1093
  }] }, { type: i2.NgForm, decorators: [{
@@ -1289,9 +1289,9 @@ class MatChipInput {
1289
1289
  return !hasModifierKey(event) && new Set(this.separatorKeyCodes).has(event.keyCode);
1290
1290
  }
1291
1291
  }
1292
- 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 });
1293
- 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 });
1294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipInput, decorators: [{
1292
+ MatChipInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipInput, deps: [{ token: i0.ElementRef }, { token: MAT_CHIPS_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Directive });
1293
+ MatChipInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.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 });
1294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipInput, decorators: [{
1295
1295
  type: Directive,
1296
1296
  args: [{
1297
1297
  selector: 'input[matChipInputFor]',
@@ -1350,8 +1350,8 @@ const CHIP_DECLARATIONS = [
1350
1350
  ];
1351
1351
  class MatChipsModule {
1352
1352
  }
1353
- MatChipsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1354
- MatChipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, declarations: [MatChipList,
1353
+ MatChipsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1354
+ MatChipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: MatChipsModule, declarations: [MatChipList,
1355
1355
  MatChip,
1356
1356
  MatChipInput,
1357
1357
  MatChipRemove,
@@ -1362,7 +1362,7 @@ MatChipsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
1362
1362
  MatChipRemove,
1363
1363
  MatChipAvatar,
1364
1364
  MatChipTrailingIcon] });
1365
- MatChipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, providers: [
1365
+ MatChipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipsModule, providers: [
1366
1366
  ErrorStateMatcher,
1367
1367
  {
1368
1368
  provide: MAT_CHIPS_DEFAULT_OPTIONS,
@@ -1371,7 +1371,7 @@ MatChipsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
1371
1371
  },
1372
1372
  },
1373
1373
  ], imports: [MatCommonModule] });
1374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatChipsModule, decorators: [{
1374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: MatChipsModule, decorators: [{
1375
1375
  type: NgModule,
1376
1376
  args: [{
1377
1377
  imports: [MatCommonModule],