@angular/cdk 15.1.0-rc.0 → 15.1.0

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 (201) hide show
  1. package/drag-drop/index.d.ts +11 -0
  2. package/esm2020/a11y/a11y-module.mjs +5 -5
  3. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  4. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  5. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  6. package/esm2020/a11y/focus-trap/configurable-focus-trap.mjs +7 -7
  7. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  8. package/esm2020/a11y/focus-trap/focus-trap.mjs +30 -30
  9. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  10. package/esm2020/a11y/input-modality/input-modality-detector.mjs +8 -8
  11. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  12. package/esm2020/a11y/live-announcer/live-announcer.mjs +14 -14
  13. package/esm2020/accordion/accordion-item.mjs +38 -38
  14. package/esm2020/accordion/accordion-module.mjs +5 -5
  15. package/esm2020/accordion/accordion.mjs +4 -4
  16. package/esm2020/bidi/bidi-module.mjs +5 -5
  17. package/esm2020/bidi/dir.mjs +4 -4
  18. package/esm2020/bidi/directionality.mjs +4 -4
  19. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  20. package/esm2020/clipboard/clipboard.mjs +4 -4
  21. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  22. package/esm2020/collections/selection-model.mjs +8 -8
  23. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  24. package/esm2020/dialog/dialog-container.mjs +4 -4
  25. package/esm2020/dialog/dialog-module.mjs +5 -5
  26. package/esm2020/dialog/dialog.mjs +12 -12
  27. package/esm2020/drag-drop/directives/drag-handle.mjs +12 -12
  28. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  29. package/esm2020/drag-drop/directives/drag-preview.mjs +8 -8
  30. package/esm2020/drag-drop/directives/drag.mjs +12 -12
  31. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  32. package/esm2020/drag-drop/directives/drop-list.mjs +17 -16
  33. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  34. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  35. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  36. package/esm2020/drag-drop/drag-ref.mjs +13 -13
  37. package/esm2020/drag-drop/drop-list-ref.mjs +13 -1
  38. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  39. package/esm2020/layout/layout-module.mjs +5 -5
  40. package/esm2020/layout/media-matcher.mjs +4 -4
  41. package/esm2020/listbox/listbox-module.mjs +5 -5
  42. package/esm2020/listbox/listbox.mjs +7 -7
  43. package/esm2020/menu/context-menu-trigger.mjs +14 -14
  44. package/esm2020/menu/menu-aim.mjs +7 -7
  45. package/esm2020/menu/menu-bar.mjs +4 -4
  46. package/esm2020/menu/menu-base.mjs +4 -4
  47. package/esm2020/menu/menu-group.mjs +4 -4
  48. package/esm2020/menu/menu-item-checkbox.mjs +4 -4
  49. package/esm2020/menu/menu-item-radio.mjs +4 -4
  50. package/esm2020/menu/menu-item-selectable.mjs +4 -4
  51. package/esm2020/menu/menu-item.mjs +15 -15
  52. package/esm2020/menu/menu-module.mjs +5 -5
  53. package/esm2020/menu/menu-stack.mjs +4 -4
  54. package/esm2020/menu/menu-trigger-base.mjs +4 -4
  55. package/esm2020/menu/menu-trigger.mjs +4 -4
  56. package/esm2020/menu/menu.mjs +4 -4
  57. package/esm2020/observers/observe-content.mjs +23 -23
  58. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  59. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  60. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  61. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  62. package/esm2020/overlay/overlay-container.mjs +4 -4
  63. package/esm2020/overlay/overlay-directives.mjs +42 -42
  64. package/esm2020/overlay/overlay-module.mjs +5 -5
  65. package/esm2020/overlay/overlay.mjs +4 -4
  66. package/esm2020/overlay/position/flexible-connected-position-strategy.mjs +5 -5
  67. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  68. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  69. package/esm2020/platform/platform-module.mjs +5 -5
  70. package/esm2020/platform/platform.mjs +4 -4
  71. package/esm2020/portal/portal-directives.mjs +17 -17
  72. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  73. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  74. package/esm2020/scrolling/scrollable.mjs +4 -4
  75. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  76. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  77. package/esm2020/scrolling/virtual-for-of.mjs +48 -48
  78. package/esm2020/scrolling/virtual-scroll-viewport.mjs +24 -24
  79. package/esm2020/scrolling/virtual-scrollable-element.mjs +4 -4
  80. package/esm2020/scrolling/virtual-scrollable-window.mjs +4 -4
  81. package/esm2020/scrolling/virtual-scrollable.mjs +4 -4
  82. package/esm2020/stepper/step-header.mjs +4 -4
  83. package/esm2020/stepper/step-label.mjs +4 -4
  84. package/esm2020/stepper/stepper-button.mjs +7 -7
  85. package/esm2020/stepper/stepper-module.mjs +5 -5
  86. package/esm2020/stepper/stepper.mjs +37 -37
  87. package/esm2020/table/can-stick.mjs +7 -7
  88. package/esm2020/table/cell.mjs +27 -27
  89. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  90. package/esm2020/table/row.mjs +28 -28
  91. package/esm2020/table/table-module.mjs +5 -5
  92. package/esm2020/table/table.mjs +93 -93
  93. package/esm2020/table/text-column.mjs +14 -14
  94. package/esm2020/testing/harness-environment.mjs +4 -4
  95. package/esm2020/text-field/autofill.mjs +7 -7
  96. package/esm2020/text-field/autosize.mjs +26 -26
  97. package/esm2020/text-field/text-field-module.mjs +5 -5
  98. package/esm2020/tree/nested-node.mjs +4 -4
  99. package/esm2020/tree/node.mjs +4 -4
  100. package/esm2020/tree/outlet.mjs +4 -4
  101. package/esm2020/tree/padding.mjs +21 -21
  102. package/esm2020/tree/toggle.mjs +9 -9
  103. package/esm2020/tree/tree-module.mjs +5 -5
  104. package/esm2020/tree/tree.mjs +30 -30
  105. package/esm2020/version.mjs +1 -1
  106. package/fesm2015/a11y.mjs +80 -80
  107. package/fesm2015/a11y.mjs.map +1 -1
  108. package/fesm2015/accordion.mjs +44 -44
  109. package/fesm2015/accordion.mjs.map +1 -1
  110. package/fesm2015/bidi.mjs +10 -10
  111. package/fesm2015/bidi.mjs.map +1 -1
  112. package/fesm2015/cdk.mjs +1 -1
  113. package/fesm2015/cdk.mjs.map +1 -1
  114. package/fesm2015/clipboard.mjs +10 -10
  115. package/fesm2015/clipboard.mjs.map +1 -1
  116. package/fesm2015/collections.mjs +10 -10
  117. package/fesm2015/collections.mjs.map +1 -1
  118. package/fesm2015/dialog.mjs +18 -18
  119. package/fesm2015/dialog.mjs.map +1 -1
  120. package/fesm2015/drag-drop.mjs +84 -71
  121. package/fesm2015/drag-drop.mjs.map +1 -1
  122. package/fesm2015/layout.mjs +10 -10
  123. package/fesm2015/layout.mjs.map +1 -1
  124. package/fesm2015/listbox.mjs +10 -10
  125. package/fesm2015/listbox.mjs.map +1 -1
  126. package/fesm2015/menu.mjs +68 -68
  127. package/fesm2015/menu.mjs.map +1 -1
  128. package/fesm2015/observers.mjs +22 -22
  129. package/fesm2015/observers.mjs.map +1 -1
  130. package/fesm2015/overlay.mjs +73 -73
  131. package/fesm2015/overlay.mjs.map +1 -1
  132. package/fesm2015/platform.mjs +7 -7
  133. package/fesm2015/platform.mjs.map +1 -1
  134. package/fesm2015/portal.mjs +16 -16
  135. package/fesm2015/portal.mjs.map +1 -1
  136. package/fesm2015/scrolling.mjs +99 -99
  137. package/fesm2015/scrolling.mjs.map +1 -1
  138. package/fesm2015/stepper.mjs +52 -52
  139. package/fesm2015/stepper.mjs.map +1 -1
  140. package/fesm2015/table.mjs +171 -171
  141. package/fesm2015/table.mjs.map +1 -1
  142. package/fesm2015/testing.mjs +3 -3
  143. package/fesm2015/testing.mjs.map +1 -1
  144. package/fesm2015/text-field.mjs +35 -35
  145. package/fesm2015/text-field.mjs.map +1 -1
  146. package/fesm2015/tree.mjs +70 -70
  147. package/fesm2015/tree.mjs.map +1 -1
  148. package/fesm2020/a11y.mjs +80 -80
  149. package/fesm2020/a11y.mjs.map +1 -1
  150. package/fesm2020/accordion.mjs +44 -44
  151. package/fesm2020/accordion.mjs.map +1 -1
  152. package/fesm2020/bidi.mjs +10 -10
  153. package/fesm2020/bidi.mjs.map +1 -1
  154. package/fesm2020/cdk.mjs +1 -1
  155. package/fesm2020/cdk.mjs.map +1 -1
  156. package/fesm2020/clipboard.mjs +10 -10
  157. package/fesm2020/clipboard.mjs.map +1 -1
  158. package/fesm2020/collections.mjs +10 -10
  159. package/fesm2020/collections.mjs.map +1 -1
  160. package/fesm2020/dialog.mjs +18 -18
  161. package/fesm2020/dialog.mjs.map +1 -1
  162. package/fesm2020/drag-drop.mjs +84 -71
  163. package/fesm2020/drag-drop.mjs.map +1 -1
  164. package/fesm2020/layout.mjs +10 -10
  165. package/fesm2020/layout.mjs.map +1 -1
  166. package/fesm2020/listbox.mjs +10 -10
  167. package/fesm2020/listbox.mjs.map +1 -1
  168. package/fesm2020/menu.mjs +67 -67
  169. package/fesm2020/menu.mjs.map +1 -1
  170. package/fesm2020/observers.mjs +22 -22
  171. package/fesm2020/observers.mjs.map +1 -1
  172. package/fesm2020/overlay.mjs +73 -73
  173. package/fesm2020/overlay.mjs.map +1 -1
  174. package/fesm2020/platform.mjs +7 -7
  175. package/fesm2020/platform.mjs.map +1 -1
  176. package/fesm2020/portal.mjs +16 -16
  177. package/fesm2020/portal.mjs.map +1 -1
  178. package/fesm2020/scrolling.mjs +99 -99
  179. package/fesm2020/scrolling.mjs.map +1 -1
  180. package/fesm2020/stepper.mjs +52 -52
  181. package/fesm2020/stepper.mjs.map +1 -1
  182. package/fesm2020/table.mjs +171 -171
  183. package/fesm2020/table.mjs.map +1 -1
  184. package/fesm2020/testing.mjs +3 -3
  185. package/fesm2020/testing.mjs.map +1 -1
  186. package/fesm2020/text-field.mjs +35 -35
  187. package/fesm2020/text-field.mjs.map +1 -1
  188. package/fesm2020/tree.mjs +70 -70
  189. package/fesm2020/tree.mjs.map +1 -1
  190. package/package.json +3 -3
  191. package/schematics/ng-add/index.js +1 -1
  192. package/schematics/ng-add/index.mjs +1 -1
  193. package/schematics/ng-update/data/constructor-checks.d.ts +1 -1
  194. package/schematics/ng-update/devkit-migration-rule.d.ts +2 -2
  195. package/schematics/ng-update/devkit-migration.d.ts +2 -2
  196. package/schematics/update-tool/file-system.d.ts +1 -1
  197. package/schematics/update-tool/migration.d.ts +3 -3
  198. package/schematics/update-tool/utils/decorators.d.ts +1 -1
  199. package/schematics/update-tool/utils/property-name.d.ts +1 -1
  200. package/schematics/update-tool/version-changes.d.ts +3 -3
  201. package/schematics/utils/parse5-element.d.ts +2 -2
@@ -26,12 +26,6 @@ import { takeUntil, take } from 'rxjs/operators';
26
26
  */
27
27
  function mixinHasStickyInput(base) {
28
28
  return class extends base {
29
- constructor(...args) {
30
- super(...args);
31
- this._sticky = false;
32
- /** Whether the sticky input has changed since it was last checked. */
33
- this._hasStickyChanged = false;
34
- }
35
29
  /** Whether sticky positioning should be applied. */
36
30
  get sticky() {
37
31
  return this._sticky;
@@ -51,6 +45,12 @@ function mixinHasStickyInput(base) {
51
45
  resetStickyChanged() {
52
46
  this._hasStickyChanged = false;
53
47
  }
48
+ constructor(...args) {
49
+ super(...args);
50
+ this._sticky = false;
51
+ /** Whether the sticky input has changed since it was last checked. */
52
+ this._hasStickyChanged = false;
53
+ }
54
54
  };
55
55
  }
56
56
 
@@ -85,9 +85,9 @@ class CdkCellDef {
85
85
  this.template = template;
86
86
  }
87
87
  }
88
- CdkCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
89
- CdkCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkCellDef, selector: "[cdkCellDef]", ngImport: i0 });
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkCellDef, decorators: [{
88
+ CdkCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
89
+ CdkCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkCellDef, selector: "[cdkCellDef]", ngImport: i0 });
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkCellDef, decorators: [{
91
91
  type: Directive,
92
92
  args: [{ selector: '[cdkCellDef]' }]
93
93
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -100,9 +100,9 @@ class CdkHeaderCellDef {
100
100
  this.template = template;
101
101
  }
102
102
  }
103
- CdkHeaderCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
104
- CdkHeaderCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]", ngImport: i0 });
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderCellDef, decorators: [{
103
+ CdkHeaderCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
104
+ CdkHeaderCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]", ngImport: i0 });
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderCellDef, decorators: [{
106
106
  type: Directive,
107
107
  args: [{ selector: '[cdkHeaderCellDef]' }]
108
108
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -115,9 +115,9 @@ class CdkFooterCellDef {
115
115
  this.template = template;
116
116
  }
117
117
  }
118
- CdkFooterCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
119
- CdkFooterCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkFooterCellDef, selector: "[cdkFooterCellDef]", ngImport: i0 });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterCellDef, decorators: [{
118
+ CdkFooterCellDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
119
+ CdkFooterCellDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkFooterCellDef, selector: "[cdkFooterCellDef]", ngImport: i0 });
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterCellDef, decorators: [{
121
121
  type: Directive,
122
122
  args: [{ selector: '[cdkFooterCellDef]' }]
123
123
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -131,11 +131,6 @@ const _CdkColumnDefBase = mixinHasStickyInput(CdkColumnDefBase);
131
131
  * Defines a set of cells available for a table column.
132
132
  */
133
133
  class CdkColumnDef extends _CdkColumnDefBase {
134
- constructor(_table) {
135
- super();
136
- this._table = _table;
137
- this._stickyEnd = false;
138
- }
139
134
  /** Unique name for this column. */
140
135
  get name() {
141
136
  return this._name;
@@ -156,6 +151,11 @@ class CdkColumnDef extends _CdkColumnDefBase {
156
151
  this._stickyEnd = coerceBooleanProperty(v);
157
152
  this._hasStickyChanged = prevValue !== this._stickyEnd;
158
153
  }
154
+ constructor(_table) {
155
+ super();
156
+ this._table = _table;
157
+ this._stickyEnd = false;
158
+ }
159
159
  /**
160
160
  * Overridable method that sets the css classes that will be added to every cell in this
161
161
  * column.
@@ -182,9 +182,9 @@ class CdkColumnDef extends _CdkColumnDefBase {
182
182
  }
183
183
  }
184
184
  }
185
- CdkColumnDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkColumnDef, deps: [{ token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
186
- CdkColumnDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: { sticky: "sticky", name: ["cdkColumnDef", "name"], stickyEnd: "stickyEnd" }, 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 });
187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkColumnDef, decorators: [{
185
+ CdkColumnDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkColumnDef, deps: [{ token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
186
+ CdkColumnDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: { sticky: "sticky", name: ["cdkColumnDef", "name"], stickyEnd: "stickyEnd" }, 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 });
187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkColumnDef, decorators: [{
188
188
  type: Directive,
189
189
  args: [{
190
190
  selector: '[cdkColumnDef]',
@@ -224,9 +224,9 @@ class CdkHeaderCell extends BaseCdkCell {
224
224
  super(columnDef, elementRef);
225
225
  }
226
226
  }
227
- CdkHeaderCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
228
- CdkHeaderCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "cdk-header-cell" }, usesInheritance: true, ngImport: i0 });
229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderCell, decorators: [{
227
+ CdkHeaderCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
228
+ CdkHeaderCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "cdk-header-cell" }, usesInheritance: true, ngImport: i0 });
229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderCell, decorators: [{
230
230
  type: Directive,
231
231
  args: [{
232
232
  selector: 'cdk-header-cell, th[cdk-header-cell]',
@@ -247,9 +247,9 @@ class CdkFooterCell extends BaseCdkCell {
247
247
  }
248
248
  }
249
249
  }
250
- CdkFooterCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
251
- CdkFooterCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkFooterCell, selector: "cdk-footer-cell, td[cdk-footer-cell]", host: { classAttribute: "cdk-footer-cell" }, usesInheritance: true, ngImport: i0 });
252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterCell, decorators: [{
250
+ CdkFooterCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
251
+ CdkFooterCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkFooterCell, selector: "cdk-footer-cell, td[cdk-footer-cell]", host: { classAttribute: "cdk-footer-cell" }, usesInheritance: true, ngImport: i0 });
252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterCell, decorators: [{
253
253
  type: Directive,
254
254
  args: [{
255
255
  selector: 'cdk-footer-cell, td[cdk-footer-cell]',
@@ -269,9 +269,9 @@ class CdkCell extends BaseCdkCell {
269
269
  }
270
270
  }
271
271
  }
272
- CdkCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
273
- CdkCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkCell, selector: "cdk-cell, td[cdk-cell]", host: { classAttribute: "cdk-cell" }, usesInheritance: true, ngImport: i0 });
274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkCell, decorators: [{
272
+ CdkCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
273
+ CdkCell.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkCell, selector: "cdk-cell, td[cdk-cell]", host: { classAttribute: "cdk-cell" }, usesInheritance: true, ngImport: i0 });
274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkCell, decorators: [{
275
275
  type: Directive,
276
276
  args: [{
277
277
  selector: 'cdk-cell, td[cdk-cell]',
@@ -362,9 +362,9 @@ class _CoalescedStyleScheduler {
362
362
  : this._ngZone.onStable.pipe(take(1));
363
363
  }
364
364
  }
365
- _CoalescedStyleScheduler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _CoalescedStyleScheduler, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
366
- _CoalescedStyleScheduler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _CoalescedStyleScheduler });
367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: _CoalescedStyleScheduler, decorators: [{
365
+ _CoalescedStyleScheduler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: _CoalescedStyleScheduler, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
366
+ _CoalescedStyleScheduler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: _CoalescedStyleScheduler });
367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: _CoalescedStyleScheduler, decorators: [{
368
368
  type: Injectable
369
369
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
370
370
 
@@ -419,9 +419,9 @@ class BaseRowDef {
419
419
  }
420
420
  }
421
421
  }
422
- BaseRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: BaseRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive });
423
- BaseRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: BaseRowDef, usesOnChanges: true, ngImport: i0 });
424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: BaseRowDef, decorators: [{
422
+ BaseRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: BaseRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive });
423
+ BaseRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: BaseRowDef, usesOnChanges: true, ngImport: i0 });
424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: BaseRowDef, decorators: [{
425
425
  type: Directive
426
426
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }]; } });
427
427
  // Boilerplate for applying mixins to CdkHeaderRowDef.
@@ -444,9 +444,9 @@ class CdkHeaderRowDef extends _CdkHeaderRowDefBase {
444
444
  super.ngOnChanges(changes);
445
445
  }
446
446
  }
447
- CdkHeaderRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
448
- CdkHeaderRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkHeaderRowDef, selector: "[cdkHeaderRowDef]", inputs: { columns: ["cdkHeaderRowDef", "columns"], sticky: ["cdkHeaderRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderRowDef, decorators: [{
447
+ CdkHeaderRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
448
+ CdkHeaderRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkHeaderRowDef, selector: "[cdkHeaderRowDef]", inputs: { columns: ["cdkHeaderRowDef", "columns"], sticky: ["cdkHeaderRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderRowDef, decorators: [{
450
450
  type: Directive,
451
451
  args: [{
452
452
  selector: '[cdkHeaderRowDef]',
@@ -478,9 +478,9 @@ class CdkFooterRowDef extends _CdkFooterRowDefBase {
478
478
  super.ngOnChanges(changes);
479
479
  }
480
480
  }
481
- CdkFooterRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
482
- CdkFooterRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkFooterRowDef, selector: "[cdkFooterRowDef]", inputs: { columns: ["cdkFooterRowDef", "columns"], sticky: ["cdkFooterRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterRowDef, decorators: [{
481
+ CdkFooterRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
482
+ CdkFooterRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkFooterRowDef, selector: "[cdkFooterRowDef]", inputs: { columns: ["cdkFooterRowDef", "columns"], sticky: ["cdkFooterRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterRowDef, decorators: [{
484
484
  type: Directive,
485
485
  args: [{
486
486
  selector: '[cdkFooterRowDef]',
@@ -505,9 +505,9 @@ class CdkRowDef extends BaseRowDef {
505
505
  this._table = _table;
506
506
  }
507
507
  }
508
- CdkRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
509
- CdkRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkRowDef, selector: "[cdkRowDef]", inputs: { columns: ["cdkRowDefColumns", "columns"], when: ["cdkRowDefWhen", "when"] }, usesInheritance: true, ngImport: i0 });
510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkRowDef, decorators: [{
508
+ CdkRowDef.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
509
+ CdkRowDef.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkRowDef, selector: "[cdkRowDef]", inputs: { columns: ["cdkRowDefColumns", "columns"], when: ["cdkRowDefWhen", "when"] }, usesInheritance: true, ngImport: i0 });
510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkRowDef, decorators: [{
511
511
  type: Directive,
512
512
  args: [{
513
513
  selector: '[cdkRowDef]',
@@ -544,18 +544,18 @@ class CdkCellOutlet {
544
544
  * construct the cells with the provided context.
545
545
  */
546
546
  CdkCellOutlet.mostRecentCellOutlet = null;
547
- CdkCellOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkCellOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
548
- CdkCellOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkCellOutlet, selector: "[cdkCellOutlet]", ngImport: i0 });
549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkCellOutlet, decorators: [{
547
+ CdkCellOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkCellOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
548
+ CdkCellOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkCellOutlet, selector: "[cdkCellOutlet]", ngImport: i0 });
549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkCellOutlet, decorators: [{
550
550
  type: Directive,
551
551
  args: [{ selector: '[cdkCellOutlet]' }]
552
552
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
553
553
  /** Header template container that contains the cell outlet. Adds the right class and role. */
554
554
  class CdkHeaderRow {
555
555
  }
556
- CdkHeaderRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
557
- CdkHeaderRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", 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 });
558
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkHeaderRow, decorators: [{
556
+ CdkHeaderRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
557
+ CdkHeaderRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-rc.0", 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 });
558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkHeaderRow, decorators: [{
559
559
  type: Component,
560
560
  args: [{
561
561
  selector: 'cdk-header-row, tr[cdk-header-row]',
@@ -573,9 +573,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3",
573
573
  /** Footer template container that contains the cell outlet. Adds the right class and role. */
574
574
  class CdkFooterRow {
575
575
  }
576
- CdkFooterRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
577
- CdkFooterRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", 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 });
578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFooterRow, decorators: [{
576
+ CdkFooterRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
577
+ CdkFooterRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-rc.0", 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 });
578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkFooterRow, decorators: [{
579
579
  type: Component,
580
580
  args: [{
581
581
  selector: 'cdk-footer-row, tr[cdk-footer-row]',
@@ -593,9 +593,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3",
593
593
  /** Data row template container that contains the cell outlet. Adds the right class and role. */
594
594
  class CdkRow {
595
595
  }
596
- CdkRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
597
- CdkRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", 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 });
598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkRow, decorators: [{
596
+ CdkRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
597
+ CdkRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-rc.0", 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 });
598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkRow, decorators: [{
599
599
  type: Component,
600
600
  args: [{
601
601
  selector: 'cdk-row, tr[cdk-row]',
@@ -617,9 +617,9 @@ class CdkNoDataRow {
617
617
  this._contentClassName = 'cdk-no-data-row';
618
618
  }
619
619
  }
620
- CdkNoDataRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkNoDataRow, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
621
- CdkNoDataRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkNoDataRow, selector: "ng-template[cdkNoDataRow]", ngImport: i0 });
622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkNoDataRow, decorators: [{
620
+ CdkNoDataRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkNoDataRow, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
621
+ CdkNoDataRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkNoDataRow, selector: "ng-template[cdkNoDataRow]", ngImport: i0 });
622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkNoDataRow, decorators: [{
623
623
  type: Directive,
624
624
  args: [{
625
625
  selector: 'ng-template[cdkNoDataRow]',
@@ -1061,9 +1061,9 @@ const STICKY_POSITIONING_LISTENER = new InjectionToken('CDK_SPL');
1061
1061
  */
1062
1062
  class CdkRecycleRows {
1063
1063
  }
1064
- CdkRecycleRows.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1065
- CdkRecycleRows.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkRecycleRows, selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1066
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkRecycleRows, decorators: [{
1064
+ CdkRecycleRows.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1065
+ CdkRecycleRows.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkRecycleRows, selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1066
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkRecycleRows, decorators: [{
1067
1067
  type: Directive,
1068
1068
  args: [{
1069
1069
  selector: 'cdk-table[recycleRows], table[cdk-table][recycleRows]',
@@ -1080,9 +1080,9 @@ class DataRowOutlet {
1080
1080
  this.elementRef = elementRef;
1081
1081
  }
1082
1082
  }
1083
- DataRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: DataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1084
- DataRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: DataRowOutlet, selector: "[rowOutlet]", ngImport: i0 });
1085
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: DataRowOutlet, decorators: [{
1083
+ DataRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: DataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1084
+ DataRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: DataRowOutlet, selector: "[rowOutlet]", ngImport: i0 });
1085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: DataRowOutlet, decorators: [{
1086
1086
  type: Directive,
1087
1087
  args: [{ selector: '[rowOutlet]' }]
1088
1088
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
@@ -1096,9 +1096,9 @@ class HeaderRowOutlet {
1096
1096
  this.elementRef = elementRef;
1097
1097
  }
1098
1098
  }
1099
- HeaderRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: HeaderRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1100
- HeaderRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: HeaderRowOutlet, selector: "[headerRowOutlet]", ngImport: i0 });
1101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: HeaderRowOutlet, decorators: [{
1099
+ HeaderRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: HeaderRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1100
+ HeaderRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: HeaderRowOutlet, selector: "[headerRowOutlet]", ngImport: i0 });
1101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: HeaderRowOutlet, decorators: [{
1102
1102
  type: Directive,
1103
1103
  args: [{ selector: '[headerRowOutlet]' }]
1104
1104
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
@@ -1112,9 +1112,9 @@ class FooterRowOutlet {
1112
1112
  this.elementRef = elementRef;
1113
1113
  }
1114
1114
  }
1115
- FooterRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: FooterRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1116
- FooterRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: FooterRowOutlet, selector: "[footerRowOutlet]", ngImport: i0 });
1117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: FooterRowOutlet, decorators: [{
1115
+ FooterRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: FooterRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1116
+ FooterRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: FooterRowOutlet, selector: "[footerRowOutlet]", ngImport: i0 });
1117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: FooterRowOutlet, decorators: [{
1118
1118
  type: Directive,
1119
1119
  args: [{ selector: '[footerRowOutlet]' }]
1120
1120
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
@@ -1129,9 +1129,9 @@ class NoDataRowOutlet {
1129
1129
  this.elementRef = elementRef;
1130
1130
  }
1131
1131
  }
1132
- NoDataRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: NoDataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1133
- NoDataRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: NoDataRowOutlet, selector: "[noDataRowOutlet]", ngImport: i0 });
1134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: NoDataRowOutlet, decorators: [{
1132
+ NoDataRowOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: NoDataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1133
+ NoDataRowOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: NoDataRowOutlet, selector: "[noDataRowOutlet]", ngImport: i0 });
1134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: NoDataRowOutlet, decorators: [{
1135
1135
  type: Directive,
1136
1136
  args: [{ selector: '[noDataRowOutlet]' }]
1137
1137
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }]; } });
@@ -1164,6 +1164,80 @@ class RowViewRef extends EmbeddedViewRef {
1164
1164
  * connect function that will return an Observable stream that emits the data array to render.
1165
1165
  */
1166
1166
  class CdkTable {
1167
+ /**
1168
+ * Tracking function that will be used to check the differences in data changes. Used similarly
1169
+ * to `ngFor` `trackBy` function. Optimize row operations by identifying a row based on its data
1170
+ * relative to the function to know if a row should be added/removed/moved.
1171
+ * Accepts a function that takes two parameters, `index` and `item`.
1172
+ */
1173
+ get trackBy() {
1174
+ return this._trackByFn;
1175
+ }
1176
+ set trackBy(fn) {
1177
+ if ((typeof ngDevMode === 'undefined' || ngDevMode) && fn != null && typeof fn !== 'function') {
1178
+ console.warn(`trackBy must be a function, but received ${JSON.stringify(fn)}.`);
1179
+ }
1180
+ this._trackByFn = fn;
1181
+ }
1182
+ /**
1183
+ * The table's source of data, which can be provided in three ways (in order of complexity):
1184
+ * - Simple data array (each object represents one table row)
1185
+ * - Stream that emits a data array each time the array changes
1186
+ * - `DataSource` object that implements the connect/disconnect interface.
1187
+ *
1188
+ * If a data array is provided, the table must be notified when the array's objects are
1189
+ * added, removed, or moved. This can be done by calling the `renderRows()` function which will
1190
+ * render the diff since the last table render. If the data array reference is changed, the table
1191
+ * will automatically trigger an update to the rows.
1192
+ *
1193
+ * When providing an Observable stream, the table will trigger an update automatically when the
1194
+ * stream emits a new array of data.
1195
+ *
1196
+ * Finally, when providing a `DataSource` object, the table will use the Observable stream
1197
+ * provided by the connect function and trigger updates when that stream emits new data array
1198
+ * values. During the table's ngOnDestroy or when the data source is removed from the table, the
1199
+ * table will call the DataSource's `disconnect` function (may be useful for cleaning up any
1200
+ * subscriptions registered during the connect process).
1201
+ */
1202
+ get dataSource() {
1203
+ return this._dataSource;
1204
+ }
1205
+ set dataSource(dataSource) {
1206
+ if (this._dataSource !== dataSource) {
1207
+ this._switchDataSource(dataSource);
1208
+ }
1209
+ }
1210
+ /**
1211
+ * Whether to allow multiple rows per data object by evaluating which rows evaluate their 'when'
1212
+ * predicate to true. If `multiTemplateDataRows` is false, which is the default value, then each
1213
+ * dataobject will render the first row that evaluates its when predicate to true, in the order
1214
+ * defined in the table, or otherwise the default row which does not have a when predicate.
1215
+ */
1216
+ get multiTemplateDataRows() {
1217
+ return this._multiTemplateDataRows;
1218
+ }
1219
+ set multiTemplateDataRows(v) {
1220
+ this._multiTemplateDataRows = coerceBooleanProperty(v);
1221
+ // In Ivy if this value is set via a static attribute (e.g. <table multiTemplateDataRows>),
1222
+ // this setter will be invoked before the row outlet has been defined hence the null check.
1223
+ if (this._rowOutlet && this._rowOutlet.viewContainer.length) {
1224
+ this._forceRenderDataRows();
1225
+ this.updateStickyColumnStyles();
1226
+ }
1227
+ }
1228
+ /**
1229
+ * Whether to use a fixed table layout. Enabling this option will enforce consistent column widths
1230
+ * and optimize rendering sticky styles for native tables. No-op for flex tables.
1231
+ */
1232
+ get fixedLayout() {
1233
+ return this._fixedLayout;
1234
+ }
1235
+ set fixedLayout(v) {
1236
+ this._fixedLayout = coerceBooleanProperty(v);
1237
+ // Toggling `fixedLayout` may change column widths. Sticky column styles should be recalculated.
1238
+ this._forceRecalculateCellWidths = true;
1239
+ this._stickyColumnStylesNeedReset = true;
1240
+ }
1167
1241
  constructor(_differs, _changeDetectorRef, _elementRef, role, _dir, _document, _platform, _viewRepeater, _coalescedStyleScheduler, _viewportRuler,
1168
1242
  /**
1169
1243
  * @deprecated `_stickyPositioningListener` parameter to become required.
@@ -1290,80 +1364,6 @@ class CdkTable {
1290
1364
  this._document = _document;
1291
1365
  this._isNativeHtmlTable = this._elementRef.nativeElement.nodeName === 'TABLE';
1292
1366
  }
1293
- /**
1294
- * Tracking function that will be used to check the differences in data changes. Used similarly
1295
- * to `ngFor` `trackBy` function. Optimize row operations by identifying a row based on its data
1296
- * relative to the function to know if a row should be added/removed/moved.
1297
- * Accepts a function that takes two parameters, `index` and `item`.
1298
- */
1299
- get trackBy() {
1300
- return this._trackByFn;
1301
- }
1302
- set trackBy(fn) {
1303
- if ((typeof ngDevMode === 'undefined' || ngDevMode) && fn != null && typeof fn !== 'function') {
1304
- console.warn(`trackBy must be a function, but received ${JSON.stringify(fn)}.`);
1305
- }
1306
- this._trackByFn = fn;
1307
- }
1308
- /**
1309
- * The table's source of data, which can be provided in three ways (in order of complexity):
1310
- * - Simple data array (each object represents one table row)
1311
- * - Stream that emits a data array each time the array changes
1312
- * - `DataSource` object that implements the connect/disconnect interface.
1313
- *
1314
- * If a data array is provided, the table must be notified when the array's objects are
1315
- * added, removed, or moved. This can be done by calling the `renderRows()` function which will
1316
- * render the diff since the last table render. If the data array reference is changed, the table
1317
- * will automatically trigger an update to the rows.
1318
- *
1319
- * When providing an Observable stream, the table will trigger an update automatically when the
1320
- * stream emits a new array of data.
1321
- *
1322
- * Finally, when providing a `DataSource` object, the table will use the Observable stream
1323
- * provided by the connect function and trigger updates when that stream emits new data array
1324
- * values. During the table's ngOnDestroy or when the data source is removed from the table, the
1325
- * table will call the DataSource's `disconnect` function (may be useful for cleaning up any
1326
- * subscriptions registered during the connect process).
1327
- */
1328
- get dataSource() {
1329
- return this._dataSource;
1330
- }
1331
- set dataSource(dataSource) {
1332
- if (this._dataSource !== dataSource) {
1333
- this._switchDataSource(dataSource);
1334
- }
1335
- }
1336
- /**
1337
- * Whether to allow multiple rows per data object by evaluating which rows evaluate their 'when'
1338
- * predicate to true. If `multiTemplateDataRows` is false, which is the default value, then each
1339
- * dataobject will render the first row that evaluates its when predicate to true, in the order
1340
- * defined in the table, or otherwise the default row which does not have a when predicate.
1341
- */
1342
- get multiTemplateDataRows() {
1343
- return this._multiTemplateDataRows;
1344
- }
1345
- set multiTemplateDataRows(v) {
1346
- this._multiTemplateDataRows = coerceBooleanProperty(v);
1347
- // In Ivy if this value is set via a static attribute (e.g. <table multiTemplateDataRows>),
1348
- // this setter will be invoked before the row outlet has been defined hence the null check.
1349
- if (this._rowOutlet && this._rowOutlet.viewContainer.length) {
1350
- this._forceRenderDataRows();
1351
- this.updateStickyColumnStyles();
1352
- }
1353
- }
1354
- /**
1355
- * Whether to use a fixed table layout. Enabling this option will enforce consistent column widths
1356
- * and optimize rendering sticky styles for native tables. No-op for flex tables.
1357
- */
1358
- get fixedLayout() {
1359
- return this._fixedLayout;
1360
- }
1361
- set fixedLayout(v) {
1362
- this._fixedLayout = coerceBooleanProperty(v);
1363
- // Toggling `fixedLayout` may change column widths. Sticky column styles should be recalculated.
1364
- this._forceRecalculateCellWidths = true;
1365
- this._stickyColumnStylesNeedReset = true;
1366
- }
1367
1367
  ngOnInit() {
1368
1368
  this._setupStickyStyler();
1369
1369
  if (this._isNativeHtmlTable) {
@@ -2002,15 +2002,15 @@ class CdkTable {
2002
2002
  this._isShowingNoDataRow = shouldShow;
2003
2003
  }
2004
2004
  }
2005
- CdkTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", 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 });
2006
- CdkTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkTable, selector: "cdk-table, table[cdk-table]", inputs: { trackBy: "trackBy", dataSource: "dataSource", multiTemplateDataRows: "multiTemplateDataRows", fixedLayout: "fixedLayout" }, outputs: { contentChanged: "contentChanged" }, host: { properties: { "class.cdk-table-fixed-layout": "fixedLayout" }, classAttribute: "cdk-table" }, providers: [
2005
+ CdkTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", 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 });
2006
+ CdkTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-rc.0", type: CdkTable, selector: "cdk-table, table[cdk-table]", inputs: { trackBy: "trackBy", dataSource: "dataSource", multiTemplateDataRows: "multiTemplateDataRows", fixedLayout: "fixedLayout" }, outputs: { contentChanged: "contentChanged" }, host: { properties: { "class.cdk-table-fixed-layout": "fixedLayout" }, classAttribute: "cdk-table" }, providers: [
2007
2007
  { provide: CDK_TABLE, useExisting: CdkTable },
2008
2008
  { provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
2009
2009
  { provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
2010
2010
  // Prevent nested tables from seeing this table's StickyPositioningListener.
2011
2011
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
2012
2012
  ], 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 });
2013
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkTable, decorators: [{
2013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkTable, decorators: [{
2014
2014
  type: Component,
2015
2015
  args: [{ selector: 'cdk-table, table[cdk-table]', exportAs: 'cdkTable', template: CDK_TABLE_TEMPLATE, host: {
2016
2016
  'class': 'cdk-table',
@@ -2109,6 +2109,16 @@ function mergeArrayAndSet(array, set) {
2109
2109
  * input.
2110
2110
  */
2111
2111
  class CdkTextColumn {
2112
+ /** Column name that should be used to reference this column. */
2113
+ get name() {
2114
+ return this._name;
2115
+ }
2116
+ set name(name) {
2117
+ this._name = name;
2118
+ // With Ivy, inputs can be initialized before static query results are
2119
+ // available. In that case, we defer the synchronization until "ngOnInit" fires.
2120
+ this._syncColumnDefName();
2121
+ }
2112
2122
  constructor(
2113
2123
  // `CdkTextColumn` is always requiring a table, but we just assert it manually
2114
2124
  // for better error reporting.
@@ -2120,16 +2130,6 @@ class CdkTextColumn {
2120
2130
  this.justify = 'start';
2121
2131
  this._options = _options || {};
2122
2132
  }
2123
- /** Column name that should be used to reference this column. */
2124
- get name() {
2125
- return this._name;
2126
- }
2127
- set name(name) {
2128
- this._name = name;
2129
- // With Ivy, inputs can be initialized before static query results are
2130
- // available. In that case, we defer the synchronization until "ngOnInit" fires.
2131
- this._syncColumnDefName();
2132
- }
2133
2133
  ngOnInit() {
2134
2134
  this._syncColumnDefName();
2135
2135
  if (this.headerText === undefined) {
@@ -2177,8 +2177,8 @@ class CdkTextColumn {
2177
2177
  }
2178
2178
  }
2179
2179
  }
2180
- CdkTextColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkTextColumn, deps: [{ token: CdkTable, optional: true }, { token: TEXT_COLUMN_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
2181
- CdkTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", 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: `
2180
+ CdkTextColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkTextColumn, deps: [{ token: CdkTable, optional: true }, { token: TEXT_COLUMN_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
2181
+ CdkTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-rc.0", 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: `
2182
2182
  <ng-container cdkColumnDef>
2183
2183
  <th cdk-header-cell *cdkHeaderCellDef [style.text-align]="justify">
2184
2184
  {{headerText}}
@@ -2188,7 +2188,7 @@ CdkTextColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
2188
2188
  </td>
2189
2189
  </ng-container>
2190
2190
  `, 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 });
2191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkTextColumn, decorators: [{
2191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkTextColumn, decorators: [{
2192
2192
  type: Component,
2193
2193
  args: [{
2194
2194
  selector: 'cdk-text-column',
@@ -2270,8 +2270,8 @@ const EXPORTED_DECLARATIONS = [
2270
2270
  ];
2271
2271
  class CdkTableModule {
2272
2272
  }
2273
- CdkTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2274
- CdkTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkTableModule, declarations: [CdkTable,
2273
+ CdkTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2274
+ CdkTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkTableModule, declarations: [CdkTable,
2275
2275
  CdkRowDef,
2276
2276
  CdkCellDef,
2277
2277
  CdkCellOutlet,
@@ -2314,8 +2314,8 @@ CdkTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
2314
2314
  CdkNoDataRow,
2315
2315
  CdkRecycleRows,
2316
2316
  NoDataRowOutlet] });
2317
- CdkTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule] });
2318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkTableModule, decorators: [{
2317
+ CdkTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule] });
2318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-rc.0", ngImport: i0, type: CdkTableModule, decorators: [{
2319
2319
  type: NgModule,
2320
2320
  args: [{
2321
2321
  exports: EXPORTED_DECLARATIONS,