@angular/cdk 15.1.0-next.1 → 15.1.0-rc.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 (185) hide show
  1. package/LICENSE +1 -1
  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/focus-trap-manager.mjs +4 -4
  7. package/esm2020/a11y/focus-trap/focus-trap.mjs +7 -7
  8. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  9. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  10. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  11. package/esm2020/a11y/live-announcer/live-announcer.mjs +7 -7
  12. package/esm2020/accordion/accordion-item.mjs +4 -4
  13. package/esm2020/accordion/accordion-module.mjs +5 -5
  14. package/esm2020/accordion/accordion.mjs +4 -4
  15. package/esm2020/bidi/bidi-module.mjs +5 -5
  16. package/esm2020/bidi/dir.mjs +4 -4
  17. package/esm2020/bidi/directionality.mjs +4 -4
  18. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  19. package/esm2020/clipboard/clipboard.mjs +4 -4
  20. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  21. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  22. package/esm2020/dialog/dialog-container.mjs +4 -4
  23. package/esm2020/dialog/dialog-module.mjs +5 -5
  24. package/esm2020/dialog/dialog.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 +4 -4
  29. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  30. package/esm2020/drag-drop/directives/drop-list.mjs +4 -4
  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/layout/breakpoints-observer.mjs +4 -4
  35. package/esm2020/layout/layout-module.mjs +5 -5
  36. package/esm2020/layout/media-matcher.mjs +4 -4
  37. package/esm2020/listbox/listbox-module.mjs +7 -7
  38. package/esm2020/listbox/listbox.mjs +9 -7
  39. package/esm2020/menu/context-menu-trigger.mjs +7 -7
  40. package/esm2020/menu/menu-aim.mjs +7 -7
  41. package/esm2020/menu/menu-bar.mjs +4 -4
  42. package/esm2020/menu/menu-base.mjs +4 -4
  43. package/esm2020/menu/menu-group.mjs +4 -4
  44. package/esm2020/menu/menu-item-checkbox.mjs +4 -4
  45. package/esm2020/menu/menu-item-radio.mjs +4 -4
  46. package/esm2020/menu/menu-item-selectable.mjs +4 -4
  47. package/esm2020/menu/menu-item.mjs +15 -9
  48. package/esm2020/menu/menu-module.mjs +5 -5
  49. package/esm2020/menu/menu-stack.mjs +4 -4
  50. package/esm2020/menu/menu-trigger-base.mjs +4 -4
  51. package/esm2020/menu/menu-trigger.mjs +16 -11
  52. package/esm2020/menu/menu.mjs +4 -4
  53. package/esm2020/observers/observe-content.mjs +14 -14
  54. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  55. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  56. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  57. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  58. package/esm2020/overlay/overlay-container.mjs +4 -4
  59. package/esm2020/overlay/overlay-directives.mjs +9 -7
  60. package/esm2020/overlay/overlay-module.mjs +6 -7
  61. package/esm2020/overlay/overlay.mjs +4 -4
  62. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  63. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  64. package/esm2020/platform/platform-module.mjs +5 -5
  65. package/esm2020/platform/platform.mjs +4 -4
  66. package/esm2020/portal/portal-directives.mjs +17 -17
  67. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +5 -4
  68. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  69. package/esm2020/scrolling/scrollable.mjs +5 -4
  70. package/esm2020/scrolling/scrolling-module.mjs +19 -16
  71. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  72. package/esm2020/scrolling/virtual-for-of.mjs +5 -4
  73. package/esm2020/scrolling/virtual-scroll-viewport.mjs +5 -5
  74. package/esm2020/scrolling/virtual-scrollable-element.mjs +5 -4
  75. package/esm2020/scrolling/virtual-scrollable-window.mjs +5 -4
  76. package/esm2020/scrolling/virtual-scrollable.mjs +4 -4
  77. package/esm2020/stepper/step-header.mjs +4 -4
  78. package/esm2020/stepper/step-label.mjs +4 -4
  79. package/esm2020/stepper/stepper-button.mjs +7 -7
  80. package/esm2020/stepper/stepper-module.mjs +5 -5
  81. package/esm2020/stepper/stepper.mjs +8 -8
  82. package/esm2020/table/cell.mjs +22 -22
  83. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  84. package/esm2020/table/row.mjs +28 -28
  85. package/esm2020/table/table-module.mjs +5 -5
  86. package/esm2020/table/table.mjs +19 -19
  87. package/esm2020/table/text-column.mjs +4 -4
  88. package/esm2020/text-field/autofill.mjs +7 -7
  89. package/esm2020/text-field/autosize.mjs +4 -4
  90. package/esm2020/text-field/text-field-module.mjs +5 -5
  91. package/esm2020/tree/nested-node.mjs +4 -4
  92. package/esm2020/tree/node.mjs +4 -4
  93. package/esm2020/tree/outlet.mjs +4 -4
  94. package/esm2020/tree/padding.mjs +4 -4
  95. package/esm2020/tree/toggle.mjs +4 -4
  96. package/esm2020/tree/tree-module.mjs +5 -5
  97. package/esm2020/tree/tree.mjs +7 -7
  98. package/esm2020/version.mjs +1 -1
  99. package/fesm2015/a11y.mjs +40 -40
  100. package/fesm2015/a11y.mjs.map +1 -1
  101. package/fesm2015/accordion.mjs +10 -10
  102. package/fesm2015/accordion.mjs.map +1 -1
  103. package/fesm2015/bidi.mjs +10 -10
  104. package/fesm2015/bidi.mjs.map +1 -1
  105. package/fesm2015/cdk.mjs +1 -1
  106. package/fesm2015/cdk.mjs.map +1 -1
  107. package/fesm2015/clipboard.mjs +10 -10
  108. package/fesm2015/clipboard.mjs.map +1 -1
  109. package/fesm2015/collections.mjs +3 -3
  110. package/fesm2015/collections.mjs.map +1 -1
  111. package/fesm2015/dialog.mjs +10 -10
  112. package/fesm2015/dialog.mjs.map +1 -1
  113. package/fesm2015/drag-drop.mjs +28 -28
  114. package/fesm2015/drag-drop.mjs.map +1 -1
  115. package/fesm2015/layout.mjs +10 -10
  116. package/fesm2015/layout.mjs.map +1 -1
  117. package/fesm2015/listbox.mjs +14 -12
  118. package/fesm2015/listbox.mjs.map +1 -1
  119. package/fesm2015/menu.mjs +71 -62
  120. package/fesm2015/menu.mjs.map +1 -1
  121. package/fesm2015/observers.mjs +13 -13
  122. package/fesm2015/observers.mjs.map +1 -1
  123. package/fesm2015/overlay.mjs +37 -36
  124. package/fesm2015/overlay.mjs.map +1 -1
  125. package/fesm2015/platform.mjs +7 -7
  126. package/fesm2015/platform.mjs.map +1 -1
  127. package/fesm2015/portal.mjs +16 -16
  128. package/fesm2015/portal.mjs.map +1 -1
  129. package/fesm2015/scrolling.mjs +51 -43
  130. package/fesm2015/scrolling.mjs.map +1 -1
  131. package/fesm2015/stepper.mjs +23 -23
  132. package/fesm2015/stepper.mjs.map +1 -1
  133. package/fesm2015/table.mjs +76 -76
  134. package/fesm2015/table.mjs.map +1 -1
  135. package/fesm2015/text-field.mjs +13 -13
  136. package/fesm2015/text-field.mjs.map +1 -1
  137. package/fesm2015/tree.mjs +25 -25
  138. package/fesm2015/tree.mjs.map +1 -1
  139. package/fesm2020/a11y.mjs +40 -40
  140. package/fesm2020/a11y.mjs.map +1 -1
  141. package/fesm2020/accordion.mjs +10 -10
  142. package/fesm2020/accordion.mjs.map +1 -1
  143. package/fesm2020/bidi.mjs +10 -10
  144. package/fesm2020/bidi.mjs.map +1 -1
  145. package/fesm2020/cdk.mjs +1 -1
  146. package/fesm2020/cdk.mjs.map +1 -1
  147. package/fesm2020/clipboard.mjs +10 -10
  148. package/fesm2020/clipboard.mjs.map +1 -1
  149. package/fesm2020/collections.mjs +3 -3
  150. package/fesm2020/collections.mjs.map +1 -1
  151. package/fesm2020/dialog.mjs +10 -10
  152. package/fesm2020/dialog.mjs.map +1 -1
  153. package/fesm2020/drag-drop.mjs +28 -28
  154. package/fesm2020/drag-drop.mjs.map +1 -1
  155. package/fesm2020/layout.mjs +10 -10
  156. package/fesm2020/layout.mjs.map +1 -1
  157. package/fesm2020/listbox.mjs +14 -12
  158. package/fesm2020/listbox.mjs.map +1 -1
  159. package/fesm2020/menu.mjs +71 -62
  160. package/fesm2020/menu.mjs.map +1 -1
  161. package/fesm2020/observers.mjs +13 -13
  162. package/fesm2020/observers.mjs.map +1 -1
  163. package/fesm2020/overlay.mjs +37 -36
  164. package/fesm2020/overlay.mjs.map +1 -1
  165. package/fesm2020/platform.mjs +7 -7
  166. package/fesm2020/platform.mjs.map +1 -1
  167. package/fesm2020/portal.mjs +16 -16
  168. package/fesm2020/portal.mjs.map +1 -1
  169. package/fesm2020/scrolling.mjs +51 -43
  170. package/fesm2020/scrolling.mjs.map +1 -1
  171. package/fesm2020/stepper.mjs +23 -23
  172. package/fesm2020/stepper.mjs.map +1 -1
  173. package/fesm2020/table.mjs +76 -76
  174. package/fesm2020/table.mjs.map +1 -1
  175. package/fesm2020/text-field.mjs +13 -13
  176. package/fesm2020/text-field.mjs.map +1 -1
  177. package/fesm2020/tree.mjs +25 -25
  178. package/fesm2020/tree.mjs.map +1 -1
  179. package/listbox/index.d.ts +3 -3
  180. package/menu/index.d.ts +7 -8
  181. package/overlay/index.d.ts +7 -7
  182. package/package.json +3 -3
  183. package/schematics/ng-add/index.js +1 -1
  184. package/schematics/ng-add/index.mjs +1 -1
  185. package/scrolling/index.d.ts +19 -19
@@ -204,18 +204,19 @@ 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: "15.0.0", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
- CdkFixedSizeVirtualScroll.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.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: "15.1.0-next.3", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
+ CdkFixedSizeVirtualScroll.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkFixedSizeVirtualScroll, isStandalone: true, 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: "15.0.0", ngImport: i0, type: CdkFixedSizeVirtualScroll, decorators: [{
215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkFixedSizeVirtualScroll, decorators: [{
216
216
  type: Directive,
217
217
  args: [{
218
218
  selector: 'cdk-virtual-scroll-viewport[itemSize]',
219
+ standalone: true,
219
220
  providers: [
220
221
  {
221
222
  provide: VIRTUAL_SCROLL_STRATEGY,
@@ -375,9 +376,9 @@ class ScrollDispatcher {
375
376
  }
376
377
  }
377
378
  }
378
- ScrollDispatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.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: "15.0.0", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' });
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ScrollDispatcher, decorators: [{
379
+ ScrollDispatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ScrollDispatcher, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
380
+ ScrollDispatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' });
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ScrollDispatcher, decorators: [{
381
382
  type: Injectable,
382
383
  args: [{ providedIn: 'root' }]
383
384
  }], ctorParameters: function () {
@@ -538,12 +539,13 @@ class CdkScrollable {
538
539
  }
539
540
  }
540
541
  }
541
- CdkScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.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: "14.0.0", version: "15.0.0", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 });
543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkScrollable, decorators: [{
542
+ CdkScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
543
+ CdkScrollable.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkScrollable, isStandalone: true, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 });
544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkScrollable, decorators: [{
544
545
  type: Directive,
545
546
  args: [{
546
547
  selector: '[cdk-scrollable], [cdkScrollable]',
548
+ standalone: true,
547
549
  }]
548
550
  }], ctorParameters: function () {
549
551
  return [{ type: i0.ElementRef }, { type: ScrollDispatcher }, { type: i0.NgZone }, { type: i2.Directionality, decorators: [{
@@ -569,9 +571,9 @@ class CdkVirtualScrollable extends CdkScrollable {
569
571
  return orientation === 'horizontal' ? viewportEl.clientWidth : viewportEl.clientHeight;
570
572
  }
571
573
  }
572
- CdkVirtualScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
573
- CdkVirtualScrollable.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: CdkVirtualScrollable, usesInheritance: true, ngImport: i0 });
574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualScrollable, decorators: [{
574
+ CdkVirtualScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
575
+ CdkVirtualScrollable.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkVirtualScrollable, usesInheritance: true, ngImport: i0 });
576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualScrollable, decorators: [{
575
577
  type: Directive
576
578
  }], ctorParameters: function () {
577
579
  return [{ type: i0.ElementRef }, { type: ScrollDispatcher }, { type: i0.NgZone }, { type: i2.Directionality, decorators: [{
@@ -699,9 +701,9 @@ class ViewportRuler {
699
701
  : { width: 0, height: 0 };
700
702
  }
701
703
  }
702
- ViewportRuler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ViewportRuler, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
703
- ViewportRuler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ViewportRuler, providedIn: 'root' });
704
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ViewportRuler, decorators: [{
704
+ ViewportRuler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ViewportRuler, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
705
+ ViewportRuler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ViewportRuler, providedIn: 'root' });
706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ViewportRuler, decorators: [{
705
707
  type: Injectable,
706
708
  args: [{ providedIn: 'root' }]
707
709
  }], ctorParameters: function () {
@@ -1084,21 +1086,21 @@ class CdkVirtualScrollViewport extends CdkVirtualScrollable {
1084
1086
  this.orientation === 'horizontal' ? `${this._totalContentSize}px` : '';
1085
1087
  }
1086
1088
  }
1087
- CdkVirtualScrollViewport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.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 }, { token: VIRTUAL_SCROLLABLE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1088
- CdkVirtualScrollViewport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.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: [
1089
+ CdkVirtualScrollViewport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", 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 }, { token: VIRTUAL_SCROLLABLE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1090
+ CdkVirtualScrollViewport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkVirtualScrollViewport, isStandalone: true, 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: [
1089
1091
  {
1090
1092
  provide: CdkScrollable,
1091
1093
  useFactory: (virtualScrollable, viewport) => virtualScrollable || viewport,
1092
1094
  deps: [[new Optional(), new Inject(VIRTUAL_SCROLLABLE)], CdkVirtualScrollViewport],
1093
1095
  },
1094
1096
  ], 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;transform:translateZ(0)}.cdk-virtual-scrollable{overflow:auto;will-change:scroll-position;contain:strict;-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{height:1px;transform-origin:0 0;flex:0 0 auto}[dir=rtl] .cdk-virtual-scroll-spacer{transform-origin:100% 0}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualScrollViewport, decorators: [{
1097
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualScrollViewport, decorators: [{
1096
1098
  type: Component,
1097
1099
  args: [{ selector: 'cdk-virtual-scroll-viewport', host: {
1098
1100
  'class': 'cdk-virtual-scroll-viewport',
1099
1101
  '[class.cdk-virtual-scroll-orientation-horizontal]': 'orientation === "horizontal"',
1100
1102
  '[class.cdk-virtual-scroll-orientation-vertical]': 'orientation !== "horizontal"',
1101
- }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
1103
+ }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, providers: [
1102
1104
  {
1103
1105
  provide: CdkScrollable,
1104
1106
  useFactory: (virtualScrollable, viewport) => virtualScrollable || viewport,
@@ -1396,13 +1398,14 @@ class CdkVirtualForOf {
1396
1398
  };
1397
1399
  }
1398
1400
  }
1399
- CdkVirtualForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.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 });
1400
- CdkVirtualForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: CdkVirtualForOf, selector: "[cdkVirtualFor][cdkVirtualForOf]", inputs: { cdkVirtualForOf: "cdkVirtualForOf", cdkVirtualForTrackBy: "cdkVirtualForTrackBy", cdkVirtualForTemplate: "cdkVirtualForTemplate", cdkVirtualForTemplateCacheSize: "cdkVirtualForTemplateCacheSize" }, providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualForOf, decorators: [{
1401
+ CdkVirtualForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", 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 });
1402
+ CdkVirtualForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkVirtualForOf, isStandalone: true, selector: "[cdkVirtualFor][cdkVirtualForOf]", inputs: { cdkVirtualForOf: "cdkVirtualForOf", cdkVirtualForTrackBy: "cdkVirtualForTrackBy", cdkVirtualForTemplate: "cdkVirtualForTemplate", cdkVirtualForTemplateCacheSize: "cdkVirtualForTemplateCacheSize" }, providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualForOf, decorators: [{
1402
1404
  type: Directive,
1403
1405
  args: [{
1404
1406
  selector: '[cdkVirtualFor][cdkVirtualForOf]',
1405
1407
  providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }],
1408
+ standalone: true,
1406
1409
  }]
1407
1410
  }], ctorParameters: function () {
1408
1411
  return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: i2$1._RecycleViewRepeaterStrategy, decorators: [{
@@ -1433,13 +1436,14 @@ class CdkVirtualScrollableElement extends CdkVirtualScrollable {
1433
1436
  this.measureScrollOffset(from));
1434
1437
  }
1435
1438
  }
1436
- CdkVirtualScrollableElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualScrollableElement, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1437
- CdkVirtualScrollableElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: CdkVirtualScrollableElement, selector: "[cdkVirtualScrollingElement]", host: { classAttribute: "cdk-virtual-scrollable" }, providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableElement }], usesInheritance: true, ngImport: i0 });
1438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualScrollableElement, decorators: [{
1439
+ CdkVirtualScrollableElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualScrollableElement, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1440
+ CdkVirtualScrollableElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkVirtualScrollableElement, isStandalone: true, selector: "[cdkVirtualScrollingElement]", host: { classAttribute: "cdk-virtual-scrollable" }, providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableElement }], usesInheritance: true, ngImport: i0 });
1441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualScrollableElement, decorators: [{
1439
1442
  type: Directive,
1440
1443
  args: [{
1441
1444
  selector: '[cdkVirtualScrollingElement]',
1442
1445
  providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableElement }],
1446
+ standalone: true,
1443
1447
  host: {
1444
1448
  'class': 'cdk-virtual-scrollable',
1445
1449
  },
@@ -1462,13 +1466,14 @@ class CdkVirtualScrollableWindow extends CdkVirtualScrollable {
1462
1466
  return this.getElementRef().nativeElement.getBoundingClientRect()[from];
1463
1467
  }
1464
1468
  }
1465
- CdkVirtualScrollableWindow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualScrollableWindow, deps: [{ token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1466
- CdkVirtualScrollableWindow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.0", type: CdkVirtualScrollableWindow, selector: "cdk-virtual-scroll-viewport[scrollWindow]", providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableWindow }], usesInheritance: true, ngImport: i0 });
1467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkVirtualScrollableWindow, decorators: [{
1469
+ CdkVirtualScrollableWindow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualScrollableWindow, deps: [{ token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1470
+ CdkVirtualScrollableWindow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.0-next.3", type: CdkVirtualScrollableWindow, isStandalone: true, selector: "cdk-virtual-scroll-viewport[scrollWindow]", providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableWindow }], usesInheritance: true, ngImport: i0 });
1471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkVirtualScrollableWindow, decorators: [{
1468
1472
  type: Directive,
1469
1473
  args: [{
1470
1474
  selector: 'cdk-virtual-scroll-viewport[scrollWindow]',
1471
1475
  providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableWindow }],
1476
+ standalone: true,
1472
1477
  }]
1473
1478
  }], ctorParameters: function () {
1474
1479
  return [{ type: ScrollDispatcher }, { type: i0.NgZone }, { type: i2.Directionality, decorators: [{
@@ -1485,14 +1490,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
1485
1490
  */
1486
1491
  class CdkScrollableModule {
1487
1492
  }
1488
- CdkScrollableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1489
- CdkScrollableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: CdkScrollableModule, declarations: [CdkScrollable], exports: [CdkScrollable] });
1490
- CdkScrollableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkScrollableModule });
1491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: CdkScrollableModule, decorators: [{
1493
+ CdkScrollableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1494
+ CdkScrollableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkScrollableModule, imports: [CdkScrollable], exports: [CdkScrollable] });
1495
+ CdkScrollableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkScrollableModule });
1496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: CdkScrollableModule, decorators: [{
1492
1497
  type: NgModule,
1493
1498
  args: [{
1494
1499
  exports: [CdkScrollable],
1495
- declarations: [CdkScrollable],
1500
+ imports: [CdkScrollable],
1496
1501
  }]
1497
1502
  }] });
1498
1503
  /**
@@ -1500,31 +1505,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
1500
1505
  */
1501
1506
  class ScrollingModule {
1502
1507
  }
1503
- ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1504
- ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: ScrollingModule, declarations: [CdkFixedSizeVirtualScroll,
1508
+ ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1509
+ ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0-next.3", ngImport: i0, type: ScrollingModule, imports: [BidiModule, CdkScrollableModule, CdkVirtualScrollViewport,
1510
+ CdkFixedSizeVirtualScroll,
1505
1511
  CdkVirtualForOf,
1506
- CdkVirtualScrollViewport,
1507
1512
  CdkVirtualScrollableWindow,
1508
- CdkVirtualScrollableElement], imports: [BidiModule, CdkScrollableModule], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1513
+ CdkVirtualScrollableElement], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1509
1514
  CdkVirtualForOf,
1510
1515
  CdkVirtualScrollViewport,
1511
1516
  CdkVirtualScrollableWindow,
1512
1517
  CdkVirtualScrollableElement] });
1513
- ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ScrollingModule, imports: [BidiModule, CdkScrollableModule, BidiModule, CdkScrollableModule] });
1514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: ScrollingModule, decorators: [{
1518
+ ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ScrollingModule, imports: [BidiModule,
1519
+ CdkScrollableModule,
1520
+ CdkVirtualScrollViewport, BidiModule, CdkScrollableModule] });
1521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0-next.3", ngImport: i0, type: ScrollingModule, decorators: [{
1515
1522
  type: NgModule,
1516
1523
  args: [{
1517
- imports: [BidiModule, CdkScrollableModule],
1518
- exports: [
1524
+ imports: [
1519
1525
  BidiModule,
1520
1526
  CdkScrollableModule,
1527
+ CdkVirtualScrollViewport,
1521
1528
  CdkFixedSizeVirtualScroll,
1522
1529
  CdkVirtualForOf,
1523
- CdkVirtualScrollViewport,
1524
1530
  CdkVirtualScrollableWindow,
1525
1531
  CdkVirtualScrollableElement,
1526
1532
  ],
1527
- declarations: [
1533
+ exports: [
1534
+ BidiModule,
1535
+ CdkScrollableModule,
1528
1536
  CdkFixedSizeVirtualScroll,
1529
1537
  CdkVirtualForOf,
1530
1538
  CdkVirtualScrollViewport,