@angular/cdk 13.0.0-rc.1 → 13.0.1

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 (248) hide show
  1. package/a11y/_index.scss +1 -1
  2. package/a11y/a11y_public_index.d.ts +4 -0
  3. package/a11y/index.d.ts +5 -1
  4. package/a11y/package.json +2 -2
  5. package/accordion/accordion_public_index.d.ts +4 -0
  6. package/accordion/index.d.ts +5 -1
  7. package/accordion/package.json +2 -2
  8. package/bidi/bidi_public_index.d.ts +4 -0
  9. package/bidi/index.d.ts +5 -1
  10. package/bidi/package.json +2 -2
  11. package/clipboard/clipboard_public_index.d.ts +4 -0
  12. package/clipboard/index.d.ts +5 -1
  13. package/clipboard/package.json +2 -2
  14. package/collections/collections_public_index.d.ts +4 -0
  15. package/collections/index.d.ts +5 -1
  16. package/collections/package.json +2 -2
  17. package/drag-drop/drag-drop_public_index.d.ts +4 -0
  18. package/drag-drop/index.d.ts +5 -1
  19. package/drag-drop/package.json +2 -2
  20. package/esm2020/a11y/a11y-module.mjs +5 -5
  21. package/esm2020/a11y/a11y_public_index.mjs +5 -0
  22. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  23. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  24. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  25. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  26. package/esm2020/a11y/focus-trap/focus-trap.mjs +7 -7
  27. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  28. package/esm2020/a11y/index.mjs +6 -2
  29. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  30. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  31. package/esm2020/a11y/live-announcer/live-announcer.mjs +7 -7
  32. package/esm2020/accordion/accordion-item.mjs +4 -4
  33. package/esm2020/accordion/accordion-module.mjs +5 -5
  34. package/esm2020/accordion/accordion.mjs +4 -4
  35. package/esm2020/accordion/accordion_public_index.mjs +5 -0
  36. package/esm2020/accordion/index.mjs +6 -2
  37. package/esm2020/bidi/bidi-module.mjs +5 -5
  38. package/esm2020/bidi/bidi_public_index.mjs +5 -0
  39. package/esm2020/bidi/dir.mjs +4 -4
  40. package/esm2020/bidi/directionality.mjs +4 -4
  41. package/esm2020/bidi/index.mjs +6 -2
  42. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  43. package/esm2020/clipboard/clipboard.mjs +4 -4
  44. package/esm2020/clipboard/clipboard_public_index.mjs +5 -0
  45. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  46. package/esm2020/clipboard/index.mjs +6 -2
  47. package/esm2020/collections/collections_public_index.mjs +5 -0
  48. package/esm2020/collections/index.mjs +6 -2
  49. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  50. package/esm2020/drag-drop/directives/drag-handle.mjs +4 -4
  51. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  52. package/esm2020/drag-drop/directives/drag-preview.mjs +4 -4
  53. package/esm2020/drag-drop/directives/drag.mjs +4 -4
  54. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  55. package/esm2020/drag-drop/directives/drop-list.mjs +4 -4
  56. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  57. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  58. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  59. package/esm2020/drag-drop/drag-drop_public_index.mjs +5 -0
  60. package/esm2020/drag-drop/index.mjs +6 -2
  61. package/esm2020/keycodes/index.mjs +6 -2
  62. package/esm2020/keycodes/keycodes_public_index.mjs +5 -0
  63. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  64. package/esm2020/layout/index.mjs +6 -2
  65. package/esm2020/layout/layout-module.mjs +5 -5
  66. package/esm2020/layout/layout_public_index.mjs +5 -0
  67. package/esm2020/layout/media-matcher.mjs +4 -4
  68. package/esm2020/observers/index.mjs +6 -2
  69. package/esm2020/observers/observe-content.mjs +14 -14
  70. package/esm2020/observers/observers_public_index.mjs +5 -0
  71. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  72. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  73. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  74. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  75. package/esm2020/overlay/index.mjs +6 -2
  76. package/esm2020/overlay/overlay-container.mjs +4 -4
  77. package/esm2020/overlay/overlay-directives.mjs +7 -7
  78. package/esm2020/overlay/overlay-module.mjs +5 -5
  79. package/esm2020/overlay/overlay-ref.mjs +1 -1
  80. package/esm2020/overlay/overlay.mjs +4 -4
  81. package/esm2020/overlay/overlay_public_index.mjs +5 -0
  82. package/esm2020/overlay/position/connected-position.mjs +3 -12
  83. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  84. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  85. package/esm2020/platform/features/test-environment.mjs +14 -17
  86. package/esm2020/platform/index.mjs +6 -2
  87. package/esm2020/platform/platform-module.mjs +5 -5
  88. package/esm2020/platform/platform.mjs +4 -4
  89. package/esm2020/platform/platform_public_index.mjs +5 -0
  90. package/esm2020/portal/index.mjs +6 -2
  91. package/esm2020/portal/portal-directives.mjs +17 -17
  92. package/esm2020/portal/portal_public_index.mjs +5 -0
  93. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  94. package/esm2020/scrolling/index.mjs +6 -2
  95. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  96. package/esm2020/scrolling/scrollable.mjs +4 -4
  97. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  98. package/esm2020/scrolling/scrolling_public_index.mjs +5 -0
  99. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  100. package/esm2020/scrolling/virtual-for-of.mjs +4 -4
  101. package/esm2020/scrolling/virtual-scroll-viewport.mjs +4 -4
  102. package/esm2020/stepper/index.mjs +6 -2
  103. package/esm2020/stepper/step-header.mjs +4 -4
  104. package/esm2020/stepper/step-label.mjs +4 -4
  105. package/esm2020/stepper/stepper-button.mjs +10 -30
  106. package/esm2020/stepper/stepper-module.mjs +5 -5
  107. package/esm2020/stepper/stepper.mjs +7 -7
  108. package/esm2020/stepper/stepper_public_index.mjs +5 -0
  109. package/esm2020/table/cell.mjs +22 -22
  110. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  111. package/esm2020/table/index.mjs +6 -2
  112. package/esm2020/table/row.mjs +28 -28
  113. package/esm2020/table/table-module.mjs +5 -5
  114. package/esm2020/table/table.mjs +19 -19
  115. package/esm2020/table/table_public_index.mjs +5 -0
  116. package/esm2020/table/text-column.mjs +4 -4
  117. package/esm2020/text-field/autofill.mjs +7 -7
  118. package/esm2020/text-field/autosize.mjs +6 -12
  119. package/esm2020/text-field/index.mjs +6 -2
  120. package/esm2020/text-field/text-field-module.mjs +5 -5
  121. package/esm2020/text-field/text-field_public_index.mjs +5 -0
  122. package/esm2020/tree/index.mjs +6 -2
  123. package/esm2020/tree/nested-node.mjs +7 -12
  124. package/esm2020/tree/node.mjs +4 -4
  125. package/esm2020/tree/outlet.mjs +4 -4
  126. package/esm2020/tree/padding.mjs +4 -4
  127. package/esm2020/tree/toggle.mjs +11 -14
  128. package/esm2020/tree/tree-module.mjs +5 -5
  129. package/esm2020/tree/tree.mjs +11 -25
  130. package/esm2020/tree/tree_public_index.mjs +5 -0
  131. package/esm2020/version.mjs +1 -1
  132. package/fesm2015/a11y.mjs +48 -40
  133. package/fesm2015/a11y.mjs.map +1 -1
  134. package/fesm2015/accordion.mjs +18 -10
  135. package/fesm2015/accordion.mjs.map +1 -1
  136. package/fesm2015/bidi.mjs +18 -10
  137. package/fesm2015/bidi.mjs.map +1 -1
  138. package/fesm2015/cdk.mjs +1 -1
  139. package/fesm2015/cdk.mjs.map +1 -1
  140. package/fesm2015/clipboard.mjs +18 -10
  141. package/fesm2015/clipboard.mjs.map +1 -1
  142. package/fesm2015/collections.mjs +11 -3
  143. package/fesm2015/collections.mjs.map +1 -1
  144. package/fesm2015/drag-drop.mjs +36 -28
  145. package/fesm2015/drag-drop.mjs.map +1 -1
  146. package/fesm2015/keycodes.mjs +8 -0
  147. package/fesm2015/keycodes.mjs.map +1 -1
  148. package/fesm2015/layout.mjs +18 -10
  149. package/fesm2015/layout.mjs.map +1 -1
  150. package/fesm2015/observers.mjs +21 -13
  151. package/fesm2015/observers.mjs.map +1 -1
  152. package/fesm2015/overlay.mjs +45 -43
  153. package/fesm2015/overlay.mjs.map +1 -1
  154. package/fesm2015/platform.mjs +28 -23
  155. package/fesm2015/platform.mjs.map +1 -1
  156. package/fesm2015/portal.mjs +24 -16
  157. package/fesm2015/portal.mjs.map +1 -1
  158. package/fesm2015/scrolling.mjs +34 -26
  159. package/fesm2015/scrolling.mjs.map +1 -1
  160. package/fesm2015/stepper.mjs +33 -45
  161. package/fesm2015/stepper.mjs.map +1 -1
  162. package/fesm2015/table.mjs +84 -76
  163. package/fesm2015/table.mjs.map +1 -1
  164. package/fesm2015/text-field.mjs +23 -21
  165. package/fesm2015/text-field.mjs.map +1 -1
  166. package/fesm2015/tree.mjs +47 -61
  167. package/fesm2015/tree.mjs.map +1 -1
  168. package/fesm2020/a11y.mjs +48 -40
  169. package/fesm2020/a11y.mjs.map +1 -1
  170. package/fesm2020/accordion.mjs +18 -10
  171. package/fesm2020/accordion.mjs.map +1 -1
  172. package/fesm2020/bidi.mjs +18 -10
  173. package/fesm2020/bidi.mjs.map +1 -1
  174. package/fesm2020/cdk.mjs +1 -1
  175. package/fesm2020/cdk.mjs.map +1 -1
  176. package/fesm2020/clipboard.mjs +18 -10
  177. package/fesm2020/clipboard.mjs.map +1 -1
  178. package/fesm2020/collections.mjs +11 -3
  179. package/fesm2020/collections.mjs.map +1 -1
  180. package/fesm2020/drag-drop.mjs +36 -28
  181. package/fesm2020/drag-drop.mjs.map +1 -1
  182. package/fesm2020/keycodes.mjs +8 -0
  183. package/fesm2020/keycodes.mjs.map +1 -1
  184. package/fesm2020/layout.mjs +18 -10
  185. package/fesm2020/layout.mjs.map +1 -1
  186. package/fesm2020/observers.mjs +21 -13
  187. package/fesm2020/observers.mjs.map +1 -1
  188. package/fesm2020/overlay.mjs +45 -43
  189. package/fesm2020/overlay.mjs.map +1 -1
  190. package/fesm2020/platform.mjs +28 -23
  191. package/fesm2020/platform.mjs.map +1 -1
  192. package/fesm2020/portal.mjs +24 -16
  193. package/fesm2020/portal.mjs.map +1 -1
  194. package/fesm2020/scrolling.mjs +34 -26
  195. package/fesm2020/scrolling.mjs.map +1 -1
  196. package/fesm2020/stepper.mjs +33 -45
  197. package/fesm2020/stepper.mjs.map +1 -1
  198. package/fesm2020/table.mjs +84 -76
  199. package/fesm2020/table.mjs.map +1 -1
  200. package/fesm2020/text-field.mjs +23 -21
  201. package/fesm2020/text-field.mjs.map +1 -1
  202. package/fesm2020/tree.mjs +47 -61
  203. package/fesm2020/tree.mjs.map +1 -1
  204. package/keycodes/index.d.ts +5 -1
  205. package/keycodes/keycodes_public_index.d.ts +4 -0
  206. package/keycodes/package.json +2 -2
  207. package/layout/index.d.ts +5 -1
  208. package/layout/layout_public_index.d.ts +4 -0
  209. package/layout/package.json +2 -2
  210. package/observers/index.d.ts +5 -1
  211. package/observers/observers_public_index.d.ts +4 -0
  212. package/observers/package.json +2 -2
  213. package/overlay/index.d.ts +5 -1
  214. package/overlay/overlay_public_index.d.ts +4 -0
  215. package/overlay/package.json +2 -2
  216. package/overlay/position/connected-position.d.ts +1 -0
  217. package/package.json +38 -38
  218. package/platform/index.d.ts +5 -1
  219. package/platform/package.json +2 -2
  220. package/platform/platform_public_index.d.ts +4 -0
  221. package/portal/index.d.ts +5 -1
  222. package/portal/package.json +2 -2
  223. package/portal/portal_public_index.d.ts +4 -0
  224. package/schematics/ng-add/index.js +1 -1
  225. package/schematics/ng-add/index.mjs +1 -1
  226. package/schematics/ng-update/devkit-migration-rule.js +2 -2
  227. package/schematics/ng-update/devkit-migration-rule.mjs +2 -2
  228. package/schematics/ng-update/devkit-migration.d.ts +2 -1
  229. package/schematics/ng-update/devkit-migration.js +1 -1
  230. package/schematics/ng-update/devkit-migration.mjs +1 -1
  231. package/scrolling/index.d.ts +5 -1
  232. package/scrolling/package.json +2 -2
  233. package/scrolling/scrolling_public_index.d.ts +4 -0
  234. package/stepper/index.d.ts +5 -1
  235. package/stepper/package.json +2 -2
  236. package/stepper/stepper-button.d.ts +0 -2
  237. package/stepper/stepper_public_index.d.ts +4 -0
  238. package/table/index.d.ts +5 -1
  239. package/table/package.json +2 -2
  240. package/table/table_public_index.d.ts +4 -0
  241. package/text-field/index.d.ts +5 -1
  242. package/text-field/package.json +2 -2
  243. package/text-field/text-field_public_index.d.ts +4 -0
  244. package/tree/index.d.ts +5 -1
  245. package/tree/nested-node.d.ts +2 -3
  246. package/tree/package.json +2 -2
  247. package/tree/tree.d.ts +2 -5
  248. package/tree/tree_public_index.d.ts +4 -0
@@ -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.0.0-next.15", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
- CdkFixedSizeVirtualScroll.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", 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: "13.0.1", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
+ CdkFixedSizeVirtualScroll.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", 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.0.0-next.15", ngImport: i0, type: CdkFixedSizeVirtualScroll, decorators: [{
215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", 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.0.0-next.15", 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.0.0-next.15", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' });
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ScrollDispatcher, decorators: [{
378
+ ScrollDispatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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.0.1", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' });
380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", 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.0.0-next.15", 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.0.0-next.15", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 });
543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkScrollable, decorators: [{
541
+ CdkScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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.0.1", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 });
543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", 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.0.0-next.15", 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.0.0-next.15", ngImport: i0, type: ViewportRuler, providedIn: 'root' });
676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ViewportRuler, decorators: [{
674
+ ViewportRuler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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.0.1", ngImport: i0, type: ViewportRuler, providedIn: 'root' });
676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ViewportRuler, decorators: [{
677
677
  type: Injectable,
678
678
  args: [{ providedIn: 'root' }]
679
679
  }], ctorParameters: function () {
@@ -1006,14 +1006,14 @@ class CdkVirtualScrollViewport extends CdkScrollable {
1006
1006
  this.orientation === 'horizontal' ? `${this._totalContentSize}px` : '';
1007
1007
  }
1008
1008
  }
1009
- CdkVirtualScrollViewport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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 });
1010
- CdkVirtualScrollViewport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0-next.15", 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: [
1009
+ CdkVirtualScrollViewport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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 });
1010
+ CdkVirtualScrollViewport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", 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
1011
  {
1012
1012
  provide: CdkScrollable,
1013
1013
  useExisting: CdkVirtualScrollViewport,
1014
1014
  },
1015
1015
  ], 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 });
1016
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkVirtualScrollViewport, decorators: [{
1016
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkVirtualScrollViewport, decorators: [{
1017
1017
  type: Component,
1018
1018
  args: [{ selector: 'cdk-virtual-scroll-viewport', host: {
1019
1019
  'class': 'cdk-virtual-scroll-viewport',
@@ -1309,9 +1309,9 @@ class CdkVirtualForOf {
1309
1309
  };
1310
1310
  }
1311
1311
  }
1312
- CdkVirtualForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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 });
1313
- CdkVirtualForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-next.15", type: CdkVirtualForOf, selector: "[cdkVirtualFor][cdkVirtualForOf]", inputs: { cdkVirtualForOf: "cdkVirtualForOf", cdkVirtualForTrackBy: "cdkVirtualForTrackBy", cdkVirtualForTemplate: "cdkVirtualForTemplate", cdkVirtualForTemplateCacheSize: "cdkVirtualForTemplateCacheSize" }, providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkVirtualForOf, decorators: [{
1312
+ CdkVirtualForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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 });
1313
+ CdkVirtualForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkVirtualForOf, selector: "[cdkVirtualFor][cdkVirtualForOf]", inputs: { cdkVirtualForOf: "cdkVirtualForOf", cdkVirtualForTrackBy: "cdkVirtualForTrackBy", cdkVirtualForTemplate: "cdkVirtualForTemplate", cdkVirtualForTemplateCacheSize: "cdkVirtualForTemplateCacheSize" }, providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
1314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkVirtualForOf, decorators: [{
1315
1315
  type: Directive,
1316
1316
  args: [{
1317
1317
  selector: '[cdkVirtualFor][cdkVirtualForOf]',
@@ -1343,10 +1343,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15",
1343
1343
  */
1344
1344
  class CdkScrollableModule {
1345
1345
  }
1346
- CdkScrollableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1347
- CdkScrollableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkScrollableModule, declarations: [CdkScrollable], exports: [CdkScrollable] });
1348
- CdkScrollableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkScrollableModule });
1349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkScrollableModule, decorators: [{
1346
+ CdkScrollableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1347
+ CdkScrollableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkScrollableModule, declarations: [CdkScrollable], exports: [CdkScrollable] });
1348
+ CdkScrollableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkScrollableModule });
1349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkScrollableModule, decorators: [{
1350
1350
  type: NgModule,
1351
1351
  args: [{
1352
1352
  exports: [CdkScrollable],
@@ -1358,12 +1358,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15",
1358
1358
  */
1359
1359
  class ScrollingModule {
1360
1360
  }
1361
- ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1362
- ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ScrollingModule, declarations: [CdkFixedSizeVirtualScroll, CdkVirtualForOf, CdkVirtualScrollViewport], imports: [BidiModule, PlatformModule, CdkScrollableModule], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1361
+ ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1362
+ ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ScrollingModule, declarations: [CdkFixedSizeVirtualScroll, CdkVirtualForOf, CdkVirtualScrollViewport], imports: [BidiModule, PlatformModule, CdkScrollableModule], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1363
1363
  CdkVirtualForOf,
1364
1364
  CdkVirtualScrollViewport] });
1365
- ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ScrollingModule, imports: [[BidiModule, PlatformModule, CdkScrollableModule], BidiModule, CdkScrollableModule] });
1366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ScrollingModule, decorators: [{
1365
+ ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ScrollingModule, imports: [[BidiModule, PlatformModule, CdkScrollableModule], BidiModule, CdkScrollableModule] });
1366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ScrollingModule, decorators: [{
1367
1367
  type: NgModule,
1368
1368
  args: [{
1369
1369
  imports: [BidiModule, PlatformModule, CdkScrollableModule],
@@ -1386,6 +1386,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15",
1386
1386
  * found in the LICENSE file at https://angular.io/license
1387
1387
  */
1388
1388
 
1389
+ /**
1390
+ * @license
1391
+ * Copyright Google LLC All Rights Reserved.
1392
+ *
1393
+ * Use of this source code is governed by an MIT-style license that can be
1394
+ * found in the LICENSE file at https://angular.io/license
1395
+ */
1396
+
1389
1397
  /**
1390
1398
  * Generated bundle index. Do not edit.
1391
1399
  */