@angular/material-experimental 14.0.0-next.8 → 14.0.0-next.9

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 (280) hide show
  1. package/_index.scss +3 -0
  2. package/column-resize/_column-resize-theme.scss +15 -17
  3. package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +3 -3
  4. package/esm2020/column-resize/column-resize-directives/column-resize.mjs +3 -3
  5. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +3 -3
  6. package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +3 -3
  7. package/esm2020/column-resize/column-resize-module.mjs +12 -12
  8. package/esm2020/column-resize/overlay-handle.mjs +3 -3
  9. package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +3 -3
  10. package/esm2020/column-resize/resizable-directives/resizable.mjs +3 -3
  11. package/esm2020/column-resize/resize-strategy.mjs +3 -3
  12. package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +3 -3
  13. package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +3 -3
  14. package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
  15. package/esm2020/mdc-autocomplete/module.mjs +4 -4
  16. package/esm2020/mdc-button/button-base.mjs +6 -6
  17. package/esm2020/mdc-button/button.mjs +8 -8
  18. package/esm2020/mdc-button/fab.mjs +16 -16
  19. package/esm2020/mdc-button/icon-button.mjs +8 -8
  20. package/esm2020/mdc-button/module.mjs +4 -4
  21. package/esm2020/mdc-card/card.mjs +43 -43
  22. package/esm2020/mdc-card/module.mjs +4 -4
  23. package/esm2020/mdc-checkbox/checkbox.mjs +4 -4
  24. package/esm2020/mdc-checkbox/module.mjs +4 -4
  25. package/esm2020/mdc-chips/chip-action.mjs +3 -3
  26. package/esm2020/mdc-chips/chip-edit-input.mjs +3 -3
  27. package/esm2020/mdc-chips/chip-grid.mjs +22 -9
  28. package/esm2020/mdc-chips/chip-icons.mjs +9 -9
  29. package/esm2020/mdc-chips/chip-input.mjs +8 -4
  30. package/esm2020/mdc-chips/chip-listbox.mjs +5 -5
  31. package/esm2020/mdc-chips/chip-option.mjs +4 -4
  32. package/esm2020/mdc-chips/chip-row.mjs +4 -4
  33. package/esm2020/mdc-chips/chip-set.mjs +6 -8
  34. package/esm2020/mdc-chips/chip-text-control.mjs +1 -1
  35. package/esm2020/mdc-chips/chip.mjs +4 -4
  36. package/esm2020/mdc-chips/module.mjs +4 -4
  37. package/esm2020/mdc-core/option/index.mjs +4 -4
  38. package/esm2020/mdc-core/option/optgroup.mjs +4 -4
  39. package/esm2020/mdc-core/option/option.mjs +4 -4
  40. package/esm2020/mdc-dialog/dialog-container.mjs +4 -4
  41. package/esm2020/mdc-dialog/dialog-content-directives.mjs +12 -12
  42. package/esm2020/mdc-dialog/dialog.mjs +3 -3
  43. package/esm2020/mdc-dialog/module.mjs +4 -4
  44. package/esm2020/mdc-form-field/directives/error.mjs +3 -3
  45. package/esm2020/mdc-form-field/directives/floating-label.mjs +3 -3
  46. package/esm2020/mdc-form-field/directives/hint.mjs +3 -3
  47. package/esm2020/mdc-form-field/directives/label.mjs +3 -3
  48. package/esm2020/mdc-form-field/directives/line-ripple.mjs +3 -3
  49. package/esm2020/mdc-form-field/directives/notched-outline.mjs +3 -3
  50. package/esm2020/mdc-form-field/directives/prefix.mjs +3 -3
  51. package/esm2020/mdc-form-field/directives/suffix.mjs +3 -3
  52. package/esm2020/mdc-form-field/form-field.mjs +5 -5
  53. package/esm2020/mdc-form-field/module.mjs +4 -4
  54. package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
  55. package/esm2020/mdc-input/input.mjs +3 -3
  56. package/esm2020/mdc-input/module.mjs +4 -4
  57. package/esm2020/mdc-list/action-list.mjs +4 -4
  58. package/esm2020/mdc-list/interactive-list-base.mjs +3 -3
  59. package/esm2020/mdc-list/list-base.mjs +6 -6
  60. package/esm2020/mdc-list/list-item-sections.mjs +18 -18
  61. package/esm2020/mdc-list/list-option.mjs +5 -5
  62. package/esm2020/mdc-list/list.mjs +7 -7
  63. package/esm2020/mdc-list/module.mjs +4 -4
  64. package/esm2020/mdc-list/nav-list.mjs +4 -4
  65. package/esm2020/mdc-list/selection-list.mjs +5 -5
  66. package/esm2020/mdc-list/subheader.mjs +3 -3
  67. package/esm2020/mdc-menu/directives.mjs +6 -6
  68. package/esm2020/mdc-menu/menu-item.mjs +3 -3
  69. package/esm2020/mdc-menu/menu.mjs +5 -5
  70. package/esm2020/mdc-menu/module.mjs +4 -4
  71. package/esm2020/mdc-paginator/module.mjs +4 -4
  72. package/esm2020/mdc-paginator/paginator.mjs +4 -4
  73. package/esm2020/mdc-progress-bar/module.mjs +4 -4
  74. package/esm2020/mdc-progress-bar/progress-bar.mjs +4 -4
  75. package/esm2020/mdc-progress-spinner/module.mjs +4 -4
  76. package/esm2020/mdc-progress-spinner/progress-spinner.mjs +4 -4
  77. package/esm2020/mdc-radio/module.mjs +4 -4
  78. package/esm2020/mdc-radio/radio.mjs +8 -8
  79. package/esm2020/mdc-select/module.mjs +4 -4
  80. package/esm2020/mdc-select/select.mjs +9 -9
  81. package/esm2020/mdc-slide-toggle/module.mjs +4 -4
  82. package/esm2020/mdc-slide-toggle/slide-toggle.mjs +4 -4
  83. package/esm2020/mdc-slider/global-change-and-input-listener.mjs +3 -3
  84. package/esm2020/mdc-slider/module.mjs +4 -4
  85. package/esm2020/mdc-slider/slider.mjs +46 -17
  86. package/esm2020/mdc-snack-bar/module.mjs +4 -4
  87. package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +4 -4
  88. package/esm2020/mdc-snack-bar/snack-bar-container.mjs +18 -12
  89. package/esm2020/mdc-snack-bar/snack-bar-content.mjs +9 -9
  90. package/esm2020/mdc-snack-bar/snack-bar.mjs +3 -3
  91. package/esm2020/mdc-table/cell.mjs +21 -21
  92. package/esm2020/mdc-table/module.mjs +4 -4
  93. package/esm2020/mdc-table/row.mjs +21 -21
  94. package/esm2020/mdc-table/table.mjs +8 -8
  95. package/esm2020/mdc-table/text-column.mjs +3 -3
  96. package/esm2020/mdc-tabs/module.mjs +4 -4
  97. package/esm2020/mdc-tabs/tab-body.mjs +8 -8
  98. package/esm2020/mdc-tabs/tab-content.mjs +3 -3
  99. package/esm2020/mdc-tabs/tab-group.mjs +5 -5
  100. package/esm2020/mdc-tabs/tab-header.mjs +4 -4
  101. package/esm2020/mdc-tabs/tab-label-wrapper.mjs +3 -3
  102. package/esm2020/mdc-tabs/tab-label.mjs +3 -3
  103. package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +11 -11
  104. package/esm2020/mdc-tabs/tab.mjs +3 -3
  105. package/esm2020/mdc-tooltip/module.mjs +4 -4
  106. package/esm2020/mdc-tooltip/tooltip.mjs +7 -7
  107. package/esm2020/menubar/menubar-item.mjs +4 -4
  108. package/esm2020/menubar/menubar-module.mjs +4 -4
  109. package/esm2020/menubar/menubar.mjs +7 -10
  110. package/esm2020/popover-edit/lens-directives.mjs +9 -9
  111. package/esm2020/popover-edit/popover-edit-module.mjs +4 -4
  112. package/esm2020/popover-edit/table-directives.mjs +12 -12
  113. package/esm2020/selection/row-selection.mjs +3 -3
  114. package/esm2020/selection/select-all.mjs +3 -3
  115. package/esm2020/selection/selection-column.mjs +5 -5
  116. package/esm2020/selection/selection-module.mjs +4 -4
  117. package/esm2020/selection/selection-toggle.mjs +3 -3
  118. package/esm2020/selection/selection.mjs +3 -3
  119. package/esm2020/version.mjs +1 -1
  120. package/fesm2015/column-resize.mjs +36 -36
  121. package/fesm2015/material-experimental.mjs +1 -1
  122. package/fesm2015/material-experimental.mjs.map +1 -1
  123. package/fesm2015/mdc-autocomplete.mjs +14 -14
  124. package/fesm2015/mdc-autocomplete.mjs.map +1 -1
  125. package/fesm2015/mdc-button.mjs +42 -42
  126. package/fesm2015/mdc-button.mjs.map +1 -1
  127. package/fesm2015/mdc-card.mjs +47 -47
  128. package/fesm2015/mdc-card.mjs.map +1 -1
  129. package/fesm2015/mdc-checkbox.mjs +8 -8
  130. package/fesm2015/mdc-checkbox.mjs.map +1 -1
  131. package/fesm2015/mdc-chips.mjs +69 -54
  132. package/fesm2015/mdc-chips.mjs.map +1 -1
  133. package/fesm2015/mdc-core.mjs +12 -12
  134. package/fesm2015/mdc-core.mjs.map +1 -1
  135. package/fesm2015/mdc-dialog.mjs +23 -23
  136. package/fesm2015/mdc-dialog.mjs.map +1 -1
  137. package/fesm2015/mdc-form-field/testing.mjs +1 -1
  138. package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
  139. package/fesm2015/mdc-form-field.mjs +32 -32
  140. package/fesm2015/mdc-form-field.mjs.map +1 -1
  141. package/fesm2015/mdc-input.mjs +7 -7
  142. package/fesm2015/mdc-list.mjs +59 -59
  143. package/fesm2015/mdc-list.mjs.map +1 -1
  144. package/fesm2015/mdc-menu.mjs +17 -17
  145. package/fesm2015/mdc-menu.mjs.map +1 -1
  146. package/fesm2015/mdc-paginator.mjs +8 -8
  147. package/fesm2015/mdc-paginator.mjs.map +1 -1
  148. package/fesm2015/mdc-progress-bar.mjs +8 -8
  149. package/fesm2015/mdc-progress-bar.mjs.map +1 -1
  150. package/fesm2015/mdc-progress-spinner.mjs +8 -8
  151. package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
  152. package/fesm2015/mdc-radio.mjs +11 -11
  153. package/fesm2015/mdc-radio.mjs.map +1 -1
  154. package/fesm2015/mdc-select.mjs +12 -12
  155. package/fesm2015/mdc-select.mjs.map +1 -1
  156. package/fesm2015/mdc-slide-toggle.mjs +8 -8
  157. package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
  158. package/fesm2015/mdc-slider.mjs +54 -23
  159. package/fesm2015/mdc-slider.mjs.map +1 -1
  160. package/fesm2015/mdc-snack-bar.mjs +37 -31
  161. package/fesm2015/mdc-snack-bar.mjs.map +1 -1
  162. package/fesm2015/mdc-table.mjs +57 -57
  163. package/fesm2015/mdc-table.mjs.map +1 -1
  164. package/fesm2015/mdc-tabs.mjs +43 -43
  165. package/fesm2015/mdc-tabs.mjs.map +1 -1
  166. package/fesm2015/mdc-tooltip.mjs +11 -11
  167. package/fesm2015/mdc-tooltip.mjs.map +1 -1
  168. package/fesm2015/menubar.mjs +14 -17
  169. package/fesm2015/menubar.mjs.map +1 -1
  170. package/fesm2015/popover-edit.mjs +25 -25
  171. package/fesm2015/selection.mjs +21 -21
  172. package/fesm2015/selection.mjs.map +1 -1
  173. package/fesm2020/column-resize.mjs +36 -36
  174. package/fesm2020/material-experimental.mjs +1 -1
  175. package/fesm2020/material-experimental.mjs.map +1 -1
  176. package/fesm2020/mdc-autocomplete.mjs +14 -14
  177. package/fesm2020/mdc-autocomplete.mjs.map +1 -1
  178. package/fesm2020/mdc-button.mjs +42 -42
  179. package/fesm2020/mdc-button.mjs.map +1 -1
  180. package/fesm2020/mdc-card.mjs +47 -47
  181. package/fesm2020/mdc-card.mjs.map +1 -1
  182. package/fesm2020/mdc-checkbox.mjs +8 -8
  183. package/fesm2020/mdc-checkbox.mjs.map +1 -1
  184. package/fesm2020/mdc-chips.mjs +69 -54
  185. package/fesm2020/mdc-chips.mjs.map +1 -1
  186. package/fesm2020/mdc-core.mjs +12 -12
  187. package/fesm2020/mdc-core.mjs.map +1 -1
  188. package/fesm2020/mdc-dialog.mjs +23 -23
  189. package/fesm2020/mdc-dialog.mjs.map +1 -1
  190. package/fesm2020/mdc-form-field/testing.mjs +1 -1
  191. package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
  192. package/fesm2020/mdc-form-field.mjs +32 -32
  193. package/fesm2020/mdc-form-field.mjs.map +1 -1
  194. package/fesm2020/mdc-input.mjs +7 -7
  195. package/fesm2020/mdc-list.mjs +59 -59
  196. package/fesm2020/mdc-list.mjs.map +1 -1
  197. package/fesm2020/mdc-menu.mjs +17 -17
  198. package/fesm2020/mdc-menu.mjs.map +1 -1
  199. package/fesm2020/mdc-paginator.mjs +8 -8
  200. package/fesm2020/mdc-paginator.mjs.map +1 -1
  201. package/fesm2020/mdc-progress-bar.mjs +8 -8
  202. package/fesm2020/mdc-progress-bar.mjs.map +1 -1
  203. package/fesm2020/mdc-progress-spinner.mjs +8 -8
  204. package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
  205. package/fesm2020/mdc-radio.mjs +11 -11
  206. package/fesm2020/mdc-radio.mjs.map +1 -1
  207. package/fesm2020/mdc-select.mjs +12 -12
  208. package/fesm2020/mdc-select.mjs.map +1 -1
  209. package/fesm2020/mdc-slide-toggle.mjs +8 -8
  210. package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
  211. package/fesm2020/mdc-slider.mjs +52 -22
  212. package/fesm2020/mdc-slider.mjs.map +1 -1
  213. package/fesm2020/mdc-snack-bar.mjs +37 -31
  214. package/fesm2020/mdc-snack-bar.mjs.map +1 -1
  215. package/fesm2020/mdc-table.mjs +57 -57
  216. package/fesm2020/mdc-table.mjs.map +1 -1
  217. package/fesm2020/mdc-tabs.mjs +43 -43
  218. package/fesm2020/mdc-tabs.mjs.map +1 -1
  219. package/fesm2020/mdc-tooltip.mjs +11 -11
  220. package/fesm2020/mdc-tooltip.mjs.map +1 -1
  221. package/fesm2020/menubar.mjs +14 -17
  222. package/fesm2020/menubar.mjs.map +1 -1
  223. package/fesm2020/popover-edit.mjs +25 -25
  224. package/fesm2020/selection.mjs +21 -21
  225. package/fesm2020/selection.mjs.map +1 -1
  226. package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
  227. package/mdc-button/_button-base.scss +4 -3
  228. package/mdc-button/_button-theme-private.scss +0 -1
  229. package/mdc-button/_button-theme.scss +11 -11
  230. package/mdc-button/_fab-theme.scss +10 -10
  231. package/mdc-button/_icon-button-theme.scss +11 -11
  232. package/mdc-card/_card-theme.scss +11 -11
  233. package/mdc-checkbox/_checkbox-theme.scss +16 -17
  234. package/mdc-chips/_chips-theme.scss +20 -15
  235. package/mdc-chips/chip-grid.d.ts +4 -0
  236. package/mdc-chips/chip-input.d.ts +3 -0
  237. package/mdc-chips/chip-set.d.ts +0 -2
  238. package/mdc-chips/chip-text-control.d.ts +2 -0
  239. package/mdc-color/_all-color.scss +4 -3
  240. package/mdc-core/_core-theme.scss +13 -13
  241. package/mdc-core/option/_optgroup-theme.scss +11 -11
  242. package/mdc-core/option/_option-theme.scss +11 -11
  243. package/mdc-density/_all-density.scss +4 -3
  244. package/mdc-dialog/_dialog-theme.scss +49 -13
  245. package/mdc-form-field/_form-field-density.scss +4 -3
  246. package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
  247. package/mdc-form-field/_form-field-high-contrast.scss +5 -5
  248. package/mdc-form-field/_form-field-native-select.scss +5 -4
  249. package/mdc-form-field/_form-field-subscript.scss +5 -3
  250. package/mdc-form-field/_form-field-theme.scss +16 -16
  251. package/mdc-form-field/testing/public-api.d.ts +1 -1
  252. package/mdc-helpers/_focus-indicators-theme.scss +6 -6
  253. package/mdc-helpers/_focus-indicators.scss +2 -2
  254. package/mdc-helpers/_mdc-helpers.scss +12 -14
  255. package/mdc-input/_input-theme.scss +10 -10
  256. package/mdc-list/_interactive-list-theme.scss +2 -2
  257. package/mdc-list/_list-theme.scss +15 -17
  258. package/mdc-menu/_menu-theme.scss +10 -10
  259. package/mdc-paginator/_paginator-theme.scss +20 -23
  260. package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
  261. package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
  262. package/mdc-radio/_radio-theme.scss +13 -14
  263. package/mdc-select/_select-theme.scss +10 -10
  264. package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
  265. package/mdc-slider/_slider-theme.scss +11 -12
  266. package/mdc-slider/slider.d.ts +6 -0
  267. package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
  268. package/mdc-table/_table-theme.scss +12 -12
  269. package/mdc-tabs/_tabs-common.scss +5 -4
  270. package/mdc-tabs/_tabs-theme.scss +14 -14
  271. package/mdc-theming/_all-theme.scss +3 -2
  272. package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
  273. package/mdc-theming/prebuilt/indigo-pink.css +1 -1
  274. package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
  275. package/mdc-theming/prebuilt/purple-green.css +1 -1
  276. package/mdc-tooltip/_tooltip-theme.scss +12 -13
  277. package/mdc-typography/_all-typography.scss +5 -5
  278. package/package.json +50 -4
  279. package/popover-edit/_popover-edit-theme.scss +23 -26
  280. package/selection/_selection.scss +3 -3
@@ -15,8 +15,8 @@ import { MatDialogActions, MatDialogClose, MatDialogContent, MatDialogTitle, } f
15
15
  import * as i0 from "@angular/core";
16
16
  export class MatDialogModule {
17
17
  }
18
- MatDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- MatDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatDialogModule, declarations: [MatDialogContainer,
18
+ MatDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ MatDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatDialogModule, declarations: [MatDialogContainer,
20
20
  MatDialogClose,
21
21
  MatDialogTitle,
22
22
  MatDialogActions,
@@ -26,8 +26,8 @@ MatDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
26
26
  MatDialogContent,
27
27
  MatDialogActions,
28
28
  MatCommonModule] });
29
- MatDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatDialogModule, providers: [MatDialog, MAT_DIALOG_SCROLL_STRATEGY_PROVIDER], imports: [[OverlayModule, PortalModule, MatCommonModule], MatCommonModule] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatDialogModule, decorators: [{
29
+ MatDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatDialogModule, providers: [MatDialog, MAT_DIALOG_SCROLL_STRATEGY_PROVIDER], imports: [[OverlayModule, PortalModule, MatCommonModule], MatCommonModule] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatDialogModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [OverlayModule, PortalModule, MatCommonModule],
@@ -25,9 +25,9 @@ export class MatError {
25
25
  }
26
26
  }
27
27
  }
28
- MatError.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", 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: "14.0.0-next.6", 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: "14.0.0-next.6", ngImport: i0, type: MatError, decorators: [{
28
+ MatError.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", 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: "14.0.0-next.9", 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: "14.0.0-next.9", ngImport: i0, type: MatError, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: 'mat-error',
@@ -36,9 +36,9 @@ export class MatFormFieldFloatingLabel {
36
36
  return this._elementRef.nativeElement;
37
37
  }
38
38
  }
39
- MatFormFieldFloatingLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatFormFieldFloatingLabel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
40
- MatFormFieldFloatingLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatFormFieldFloatingLabel, selector: "label[matFormFieldFloatingLabel]", inputs: { floating: "floating" }, host: { properties: { "class.mdc-floating-label--float-above": "floating" }, classAttribute: "mdc-floating-label mat-mdc-floating-label" }, ngImport: i0 });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatFormFieldFloatingLabel, decorators: [{
39
+ MatFormFieldFloatingLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatFormFieldFloatingLabel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
40
+ MatFormFieldFloatingLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatFormFieldFloatingLabel, selector: "label[matFormFieldFloatingLabel]", inputs: { floating: "floating" }, host: { properties: { "class.mdc-floating-label--float-above": "floating" }, classAttribute: "mdc-floating-label mat-mdc-floating-label" }, ngImport: i0 });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatFormFieldFloatingLabel, decorators: [{
42
42
  type: Directive,
43
43
  args: [{
44
44
  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: "14.0.0-next.6", ngImport: i0, type: MatHint, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
- MatHint.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", 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: "14.0.0-next.6", ngImport: i0, type: MatHint, decorators: [{
20
+ MatHint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatHint, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
+ MatHint.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", 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: "14.0.0-next.9", 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: "14.0.0-next.6", ngImport: i0, type: MatLabel, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
- MatLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatLabel, selector: "mat-label", ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatLabel, decorators: [{
13
+ MatLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatLabel, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
+ MatLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatLabel, selector: "mat-label", ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", 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: "14.0.0-next.6", ngImport: i0, type: MatFormFieldLineRipple, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28
- MatFormFieldLineRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatFormFieldLineRipple, selector: "div[matFormFieldLineRipple]", host: { classAttribute: "mdc-line-ripple" }, usesInheritance: true, ngImport: i0 });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatFormFieldLineRipple, decorators: [{
27
+ MatFormFieldLineRipple.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatFormFieldLineRipple, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
28
+ MatFormFieldLineRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatFormFieldLineRipple, selector: "div[matFormFieldLineRipple]", host: { classAttribute: "mdc-line-ripple" }, usesInheritance: true, ngImport: i0 });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", 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: "14.0.0-next.6", 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: "14.0.0-next.6", 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: "14.0.0-next.6", ngImport: i0, type: MatFormFieldNotchedOutline, decorators: [{
69
+ MatFormFieldNotchedOutline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", 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: "14.0.0-next.9", 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: "14.0.0-next.9", 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: "14.0.0-next.6", ngImport: i0, type: MatPrefix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
- MatPrefix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatPrefix, selector: "[matPrefix], [matIconPrefix], [matTextPrefix]", providers: [{ provide: MAT_PREFIX, useExisting: MatPrefix }], ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatPrefix, decorators: [{
23
+ MatPrefix.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatPrefix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
+ MatPrefix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatPrefix, selector: "[matPrefix], [matIconPrefix], [matTextPrefix]", providers: [{ provide: MAT_PREFIX, useExisting: MatPrefix }], ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", 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: "14.0.0-next.6", ngImport: i0, type: MatSuffix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
- MatSuffix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", providers: [{ provide: MAT_SUFFIX, useExisting: MatSuffix }], ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: MatSuffix, decorators: [{
23
+ MatSuffix.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatSuffix, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
+ MatSuffix.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", providers: [{ provide: MAT_SUFFIX, useExisting: MatSuffix }], ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: MatSuffix, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: '[matSuffix], [matIconSuffix], [matTextSuffix]',