@angular/cdk 17.0.0-next.4 → 17.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 (157) hide show
  1. package/esm2022/a11y/a11y-module.mjs +5 -5
  2. package/esm2022/a11y/aria-describer/aria-describer.mjs +5 -5
  3. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +10 -10
  4. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +5 -5
  5. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +3 -3
  6. package/esm2022/a11y/focus-trap/focus-trap.mjs +11 -11
  7. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +5 -5
  8. package/esm2022/a11y/input-modality/input-modality-detector.mjs +5 -5
  9. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  10. package/esm2022/a11y/live-announcer/live-announcer.mjs +10 -10
  11. package/esm2022/accordion/accordion-item.mjs +6 -6
  12. package/esm2022/accordion/accordion-module.mjs +4 -4
  13. package/esm2022/accordion/accordion.mjs +3 -3
  14. package/esm2022/bidi/bidi-module.mjs +4 -4
  15. package/esm2022/bidi/dir.mjs +3 -3
  16. package/esm2022/bidi/directionality.mjs +5 -5
  17. package/esm2022/clipboard/clipboard-module.mjs +4 -4
  18. package/esm2022/clipboard/clipboard.mjs +5 -5
  19. package/esm2022/clipboard/copy-to-clipboard.mjs +6 -6
  20. package/esm2022/collections/unique-selection-dispatcher.mjs +3 -3
  21. package/esm2022/dialog/dialog-container.mjs +6 -6
  22. package/esm2022/dialog/dialog-module.mjs +4 -4
  23. package/esm2022/dialog/dialog.mjs +5 -5
  24. package/esm2022/drag-drop/directives/drag-handle.mjs +6 -6
  25. package/esm2022/drag-drop/directives/drag-placeholder.mjs +5 -5
  26. package/esm2022/drag-drop/directives/drag-preview.mjs +5 -5
  27. package/esm2022/drag-drop/directives/drag.mjs +6 -6
  28. package/esm2022/drag-drop/directives/drop-list-group.mjs +3 -3
  29. package/esm2022/drag-drop/directives/drop-list.mjs +6 -6
  30. package/esm2022/drag-drop/drag-drop-module.mjs +4 -4
  31. package/esm2022/drag-drop/drag-drop-registry.mjs +5 -5
  32. package/esm2022/drag-drop/drag-drop.mjs +5 -5
  33. package/esm2022/layout/breakpoints-observer.mjs +4 -4
  34. package/esm2022/layout/layout-module.mjs +4 -4
  35. package/esm2022/layout/media-matcher.mjs +5 -5
  36. package/esm2022/listbox/listbox-module.mjs +4 -4
  37. package/esm2022/listbox/listbox.mjs +8 -8
  38. package/esm2022/menu/context-menu-trigger.mjs +28 -20
  39. package/esm2022/menu/menu-aim.mjs +6 -6
  40. package/esm2022/menu/menu-bar.mjs +3 -3
  41. package/esm2022/menu/menu-base.mjs +3 -3
  42. package/esm2022/menu/menu-group.mjs +3 -3
  43. package/esm2022/menu/menu-item-checkbox.mjs +3 -3
  44. package/esm2022/menu/menu-item-radio.mjs +4 -4
  45. package/esm2022/menu/menu-item-selectable.mjs +3 -3
  46. package/esm2022/menu/menu-item.mjs +5 -5
  47. package/esm2022/menu/menu-module.mjs +4 -4
  48. package/esm2022/menu/menu-stack.mjs +3 -3
  49. package/esm2022/menu/menu-trigger-base.mjs +3 -3
  50. package/esm2022/menu/menu-trigger.mjs +4 -4
  51. package/esm2022/menu/menu.mjs +5 -5
  52. package/esm2022/observers/observe-content.mjs +16 -16
  53. package/esm2022/observers/private/shared-resize-observer.mjs +4 -4
  54. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +5 -5
  55. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +5 -5
  56. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +5 -5
  57. package/esm2022/overlay/fullscreen-overlay-container.mjs +5 -5
  58. package/esm2022/overlay/overlay-container.mjs +5 -5
  59. package/esm2022/overlay/overlay-directives.mjs +10 -10
  60. package/esm2022/overlay/overlay-module.mjs +4 -4
  61. package/esm2022/overlay/overlay.mjs +5 -5
  62. package/esm2022/overlay/position/overlay-position-builder.mjs +5 -5
  63. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +5 -5
  64. package/esm2022/platform/platform-module.mjs +4 -4
  65. package/esm2022/platform/platform.mjs +5 -5
  66. package/esm2022/portal/portal-directives.mjs +20 -20
  67. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +3 -3
  68. package/esm2022/scrolling/scroll-dispatcher.mjs +5 -5
  69. package/esm2022/scrolling/scrollable.mjs +5 -5
  70. package/esm2022/scrolling/scrolling-module.mjs +8 -8
  71. package/esm2022/scrolling/viewport-ruler.mjs +5 -5
  72. package/esm2022/scrolling/virtual-for-of.mjs +6 -6
  73. package/esm2022/scrolling/virtual-scroll-viewport.mjs +6 -6
  74. package/esm2022/scrolling/virtual-scrollable-element.mjs +5 -5
  75. package/esm2022/scrolling/virtual-scrollable-window.mjs +5 -5
  76. package/esm2022/scrolling/virtual-scrollable.mjs +5 -5
  77. package/esm2022/stepper/step-header.mjs +4 -4
  78. package/esm2022/stepper/step-label.mjs +4 -4
  79. package/esm2022/stepper/stepper-button.mjs +9 -9
  80. package/esm2022/stepper/stepper-module.mjs +4 -4
  81. package/esm2022/stepper/stepper.mjs +11 -11
  82. package/esm2022/table/cell.mjs +30 -30
  83. package/esm2022/table/coalesced-style-scheduler.mjs +4 -4
  84. package/esm2022/table/row.mjs +36 -36
  85. package/esm2022/table/table-module.mjs +4 -4
  86. package/esm2022/table/table.mjs +25 -25
  87. package/esm2022/table/text-column.mjs +6 -6
  88. package/esm2022/text-field/autofill.mjs +9 -9
  89. package/esm2022/text-field/autosize.mjs +6 -6
  90. package/esm2022/text-field/text-field-module.mjs +4 -4
  91. package/esm2022/tree/nested-node.mjs +5 -5
  92. package/esm2022/tree/node.mjs +4 -4
  93. package/esm2022/tree/outlet.mjs +5 -5
  94. package/esm2022/tree/padding.mjs +6 -6
  95. package/esm2022/tree/toggle.mjs +5 -5
  96. package/esm2022/tree/tree-module.mjs +4 -4
  97. package/esm2022/tree/tree.mjs +9 -9
  98. package/esm2022/version.mjs +1 -1
  99. package/fesm2022/a11y.mjs +60 -60
  100. package/fesm2022/a11y.mjs.map +1 -1
  101. package/fesm2022/accordion.mjs +12 -12
  102. package/fesm2022/accordion.mjs.map +1 -1
  103. package/fesm2022/bidi.mjs +12 -12
  104. package/fesm2022/cdk.mjs +1 -1
  105. package/fesm2022/cdk.mjs.map +1 -1
  106. package/fesm2022/clipboard.mjs +14 -14
  107. package/fesm2022/clipboard.mjs.map +1 -1
  108. package/fesm2022/collections.mjs +3 -3
  109. package/fesm2022/dialog.mjs +14 -14
  110. package/fesm2022/dialog.mjs.map +1 -1
  111. package/fesm2022/drag-drop.mjs +40 -40
  112. package/fesm2022/drag-drop.mjs.map +1 -1
  113. package/fesm2022/layout.mjs +13 -13
  114. package/fesm2022/listbox.mjs +11 -11
  115. package/fesm2022/listbox.mjs.map +1 -1
  116. package/fesm2022/menu.mjs +74 -66
  117. package/fesm2022/menu.mjs.map +1 -1
  118. package/fesm2022/observers/private.mjs +4 -4
  119. package/fesm2022/observers.mjs +15 -15
  120. package/fesm2022/observers.mjs.map +1 -1
  121. package/fesm2022/overlay.mjs +53 -53
  122. package/fesm2022/overlay.mjs.map +1 -1
  123. package/fesm2022/platform.mjs +9 -9
  124. package/fesm2022/portal.mjs +19 -19
  125. package/fesm2022/portal.mjs.map +1 -1
  126. package/fesm2022/scrolling.mjs +51 -51
  127. package/fesm2022/scrolling.mjs.map +1 -1
  128. package/fesm2022/stepper.mjs +30 -30
  129. package/fesm2022/stepper.mjs.map +1 -1
  130. package/fesm2022/table.mjs +102 -102
  131. package/fesm2022/table.mjs.map +1 -1
  132. package/fesm2022/text-field.mjs +17 -17
  133. package/fesm2022/text-field.mjs.map +1 -1
  134. package/fesm2022/tree.mjs +34 -34
  135. package/fesm2022/tree.mjs.map +1 -1
  136. package/menu/index.d.ts +2 -2
  137. package/package.json +1 -1
  138. package/schematics/ng-add/index.js +1 -1
  139. package/schematics/ng-add/index.mjs +1 -1
  140. package/schematics/tsconfig.json +1 -0
  141. package/schematics/utils/build-component.js +2 -2
  142. package/schematics/utils/build-component.mjs +2 -2
  143. package/schematics/utils/html-manipulation.js +2 -2
  144. package/schematics/utils/html-manipulation.mjs +2 -2
  145. package/schematics/utils/project-index-file.js +4 -4
  146. package/schematics/utils/project-index-file.mjs +4 -4
  147. package/schematics/utils/project-main-file.js +4 -2
  148. package/schematics/utils/project-main-file.mjs +4 -2
  149. package/schematics/utils/project-style-file.js +4 -3
  150. package/schematics/utils/project-style-file.mjs +4 -3
  151. package/schematics/utils/project-targets.d.ts +4 -7
  152. package/schematics/utils/project-targets.js +16 -11
  153. package/schematics/utils/project-targets.mjs +16 -11
  154. package/schematics/utils/project-tsconfig-paths.js +2 -2
  155. package/schematics/utils/project-tsconfig-paths.mjs +2 -2
  156. package/schematics/utils/schematic-options.js +3 -3
  157. package/schematics/utils/schematic-options.mjs +3 -3
@@ -63,13 +63,13 @@ class CdkCellDef {
63
63
  constructor(/** @docs-private */ template) {
64
64
  this.template = template;
65
65
  }
66
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
67
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkCellDef, selector: "[cdkCellDef]", ngImport: i0 }); }
66
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
67
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkCellDef, selector: "[cdkCellDef]", ngImport: i0 }); }
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkCellDef, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkCellDef, decorators: [{
70
70
  type: Directive,
71
71
  args: [{ selector: '[cdkCellDef]' }]
72
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
72
+ }], ctorParameters: () => [{ type: i0.TemplateRef }] });
73
73
  /**
74
74
  * Header cell definition for a CDK table.
75
75
  * Captures the template of a column's header cell and as well as cell-specific properties.
@@ -78,13 +78,13 @@ class CdkHeaderCellDef {
78
78
  constructor(/** @docs-private */ template) {
79
79
  this.template = template;
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
82
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]", ngImport: i0 }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
82
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]", ngImport: i0 }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderCellDef, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderCellDef, decorators: [{
85
85
  type: Directive,
86
86
  args: [{ selector: '[cdkHeaderCellDef]' }]
87
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
87
+ }], ctorParameters: () => [{ type: i0.TemplateRef }] });
88
88
  /**
89
89
  * Footer cell definition for a CDK table.
90
90
  * Captures the template of a column's footer cell and as well as cell-specific properties.
@@ -93,13 +93,13 @@ class CdkFooterCellDef {
93
93
  constructor(/** @docs-private */ template) {
94
94
  this.template = template;
95
95
  }
96
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
97
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkFooterCellDef, selector: "[cdkFooterCellDef]", ngImport: i0 }); }
96
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
97
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkFooterCellDef, selector: "[cdkFooterCellDef]", ngImport: i0 }); }
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterCellDef, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterCellDef, decorators: [{
100
100
  type: Directive,
101
101
  args: [{ selector: '[cdkFooterCellDef]' }]
102
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
102
+ }], ctorParameters: () => [{ type: i0.TemplateRef }] });
103
103
  // Boilerplate for applying mixins to CdkColumnDef.
104
104
  /** @docs-private */
105
105
  class CdkColumnDefBase {
@@ -161,22 +161,22 @@ class CdkColumnDef extends _CdkColumnDefBase {
161
161
  this._updateColumnCssClassName();
162
162
  }
163
163
  }
164
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkColumnDef, deps: [{ token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
165
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.0-next.4", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: { sticky: "sticky", name: ["cdkColumnDef", "name"], stickyEnd: ["stickyEnd", "stickyEnd", booleanAttribute] }, providers: [{ provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: CdkColumnDef }], queries: [{ propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true }, { propertyName: "footerCell", first: true, predicate: CdkFooterCellDef, descendants: true }], usesInheritance: true, ngImport: i0 }); }
164
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkColumnDef, deps: [{ token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
165
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.0-next.6", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: { sticky: "sticky", name: ["cdkColumnDef", "name"], stickyEnd: ["stickyEnd", "stickyEnd", booleanAttribute] }, providers: [{ provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: CdkColumnDef }], queries: [{ propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true }, { propertyName: "footerCell", first: true, predicate: CdkFooterCellDef, descendants: true }], usesInheritance: true, ngImport: i0 }); }
166
166
  }
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkColumnDef, decorators: [{
167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkColumnDef, decorators: [{
168
168
  type: Directive,
169
169
  args: [{
170
170
  selector: '[cdkColumnDef]',
171
171
  inputs: ['sticky'],
172
172
  providers: [{ provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: CdkColumnDef }],
173
173
  }]
174
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
174
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
175
175
  type: Inject,
176
176
  args: [CDK_TABLE]
177
177
  }, {
178
178
  type: Optional
179
- }] }]; }, propDecorators: { name: [{
179
+ }] }], propDecorators: { name: [{
180
180
  type: Input,
181
181
  args: ['cdkColumnDef']
182
182
  }], stickyEnd: [{
@@ -203,10 +203,10 @@ class CdkHeaderCell extends BaseCdkCell {
203
203
  constructor(columnDef, elementRef) {
204
204
  super(columnDef, elementRef);
205
205
  }
206
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
207
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "cdk-header-cell" }, usesInheritance: true, ngImport: i0 }); }
206
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
207
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "cdk-header-cell" }, usesInheritance: true, ngImport: i0 }); }
208
208
  }
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderCell, decorators: [{
209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderCell, decorators: [{
210
210
  type: Directive,
211
211
  args: [{
212
212
  selector: 'cdk-header-cell, th[cdk-header-cell]',
@@ -215,7 +215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
215
215
  'role': 'columnheader',
216
216
  },
217
217
  }]
218
- }], ctorParameters: function () { return [{ type: CdkColumnDef }, { type: i0.ElementRef }]; } });
218
+ }], ctorParameters: () => [{ type: CdkColumnDef }, { type: i0.ElementRef }] });
219
219
  /** Footer cell template container that adds the right classes and role. */
220
220
  class CdkFooterCell extends BaseCdkCell {
221
221
  constructor(columnDef, elementRef) {
@@ -226,10 +226,10 @@ class CdkFooterCell extends BaseCdkCell {
226
226
  elementRef.nativeElement.setAttribute('role', role);
227
227
  }
228
228
  }
229
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
230
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkFooterCell, selector: "cdk-footer-cell, td[cdk-footer-cell]", host: { classAttribute: "cdk-footer-cell" }, usesInheritance: true, ngImport: i0 }); }
229
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
230
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkFooterCell, selector: "cdk-footer-cell, td[cdk-footer-cell]", host: { classAttribute: "cdk-footer-cell" }, usesInheritance: true, ngImport: i0 }); }
231
231
  }
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterCell, decorators: [{
232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterCell, decorators: [{
233
233
  type: Directive,
234
234
  args: [{
235
235
  selector: 'cdk-footer-cell, td[cdk-footer-cell]',
@@ -237,7 +237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
237
237
  'class': 'cdk-footer-cell',
238
238
  },
239
239
  }]
240
- }], ctorParameters: function () { return [{ type: CdkColumnDef }, { type: i0.ElementRef }]; } });
240
+ }], ctorParameters: () => [{ type: CdkColumnDef }, { type: i0.ElementRef }] });
241
241
  /** Cell template container that adds the right classes and role. */
242
242
  class CdkCell extends BaseCdkCell {
243
243
  constructor(columnDef, elementRef) {
@@ -248,10 +248,10 @@ class CdkCell extends BaseCdkCell {
248
248
  elementRef.nativeElement.setAttribute('role', role);
249
249
  }
250
250
  }
251
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
252
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkCell, selector: "cdk-cell, td[cdk-cell]", host: { classAttribute: "cdk-cell" }, usesInheritance: true, ngImport: i0 }); }
251
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
252
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkCell, selector: "cdk-cell, td[cdk-cell]", host: { classAttribute: "cdk-cell" }, usesInheritance: true, ngImport: i0 }); }
253
253
  }
254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkCell, decorators: [{
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkCell, decorators: [{
255
255
  type: Directive,
256
256
  args: [{
257
257
  selector: 'cdk-cell, td[cdk-cell]',
@@ -259,7 +259,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
259
259
  'class': 'cdk-cell',
260
260
  },
261
261
  }]
262
- }], ctorParameters: function () { return [{ type: CdkColumnDef }, { type: i0.ElementRef }]; } });
262
+ }], ctorParameters: () => [{ type: CdkColumnDef }, { type: i0.ElementRef }] });
263
263
 
264
264
  /**
265
265
  * @docs-private
@@ -334,12 +334,12 @@ class _CoalescedStyleScheduler {
334
334
  ? from(Promise.resolve(undefined))
335
335
  : this._ngZone.onStable.pipe(take(1));
336
336
  }
337
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: _CoalescedStyleScheduler, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
338
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: _CoalescedStyleScheduler }); }
337
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: _CoalescedStyleScheduler, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
338
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: _CoalescedStyleScheduler }); }
339
339
  }
340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: _CoalescedStyleScheduler, decorators: [{
340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: _CoalescedStyleScheduler, decorators: [{
341
341
  type: Injectable
342
- }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
342
+ }], ctorParameters: () => [{ type: i0.NgZone }] });
343
343
 
344
344
  /**
345
345
  * The row template that can be used by the mat-table. Should not be used outside of the
@@ -384,12 +384,12 @@ class BaseRowDef {
384
384
  return column.cell.template;
385
385
  }
386
386
  }
387
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: BaseRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
388
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: BaseRowDef, usesOnChanges: true, ngImport: i0 }); }
387
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: BaseRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
388
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: BaseRowDef, usesOnChanges: true, ngImport: i0 }); }
389
389
  }
390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: BaseRowDef, decorators: [{
390
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: BaseRowDef, decorators: [{
391
391
  type: Directive
392
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }]; } });
392
+ }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }] });
393
393
  // Boilerplate for applying mixins to CdkHeaderRowDef.
394
394
  /** @docs-private */
395
395
  class CdkHeaderRowDefBase extends BaseRowDef {
@@ -409,21 +409,21 @@ class CdkHeaderRowDef extends _CdkHeaderRowDefBase {
409
409
  ngOnChanges(changes) {
410
410
  super.ngOnChanges(changes);
411
411
  }
412
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
413
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkHeaderRowDef, selector: "[cdkHeaderRowDef]", inputs: { columns: ["cdkHeaderRowDef", "columns"], sticky: ["cdkHeaderRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
412
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
413
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkHeaderRowDef, selector: "[cdkHeaderRowDef]", inputs: { columns: ["cdkHeaderRowDef", "columns"], sticky: ["cdkHeaderRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
414
414
  }
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderRowDef, decorators: [{
415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderRowDef, decorators: [{
416
416
  type: Directive,
417
417
  args: [{
418
418
  selector: '[cdkHeaderRowDef]',
419
419
  inputs: ['columns: cdkHeaderRowDef', 'sticky: cdkHeaderRowDefSticky'],
420
420
  }]
421
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
421
+ }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
422
422
  type: Inject,
423
423
  args: [CDK_TABLE]
424
424
  }, {
425
425
  type: Optional
426
- }] }]; } });
426
+ }] }] });
427
427
  // Boilerplate for applying mixins to CdkFooterRowDef.
428
428
  /** @docs-private */
429
429
  class CdkFooterRowDefBase extends BaseRowDef {
@@ -443,21 +443,21 @@ class CdkFooterRowDef extends _CdkFooterRowDefBase {
443
443
  ngOnChanges(changes) {
444
444
  super.ngOnChanges(changes);
445
445
  }
446
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
447
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkFooterRowDef, selector: "[cdkFooterRowDef]", inputs: { columns: ["cdkFooterRowDef", "columns"], sticky: ["cdkFooterRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
446
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
447
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkFooterRowDef, selector: "[cdkFooterRowDef]", inputs: { columns: ["cdkFooterRowDef", "columns"], sticky: ["cdkFooterRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
448
448
  }
449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterRowDef, decorators: [{
449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterRowDef, decorators: [{
450
450
  type: Directive,
451
451
  args: [{
452
452
  selector: '[cdkFooterRowDef]',
453
453
  inputs: ['columns: cdkFooterRowDef', 'sticky: cdkFooterRowDefSticky'],
454
454
  }]
455
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
455
+ }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
456
456
  type: Inject,
457
457
  args: [CDK_TABLE]
458
458
  }, {
459
459
  type: Optional
460
- }] }]; } });
460
+ }] }] });
461
461
  /**
462
462
  * Data row definition for the CDK table.
463
463
  * Captures the header row's template and other row properties such as the columns to display and
@@ -470,21 +470,21 @@ class CdkRowDef extends BaseRowDef {
470
470
  super(template, _differs);
471
471
  this._table = _table;
472
472
  }
473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
474
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkRowDef, selector: "[cdkRowDef]", inputs: { columns: ["cdkRowDefColumns", "columns"], when: ["cdkRowDefWhen", "when"] }, usesInheritance: true, ngImport: i0 }); }
473
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
474
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkRowDef, selector: "[cdkRowDef]", inputs: { columns: ["cdkRowDefColumns", "columns"], when: ["cdkRowDefWhen", "when"] }, usesInheritance: true, ngImport: i0 }); }
475
475
  }
476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkRowDef, decorators: [{
476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkRowDef, decorators: [{
477
477
  type: Directive,
478
478
  args: [{
479
479
  selector: '[cdkRowDef]',
480
480
  inputs: ['columns: cdkRowDefColumns', 'when: cdkRowDefWhen'],
481
481
  }]
482
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
482
+ }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
483
483
  type: Inject,
484
484
  args: [CDK_TABLE]
485
485
  }, {
486
486
  type: Optional
487
- }] }]; } });
487
+ }] }] });
488
488
  /**
489
489
  * Outlet for rendering cells inside of a row or header row.
490
490
  * @docs-private
@@ -509,19 +509,19 @@ class CdkCellOutlet {
509
509
  CdkCellOutlet.mostRecentCellOutlet = null;
510
510
  }
511
511
  }
512
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkCellOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
513
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkCellOutlet, selector: "[cdkCellOutlet]", ngImport: i0 }); }
512
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkCellOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
513
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkCellOutlet, selector: "[cdkCellOutlet]", ngImport: i0 }); }
514
514
  }
515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkCellOutlet, decorators: [{
515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkCellOutlet, decorators: [{
516
516
  type: Directive,
517
517
  args: [{ selector: '[cdkCellOutlet]' }]
518
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
518
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }] });
519
519
  /** Header template container that contains the cell outlet. Adds the right class and role. */
520
520
  class CdkHeaderRow {
521
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
522
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkHeaderRow, selector: "cdk-header-row, tr[cdk-header-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-header-row" }, 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 }); }
521
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
522
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkHeaderRow, selector: "cdk-header-row, tr[cdk-header-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-header-row" }, 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 }); }
523
523
  }
524
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkHeaderRow, decorators: [{
524
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkHeaderRow, decorators: [{
525
525
  type: Component,
526
526
  args: [{
527
527
  selector: 'cdk-header-row, tr[cdk-header-row]',
@@ -538,10 +538,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
538
538
  }] });
539
539
  /** Footer template container that contains the cell outlet. Adds the right class and role. */
540
540
  class CdkFooterRow {
541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
542
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkFooterRow, selector: "cdk-footer-row, tr[cdk-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-footer-row" }, 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 }); }
541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
542
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkFooterRow, selector: "cdk-footer-row, tr[cdk-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-footer-row" }, 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 }); }
543
543
  }
544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkFooterRow, decorators: [{
544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkFooterRow, decorators: [{
545
545
  type: Component,
546
546
  args: [{
547
547
  selector: 'cdk-footer-row, tr[cdk-footer-row]',
@@ -558,10 +558,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
558
558
  }] });
559
559
  /** Data row template container that contains the cell outlet. Adds the right class and role. */
560
560
  class CdkRow {
561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
562
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkRow, selector: "cdk-row, tr[cdk-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-row" }, 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 }); }
561
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
562
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkRow, selector: "cdk-row, tr[cdk-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-row" }, 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 }); }
563
563
  }
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkRow, decorators: [{
564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkRow, decorators: [{
565
565
  type: Component,
566
566
  args: [{
567
567
  selector: 'cdk-row, tr[cdk-row]',
@@ -582,15 +582,15 @@ class CdkNoDataRow {
582
582
  this.templateRef = templateRef;
583
583
  this._contentClassName = 'cdk-no-data-row';
584
584
  }
585
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkNoDataRow, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
586
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkNoDataRow, selector: "ng-template[cdkNoDataRow]", ngImport: i0 }); }
585
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkNoDataRow, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
586
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkNoDataRow, selector: "ng-template[cdkNoDataRow]", ngImport: i0 }); }
587
587
  }
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkNoDataRow, decorators: [{
588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkNoDataRow, decorators: [{
589
589
  type: Directive,
590
590
  args: [{
591
591
  selector: 'ng-template[cdkNoDataRow]',
592
592
  }]
593
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
593
+ }], ctorParameters: () => [{ type: i0.TemplateRef }] });
594
594
 
595
595
  /**
596
596
  * List of all possible directions that can be used for sticky positioning.
@@ -998,10 +998,10 @@ const STICKY_POSITIONING_LISTENER = new InjectionToken('CDK_SPL');
998
998
  * tables that animate rows.
999
999
  */
1000
1000
  class CdkRecycleRows {
1001
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1002
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkRecycleRows, selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 }); }
1001
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1002
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkRecycleRows, selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 }); }
1003
1003
  }
1004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkRecycleRows, decorators: [{
1004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkRecycleRows, decorators: [{
1005
1005
  type: Directive,
1006
1006
  args: [{
1007
1007
  selector: 'cdk-table[recycleRows], table[cdk-table][recycleRows]',
@@ -1017,13 +1017,13 @@ class DataRowOutlet {
1017
1017
  this.viewContainer = viewContainer;
1018
1018
  this.elementRef = elementRef;
1019
1019
  }
1020
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: DataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1021
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: DataRowOutlet, selector: "[rowOutlet]", ngImport: i0 }); }
1020
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: DataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1021
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: DataRowOutlet, selector: "[rowOutlet]", ngImport: i0 }); }
1022
1022
  }
1023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: DataRowOutlet, decorators: [{
1023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: DataRowOutlet, decorators: [{
1024
1024
  type: Directive,
1025
1025
  args: [{ selector: '[rowOutlet]' }]
1026
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
1026
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1027
1027
  /**
1028
1028
  * Provides a handle for the table to grab the view container's ng-container to insert the header.
1029
1029
  * @docs-private
@@ -1033,13 +1033,13 @@ class HeaderRowOutlet {
1033
1033
  this.viewContainer = viewContainer;
1034
1034
  this.elementRef = elementRef;
1035
1035
  }
1036
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: HeaderRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1037
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: HeaderRowOutlet, selector: "[headerRowOutlet]", ngImport: i0 }); }
1036
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: HeaderRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1037
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: HeaderRowOutlet, selector: "[headerRowOutlet]", ngImport: i0 }); }
1038
1038
  }
1039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: HeaderRowOutlet, decorators: [{
1039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: HeaderRowOutlet, decorators: [{
1040
1040
  type: Directive,
1041
1041
  args: [{ selector: '[headerRowOutlet]' }]
1042
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
1042
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1043
1043
  /**
1044
1044
  * Provides a handle for the table to grab the view container's ng-container to insert the footer.
1045
1045
  * @docs-private
@@ -1049,13 +1049,13 @@ class FooterRowOutlet {
1049
1049
  this.viewContainer = viewContainer;
1050
1050
  this.elementRef = elementRef;
1051
1051
  }
1052
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: FooterRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1053
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: FooterRowOutlet, selector: "[footerRowOutlet]", ngImport: i0 }); }
1052
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: FooterRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1053
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: FooterRowOutlet, selector: "[footerRowOutlet]", ngImport: i0 }); }
1054
1054
  }
1055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: FooterRowOutlet, decorators: [{
1055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: FooterRowOutlet, decorators: [{
1056
1056
  type: Directive,
1057
1057
  args: [{ selector: '[footerRowOutlet]' }]
1058
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
1058
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1059
1059
  /**
1060
1060
  * Provides a handle for the table to grab the view
1061
1061
  * container's ng-container to insert the no data row.
@@ -1066,13 +1066,13 @@ class NoDataRowOutlet {
1066
1066
  this.viewContainer = viewContainer;
1067
1067
  this.elementRef = elementRef;
1068
1068
  }
1069
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: NoDataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1070
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: NoDataRowOutlet, selector: "[noDataRowOutlet]", ngImport: i0 }); }
1069
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: NoDataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1070
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.6", type: NoDataRowOutlet, selector: "[noDataRowOutlet]", ngImport: i0 }); }
1071
1071
  }
1072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: NoDataRowOutlet, decorators: [{
1072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: NoDataRowOutlet, decorators: [{
1073
1073
  type: Directive,
1074
1074
  args: [{ selector: '[noDataRowOutlet]' }]
1075
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
1075
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1076
1076
  /**
1077
1077
  * The table template that can be used by the mat-table. Should not be used outside of the
1078
1078
  * material library.
@@ -1940,8 +1940,8 @@ class CdkTable {
1940
1940
  this._isShowingNoDataRow = shouldShow;
1941
1941
  this._changeDetectorRef.markForCheck();
1942
1942
  }
1943
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTable, deps: [{ token: i0.IterableDiffers }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: 'role', attribute: true }, { token: i1.Directionality, optional: true }, { token: DOCUMENT }, { token: i2.Platform }, { token: _VIEW_REPEATER_STRATEGY }, { token: _COALESCED_STYLE_SCHEDULER }, { token: i3.ViewportRuler }, { token: STICKY_POSITIONING_LISTENER, optional: true, skipSelf: true }, { token: i0.NgZone, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
1944
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.0-next.4", type: CdkTable, selector: "cdk-table, table[cdk-table]", inputs: { trackBy: "trackBy", dataSource: "dataSource", multiTemplateDataRows: ["multiTemplateDataRows", "multiTemplateDataRows", booleanAttribute], fixedLayout: ["fixedLayout", "fixedLayout", booleanAttribute] }, outputs: { contentChanged: "contentChanged" }, host: { attributes: { "ngSkipHydration": "" }, properties: { "class.cdk-table-fixed-layout": "fixedLayout" }, classAttribute: "cdk-table" }, providers: [
1943
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTable, deps: [{ token: i0.IterableDiffers }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: 'role', attribute: true }, { token: i1.Directionality, optional: true }, { token: DOCUMENT }, { token: i2.Platform }, { token: _VIEW_REPEATER_STRATEGY }, { token: _COALESCED_STYLE_SCHEDULER }, { token: i3.ViewportRuler }, { token: STICKY_POSITIONING_LISTENER, optional: true, skipSelf: true }, { token: i0.NgZone, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
1944
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.0-next.6", type: CdkTable, selector: "cdk-table, table[cdk-table]", inputs: { trackBy: "trackBy", dataSource: "dataSource", multiTemplateDataRows: ["multiTemplateDataRows", "multiTemplateDataRows", booleanAttribute], fixedLayout: ["fixedLayout", "fixedLayout", booleanAttribute] }, outputs: { contentChanged: "contentChanged" }, host: { attributes: { "ngSkipHydration": "" }, properties: { "class.cdk-table-fixed-layout": "fixedLayout" }, classAttribute: "cdk-table" }, providers: [
1945
1945
  { provide: CDK_TABLE, useExisting: CdkTable },
1946
1946
  { provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
1947
1947
  { provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
@@ -1949,7 +1949,7 @@ class CdkTable {
1949
1949
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
1950
1950
  ], queries: [{ propertyName: "_noDataRow", first: true, predicate: CdkNoDataRow, descendants: true }, { propertyName: "_contentColumnDefs", predicate: CdkColumnDef, descendants: true }, { propertyName: "_contentRowDefs", predicate: CdkRowDef, descendants: true }, { propertyName: "_contentHeaderRowDefs", predicate: CdkHeaderRowDef, descendants: true }, { propertyName: "_contentFooterRowDefs", predicate: CdkFooterRowDef, descendants: true }], viewQueries: [{ propertyName: "_rowOutlet", first: true, predicate: DataRowOutlet, descendants: true, static: true }, { propertyName: "_headerRowOutlet", first: true, predicate: HeaderRowOutlet, descendants: true, static: true }, { propertyName: "_footerRowOutlet", first: true, predicate: FooterRowOutlet, descendants: true, static: true }, { propertyName: "_noDataRowOutlet", first: true, predicate: NoDataRowOutlet, descendants: true, static: true }], exportAs: ["cdkTable"], ngImport: i0, template: "\n <ng-content select=\"caption\"></ng-content>\n <ng-content select=\"colgroup, col\"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container noDataRowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n", isInline: true, styles: [".cdk-table-fixed-layout{table-layout:fixed}"], dependencies: [{ kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
1951
1951
  }
1952
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTable, decorators: [{
1952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTable, decorators: [{
1953
1953
  type: Component,
1954
1954
  args: [{ selector: 'cdk-table, table[cdk-table]', exportAs: 'cdkTable', template: CDK_TABLE_TEMPLATE, host: {
1955
1955
  'class': 'cdk-table',
@@ -1962,7 +1962,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
1962
1962
  // Prevent nested tables from seeing this table's StickyPositioningListener.
1963
1963
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
1964
1964
  ], styles: [".cdk-table-fixed-layout{table-layout:fixed}"] }]
1965
- }], ctorParameters: function () { return [{ type: i0.IterableDiffers }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: undefined, decorators: [{
1965
+ }], ctorParameters: () => [{ type: i0.IterableDiffers }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: undefined, decorators: [{
1966
1966
  type: Attribute,
1967
1967
  args: ['role']
1968
1968
  }] }, { type: i1.Directionality, decorators: [{
@@ -1985,7 +1985,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
1985
1985
  args: [STICKY_POSITIONING_LISTENER]
1986
1986
  }] }, { type: i0.NgZone, decorators: [{
1987
1987
  type: Optional
1988
- }] }]; }, propDecorators: { trackBy: [{
1988
+ }] }], propDecorators: { trackBy: [{
1989
1989
  type: Input
1990
1990
  }], dataSource: [{
1991
1991
  type: Input
@@ -2111,8 +2111,8 @@ class CdkTextColumn {
2111
2111
  this.columnDef.name = this.name;
2112
2112
  }
2113
2113
  }
2114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTextColumn, deps: [{ token: CdkTable, optional: true }, { token: TEXT_COLUMN_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
2115
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: CdkTextColumn, selector: "cdk-text-column", inputs: { name: "name", headerText: "headerText", dataAccessor: "dataAccessor", justify: "justify" }, viewQueries: [{ propertyName: "columnDef", first: true, predicate: CdkColumnDef, descendants: true, static: true }, { propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true, static: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true, static: true }], ngImport: i0, template: `
2114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTextColumn, deps: [{ token: CdkTable, optional: true }, { token: TEXT_COLUMN_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
2115
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.6", type: CdkTextColumn, selector: "cdk-text-column", inputs: { name: "name", headerText: "headerText", dataAccessor: "dataAccessor", justify: "justify" }, viewQueries: [{ propertyName: "columnDef", first: true, predicate: CdkColumnDef, descendants: true, static: true }, { propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true, static: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true, static: true }], ngImport: i0, template: `
2116
2116
  <ng-container cdkColumnDef>
2117
2117
  <th cdk-header-cell *cdkHeaderCellDef [style.text-align]="justify">
2118
2118
  {{headerText}}
@@ -2123,7 +2123,7 @@ class CdkTextColumn {
2123
2123
  </ng-container>
2124
2124
  `, isInline: true, dependencies: [{ kind: "directive", type: CdkCellDef, selector: "[cdkCellDef]" }, { kind: "directive", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]" }, { kind: "directive", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: ["sticky", "cdkColumnDef", "stickyEnd"] }, { kind: "directive", type: CdkCell, selector: "cdk-cell, td[cdk-cell]" }, { kind: "directive", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
2125
2125
  }
2126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTextColumn, decorators: [{
2126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTextColumn, decorators: [{
2127
2127
  type: Component,
2128
2128
  args: [{
2129
2129
  selector: 'cdk-text-column',
@@ -2146,14 +2146,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
2146
2146
  // tslint:disable-next-line:validate-decorators
2147
2147
  changeDetection: ChangeDetectionStrategy.Default,
2148
2148
  }]
2149
- }], ctorParameters: function () { return [{ type: CdkTable, decorators: [{
2149
+ }], ctorParameters: () => [{ type: CdkTable, decorators: [{
2150
2150
  type: Optional
2151
2151
  }] }, { type: undefined, decorators: [{
2152
2152
  type: Optional
2153
2153
  }, {
2154
2154
  type: Inject,
2155
2155
  args: [TEXT_COLUMN_OPTIONS]
2156
- }] }]; }, propDecorators: { name: [{
2156
+ }] }], propDecorators: { name: [{
2157
2157
  type: Input
2158
2158
  }], headerText: [{
2159
2159
  type: Input
@@ -2197,8 +2197,8 @@ const EXPORTED_DECLARATIONS = [
2197
2197
  NoDataRowOutlet,
2198
2198
  ];
2199
2199
  class CdkTableModule {
2200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2201
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTableModule, declarations: [CdkTable,
2200
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2201
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTableModule, declarations: [CdkTable,
2202
2202
  CdkRowDef,
2203
2203
  CdkCellDef,
2204
2204
  CdkCellOutlet,
@@ -2241,9 +2241,9 @@ class CdkTableModule {
2241
2241
  CdkNoDataRow,
2242
2242
  CdkRecycleRows,
2243
2243
  NoDataRowOutlet] }); }
2244
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule] }); }
2244
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule] }); }
2245
2245
  }
2246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: CdkTableModule, decorators: [{
2246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.6", ngImport: i0, type: CdkTableModule, decorators: [{
2247
2247
  type: NgModule,
2248
2248
  args: [{
2249
2249
  exports: EXPORTED_DECLARATIONS,