@angular/cdk 14.0.0-next.4 → 14.0.0-next.7

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 (229) hide show
  1. package/a11y/live-announcer/live-announcer.d.ts +3 -1
  2. package/drag-drop/drag-events.d.ts +8 -0
  3. package/drag-drop/drag-ref.d.ts +11 -1
  4. package/drag-drop/drop-list-ref.d.ts +5 -1
  5. package/esm2020/a11y/a11y-module.mjs +5 -5
  6. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  7. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  8. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  9. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  10. package/esm2020/a11y/focus-trap/focus-trap.mjs +7 -7
  11. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  12. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  13. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  14. package/esm2020/a11y/live-announcer/live-announcer.mjs +11 -8
  15. package/esm2020/accordion/accordion-item.mjs +4 -4
  16. package/esm2020/accordion/accordion-module.mjs +5 -5
  17. package/esm2020/accordion/accordion.mjs +4 -4
  18. package/esm2020/bidi/bidi-module.mjs +5 -5
  19. package/esm2020/bidi/dir.mjs +4 -4
  20. package/esm2020/bidi/directionality.mjs +4 -4
  21. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  22. package/esm2020/clipboard/clipboard.mjs +4 -4
  23. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  24. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  25. package/esm2020/drag-drop/directives/drag-handle.mjs +4 -4
  26. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  27. package/esm2020/drag-drop/directives/drag-preview.mjs +4 -4
  28. package/esm2020/drag-drop/directives/drag.mjs +26 -24
  29. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  30. package/esm2020/drag-drop/directives/drop-list.mjs +14 -13
  31. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  32. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  33. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  34. package/esm2020/drag-drop/drag-events.mjs +1 -1
  35. package/esm2020/drag-drop/drag-ref.mjs +42 -27
  36. package/esm2020/drag-drop/drop-list-ref.mjs +6 -2
  37. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  38. package/esm2020/layout/layout-module.mjs +5 -5
  39. package/esm2020/layout/media-matcher.mjs +4 -4
  40. package/esm2020/observers/observe-content.mjs +14 -14
  41. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  42. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +26 -8
  43. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +33 -12
  44. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  45. package/esm2020/overlay/overlay-container.mjs +4 -4
  46. package/esm2020/overlay/overlay-directives.mjs +7 -7
  47. package/esm2020/overlay/overlay-module.mjs +5 -5
  48. package/esm2020/overlay/overlay-ref.mjs +14 -16
  49. package/esm2020/overlay/overlay.mjs +4 -4
  50. package/esm2020/overlay/position/global-position-strategy.mjs +64 -30
  51. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  52. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  53. package/esm2020/platform/platform-module.mjs +5 -5
  54. package/esm2020/platform/platform.mjs +4 -4
  55. package/esm2020/portal/dom-portal-outlet.mjs +4 -2
  56. package/esm2020/portal/portal-directives.mjs +20 -18
  57. package/esm2020/portal/portal.mjs +12 -3
  58. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  59. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  60. package/esm2020/scrolling/scrollable.mjs +4 -4
  61. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  62. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  63. package/esm2020/scrolling/virtual-for-of.mjs +4 -4
  64. package/esm2020/scrolling/virtual-scroll-viewport.mjs +4 -4
  65. package/esm2020/stepper/step-header.mjs +4 -4
  66. package/esm2020/stepper/step-label.mjs +4 -4
  67. package/esm2020/stepper/stepper-button.mjs +7 -7
  68. package/esm2020/stepper/stepper-module.mjs +5 -5
  69. package/esm2020/stepper/stepper.mjs +7 -7
  70. package/esm2020/table/cell.mjs +22 -22
  71. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  72. package/esm2020/table/row.mjs +28 -28
  73. package/esm2020/table/table-module.mjs +5 -5
  74. package/esm2020/table/table.mjs +19 -19
  75. package/esm2020/table/text-column.mjs +4 -4
  76. package/esm2020/testing/harness-environment.mjs +4 -1
  77. package/esm2020/testing/public-api.mjs +2 -1
  78. package/esm2020/testing/selenium-webdriver/selenium-web-driver-element.mjs +8 -3
  79. package/esm2020/testing/test-element-errors.mjs +15 -0
  80. package/esm2020/testing/test-element.mjs +1 -1
  81. package/esm2020/testing/testbed/fake-events/type-in-element.mjs +12 -3
  82. package/esm2020/testing/testbed/unit-test-element.mjs +21 -5
  83. package/esm2020/text-field/autofill.mjs +7 -7
  84. package/esm2020/text-field/autosize.mjs +4 -4
  85. package/esm2020/text-field/text-field-module.mjs +5 -5
  86. package/esm2020/tree/nested-node.mjs +4 -4
  87. package/esm2020/tree/node.mjs +4 -4
  88. package/esm2020/tree/outlet.mjs +4 -4
  89. package/esm2020/tree/padding.mjs +4 -4
  90. package/esm2020/tree/toggle.mjs +4 -4
  91. package/esm2020/tree/tree-module.mjs +5 -5
  92. package/esm2020/tree/tree.mjs +7 -7
  93. package/esm2020/version.mjs +1 -1
  94. package/fesm2015/a11y.mjs +44 -41
  95. package/fesm2015/a11y.mjs.map +1 -1
  96. package/fesm2015/accordion.mjs +10 -10
  97. package/fesm2015/accordion.mjs.map +1 -1
  98. package/fesm2015/bidi.mjs +10 -10
  99. package/fesm2015/bidi.mjs.map +1 -1
  100. package/fesm2015/cdk.mjs +1 -1
  101. package/fesm2015/cdk.mjs.map +1 -1
  102. package/fesm2015/clipboard.mjs +10 -10
  103. package/fesm2015/clipboard.mjs.map +1 -1
  104. package/fesm2015/coercion.mjs.map +1 -1
  105. package/fesm2015/collections.mjs +3 -3
  106. package/fesm2015/collections.mjs.map +1 -1
  107. package/fesm2015/drag-drop.mjs +106 -84
  108. package/fesm2015/drag-drop.mjs.map +1 -1
  109. package/fesm2015/keycodes.mjs.map +1 -1
  110. package/fesm2015/layout.mjs +10 -10
  111. package/fesm2015/layout.mjs.map +1 -1
  112. package/fesm2015/observers.mjs +13 -13
  113. package/fesm2015/observers.mjs.map +1 -1
  114. package/fesm2015/overlay.mjs +162 -91
  115. package/fesm2015/overlay.mjs.map +1 -1
  116. package/fesm2015/platform.mjs +7 -7
  117. package/fesm2015/platform.mjs.map +1 -1
  118. package/fesm2015/portal.mjs +33 -20
  119. package/fesm2015/portal.mjs.map +1 -1
  120. package/fesm2015/scrolling.mjs +26 -26
  121. package/fesm2015/scrolling.mjs.map +1 -1
  122. package/fesm2015/stepper.mjs +22 -22
  123. package/fesm2015/stepper.mjs.map +1 -1
  124. package/fesm2015/table.mjs +76 -76
  125. package/fesm2015/table.mjs.map +1 -1
  126. package/fesm2015/testing/selenium-webdriver.mjs +7 -2
  127. package/fesm2015/testing/selenium-webdriver.mjs.map +1 -1
  128. package/fesm2015/testing/testbed.mjs +31 -7
  129. package/fesm2015/testing/testbed.mjs.map +1 -1
  130. package/fesm2015/testing.mjs +19 -1
  131. package/fesm2015/testing.mjs.map +1 -1
  132. package/fesm2015/text-field.mjs +13 -13
  133. package/fesm2015/text-field.mjs.map +1 -1
  134. package/fesm2015/tree.mjs +25 -25
  135. package/fesm2015/tree.mjs.map +1 -1
  136. package/fesm2020/a11y.mjs +44 -41
  137. package/fesm2020/a11y.mjs.map +1 -1
  138. package/fesm2020/accordion.mjs +10 -10
  139. package/fesm2020/accordion.mjs.map +1 -1
  140. package/fesm2020/bidi.mjs +10 -10
  141. package/fesm2020/bidi.mjs.map +1 -1
  142. package/fesm2020/cdk.mjs +1 -1
  143. package/fesm2020/cdk.mjs.map +1 -1
  144. package/fesm2020/clipboard.mjs +10 -10
  145. package/fesm2020/clipboard.mjs.map +1 -1
  146. package/fesm2020/coercion.mjs.map +1 -1
  147. package/fesm2020/collections.mjs +3 -3
  148. package/fesm2020/collections.mjs.map +1 -1
  149. package/fesm2020/drag-drop.mjs +106 -84
  150. package/fesm2020/drag-drop.mjs.map +1 -1
  151. package/fesm2020/keycodes.mjs.map +1 -1
  152. package/fesm2020/layout.mjs +10 -10
  153. package/fesm2020/layout.mjs.map +1 -1
  154. package/fesm2020/observers.mjs +13 -13
  155. package/fesm2020/observers.mjs.map +1 -1
  156. package/fesm2020/overlay.mjs +162 -91
  157. package/fesm2020/overlay.mjs.map +1 -1
  158. package/fesm2020/platform.mjs +7 -7
  159. package/fesm2020/platform.mjs.map +1 -1
  160. package/fesm2020/portal.mjs +33 -20
  161. package/fesm2020/portal.mjs.map +1 -1
  162. package/fesm2020/scrolling.mjs +26 -26
  163. package/fesm2020/scrolling.mjs.map +1 -1
  164. package/fesm2020/stepper.mjs +22 -22
  165. package/fesm2020/stepper.mjs.map +1 -1
  166. package/fesm2020/table.mjs +76 -76
  167. package/fesm2020/table.mjs.map +1 -1
  168. package/fesm2020/testing/selenium-webdriver.mjs +7 -2
  169. package/fesm2020/testing/selenium-webdriver.mjs.map +1 -1
  170. package/fesm2020/testing/testbed.mjs +31 -7
  171. package/fesm2020/testing/testbed.mjs.map +1 -1
  172. package/fesm2020/testing.mjs +19 -1
  173. package/fesm2020/testing.mjs.map +1 -1
  174. package/fesm2020/text-field.mjs +13 -13
  175. package/fesm2020/text-field.mjs.map +1 -1
  176. package/fesm2020/tree.mjs +25 -25
  177. package/fesm2020/tree.mjs.map +1 -1
  178. package/overlay/_index.scss +7 -1
  179. package/overlay/dispatchers/overlay-keyboard-dispatcher.d.ts +7 -2
  180. package/overlay/dispatchers/overlay-outside-click-dispatcher.d.ts +8 -2
  181. package/overlay/overlay-ref.d.ts +2 -0
  182. package/overlay/position/global-position-strategy.d.ts +14 -3
  183. package/overlay-prebuilt.css +1 -1
  184. package/package.json +3 -3
  185. package/portal/dom-portal-outlet.d.ts +2 -2
  186. package/portal/portal.d.ts +12 -2
  187. package/schematics/index.js +6 -2
  188. package/schematics/index.mjs +6 -2
  189. package/schematics/migration.json +5 -0
  190. package/schematics/ng-add/index.js +1 -1
  191. package/schematics/ng-add/index.mjs +1 -1
  192. package/schematics/ng-generate/drag-drop/index.js +5 -14
  193. package/schematics/ng-generate/drag-drop/index.mjs +5 -14
  194. package/schematics/ng-update/data/index.js +6 -2
  195. package/schematics/ng-update/data/index.mjs +6 -2
  196. package/schematics/ng-update/devkit-migration-rule.js +5 -14
  197. package/schematics/ng-update/devkit-migration-rule.mjs +5 -14
  198. package/schematics/ng-update/html-parsing/elements.js +2 -3
  199. package/schematics/ng-update/html-parsing/elements.mjs +2 -3
  200. package/schematics/ng-update/index.d.ts +2 -0
  201. package/schematics/ng-update/index.js +7 -2
  202. package/schematics/ng-update/index.mjs +7 -2
  203. package/schematics/ng-update/migrations/symbol-removal.js +2 -3
  204. package/schematics/ng-update/migrations/symbol-removal.mjs +2 -3
  205. package/schematics/ng-update/public-api.js +6 -2
  206. package/schematics/ng-update/public-api.mjs +6 -2
  207. package/schematics/update-tool/public-api.js +6 -2
  208. package/schematics/update-tool/public-api.mjs +6 -2
  209. package/schematics/update-tool/target-version.d.ts +2 -1
  210. package/schematics/update-tool/target-version.js +2 -1
  211. package/schematics/update-tool/target-version.mjs +2 -1
  212. package/schematics/utils/ast.js +11 -22
  213. package/schematics/utils/ast.mjs +11 -22
  214. package/schematics/utils/build-component.js +10 -15
  215. package/schematics/utils/build-component.mjs +10 -15
  216. package/schematics/utils/index.js +6 -2
  217. package/schematics/utils/index.mjs +6 -2
  218. package/schematics/utils/project-index-file.js +2 -2
  219. package/schematics/utils/project-index-file.mjs +2 -2
  220. package/schematics/utils/project-targets.js +3 -4
  221. package/schematics/utils/project-targets.mjs +3 -4
  222. package/schematics/utils/project-tsconfig-paths.js +16 -28
  223. package/schematics/utils/project-tsconfig-paths.mjs +16 -28
  224. package/table/text-column.d.ts +1 -1
  225. package/testing/public-api.d.ts +1 -0
  226. package/testing/test-element-errors.d.ts +12 -0
  227. package/testing/test-element.d.ts +4 -2
  228. package/testing/testbed/fake-events/type-in-element.d.ts +2 -2
  229. package/testing/testbed/unit-test-element.d.ts +4 -1
@@ -204,15 +204,15 @@ class CdkFixedSizeVirtualScroll {
204
204
  this._scrollStrategy.updateItemAndBufferSize(this.itemSize, this.minBufferPx, this.maxBufferPx);
205
205
  }
206
206
  }
207
- CdkFixedSizeVirtualScroll.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
- CdkFixedSizeVirtualScroll.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkFixedSizeVirtualScroll, selector: "cdk-virtual-scroll-viewport[itemSize]", inputs: { itemSize: "itemSize", minBufferPx: "minBufferPx", maxBufferPx: "maxBufferPx" }, providers: [
207
+ CdkFixedSizeVirtualScroll.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
+ CdkFixedSizeVirtualScroll.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: CdkFixedSizeVirtualScroll, selector: "cdk-virtual-scroll-viewport[itemSize]", inputs: { itemSize: "itemSize", minBufferPx: "minBufferPx", maxBufferPx: "maxBufferPx" }, providers: [
209
209
  {
210
210
  provide: VIRTUAL_SCROLL_STRATEGY,
211
211
  useFactory: _fixedSizeVirtualScrollStrategyFactory,
212
212
  deps: [forwardRef(() => CdkFixedSizeVirtualScroll)],
213
213
  },
214
214
  ], usesOnChanges: true, ngImport: i0 });
215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkFixedSizeVirtualScroll, decorators: [{
215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkFixedSizeVirtualScroll, decorators: [{
216
216
  type: Directive,
217
217
  args: [{
218
218
  selector: 'cdk-virtual-scroll-viewport[itemSize]',
@@ -375,9 +375,9 @@ class ScrollDispatcher {
375
375
  }
376
376
  }
377
377
  }
378
- ScrollDispatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ScrollDispatcher, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
379
- ScrollDispatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' });
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ScrollDispatcher, decorators: [{
378
+ ScrollDispatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ScrollDispatcher, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
379
+ ScrollDispatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' });
380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ScrollDispatcher, decorators: [{
381
381
  type: Injectable,
382
382
  args: [{ providedIn: 'root' }]
383
383
  }], ctorParameters: function () {
@@ -538,9 +538,9 @@ class CdkScrollable {
538
538
  }
539
539
  }
540
540
  }
541
- CdkScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
542
- CdkScrollable.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 });
543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkScrollable, decorators: [{
541
+ CdkScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
542
+ CdkScrollable.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 });
543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkScrollable, decorators: [{
544
544
  type: Directive,
545
545
  args: [{
546
546
  selector: '[cdk-scrollable], [cdkScrollable]',
@@ -671,9 +671,9 @@ class ViewportRuler {
671
671
  : { width: 0, height: 0 };
672
672
  }
673
673
  }
674
- ViewportRuler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ViewportRuler, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
675
- ViewportRuler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ViewportRuler, providedIn: 'root' });
676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ViewportRuler, decorators: [{
674
+ ViewportRuler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ViewportRuler, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
675
+ ViewportRuler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ViewportRuler, providedIn: 'root' });
676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ViewportRuler, decorators: [{
677
677
  type: Injectable,
678
678
  args: [{ providedIn: 'root' }]
679
679
  }], ctorParameters: function () {
@@ -1008,14 +1008,14 @@ class CdkVirtualScrollViewport extends CdkScrollable {
1008
1008
  this.orientation === 'horizontal' ? `${this._totalContentSize}px` : '';
1009
1009
  }
1010
1010
  }
1011
- CdkVirtualScrollViewport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkVirtualScrollViewport, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: VIRTUAL_SCROLL_STRATEGY, optional: true }, { token: i2.Directionality, optional: true }, { token: ScrollDispatcher }, { token: ViewportRuler }], target: i0.ɵɵFactoryTarget.Component });
1012
- CdkVirtualScrollViewport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: CdkVirtualScrollViewport, selector: "cdk-virtual-scroll-viewport", inputs: { orientation: "orientation", appendOnly: "appendOnly" }, outputs: { scrolledIndexChange: "scrolledIndexChange" }, host: { properties: { "class.cdk-virtual-scroll-orientation-horizontal": "orientation === \"horizontal\"", "class.cdk-virtual-scroll-orientation-vertical": "orientation !== \"horizontal\"" }, classAttribute: "cdk-virtual-scroll-viewport" }, providers: [
1011
+ CdkVirtualScrollViewport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkVirtualScrollViewport, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: VIRTUAL_SCROLL_STRATEGY, optional: true }, { token: i2.Directionality, optional: true }, { token: ScrollDispatcher }, { token: ViewportRuler }], target: i0.ɵɵFactoryTarget.Component });
1012
+ CdkVirtualScrollViewport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "14.0.0-next.6", type: CdkVirtualScrollViewport, selector: "cdk-virtual-scroll-viewport", inputs: { orientation: "orientation", appendOnly: "appendOnly" }, outputs: { scrolledIndexChange: "scrolledIndexChange" }, host: { properties: { "class.cdk-virtual-scroll-orientation-horizontal": "orientation === \"horizontal\"", "class.cdk-virtual-scroll-orientation-vertical": "orientation !== \"horizontal\"" }, classAttribute: "cdk-virtual-scroll-viewport" }, providers: [
1013
1013
  {
1014
1014
  provide: CdkScrollable,
1015
1015
  useExisting: CdkVirtualScrollViewport,
1016
1016
  },
1017
1017
  ], viewQueries: [{ propertyName: "_contentWrapper", first: true, predicate: ["contentWrapper"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<!--\n Wrap the rendered content in an element that will be used to offset it based on the scroll\n position.\n-->\n<div #contentWrapper class=\"cdk-virtual-scroll-content-wrapper\">\n <ng-content></ng-content>\n</div>\n<!--\n Spacer used to force the scrolling container to the correct size for the *total* number of items\n so that the scrollbar captures the size of the entire data set.\n-->\n<div class=\"cdk-virtual-scroll-spacer\"\n [style.width]=\"_totalContentWidth\" [style.height]=\"_totalContentHeight\"></div>\n", styles: ["cdk-virtual-scroll-viewport{display:block;position:relative;overflow:auto;contain:strict;transform:translateZ(0);will-change:scroll-position;-webkit-overflow-scrolling:touch}.cdk-virtual-scroll-content-wrapper{position:absolute;top:0;left:0;contain:content}[dir=rtl] .cdk-virtual-scroll-content-wrapper{right:0;left:auto}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper{min-height:100%}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-left:0;padding-right:0;margin-left:0;margin-right:0;border-left-width:0;border-right-width:0;outline:none}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{min-width:100%}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-top-width:0;border-bottom-width:0;outline:none}.cdk-virtual-scroll-spacer{position:absolute;top:0;left:0;height:1px;width:1px;transform-origin:0 0}[dir=rtl] .cdk-virtual-scroll-spacer{right:0;left:auto;transform-origin:100% 0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkVirtualScrollViewport, decorators: [{
1018
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkVirtualScrollViewport, decorators: [{
1019
1019
  type: Component,
1020
1020
  args: [{ selector: 'cdk-virtual-scroll-viewport', host: {
1021
1021
  'class': 'cdk-virtual-scroll-viewport',
@@ -1311,9 +1311,9 @@ class CdkVirtualForOf {
1311
1311
  };
1312
1312
  }
1313
1313
  }
1314
- CdkVirtualForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkVirtualForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: _VIEW_REPEATER_STRATEGY }, { token: CdkVirtualScrollViewport, skipSelf: true }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1315
- CdkVirtualForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkVirtualForOf, selector: "[cdkVirtualFor][cdkVirtualForOf]", inputs: { cdkVirtualForOf: "cdkVirtualForOf", cdkVirtualForTrackBy: "cdkVirtualForTrackBy", cdkVirtualForTemplate: "cdkVirtualForTemplate", cdkVirtualForTemplateCacheSize: "cdkVirtualForTemplateCacheSize" }, providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkVirtualForOf, decorators: [{
1314
+ CdkVirtualForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkVirtualForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: _VIEW_REPEATER_STRATEGY }, { token: CdkVirtualScrollViewport, skipSelf: true }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1315
+ CdkVirtualForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: CdkVirtualForOf, selector: "[cdkVirtualFor][cdkVirtualForOf]", inputs: { cdkVirtualForOf: "cdkVirtualForOf", cdkVirtualForTrackBy: "cdkVirtualForTrackBy", cdkVirtualForTemplate: "cdkVirtualForTemplate", cdkVirtualForTemplateCacheSize: "cdkVirtualForTemplateCacheSize" }, providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkVirtualForOf, decorators: [{
1317
1317
  type: Directive,
1318
1318
  args: [{
1319
1319
  selector: '[cdkVirtualFor][cdkVirtualForOf]',
@@ -1345,10 +1345,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1345
1345
  */
1346
1346
  class CdkScrollableModule {
1347
1347
  }
1348
- CdkScrollableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1349
- CdkScrollableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkScrollableModule, declarations: [CdkScrollable], exports: [CdkScrollable] });
1350
- CdkScrollableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkScrollableModule });
1351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkScrollableModule, decorators: [{
1348
+ CdkScrollableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1349
+ CdkScrollableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkScrollableModule, declarations: [CdkScrollable], exports: [CdkScrollable] });
1350
+ CdkScrollableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkScrollableModule });
1351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: CdkScrollableModule, decorators: [{
1352
1352
  type: NgModule,
1353
1353
  args: [{
1354
1354
  exports: [CdkScrollable],
@@ -1360,12 +1360,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1360
1360
  */
1361
1361
  class ScrollingModule {
1362
1362
  }
1363
- ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1364
- ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ScrollingModule, declarations: [CdkFixedSizeVirtualScroll, CdkVirtualForOf, CdkVirtualScrollViewport], imports: [BidiModule, CdkScrollableModule], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1363
+ ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1364
+ ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ScrollingModule, declarations: [CdkFixedSizeVirtualScroll, CdkVirtualForOf, CdkVirtualScrollViewport], imports: [BidiModule, CdkScrollableModule], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1365
1365
  CdkVirtualForOf,
1366
1366
  CdkVirtualScrollViewport] });
1367
- ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ScrollingModule, imports: [[BidiModule, CdkScrollableModule], BidiModule, CdkScrollableModule] });
1368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ScrollingModule, decorators: [{
1367
+ ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ScrollingModule, imports: [[BidiModule, CdkScrollableModule], BidiModule, CdkScrollableModule] });
1368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: ScrollingModule, decorators: [{
1369
1369
  type: NgModule,
1370
1370
  args: [{
1371
1371
  imports: [BidiModule, CdkScrollableModule],