@angular/material 18.0.0-next.4 → 18.0.0-next.6

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 (304) hide show
  1. package/_index.scss +67 -60
  2. package/autocomplete/_autocomplete-theme.scss +7 -0
  3. package/autocomplete/index.d.ts +4 -12
  4. package/badge/_badge-theme.scss +9 -0
  5. package/bottom-sheet/_bottom-sheet-theme.scss +7 -0
  6. package/button/_button-theme.scss +25 -0
  7. package/button/_fab-theme.scss +13 -0
  8. package/button/_icon-button-theme.scss +8 -0
  9. package/button-toggle/_button-toggle-theme.scss +12 -0
  10. package/card/_card-theme.scss +9 -0
  11. package/checkbox/_checkbox-theme.scss +2 -4
  12. package/chips/_chips-theme.scss +10 -0
  13. package/core/_core-theme.scss +17 -0
  14. package/core/m2/_index.scss +52 -0
  15. package/core/m2/_theming.scss +295 -0
  16. package/core/{typography/_property-getters.scss → m2/_typography-utils.scss} +14 -0
  17. package/core/{typography/_definition.scss → m2/_typography.scss} +1 -1
  18. package/core/option/_optgroup-theme.scss +7 -0
  19. package/core/option/_option-theme.scss +9 -0
  20. package/core/ripple/_ripple-theme.scss +7 -0
  21. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +13 -0
  22. package/core/style/_sass-utils.scss +14 -1
  23. package/core/theming/_color-api-backwards-compatibility.scss +128 -0
  24. package/core/theming/_config-validation.scss +173 -0
  25. package/core/theming/_definition.scss +113 -0
  26. package/core/theming/_m2-inspection.scss +23 -22
  27. package/core/theming/_palettes.scss +947 -0
  28. package/core/theming/_theming-deprecated.scss +9 -9
  29. package/core/theming/_theming.scss +73 -339
  30. package/core/tokens/_custom-tokens.scss +1918 -0
  31. package/core/tokens/_density.scss +191 -0
  32. package/core/tokens/_format-tokens.scss +5 -0
  33. package/core/tokens/_m3-tokens.scss +1252 -0
  34. package/core/tokens/_token-utils.scss +39 -49
  35. package/core/tokens/m2/mat/_chip.scss +3 -3
  36. package/core/tokens/m2/mat/_form-field.scss +3 -3
  37. package/core/tokens/m2/mdc/_checkbox.scss +3 -2
  38. package/core/tokens/m2/mdc/_chip.scss +3 -3
  39. package/core/tokens/m2/mdc/_radio.scss +3 -2
  40. package/core/typography/_all-typography.scss +3 -2
  41. package/core/typography/_typography-utils.scss +0 -26
  42. package/core/typography/_typography.scss +0 -2
  43. package/core/typography/_versioning.scss +3 -3
  44. package/datepicker/_datepicker-theme.scss +9 -0
  45. package/datepicker/index.d.ts +6 -4
  46. package/dialog/_dialog-theme.scss +8 -0
  47. package/divider/_divider-theme.scss +7 -0
  48. package/esm2022/autocomplete/autocomplete-origin.mjs +3 -3
  49. package/esm2022/autocomplete/autocomplete-trigger.mjs +13 -7
  50. package/esm2022/autocomplete/autocomplete.mjs +7 -36
  51. package/esm2022/autocomplete/module.mjs +4 -4
  52. package/esm2022/badge/badge-module.mjs +4 -4
  53. package/esm2022/badge/badge.mjs +6 -6
  54. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +3 -3
  55. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +4 -4
  56. package/esm2022/bottom-sheet/bottom-sheet.mjs +3 -3
  57. package/esm2022/button/button-base.mjs +6 -6
  58. package/esm2022/button/button.mjs +6 -6
  59. package/esm2022/button/fab.mjs +12 -12
  60. package/esm2022/button/icon-button.mjs +6 -6
  61. package/esm2022/button/module.mjs +4 -4
  62. package/esm2022/button-toggle/button-toggle-module.mjs +4 -4
  63. package/esm2022/button-toggle/button-toggle.mjs +6 -6
  64. package/esm2022/card/card.mjs +42 -42
  65. package/esm2022/card/module.mjs +4 -4
  66. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  67. package/esm2022/checkbox/checkbox.mjs +3 -3
  68. package/esm2022/checkbox/module.mjs +8 -8
  69. package/esm2022/chips/chip-action.mjs +3 -3
  70. package/esm2022/chips/chip-edit-input.mjs +3 -3
  71. package/esm2022/chips/chip-grid.mjs +3 -3
  72. package/esm2022/chips/chip-icons.mjs +9 -9
  73. package/esm2022/chips/chip-input.mjs +3 -3
  74. package/esm2022/chips/chip-listbox.mjs +3 -3
  75. package/esm2022/chips/chip-option.mjs +3 -3
  76. package/esm2022/chips/chip-row.mjs +3 -3
  77. package/esm2022/chips/chip-set.mjs +3 -3
  78. package/esm2022/chips/chip.mjs +3 -3
  79. package/esm2022/chips/module.mjs +4 -4
  80. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  81. package/esm2022/core/datetime/index.mjs +8 -8
  82. package/esm2022/core/datetime/native-date-adapter.mjs +3 -3
  83. package/esm2022/core/error/error-options.mjs +6 -6
  84. package/esm2022/core/internal-form-field/internal-form-field.mjs +3 -3
  85. package/esm2022/core/line/line.mjs +7 -7
  86. package/esm2022/core/option/index.mjs +4 -4
  87. package/esm2022/core/option/optgroup.mjs +3 -3
  88. package/esm2022/core/option/option.mjs +3 -3
  89. package/esm2022/core/private/ripple-loader.mjs +3 -3
  90. package/esm2022/core/ripple/index.mjs +4 -4
  91. package/esm2022/core/ripple/ripple.mjs +3 -3
  92. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  93. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  94. package/esm2022/core/version.mjs +1 -1
  95. package/esm2022/datepicker/calendar-body.mjs +3 -3
  96. package/esm2022/datepicker/calendar.mjs +6 -6
  97. package/esm2022/datepicker/date-range-input-parts.mjs +9 -9
  98. package/esm2022/datepicker/date-range-input.mjs +9 -4
  99. package/esm2022/datepicker/date-range-picker.mjs +3 -3
  100. package/esm2022/datepicker/date-range-selection-strategy.mjs +3 -3
  101. package/esm2022/datepicker/date-selection-model.mjs +9 -9
  102. package/esm2022/datepicker/datepicker-actions.mjs +9 -9
  103. package/esm2022/datepicker/datepicker-base.mjs +10 -13
  104. package/esm2022/datepicker/datepicker-input-base.mjs +3 -3
  105. package/esm2022/datepicker/datepicker-input.mjs +3 -3
  106. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  107. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  108. package/esm2022/datepicker/datepicker-toggle.mjs +6 -6
  109. package/esm2022/datepicker/datepicker.mjs +3 -3
  110. package/esm2022/datepicker/month-view.mjs +3 -3
  111. package/esm2022/datepicker/multi-year-view.mjs +3 -3
  112. package/esm2022/datepicker/year-view.mjs +3 -3
  113. package/esm2022/dialog/dialog-container.mjs +3 -3
  114. package/esm2022/dialog/dialog-content-directives.mjs +15 -15
  115. package/esm2022/dialog/dialog.mjs +3 -3
  116. package/esm2022/dialog/module.mjs +4 -4
  117. package/esm2022/divider/divider-module.mjs +4 -4
  118. package/esm2022/divider/divider.mjs +3 -3
  119. package/esm2022/expansion/accordion.mjs +3 -3
  120. package/esm2022/expansion/expansion-module.mjs +4 -4
  121. package/esm2022/expansion/expansion-panel-content.mjs +3 -3
  122. package/esm2022/expansion/expansion-panel-header.mjs +9 -9
  123. package/esm2022/expansion/expansion-panel.mjs +6 -6
  124. package/esm2022/form-field/directives/error.mjs +3 -3
  125. package/esm2022/form-field/directives/floating-label.mjs +3 -3
  126. package/esm2022/form-field/directives/hint.mjs +3 -3
  127. package/esm2022/form-field/directives/label.mjs +3 -3
  128. package/esm2022/form-field/directives/line-ripple.mjs +3 -3
  129. package/esm2022/form-field/directives/notched-outline.mjs +3 -3
  130. package/esm2022/form-field/directives/prefix.mjs +3 -3
  131. package/esm2022/form-field/directives/suffix.mjs +3 -3
  132. package/esm2022/form-field/form-field-control.mjs +4 -4
  133. package/esm2022/form-field/form-field.mjs +6 -6
  134. package/esm2022/form-field/module.mjs +4 -4
  135. package/esm2022/grid-list/grid-list-module.mjs +4 -4
  136. package/esm2022/grid-list/grid-list.mjs +3 -3
  137. package/esm2022/grid-list/grid-tile.mjs +15 -15
  138. package/esm2022/icon/icon-module.mjs +4 -4
  139. package/esm2022/icon/icon-registry.mjs +3 -3
  140. package/esm2022/icon/icon.mjs +3 -3
  141. package/esm2022/icon/testing/fake-icon-registry.mjs +7 -7
  142. package/esm2022/input/input.mjs +3 -3
  143. package/esm2022/input/module.mjs +4 -4
  144. package/esm2022/list/action-list.mjs +3 -3
  145. package/esm2022/list/list-base.mjs +6 -6
  146. package/esm2022/list/list-item-sections.mjs +18 -18
  147. package/esm2022/list/list-module.mjs +4 -4
  148. package/esm2022/list/list-option.mjs +3 -3
  149. package/esm2022/list/list.mjs +6 -6
  150. package/esm2022/list/nav-list.mjs +3 -3
  151. package/esm2022/list/selection-list.mjs +3 -3
  152. package/esm2022/list/subheader.mjs +3 -3
  153. package/esm2022/menu/menu-content.mjs +3 -3
  154. package/esm2022/menu/menu-item.mjs +3 -3
  155. package/esm2022/menu/menu-trigger.mjs +3 -3
  156. package/esm2022/menu/menu.mjs +21 -16
  157. package/esm2022/menu/module.mjs +4 -4
  158. package/esm2022/paginator/module.mjs +4 -4
  159. package/esm2022/paginator/paginator-intl.mjs +3 -3
  160. package/esm2022/paginator/paginator.mjs +3 -3
  161. package/esm2022/progress-bar/module.mjs +4 -4
  162. package/esm2022/progress-bar/progress-bar.mjs +5 -5
  163. package/esm2022/progress-spinner/module.mjs +4 -4
  164. package/esm2022/progress-spinner/progress-spinner.mjs +3 -3
  165. package/esm2022/radio/module.mjs +4 -4
  166. package/esm2022/radio/radio.mjs +6 -6
  167. package/esm2022/select/module.mjs +4 -4
  168. package/esm2022/select/select.mjs +12 -7
  169. package/esm2022/sidenav/drawer.mjs +9 -9
  170. package/esm2022/sidenav/sidenav-module.mjs +4 -4
  171. package/esm2022/sidenav/sidenav.mjs +9 -9
  172. package/esm2022/slide-toggle/module.mjs +8 -8
  173. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  174. package/esm2022/slide-toggle/slide-toggle.mjs +3 -3
  175. package/esm2022/slider/module.mjs +4 -4
  176. package/esm2022/slider/slider-input.mjs +6 -6
  177. package/esm2022/slider/slider-thumb.mjs +3 -3
  178. package/esm2022/slider/slider.mjs +3 -3
  179. package/esm2022/snack-bar/module.mjs +4 -4
  180. package/esm2022/snack-bar/simple-snack-bar.mjs +3 -3
  181. package/esm2022/snack-bar/snack-bar-container.mjs +3 -3
  182. package/esm2022/snack-bar/snack-bar-content.mjs +9 -9
  183. package/esm2022/snack-bar/snack-bar.mjs +3 -3
  184. package/esm2022/sort/sort-header-intl.mjs +3 -3
  185. package/esm2022/sort/sort-header.mjs +3 -3
  186. package/esm2022/sort/sort-module.mjs +4 -4
  187. package/esm2022/sort/sort.mjs +3 -3
  188. package/esm2022/stepper/step-content.mjs +3 -3
  189. package/esm2022/stepper/step-header.mjs +3 -3
  190. package/esm2022/stepper/step-label.mjs +3 -3
  191. package/esm2022/stepper/stepper-button.mjs +6 -6
  192. package/esm2022/stepper/stepper-icon.mjs +3 -3
  193. package/esm2022/stepper/stepper-intl.mjs +3 -3
  194. package/esm2022/stepper/stepper-module.mjs +4 -4
  195. package/esm2022/stepper/stepper.mjs +6 -6
  196. package/esm2022/table/cell.mjs +21 -21
  197. package/esm2022/table/module.mjs +4 -4
  198. package/esm2022/table/row.mjs +21 -21
  199. package/esm2022/table/table.mjs +6 -6
  200. package/esm2022/table/text-column.mjs +3 -3
  201. package/esm2022/tabs/ink-bar.mjs +3 -3
  202. package/esm2022/tabs/module.mjs +4 -4
  203. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  204. package/esm2022/tabs/tab-body.mjs +6 -6
  205. package/esm2022/tabs/tab-content.mjs +3 -3
  206. package/esm2022/tabs/tab-group.mjs +6 -8
  207. package/esm2022/tabs/tab-header.mjs +3 -3
  208. package/esm2022/tabs/tab-label-wrapper.mjs +3 -3
  209. package/esm2022/tabs/tab-label.mjs +3 -3
  210. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  211. package/esm2022/tabs/tab.mjs +4 -4
  212. package/esm2022/toolbar/toolbar-module.mjs +4 -4
  213. package/esm2022/toolbar/toolbar.mjs +6 -6
  214. package/esm2022/tooltip/module.mjs +4 -4
  215. package/esm2022/tooltip/tooltip.mjs +6 -6
  216. package/esm2022/tree/node.mjs +9 -9
  217. package/esm2022/tree/outlet.mjs +3 -3
  218. package/esm2022/tree/padding.mjs +3 -3
  219. package/esm2022/tree/toggle.mjs +3 -3
  220. package/esm2022/tree/tree-module.mjs +4 -4
  221. package/esm2022/tree/tree.mjs +3 -3
  222. package/expansion/_expansion-theme.scss +7 -0
  223. package/fesm2022/autocomplete.mjs +26 -48
  224. package/fesm2022/autocomplete.mjs.map +1 -1
  225. package/fesm2022/badge.mjs +10 -10
  226. package/fesm2022/bottom-sheet.mjs +10 -10
  227. package/fesm2022/button-toggle.mjs +10 -10
  228. package/fesm2022/button.mjs +34 -34
  229. package/fesm2022/card.mjs +46 -46
  230. package/fesm2022/checkbox.mjs +14 -14
  231. package/fesm2022/chips.mjs +40 -40
  232. package/fesm2022/core.mjs +59 -59
  233. package/fesm2022/core.mjs.map +1 -1
  234. package/fesm2022/datepicker.mjs +89 -87
  235. package/fesm2022/datepicker.mjs.map +1 -1
  236. package/fesm2022/dialog.mjs +25 -25
  237. package/fesm2022/divider.mjs +7 -7
  238. package/fesm2022/expansion.mjs +25 -25
  239. package/fesm2022/form-field.mjs +36 -36
  240. package/fesm2022/form-field.mjs.map +1 -1
  241. package/fesm2022/grid-list.mjs +22 -22
  242. package/fesm2022/icon/testing.mjs +7 -7
  243. package/fesm2022/icon.mjs +10 -10
  244. package/fesm2022/input.mjs +7 -7
  245. package/fesm2022/list.mjs +49 -49
  246. package/fesm2022/menu.mjs +34 -28
  247. package/fesm2022/menu.mjs.map +1 -1
  248. package/fesm2022/paginator.mjs +10 -10
  249. package/fesm2022/progress-bar.mjs +8 -8
  250. package/fesm2022/progress-bar.mjs.map +1 -1
  251. package/fesm2022/progress-spinner.mjs +7 -7
  252. package/fesm2022/radio.mjs +10 -10
  253. package/fesm2022/select.mjs +15 -10
  254. package/fesm2022/select.mjs.map +1 -1
  255. package/fesm2022/sidenav.mjs +22 -22
  256. package/fesm2022/slide-toggle.mjs +14 -14
  257. package/fesm2022/slider.mjs +16 -16
  258. package/fesm2022/snack-bar.mjs +22 -22
  259. package/fesm2022/sort.mjs +13 -13
  260. package/fesm2022/stepper.mjs +31 -31
  261. package/fesm2022/table.mjs +55 -55
  262. package/fesm2022/tabs.mjs +46 -47
  263. package/fesm2022/tabs.mjs.map +1 -1
  264. package/fesm2022/toolbar.mjs +10 -10
  265. package/fesm2022/tooltip.mjs +10 -10
  266. package/fesm2022/tree.mjs +25 -25
  267. package/form-field/_form-field-theme.scss +15 -0
  268. package/form-field/index.d.ts +6 -0
  269. package/grid-list/_grid-list-theme.scss +7 -0
  270. package/icon/_icon-theme.scss +9 -0
  271. package/input/_input-theme.scss +8 -0
  272. package/list/_list-theme.scss +8 -0
  273. package/menu/_menu-theme.scss +7 -0
  274. package/menu/index.d.ts +1 -1
  275. package/package.json +3 -2
  276. package/paginator/_paginator-theme.scss +7 -0
  277. package/progress-bar/_progress-bar-theme.scss +11 -0
  278. package/progress-spinner/_progress-spinner-theme.scss +11 -0
  279. package/radio/_radio-theme.scss +10 -0
  280. package/schematics/collection.json +6 -0
  281. package/schematics/ng-add/index.js +1 -1
  282. package/schematics/ng-add/index.mjs +1 -1
  283. package/schematics/ng-add/theming/create-custom-theme.js +5 -6
  284. package/schematics/ng-add/theming/create-custom-theme.mjs +5 -6
  285. package/schematics/ng-generate/m3-theme/index_bundled.js +2682 -0
  286. package/schematics/ng-generate/m3-theme/index_bundled.js.map +7 -0
  287. package/schematics/ng-generate/m3-theme/schema.json +56 -0
  288. package/schematics/ng-update/index_bundled.js +215 -1
  289. package/schematics/ng-update/index_bundled.js.map +4 -4
  290. package/select/_select-theme.scss +9 -0
  291. package/select/index.d.ts +5 -0
  292. package/sidenav/_sidenav-theme.scss +7 -0
  293. package/slide-toggle/_slide-toggle-theme.scss +11 -0
  294. package/slider/_slider-theme.scss +10 -0
  295. package/snack-bar/_snack-bar-theme.scss +10 -0
  296. package/sort/_sort-theme.scss +7 -0
  297. package/stepper/_stepper-theme.scss +9 -0
  298. package/table/_table-theme.scss +7 -0
  299. package/tabs/_tabs-theme.scss +20 -0
  300. package/tabs/index.d.ts +2 -8
  301. package/toolbar/_toolbar-theme.scss +9 -0
  302. package/tooltip/_tooltip-theme.scss +8 -0
  303. package/tree/_tree-theme.scss +7 -0
  304. /package/core/{theming → m2}/_palette.scss +0 -0
@@ -15,10 +15,10 @@ const ROW_TEMPLATE = `<ng-container cdkCellOutlet></ng-container>`;
15
15
  * Captures the header row's template and other header properties such as the columns to display.
16
16
  */
17
17
  export class MatHeaderRowDef extends CdkHeaderRowDef {
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.1", type: MatHeaderRowDef, isStandalone: true, selector: "[matHeaderRowDef]", inputs: { columns: ["matHeaderRowDef", "columns"], sticky: ["matHeaderRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkHeaderRowDef, useExisting: MatHeaderRowDef }], usesInheritance: true, ngImport: i0 }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatHeaderRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
19
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: MatHeaderRowDef, isStandalone: true, selector: "[matHeaderRowDef]", inputs: { columns: ["matHeaderRowDef", "columns"], sticky: ["matHeaderRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkHeaderRowDef, useExisting: MatHeaderRowDef }], usesInheritance: true, ngImport: i0 }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatHeaderRowDef, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatHeaderRowDef, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: '[matHeaderRowDef]',
@@ -35,10 +35,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1",
35
35
  * Captures the footer row's template and other footer properties such as the columns to display.
36
36
  */
37
37
  export class MatFooterRowDef extends CdkFooterRowDef {
38
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
39
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.1", type: MatFooterRowDef, isStandalone: true, selector: "[matFooterRowDef]", inputs: { columns: ["matFooterRowDef", "columns"], sticky: ["matFooterRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkFooterRowDef, useExisting: MatFooterRowDef }], usesInheritance: true, ngImport: i0 }); }
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatFooterRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
39
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: MatFooterRowDef, isStandalone: true, selector: "[matFooterRowDef]", inputs: { columns: ["matFooterRowDef", "columns"], sticky: ["matFooterRowDefSticky", "sticky", booleanAttribute] }, providers: [{ provide: CdkFooterRowDef, useExisting: MatFooterRowDef }], usesInheritance: true, ngImport: i0 }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatFooterRowDef, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatFooterRowDef, decorators: [{
42
42
  type: Directive,
43
43
  args: [{
44
44
  selector: '[matFooterRowDef]',
@@ -56,10 +56,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1",
56
56
  * a when predicate that describes when this row should be used.
57
57
  */
58
58
  export class MatRowDef extends CdkRowDef {
59
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatRowDef, isStandalone: true, selector: "[matRowDef]", inputs: { columns: ["matRowDefColumns", "columns"], when: ["matRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: MatRowDef }], usesInheritance: true, ngImport: i0 }); }
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatRowDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatRowDef, isStandalone: true, selector: "[matRowDef]", inputs: { columns: ["matRowDefColumns", "columns"], when: ["matRowDefWhen", "when"] }, providers: [{ provide: CdkRowDef, useExisting: MatRowDef }], usesInheritance: true, ngImport: i0 }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatRowDef, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatRowDef, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: '[matRowDef]',
@@ -73,10 +73,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1",
73
73
  }] });
74
74
  /** Header template container that contains the cell outlet. Adds the right class and role. */
75
75
  export class MatHeaderRow extends CdkHeaderRow {
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
77
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatHeaderRow, isStandalone: true, selector: "mat-header-row, tr[mat-header-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-mdc-header-row mdc-data-table__header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: MatHeaderRow }], exportAs: ["matHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
76
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatHeaderRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
77
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatHeaderRow, isStandalone: true, selector: "mat-header-row, tr[mat-header-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-mdc-header-row mdc-data-table__header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: MatHeaderRow }], exportAs: ["matHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatHeaderRow, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatHeaderRow, decorators: [{
80
80
  type: Component,
81
81
  args: [{
82
82
  selector: 'mat-header-row, tr[mat-header-row]',
@@ -97,10 +97,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1",
97
97
  }] });
98
98
  /** Footer template container that contains the cell outlet. Adds the right class and role. */
99
99
  export class MatFooterRow extends CdkFooterRow {
100
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
101
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatFooterRow, isStandalone: true, selector: "mat-footer-row, tr[mat-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-mdc-footer-row mdc-data-table__row" }, providers: [{ provide: CdkFooterRow, useExisting: MatFooterRow }], exportAs: ["matFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
100
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatFooterRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
101
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatFooterRow, isStandalone: true, selector: "mat-footer-row, tr[mat-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-mdc-footer-row mdc-data-table__row" }, providers: [{ provide: CdkFooterRow, useExisting: MatFooterRow }], exportAs: ["matFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
102
102
  }
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatFooterRow, decorators: [{
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatFooterRow, decorators: [{
104
104
  type: Component,
105
105
  args: [{
106
106
  selector: 'mat-footer-row, tr[mat-footer-row]',
@@ -121,10 +121,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1",
121
121
  }] });
122
122
  /** Data row template container that contains the cell outlet. Adds the right class and role. */
123
123
  export class MatRow extends CdkRow {
124
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
125
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatRow, isStandalone: true, selector: "mat-row, tr[mat-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-mdc-row mdc-data-table__row" }, providers: [{ provide: CdkRow, useExisting: MatRow }], exportAs: ["matRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
124
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatRow, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
125
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatRow, isStandalone: true, selector: "mat-row, tr[mat-row]", host: { attributes: { "role": "row" }, classAttribute: "mat-mdc-row mdc-data-table__row" }, providers: [{ provide: CdkRow, useExisting: MatRow }], exportAs: ["matRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
126
126
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatRow, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatRow, decorators: [{
128
128
  type: Component,
129
129
  args: [{
130
130
  selector: 'mat-row, tr[mat-row]',
@@ -149,10 +149,10 @@ export class MatNoDataRow extends CdkNoDataRow {
149
149
  super(...arguments);
150
150
  this._contentClassName = 'mat-mdc-no-data-row';
151
151
  }
152
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatNoDataRow, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
153
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatNoDataRow, isStandalone: true, selector: "ng-template[matNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: MatNoDataRow }], usesInheritance: true, ngImport: i0 }); }
152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatNoDataRow, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
153
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatNoDataRow, isStandalone: true, selector: "ng-template[matNoDataRow]", providers: [{ provide: CdkNoDataRow, useExisting: MatNoDataRow }], usesInheritance: true, ngImport: i0 }); }
154
154
  }
155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatNoDataRow, decorators: [{
155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatNoDataRow, decorators: [{
156
156
  type: Directive,
157
157
  args: [{
158
158
  selector: 'ng-template[matNoDataRow]',
@@ -14,10 +14,10 @@ import * as i0 from "@angular/core";
14
14
  * tables that animate rows.
15
15
  */
16
16
  export class MatRecycleRows {
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
18
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatRecycleRows, isStandalone: true, selector: "mat-table[recycleRows], table[mat-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
18
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatRecycleRows, isStandalone: true, selector: "mat-table[recycleRows], table[mat-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatRecycleRows, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatRecycleRows, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: 'mat-table[recycleRows], table[mat-table][recycleRows]',
@@ -33,8 +33,8 @@ export class MatTable extends CdkTable {
33
33
  /** Overrides the need to add position: sticky on every sticky cell element in `CdkTable`. */
34
34
  this.needsPositionStickyOnElement = false;
35
35
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTable, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.1", type: MatTable, isStandalone: true, selector: "mat-table, table[mat-table]", host: { properties: { "class.mdc-table-fixed-layout": "fixedLayout" }, classAttribute: "mat-mdc-table mdc-data-table__table" }, providers: [
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTable, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
37
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: MatTable, isStandalone: true, selector: "mat-table, table[mat-table]", host: { properties: { "class.mdc-table-fixed-layout": "fixedLayout" }, classAttribute: "mat-mdc-table mdc-data-table__table" }, providers: [
38
38
  { provide: CdkTable, useExisting: MatTable },
39
39
  { provide: CDK_TABLE, useExisting: MatTable },
40
40
  { provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
@@ -74,7 +74,7 @@ export class MatTable extends CdkTable {
74
74
  }
75
75
  `, isInline: true, styles: [".mat-mdc-table-sticky{position:sticky !important}.mdc-data-table{-webkit-overflow-scrolling:touch;display:inline-flex;flex-direction:column;box-sizing:border-box;position:relative}.mdc-data-table__table-container{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.mdc-data-table__table{min-width:100%;border:0;white-space:nowrap;border-spacing:0;table-layout:fixed}.mdc-data-table__cell{box-sizing:border-box;overflow:hidden;text-align:left;text-overflow:ellipsis}[dir=rtl] .mdc-data-table__cell,.mdc-data-table__cell[dir=rtl]{text-align:right}.mdc-data-table__cell--numeric{text-align:right}[dir=rtl] .mdc-data-table__cell--numeric,.mdc-data-table__cell--numeric[dir=rtl]{text-align:left}.mdc-data-table__header-cell{box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none;text-align:left}[dir=rtl] .mdc-data-table__header-cell,.mdc-data-table__header-cell[dir=rtl]{text-align:right}.mdc-data-table__header-cell--numeric{text-align:right}[dir=rtl] .mdc-data-table__header-cell--numeric,.mdc-data-table__header-cell--numeric[dir=rtl]{text-align:left}.mdc-data-table__header-cell-wrapper{align-items:center;display:inline-flex;vertical-align:middle}.mdc-data-table__cell,.mdc-data-table__header-cell{padding:0 16px 0 16px}.mdc-data-table__header-cell--checkbox,.mdc-data-table__cell--checkbox{padding-left:4px;padding-right:0}[dir=rtl] .mdc-data-table__header-cell--checkbox,[dir=rtl] .mdc-data-table__cell--checkbox,.mdc-data-table__header-cell--checkbox[dir=rtl],.mdc-data-table__cell--checkbox[dir=rtl]{padding-left:0;padding-right:4px}mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}.mat-mdc-table{table-layout:auto;white-space:normal;background-color:var(--mat-table-background-color)}.mat-mdc-header-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-header-container-height, 56px);color:var(--mat-table-header-headline-color, rgba(0, 0, 0, 0.87));font-family:var(--mat-table-header-headline-font, Roboto, sans-serif);line-height:var(--mat-table-header-headline-line-height);font-size:var(--mat-table-header-headline-size, 14px);font-weight:var(--mat-table-header-headline-weight, 500)}.mat-mdc-row{height:var(--mat-table-row-item-container-height, 52px);color:var(--mat-table-row-item-label-text-color, rgba(0, 0, 0, 0.87))}.mat-mdc-row,.mdc-data-table__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-table-row-item-label-text-font, Roboto, sans-serif);line-height:var(--mat-table-row-item-label-text-line-height);font-size:var(--mat-table-row-item-label-text-size, 14px);font-weight:var(--mat-table-row-item-label-text-weight)}.mat-mdc-footer-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-footer-container-height, 52px);color:var(--mat-table-row-item-label-text-color, rgba(0, 0, 0, 0.87));font-family:var(--mat-table-footer-supporting-text-font, Roboto, sans-serif);line-height:var(--mat-table-footer-supporting-text-line-height);font-size:var(--mat-table-footer-supporting-text-size, 14px);font-weight:var(--mat-table-footer-supporting-text-weight);letter-spacing:var(--mat-table-footer-supporting-text-tracking)}.mat-mdc-header-cell{border-bottom-color:var(--mat-table-row-item-outline-color, rgba(0, 0, 0, 0.12));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-header-headline-tracking);font-weight:inherit;line-height:inherit}.mat-mdc-cell{border-bottom-color:var(--mat-table-row-item-outline-color, rgba(0, 0, 0, 0.12));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-row-item-label-text-tracking);line-height:inherit}.mdc-data-table__row:last-child .mat-mdc-cell{border-bottom:none}.mat-mdc-footer-cell{letter-spacing:var(--mat-table-row-item-label-text-tracking)}mat-row.mat-mdc-row,mat-header-row.mat-mdc-header-row,mat-footer-row.mat-mdc-footer-row{border-bottom:none}.mat-mdc-table tbody,.mat-mdc-table tfoot,.mat-mdc-table thead,.mat-mdc-cell,.mat-mdc-footer-cell,.mat-mdc-header-row,.mat-mdc-row,.mat-mdc-footer-row,.mat-mdc-table .mat-mdc-header-cell{background:inherit}.mat-mdc-table mat-header-row.mat-mdc-header-row,.mat-mdc-table mat-row.mat-mdc-row,.mat-mdc-table mat-footer-row.mat-mdc-footer-cell{height:unset}mat-header-cell.mat-mdc-header-cell,mat-cell.mat-mdc-cell,mat-footer-cell.mat-mdc-footer-cell{align-self:stretch}"], dependencies: [{ kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTable, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTable, decorators: [{
78
78
  type: Component,
79
79
  args: [{ selector: 'mat-table, table[mat-table]', exportAs: 'matTable', template: `
80
80
  <ng-content select="caption"/>
@@ -19,8 +19,8 @@ import * as i0 from "@angular/core";
19
19
  * input.
20
20
  */
21
21
  export class MatTextColumn extends CdkTextColumn {
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatTextColumn, isStandalone: true, selector: "mat-text-column", usesInheritance: true, ngImport: i0, template: `
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTextColumn, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatTextColumn, isStandalone: true, selector: "mat-text-column", usesInheritance: true, ngImport: i0, template: `
24
24
  <ng-container matColumnDef>
25
25
  <th mat-header-cell *matHeaderCellDef [style.text-align]="justify">
26
26
  {{headerText}}
@@ -31,7 +31,7 @@ export class MatTextColumn extends CdkTextColumn {
31
31
  </ng-container>
32
32
  `, isInline: true, dependencies: [{ kind: "directive", type: MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: MatCell, selector: "mat-cell, td[mat-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTextColumn, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTextColumn, decorators: [{
35
35
  type: Component,
36
36
  args: [{
37
37
  selector: 'mat-text-column',
@@ -121,10 +121,10 @@ export class InkBarItem {
121
121
  }
122
122
  parentElement.appendChild(this._inkBarElement);
123
123
  }
124
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: InkBarItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
125
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.1", type: InkBarItem, inputs: { fitInkBarToContent: ["fitInkBarToContent", "fitInkBarToContent", booleanAttribute] }, ngImport: i0 }); }
124
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: InkBarItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
125
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: InkBarItem, inputs: { fitInkBarToContent: ["fitInkBarToContent", "fitInkBarToContent", booleanAttribute] }, ngImport: i0 }); }
126
126
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: InkBarItem, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: InkBarItem, decorators: [{
128
128
  type: Directive
129
129
  }], propDecorators: { fitInkBarToContent: [{
130
130
  type: Input,
@@ -14,8 +14,8 @@ import { MatTabGroup } from './tab-group';
14
14
  import { MatTabNav, MatTabNavPanel, MatTabLink } from './tab-nav-bar/tab-nav-bar';
15
15
  import * as i0 from "@angular/core";
16
16
  export class MatTabsModule {
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
18
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabsModule, imports: [MatCommonModule,
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
18
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabsModule, imports: [MatCommonModule,
19
19
  MatTabContent,
20
20
  MatTabLabel,
21
21
  MatTab,
@@ -30,9 +30,9 @@ export class MatTabsModule {
30
30
  MatTabNav,
31
31
  MatTabNavPanel,
32
32
  MatTabLink] }); }
33
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabsModule, imports: [MatCommonModule, MatCommonModule] }); }
33
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabsModule, imports: [MatCommonModule, MatCommonModule] }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabsModule, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabsModule, decorators: [{
36
36
  type: NgModule,
37
37
  args: [{
38
38
  imports: [
@@ -503,10 +503,10 @@ export class MatPaginatedTabHeader {
503
503
  this._checkScrollingControls();
504
504
  return { maxScrollDistance, distance: this._scrollDistance };
505
505
  }
506
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatPaginatedTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: i2.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
507
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.1", type: MatPaginatedTabHeader, inputs: { disablePagination: ["disablePagination", "disablePagination", booleanAttribute], selectedIndex: ["selectedIndex", "selectedIndex", numberAttribute] }, outputs: { selectFocusedIndex: "selectFocusedIndex", indexFocused: "indexFocused" }, ngImport: i0 }); }
506
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatPaginatedTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: i2.Directionality, optional: true }, { token: i0.NgZone }, { token: i3.Platform }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
507
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: MatPaginatedTabHeader, inputs: { disablePagination: ["disablePagination", "disablePagination", booleanAttribute], selectedIndex: ["selectedIndex", "selectedIndex", numberAttribute] }, outputs: { selectFocusedIndex: "selectFocusedIndex", indexFocused: "indexFocused" }, ngImport: i0 }); }
508
508
  }
509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatPaginatedTabHeader, decorators: [{
509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatPaginatedTabHeader, decorators: [{
510
510
  type: Directive
511
511
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.ViewportRuler }, { type: i2.Directionality, decorators: [{
512
512
  type: Optional
@@ -50,10 +50,10 @@ export class MatTabBodyPortal extends CdkPortalOutlet {
50
50
  this._centeringSub.unsubscribe();
51
51
  this._leavingSub.unsubscribe();
52
52
  }
53
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => MatTabBody) }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
54
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatTabBodyPortal, isStandalone: true, selector: "[matTabBodyHost]", usesInheritance: true, ngImport: i0 }); }
53
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => MatTabBody) }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
54
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatTabBodyPortal, isStandalone: true, selector: "[matTabBodyHost]", usesInheritance: true, ngImport: i0 }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabBodyPortal, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabBodyPortal, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: '[matTabBodyHost]',
@@ -170,10 +170,10 @@ export class MatTabBody {
170
170
  }
171
171
  return 'right-origin-center';
172
172
  }
173
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
174
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatTabBody, isStandalone: true, selector: "mat-tab-body", inputs: { _content: ["content", "_content"], origin: "origin", animationDuration: "animationDuration", preserveContent: "preserveContent", position: "position" }, outputs: { _onCentering: "_onCentering", _beforeCentering: "_beforeCentering", _afterLeavingCenter: "_afterLeavingCenter", _onCentered: "_onCentered" }, host: { classAttribute: "mat-mdc-tab-body" }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], ngImport: i0, template: "<div class=\"mat-mdc-tab-body-content\" #content\n [@translateTab]=\"{\n value: _position,\n params: {animationDuration: animationDuration}\n }\"\n (@translateTab.start)=\"_onTranslateTabStarted($event)\"\n (@translateTab.done)=\"_translateTabComplete.next($event)\"\n cdkScrollable>\n <ng-template matTabBodyHost></ng-template>\n</div>\n", styles: [".mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-mdc-tab-body-content[style*=\"visibility: hidden\"]{display:none}"], dependencies: [{ kind: "directive", type: MatTabBodyPortal, selector: "[matTabBodyHost]" }, { kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], animations: [matTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
173
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
174
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatTabBody, isStandalone: true, selector: "mat-tab-body", inputs: { _content: ["content", "_content"], origin: "origin", animationDuration: "animationDuration", preserveContent: "preserveContent", position: "position" }, outputs: { _onCentering: "_onCentering", _beforeCentering: "_beforeCentering", _afterLeavingCenter: "_afterLeavingCenter", _onCentered: "_onCentered" }, host: { classAttribute: "mat-mdc-tab-body" }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], ngImport: i0, template: "<div class=\"mat-mdc-tab-body-content\" #content\n [@translateTab]=\"{\n value: _position,\n params: {animationDuration: animationDuration}\n }\"\n (@translateTab.start)=\"_onTranslateTabStarted($event)\"\n (@translateTab.done)=\"_translateTabComplete.next($event)\"\n cdkScrollable>\n <ng-template matTabBodyHost></ng-template>\n</div>\n", styles: [".mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-mdc-tab-body-content[style*=\"visibility: hidden\"]{display:none}"], dependencies: [{ kind: "directive", type: MatTabBodyPortal, selector: "[matTabBodyHost]" }, { kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], animations: [matTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
175
175
  }
176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabBody, decorators: [{
176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabBody, decorators: [{
177
177
  type: Component,
178
178
  args: [{ selector: 'mat-tab-body', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, animations: [matTabsAnimations.translateTab], host: {
179
179
  'class': 'mat-mdc-tab-body',
@@ -18,10 +18,10 @@ export class MatTabContent {
18
18
  constructor(/** Content for the tab. */ template) {
19
19
  this.template = template;
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabContent, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
22
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MatTabContent, isStandalone: true, selector: "[matTabContent]", providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatTabContent }], ngImport: i0 }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabContent, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
22
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.5", type: MatTabContent, isStandalone: true, selector: "[matTabContent]", providers: [{ provide: MAT_TAB_CONTENT, useExisting: MatTabContent }], ngImport: i0 }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MatTabContent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0, type: MatTabContent, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[matTabContent]',