@angular/material-experimental 13.2.0-next.0 → 13.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. package/LICENSE +1 -1
  2. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +3 -3
  3. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +3 -3
  4. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +3 -3
  5. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +3 -3
  6. package/esm2020/column-resize/column-resize-module.mjs +12 -12
  7. package/esm2020/column-resize/overlay-handle.mjs +3 -3
  8. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +3 -3
  9. package/esm2020/column-resize/resizable-directives/resizable.mjs +3 -3
  10. package/esm2020/column-resize/resize-strategy.mjs +3 -3
  11. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +3 -3
  12. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +3 -3
  13. package/esm2020/mdc-autocomplete/autocomplete.mjs +3 -3
  14. package/esm2020/mdc-autocomplete/module.mjs +4 -4
  15. package/esm2020/mdc-button/button-base.mjs +24 -21
  16. package/esm2020/mdc-button/button.mjs +9 -9
  17. package/esm2020/mdc-button/fab.mjs +18 -18
  18. package/esm2020/mdc-button/icon-button.mjs +11 -13
  19. package/esm2020/mdc-button/module.mjs +4 -4
  20. package/esm2020/mdc-card/card.mjs +42 -42
  21. package/esm2020/mdc-card/module.mjs +4 -4
  22. package/esm2020/mdc-checkbox/checkbox.mjs +9 -16
  23. package/esm2020/mdc-checkbox/module.mjs +6 -7
  24. package/esm2020/mdc-chips/chip-action.mjs +123 -0
  25. package/esm2020/mdc-chips/chip-edit-input.mjs +5 -5
  26. package/esm2020/mdc-chips/chip-grid.mjs +49 -99
  27. package/esm2020/mdc-chips/chip-icons.mjs +39 -101
  28. package/esm2020/mdc-chips/chip-input.mjs +6 -13
  29. package/esm2020/mdc-chips/chip-listbox.mjs +51 -156
  30. package/esm2020/mdc-chips/chip-option.mjs +84 -95
  31. package/esm2020/mdc-chips/chip-row.mjs +82 -90
  32. package/esm2020/mdc-chips/chip-set.mjs +119 -120
  33. package/esm2020/mdc-chips/chip.mjs +188 -180
  34. package/esm2020/mdc-chips/emit-event.mjs +27 -0
  35. package/esm2020/mdc-chips/module.mjs +8 -10
  36. package/esm2020/mdc-chips/testing/chip-harness.mjs +5 -1
  37. package/esm2020/mdc-chips/testing/chip-option-harness.mjs +2 -2
  38. package/esm2020/mdc-chips/testing/chip-row-harness.mjs +10 -1
  39. package/esm2020/mdc-core/option/index.mjs +4 -4
  40. package/esm2020/mdc-core/option/optgroup.mjs +3 -3
  41. package/esm2020/mdc-core/option/option.mjs +5 -5
  42. package/esm2020/mdc-core/public-api.mjs +2 -2
  43. package/esm2020/mdc-dialog/dialog-container.mjs +4 -4
  44. package/esm2020/mdc-dialog/dialog-content-directives.mjs +12 -12
  45. package/esm2020/mdc-dialog/dialog.mjs +3 -3
  46. package/esm2020/mdc-dialog/module.mjs +4 -4
  47. package/esm2020/mdc-form-field/directives/error.mjs +3 -3
  48. package/esm2020/mdc-form-field/directives/floating-label.mjs +3 -3
  49. package/esm2020/mdc-form-field/directives/hint.mjs +3 -3
  50. package/esm2020/mdc-form-field/directives/label.mjs +3 -3
  51. package/esm2020/mdc-form-field/directives/line-ripple.mjs +3 -3
  52. package/esm2020/mdc-form-field/directives/notched-outline.mjs +3 -3
  53. package/esm2020/mdc-form-field/directives/prefix.mjs +3 -3
  54. package/esm2020/mdc-form-field/directives/suffix.mjs +3 -3
  55. package/esm2020/mdc-form-field/form-field.mjs +21 -5
  56. package/esm2020/mdc-form-field/module.mjs +4 -4
  57. package/esm2020/mdc-input/input.mjs +5 -4
  58. package/esm2020/mdc-input/module.mjs +4 -4
  59. package/esm2020/mdc-list/action-list.mjs +4 -4
  60. package/esm2020/mdc-list/interactive-list-base.mjs +3 -3
  61. package/esm2020/mdc-list/list-base.mjs +138 -41
  62. package/esm2020/mdc-list/list-item-sections.mjs +138 -0
  63. package/esm2020/mdc-list/list-option.mjs +25 -17
  64. package/esm2020/mdc-list/list.mjs +24 -18
  65. package/esm2020/mdc-list/module.mjs +46 -23
  66. package/esm2020/mdc-list/nav-list.mjs +4 -4
  67. package/esm2020/mdc-list/public-api.mjs +3 -2
  68. package/esm2020/mdc-list/selection-list.mjs +8 -8
  69. package/esm2020/mdc-list/subheader.mjs +27 -0
  70. package/esm2020/mdc-list/testing/list-harness-filters.mjs +1 -1
  71. package/esm2020/mdc-list/testing/list-item-harness-base.mjs +100 -12
  72. package/esm2020/mdc-list/testing/public-api.mjs +2 -1
  73. package/esm2020/mdc-list/testing/selection-list-harness.mjs +1 -5
  74. package/esm2020/mdc-menu/directives.mjs +6 -6
  75. package/esm2020/mdc-menu/menu-item.mjs +3 -3
  76. package/esm2020/mdc-menu/menu.mjs +3 -3
  77. package/esm2020/mdc-menu/module.mjs +4 -4
  78. package/esm2020/mdc-paginator/module.mjs +4 -4
  79. package/esm2020/mdc-paginator/paginator.mjs +3 -3
  80. package/esm2020/mdc-progress-bar/module.mjs +4 -4
  81. package/esm2020/mdc-progress-bar/progress-bar.mjs +3 -3
  82. package/esm2020/mdc-progress-spinner/module.mjs +4 -4
  83. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +3 -3
  84. package/esm2020/mdc-radio/module.mjs +4 -4
  85. package/esm2020/mdc-radio/radio.mjs +8 -8
  86. package/esm2020/mdc-select/module.mjs +4 -4
  87. package/esm2020/mdc-select/select.mjs +8 -8
  88. package/esm2020/mdc-sidenav/module.mjs +4 -4
  89. package/esm2020/mdc-slide-toggle/module.mjs +4 -4
  90. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +5 -5
  91. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +3 -3
  92. package/esm2020/mdc-slider/module.mjs +4 -4
  93. package/esm2020/mdc-slider/slider.mjs +33 -12
  94. package/esm2020/mdc-snack-bar/module.mjs +7 -7
  95. package/esm2020/mdc-snack-bar/public-api.mjs +2 -2
  96. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +7 -7
  97. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +3 -3
  98. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +9 -9
  99. package/esm2020/mdc-snack-bar/snack-bar.mjs +26 -12
  100. package/esm2020/mdc-table/cell.mjs +21 -21
  101. package/esm2020/mdc-table/module.mjs +4 -4
  102. package/esm2020/mdc-table/row.mjs +21 -21
  103. package/esm2020/mdc-table/table.mjs +8 -8
  104. package/esm2020/mdc-table/text-column.mjs +3 -3
  105. package/esm2020/mdc-tabs/module.mjs +10 -6
  106. package/esm2020/mdc-tabs/public-api.mjs +2 -2
  107. package/esm2020/mdc-tabs/tab-body.mjs +8 -8
  108. package/esm2020/mdc-tabs/tab-content.mjs +3 -3
  109. package/esm2020/mdc-tabs/tab-group.mjs +7 -7
  110. package/esm2020/mdc-tabs/tab-header.mjs +5 -5
  111. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +3 -3
  112. package/esm2020/mdc-tabs/tab-label.mjs +3 -3
  113. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +48 -11
  114. package/esm2020/mdc-tabs/tab.mjs +5 -5
  115. package/esm2020/mdc-tabs/testing/tab-harness-filters.mjs +1 -1
  116. package/esm2020/mdc-tabs/testing/tab-nav-bar-harness.mjs +13 -1
  117. package/esm2020/mdc-tabs/testing/tab-nav-panel-harness.mjs +27 -0
  118. package/esm2020/mdc-tooltip/module.mjs +4 -4
  119. package/esm2020/mdc-tooltip/tooltip.mjs +6 -6
  120. package/esm2020/menubar/menubar-item.mjs +3 -3
  121. package/esm2020/menubar/menubar-module.mjs +4 -4
  122. package/esm2020/menubar/menubar.mjs +3 -3
  123. package/esm2020/popover-edit/lens-directives.mjs +9 -9
  124. package/esm2020/popover-edit/popover-edit-module.mjs +4 -4
  125. package/esm2020/popover-edit/table-directives.mjs +12 -12
  126. package/esm2020/selection/row-selection.mjs +3 -3
  127. package/esm2020/selection/select-all.mjs +3 -3
  128. package/esm2020/selection/selection-column.mjs +3 -3
  129. package/esm2020/selection/selection-module.mjs +4 -4
  130. package/esm2020/selection/selection-toggle.mjs +3 -3
  131. package/esm2020/selection/selection.mjs +3 -3
  132. package/esm2020/version.mjs +1 -1
  133. package/fesm2015/column-resize.mjs +36 -36
  134. package/fesm2015/material-experimental.mjs +1 -1
  135. package/fesm2015/material-experimental.mjs.map +1 -1
  136. package/fesm2015/mdc-autocomplete.mjs +13 -13
  137. package/fesm2015/mdc-button.mjs +61 -60
  138. package/fesm2015/mdc-button.mjs.map +1 -1
  139. package/fesm2015/mdc-card.mjs +46 -46
  140. package/fesm2015/mdc-checkbox.mjs +13 -21
  141. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  142. package/fesm2015/mdc-chips/testing.mjs +18 -8
  143. package/fesm2015/mdc-chips/testing.mjs.map +1 -1
  144. package/fesm2015/mdc-chips.mjs +753 -1063
  145. package/fesm2015/mdc-chips.mjs.map +1 -1
  146. package/fesm2015/mdc-core.mjs +12 -12
  147. package/fesm2015/mdc-core.mjs.map +1 -1
  148. package/fesm2015/mdc-dialog.mjs +23 -23
  149. package/fesm2015/mdc-form-field.mjs +50 -32
  150. package/fesm2015/mdc-form-field.mjs.map +1 -1
  151. package/fesm2015/mdc-input.mjs +8 -7
  152. package/fesm2015/mdc-input.mjs.map +1 -1
  153. package/fesm2015/mdc-list/testing.mjs +110 -18
  154. package/fesm2015/mdc-list/testing.mjs.map +1 -1
  155. package/fesm2015/mdc-list.mjs +353 -148
  156. package/fesm2015/mdc-list.mjs.map +1 -1
  157. package/fesm2015/mdc-menu.mjs +16 -16
  158. package/fesm2015/mdc-paginator.mjs +7 -7
  159. package/fesm2015/mdc-progress-bar.mjs +7 -7
  160. package/fesm2015/mdc-progress-spinner.mjs +7 -7
  161. package/fesm2015/mdc-radio.mjs +11 -11
  162. package/fesm2015/mdc-radio.mjs.map +1 -1
  163. package/fesm2015/mdc-select.mjs +12 -12
  164. package/fesm2015/mdc-sidenav.mjs +4 -4
  165. package/fesm2015/mdc-slide-toggle.mjs +8 -8
  166. package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
  167. package/fesm2015/mdc-slider.mjs +39 -18
  168. package/fesm2015/mdc-slider.mjs.map +1 -1
  169. package/fesm2015/mdc-snack-bar.mjs +46 -41
  170. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  171. package/fesm2015/mdc-table.mjs +57 -57
  172. package/fesm2015/mdc-tabs/testing.mjs +34 -0
  173. package/fesm2015/mdc-tabs/testing.mjs.map +1 -1
  174. package/fesm2015/mdc-tabs.mjs +86 -45
  175. package/fesm2015/mdc-tabs.mjs.map +1 -1
  176. package/fesm2015/mdc-tooltip.mjs +10 -10
  177. package/fesm2015/menubar.mjs +10 -10
  178. package/fesm2015/popover-edit.mjs +25 -25
  179. package/fesm2015/selection.mjs +19 -19
  180. package/fesm2020/column-resize.mjs +36 -36
  181. package/fesm2020/material-experimental.mjs +1 -1
  182. package/fesm2020/material-experimental.mjs.map +1 -1
  183. package/fesm2020/mdc-autocomplete.mjs +13 -13
  184. package/fesm2020/mdc-button.mjs +62 -61
  185. package/fesm2020/mdc-button.mjs.map +1 -1
  186. package/fesm2020/mdc-card.mjs +46 -46
  187. package/fesm2020/mdc-checkbox.mjs +13 -21
  188. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  189. package/fesm2020/mdc-chips/testing.mjs +14 -1
  190. package/fesm2020/mdc-chips/testing.mjs.map +1 -1
  191. package/fesm2020/mdc-chips.mjs +733 -1068
  192. package/fesm2020/mdc-chips.mjs.map +1 -1
  193. package/fesm2020/mdc-core.mjs +12 -12
  194. package/fesm2020/mdc-core.mjs.map +1 -1
  195. package/fesm2020/mdc-dialog.mjs +23 -23
  196. package/fesm2020/mdc-form-field.mjs +48 -32
  197. package/fesm2020/mdc-form-field.mjs.map +1 -1
  198. package/fesm2020/mdc-input.mjs +8 -7
  199. package/fesm2020/mdc-input.mjs.map +1 -1
  200. package/fesm2020/mdc-list/testing.mjs +100 -16
  201. package/fesm2020/mdc-list/testing.mjs.map +1 -1
  202. package/fesm2020/mdc-list.mjs +351 -148
  203. package/fesm2020/mdc-list.mjs.map +1 -1
  204. package/fesm2020/mdc-menu.mjs +16 -16
  205. package/fesm2020/mdc-paginator.mjs +7 -7
  206. package/fesm2020/mdc-progress-bar.mjs +7 -7
  207. package/fesm2020/mdc-progress-spinner.mjs +7 -7
  208. package/fesm2020/mdc-radio.mjs +11 -11
  209. package/fesm2020/mdc-radio.mjs.map +1 -1
  210. package/fesm2020/mdc-select.mjs +12 -12
  211. package/fesm2020/mdc-sidenav.mjs +4 -4
  212. package/fesm2020/mdc-slide-toggle.mjs +8 -8
  213. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  214. package/fesm2020/mdc-slider.mjs +39 -18
  215. package/fesm2020/mdc-slider.mjs.map +1 -1
  216. package/fesm2020/mdc-snack-bar.mjs +44 -34
  217. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  218. package/fesm2020/mdc-table.mjs +57 -57
  219. package/fesm2020/mdc-tabs/testing.mjs +37 -0
  220. package/fesm2020/mdc-tabs/testing.mjs.map +1 -1
  221. package/fesm2020/mdc-tabs.mjs +86 -45
  222. package/fesm2020/mdc-tabs.mjs.map +1 -1
  223. package/fesm2020/mdc-tooltip.mjs +10 -10
  224. package/fesm2020/menubar.mjs +10 -10
  225. package/fesm2020/popover-edit.mjs +25 -25
  226. package/fesm2020/selection.mjs +19 -19
  227. package/mdc-button/_button-base.scss +28 -15
  228. package/mdc-button/_button-theme-private.scss +35 -28
  229. package/mdc-button/_button-theme.scss +118 -80
  230. package/mdc-button/_fab-theme.scss +31 -37
  231. package/mdc-button/_icon-button-theme.scss +15 -22
  232. package/mdc-button/button-base.d.ts +7 -5
  233. package/mdc-button/fab.d.ts +1 -1
  234. package/mdc-button/icon-button.d.ts +2 -2
  235. package/mdc-checkbox/_checkbox-private.scss +46 -0
  236. package/mdc-checkbox/_checkbox-theme.scss +19 -46
  237. package/mdc-checkbox/checkbox.d.ts +0 -6
  238. package/mdc-checkbox/module.d.ts +2 -3
  239. package/mdc-chips/_chips-theme.scss +53 -53
  240. package/mdc-chips/chip-action.d.ts +40 -0
  241. package/mdc-chips/chip-grid.d.ts +6 -24
  242. package/mdc-chips/chip-icons.d.ts +14 -37
  243. package/mdc-chips/chip-listbox.d.ts +4 -40
  244. package/mdc-chips/chip-option.d.ts +15 -11
  245. package/mdc-chips/chip-row.d.ts +13 -28
  246. package/mdc-chips/chip-set.d.ts +25 -42
  247. package/mdc-chips/chip.d.ts +37 -36
  248. package/mdc-chips/emit-event.d.ts +16 -0
  249. package/mdc-chips/module.d.ts +13 -12
  250. package/mdc-chips/testing/chip-harness.d.ts +1 -0
  251. package/mdc-chips/testing/chip-row-harness.d.ts +4 -0
  252. package/mdc-core/option/_option-theme.scss +3 -3
  253. package/mdc-core/option/option.d.ts +3 -3
  254. package/mdc-core/public-api.d.ts +1 -1
  255. package/mdc-form-field/_form-field-subscript.scss +11 -0
  256. package/mdc-form-field/form-field.d.ts +12 -1
  257. package/mdc-helpers/_focus-indicators.scss +15 -3
  258. package/mdc-list/_interactive-list-theme.scss +17 -11
  259. package/mdc-list/_list-option-theme.scss +3 -3
  260. package/mdc-list/_list-option-trailing-avatar-compat.scss +18 -13
  261. package/mdc-list/_list-theme.scss +18 -13
  262. package/mdc-list/list-base.d.ts +56 -11
  263. package/mdc-list/list-item-sections.d.ts +77 -0
  264. package/mdc-list/list-option.d.ts +11 -8
  265. package/mdc-list/list.d.ts +6 -2
  266. package/mdc-list/module.d.ts +7 -5
  267. package/mdc-list/public-api.d.ts +2 -1
  268. package/mdc-list/subheader.d.ts +9 -0
  269. package/mdc-list/testing/list-harness-filters.d.ts +8 -0
  270. package/mdc-list/testing/list-item-harness-base.d.ts +36 -3
  271. package/mdc-list/testing/public-api.d.ts +1 -1
  272. package/mdc-list/testing/selection-list-harness.d.ts +0 -2
  273. package/mdc-radio/_radio-theme.scss +0 -6
  274. package/mdc-select/_select-theme.scss +6 -27
  275. package/mdc-slider/slider.d.ts +13 -1
  276. package/mdc-snack-bar/module.d.ts +1 -1
  277. package/mdc-snack-bar/public-api.d.ts +1 -1
  278. package/mdc-snack-bar/simple-snack-bar.d.ts +4 -4
  279. package/mdc-snack-bar/snack-bar.d.ts +17 -5
  280. package/mdc-table/_table-theme.scss +1 -1
  281. package/mdc-tabs/_tabs-common.scss +8 -1
  282. package/mdc-tabs/_tabs-theme.scss +8 -55
  283. package/mdc-tabs/module.d.ts +1 -1
  284. package/mdc-tabs/public-api.d.ts +1 -1
  285. package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +11 -0
  286. package/mdc-tabs/testing/tab-harness-filters.d.ts +3 -0
  287. package/mdc-tabs/testing/tab-nav-bar-harness.d.ts +3 -0
  288. package/mdc-tabs/testing/tab-nav-panel-harness.d.ts +23 -0
  289. package/mdc-theming/prebuilt/deeppurple-amber.css +1 -0
  290. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  291. package/mdc-theming/prebuilt/pink-bluegrey.css +1 -0
  292. package/mdc-theming/prebuilt/purple-green.css +1 -0
  293. package/mdc-tooltip/_tooltip-theme.scss +1 -1
  294. package/package.json +16 -2
  295. package/esm2020/mdc-chips/grid-focus-key-manager.mjs +0 -21
  296. package/esm2020/mdc-chips/grid-key-manager.mjs +0 -218
  297. package/esm2020/mdc-list/list-styling.mjs +0 -92
  298. package/mdc-chips/grid-focus-key-manager.d.ts +0 -28
  299. package/mdc-chips/grid-key-manager.d.ts +0 -116
  300. package/mdc-list/list-styling.d.ts +0 -40
@@ -25,9 +25,9 @@ export class MatError {
25
25
  }
26
26
  }
27
27
  }
28
- MatError.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatError, deps: [{ token: 'aria-live', attribute: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29
- MatError.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatError, selector: "mat-error", inputs: { id: "id" }, host: { attributes: { "aria-atomic": "true" }, properties: { "id": "id" }, classAttribute: "mat-mdc-form-field-error mat-mdc-form-field-bottom-align" }, providers: [{ provide: MAT_ERROR, useExisting: MatError }], ngImport: i0 });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatError, decorators: [{
28
+ MatError.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatError, deps: [{ token: 'aria-live', attribute: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29
+ MatError.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatError, selector: "mat-error", inputs: { id: "id" }, host: { attributes: { "aria-atomic": "true" }, properties: { "id": "id" }, classAttribute: "mat-mdc-form-field-error mat-mdc-form-field-bottom-align" }, providers: [{ provide: MAT_ERROR, useExisting: MatError }], ngImport: i0 });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatError, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: 'mat-error',
@@ -38,9 +38,9 @@ export class MatFormFieldFloatingLabel {
38
38
  return this._elementRef.nativeElement;
39
39
  }
40
40
  }
41
- MatFormFieldFloatingLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatFormFieldFloatingLabel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
42
- MatFormFieldFloatingLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatFormFieldFloatingLabel, selector: "label[matFormFieldFloatingLabel]", inputs: { floating: "floating", required: "required" }, host: { properties: { "class.mdc-floating-label--required": "required", "class.mdc-floating-label--float-above": "floating" }, classAttribute: "mdc-floating-label" }, ngImport: i0 });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatFormFieldFloatingLabel, decorators: [{
41
+ MatFormFieldFloatingLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFormFieldFloatingLabel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
42
+ MatFormFieldFloatingLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatFormFieldFloatingLabel, selector: "label[matFormFieldFloatingLabel]", inputs: { floating: "floating", required: "required" }, host: { properties: { "class.mdc-floating-label--required": "required", "class.mdc-floating-label--float-above": "floating" }, classAttribute: "mdc-floating-label" }, ngImport: i0 });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFormFieldFloatingLabel, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
46
  selector: 'label[matFormFieldFloatingLabel]',
@@ -17,9 +17,9 @@ export class MatHint {
17
17
  this.id = `mat-mdc-hint-${nextUniqueId++}`;
18
18
  }
19
19
  }
20
- MatHint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatHint, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
- MatHint.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatHint, selector: "mat-hint", inputs: { align: "align", id: "id" }, host: { properties: { "class.mat-mdc-form-field-hint-end": "align === \"end\"", "id": "id", "attr.align": "null" }, classAttribute: "mat-mdc-form-field-hint mat-mdc-form-field-bottom-align" }, ngImport: i0 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatHint, decorators: [{
20
+ MatHint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHint, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
+ MatHint.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatHint, selector: "mat-hint", inputs: { align: "align", id: "id" }, host: { properties: { "class.mat-mdc-form-field-hint-end": "align === \"end\"", "id": "id", "attr.align": "null" }, classAttribute: "mat-mdc-form-field-hint mat-mdc-form-field-bottom-align" }, ngImport: i0 });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatHint, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: 'mat-hint',
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  /** The floating label for a `mat-form-field`. */
11
11
  export class MatLabel {
12
12
  }
13
- MatLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatLabel, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
- MatLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatLabel, selector: "mat-label", ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatLabel, decorators: [{
13
+ MatLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatLabel, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
+ MatLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatLabel, selector: "mat-label", ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatLabel, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: 'mat-label',
@@ -24,9 +24,9 @@ export class MatFormFieldLineRipple extends MDCLineRipple {
24
24
  this.destroy();
25
25
  }
26
26
  }
27
- MatFormFieldLineRipple.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatFormFieldLineRipple, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28
- MatFormFieldLineRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatFormFieldLineRipple, selector: "div[matFormFieldLineRipple]", host: { classAttribute: "mdc-line-ripple" }, usesInheritance: true, ngImport: i0 });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatFormFieldLineRipple, decorators: [{
27
+ MatFormFieldLineRipple.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFormFieldLineRipple, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28
+ MatFormFieldLineRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatFormFieldLineRipple, selector: "div[matFormFieldLineRipple]", host: { classAttribute: "mdc-line-ripple" }, usesInheritance: true, ngImport: i0 });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFormFieldLineRipple, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  selector: 'div[matFormFieldLineRipple]',
@@ -66,9 +66,9 @@ export class MatFormFieldNotchedOutline {
66
66
  }
67
67
  }
68
68
  }
69
- MatFormFieldNotchedOutline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatFormFieldNotchedOutline, deps: [{ token: i0.ElementRef }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Component });
70
- MatFormFieldNotchedOutline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.0", type: MatFormFieldNotchedOutline, selector: "div[matFormFieldNotchedOutline]", inputs: { width: ["matFormFieldNotchedOutlineWidth", "width"], open: ["matFormFieldNotchedOutlineOpen", "open"] }, host: { properties: { "class.mdc-notched-outline--notched": "open" }, classAttribute: "mdc-notched-outline" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"mdc-notched-outline__leading\"></div>\n<div class=\"mdc-notched-outline__notch\">\n <ng-content></ng-content>\n</div>\n<div class=\"mdc-notched-outline__trailing\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatFormFieldNotchedOutline, decorators: [{
69
+ MatFormFieldNotchedOutline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFormFieldNotchedOutline, deps: [{ token: i0.ElementRef }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Component });
70
+ MatFormFieldNotchedOutline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MatFormFieldNotchedOutline, selector: "div[matFormFieldNotchedOutline]", inputs: { width: ["matFormFieldNotchedOutlineWidth", "width"], open: ["matFormFieldNotchedOutlineOpen", "open"] }, host: { properties: { "class.mdc-notched-outline--notched": "open" }, classAttribute: "mdc-notched-outline" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"mdc-notched-outline__leading\"></div>\n<div class=\"mdc-notched-outline__notch\">\n <ng-content></ng-content>\n</div>\n<div class=\"mdc-notched-outline__trailing\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatFormFieldNotchedOutline, decorators: [{
72
72
  type: Component,
73
73
  args: [{ selector: 'div[matFormFieldNotchedOutline]', host: {
74
74
  'class': 'mdc-notched-outline',
@@ -20,9 +20,9 @@ export class MatPrefix {
20
20
  this._isText = elementRef.nativeElement.hasAttribute('matTextPrefix');
21
21
  }
22
22
  }
23
- MatPrefix.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatPrefix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
- MatPrefix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatPrefix, selector: "[matPrefix], [matIconPrefix], [matTextPrefix]", providers: [{ provide: MAT_PREFIX, useExisting: MatPrefix }], ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatPrefix, decorators: [{
23
+ MatPrefix.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatPrefix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
+ MatPrefix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatPrefix, selector: "[matPrefix], [matIconPrefix], [matTextPrefix]", providers: [{ provide: MAT_PREFIX, useExisting: MatPrefix }], ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatPrefix, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: '[matPrefix], [matIconPrefix], [matTextPrefix]',
@@ -20,9 +20,9 @@ export class MatSuffix {
20
20
  this._isText = elementRef.nativeElement.hasAttribute('matTextSuffix');
21
21
  }
22
22
  }
23
- MatSuffix.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatSuffix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
- MatSuffix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0", type: MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", providers: [{ provide: MAT_SUFFIX, useExisting: MatSuffix }], ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: MatSuffix, decorators: [{
23
+ MatSuffix.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSuffix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
+ MatSuffix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", providers: [{ provide: MAT_SUFFIX, useExisting: MatSuffix }], ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSuffix, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: '[matSuffix], [matIconSuffix], [matTextSuffix]',