@angular/cdk 16.0.0-next.5 → 16.0.0-rc.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 (415) hide show
  1. package/{esm2020 → esm2022}/a11y/a11y-module.mjs +4 -4
  2. package/{esm2020 → esm2022}/a11y/aria-describer/aria-describer.mjs +3 -3
  3. package/{esm2020 → esm2022}/a11y/focus-monitor/focus-monitor.mjs +5 -5
  4. package/{esm2020 → esm2022}/a11y/focus-trap/configurable-focus-trap-factory.mjs +3 -3
  5. package/{esm2020 → esm2022}/a11y/focus-trap/focus-trap-manager.mjs +3 -3
  6. package/{esm2020 → esm2022}/a11y/focus-trap/focus-trap.mjs +5 -5
  7. package/{esm2020 → esm2022}/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +3 -3
  8. package/{esm2020 → esm2022}/a11y/input-modality/input-modality-detector.mjs +3 -3
  9. package/{esm2020 → esm2022}/a11y/interactivity-checker/interactivity-checker.mjs +3 -3
  10. package/{esm2020 → esm2022}/a11y/live-announcer/live-announcer.mjs +5 -5
  11. package/{esm2020 → esm2022}/accordion/accordion-item.mjs +7 -7
  12. package/{esm2020 → esm2022}/accordion/accordion-module.mjs +4 -4
  13. package/{esm2020 → esm2022}/accordion/accordion.mjs +3 -3
  14. package/{esm2020 → esm2022}/bidi/bidi-module.mjs +4 -4
  15. package/{esm2020 → esm2022}/bidi/dir.mjs +3 -3
  16. package/{esm2020 → esm2022}/bidi/directionality.mjs +3 -3
  17. package/{esm2020 → esm2022}/clipboard/clipboard-module.mjs +4 -4
  18. package/{esm2020 → esm2022}/clipboard/clipboard.mjs +3 -3
  19. package/{esm2020 → esm2022}/clipboard/copy-to-clipboard.mjs +3 -3
  20. package/{esm2020 → esm2022}/collections/unique-selection-dispatcher.mjs +3 -3
  21. package/{esm2020 → esm2022}/dialog/dialog-container.mjs +3 -3
  22. package/{esm2020 → esm2022}/dialog/dialog-module.mjs +11 -11
  23. package/{esm2020 → esm2022}/dialog/dialog.mjs +3 -3
  24. package/{esm2020 → esm2022}/drag-drop/directives/drag-handle.mjs +3 -3
  25. package/{esm2020 → esm2022}/drag-drop/directives/drag-placeholder.mjs +3 -3
  26. package/{esm2020 → esm2022}/drag-drop/directives/drag-preview.mjs +3 -3
  27. package/esm2022/drag-drop/directives/drag.mjs +489 -0
  28. package/{esm2020 → esm2022}/drag-drop/directives/drop-list-group.mjs +3 -3
  29. package/esm2022/drag-drop/directives/drop-list.mjs +348 -0
  30. package/{esm2020 → esm2022}/drag-drop/drag-drop-module.mjs +14 -14
  31. package/{esm2020 → esm2022}/drag-drop/drag-drop-registry.mjs +3 -3
  32. package/{esm2020 → esm2022}/drag-drop/drag-drop.mjs +3 -3
  33. package/{esm2020 → esm2022}/layout/breakpoints-observer.mjs +3 -3
  34. package/{esm2020 → esm2022}/layout/layout-module.mjs +4 -4
  35. package/esm2022/layout/media-matcher.mjs +95 -0
  36. package/{esm2020 → esm2022}/listbox/listbox-module.mjs +4 -4
  37. package/{esm2020 → esm2022}/listbox/listbox.mjs +11 -11
  38. package/{esm2020 → esm2022}/menu/context-menu-trigger.mjs +8 -8
  39. package/{esm2020 → esm2022}/menu/menu-aim.mjs +5 -5
  40. package/{esm2020 → esm2022}/menu/menu-bar.mjs +7 -7
  41. package/{esm2020 → esm2022}/menu/menu-base.mjs +3 -3
  42. package/{esm2020 → esm2022}/menu/menu-group.mjs +3 -3
  43. package/{esm2020 → esm2022}/menu/menu-item-checkbox.mjs +6 -6
  44. package/{esm2020 → esm2022}/menu/menu-item-radio.mjs +6 -6
  45. package/{esm2020 → esm2022}/menu/menu-item-selectable.mjs +3 -3
  46. package/{esm2020 → esm2022}/menu/menu-item.mjs +3 -3
  47. package/{esm2020 → esm2022}/menu/menu-module.mjs +20 -20
  48. package/{esm2020 → esm2022}/menu/menu-stack.mjs +3 -3
  49. package/{esm2020 → esm2022}/menu/menu-trigger-base.mjs +3 -3
  50. package/{esm2020 → esm2022}/menu/menu-trigger.mjs +6 -6
  51. package/{esm2020 → esm2022}/menu/menu.mjs +7 -7
  52. package/{esm2020 → esm2022}/observers/observe-content.mjs +10 -10
  53. package/{esm2020 → esm2022}/overlay/dispatchers/base-overlay-dispatcher.mjs +3 -3
  54. package/{esm2020 → esm2022}/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +3 -3
  55. package/{esm2020 → esm2022}/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +3 -3
  56. package/{esm2020 → esm2022}/overlay/fullscreen-overlay-container.mjs +3 -3
  57. package/{esm2020 → esm2022}/overlay/overlay-container.mjs +3 -3
  58. package/{esm2020 → esm2022}/overlay/overlay-directives.mjs +5 -5
  59. package/{esm2020 → esm2022}/overlay/overlay-module.mjs +4 -4
  60. package/{esm2020 → esm2022}/overlay/overlay.mjs +3 -3
  61. package/{esm2020 → esm2022}/overlay/position/overlay-position-builder.mjs +3 -3
  62. package/{esm2020 → esm2022}/overlay/scroll/scroll-strategy-options.mjs +3 -3
  63. package/{esm2020 → esm2022}/platform/platform-module.mjs +4 -4
  64. package/{esm2020 → esm2022}/platform/platform.mjs +3 -3
  65. package/esm2022/portal/portal-directives.mjs +250 -0
  66. package/{esm2020 → esm2022}/scrolling/fixed-size-virtual-scroll.mjs +9 -9
  67. package/{esm2020 → esm2022}/scrolling/scroll-dispatcher.mjs +3 -3
  68. package/{esm2020 → esm2022}/scrolling/scrollable.mjs +3 -3
  69. package/{esm2020 → esm2022}/scrolling/scrolling-module.mjs +17 -17
  70. package/{esm2020 → esm2022}/scrolling/viewport-ruler.mjs +3 -3
  71. package/{esm2020 → esm2022}/scrolling/virtual-for-of.mjs +3 -3
  72. package/{esm2020 → esm2022}/scrolling/virtual-scroll-viewport.mjs +9 -9
  73. package/{esm2020 → esm2022}/scrolling/virtual-scrollable-element.mjs +3 -3
  74. package/{esm2020 → esm2022}/scrolling/virtual-scrollable-window.mjs +3 -3
  75. package/{esm2020 → esm2022}/scrolling/virtual-scrollable.mjs +3 -3
  76. package/{esm2020 → esm2022}/stepper/step-header.mjs +3 -3
  77. package/{esm2020 → esm2022}/stepper/step-label.mjs +3 -3
  78. package/{esm2020 → esm2022}/stepper/stepper-button.mjs +5 -5
  79. package/{esm2020 → esm2022}/stepper/stepper-module.mjs +9 -9
  80. package/{esm2020 → esm2022}/stepper/stepper.mjs +5 -5
  81. package/{esm2020 → esm2022}/table/cell.mjs +15 -15
  82. package/{esm2020 → esm2022}/table/coalesced-style-scheduler.mjs +3 -3
  83. package/esm2022/table/row.mjs +271 -0
  84. package/{esm2020 → esm2022}/table/table-module.mjs +46 -46
  85. package/{esm2020 → esm2022}/table/table.mjs +19 -19
  86. package/{esm2020 → esm2022}/table/text-column.mjs +5 -5
  87. package/{esm2020 → esm2022}/text-field/autofill.mjs +5 -5
  88. package/{esm2020 → esm2022}/text-field/autosize.mjs +3 -3
  89. package/{esm2020 → esm2022}/text-field/text-field-module.mjs +4 -4
  90. package/{esm2020 → esm2022}/tree/nested-node.mjs +6 -6
  91. package/{esm2020 → esm2022}/tree/node.mjs +3 -3
  92. package/{esm2020 → esm2022}/tree/outlet.mjs +3 -3
  93. package/{esm2020 → esm2022}/tree/padding.mjs +3 -3
  94. package/{esm2020 → esm2022}/tree/toggle.mjs +3 -3
  95. package/{esm2020 → esm2022}/tree/tree-module.mjs +16 -16
  96. package/esm2022/tree/tree.mjs +349 -0
  97. package/{esm2020 → esm2022}/version.mjs +1 -1
  98. package/{fesm2020 → fesm2022}/a11y.mjs +27 -27
  99. package/{fesm2020 → fesm2022}/a11y.mjs.map +1 -1
  100. package/{fesm2020 → fesm2022}/accordion.mjs +11 -11
  101. package/{fesm2020 → fesm2022}/accordion.mjs.map +1 -1
  102. package/{fesm2020 → fesm2022}/bidi.mjs +7 -7
  103. package/{fesm2020 → fesm2022}/bidi.mjs.map +1 -1
  104. package/{fesm2015 → fesm2022}/cdk.mjs +1 -1
  105. package/{fesm2015 → fesm2022}/cdk.mjs.map +1 -1
  106. package/{fesm2020 → fesm2022}/clipboard.mjs +7 -7
  107. package/{fesm2020 → fesm2022}/clipboard.mjs.map +1 -1
  108. package/{fesm2020 → fesm2022}/collections.mjs +2 -2
  109. package/{fesm2020 → fesm2022}/collections.mjs.map +1 -1
  110. package/{fesm2020 → fesm2022}/dialog.mjs +14 -14
  111. package/{fesm2020 → fesm2022}/dialog.mjs.map +1 -1
  112. package/{fesm2020 → fesm2022}/drag-drop.mjs +36 -36
  113. package/{fesm2020 → fesm2022}/drag-drop.mjs.map +1 -1
  114. package/{fesm2015 → fesm2022}/layout.mjs +21 -12
  115. package/fesm2022/layout.mjs.map +1 -0
  116. package/{fesm2020 → fesm2022}/listbox.mjs +13 -13
  117. package/{fesm2020 → fesm2022}/listbox.mjs.map +1 -1
  118. package/{fesm2020 → fesm2022}/menu.mjs +69 -69
  119. package/{fesm2020 → fesm2022}/menu.mjs.map +1 -1
  120. package/{fesm2020 → fesm2022}/observers.mjs +9 -9
  121. package/{fesm2020 → fesm2022}/observers.mjs.map +1 -1
  122. package/{fesm2020 → fesm2022}/overlay.mjs +23 -23
  123. package/{fesm2020 → fesm2022}/overlay.mjs.map +1 -1
  124. package/{fesm2020 → fesm2022}/platform.mjs +5 -5
  125. package/{fesm2020 → fesm2022}/platform.mjs.map +1 -1
  126. package/{fesm2020 → fesm2022}/portal.mjs +21 -21
  127. package/{fesm2020 → fesm2022}/portal.mjs.map +1 -1
  128. package/{fesm2020 → fesm2022}/scrolling.mjs +46 -46
  129. package/{fesm2020 → fesm2022}/scrolling.mjs.map +1 -1
  130. package/{fesm2020 → fesm2022}/stepper.mjs +20 -20
  131. package/{fesm2020 → fesm2022}/stepper.mjs.map +1 -1
  132. package/{fesm2020 → fesm2022}/table.mjs +109 -109
  133. package/{fesm2020 → fesm2022}/table.mjs.map +1 -1
  134. package/{fesm2020 → fesm2022}/text-field.mjs +9 -9
  135. package/{fesm2020 → fesm2022}/text-field.mjs.map +1 -1
  136. package/{fesm2020 → fesm2022}/tree.mjs +37 -37
  137. package/{fesm2020 → fesm2022}/tree.mjs.map +1 -1
  138. package/layout/index.d.ts +3 -2
  139. package/package.json +77 -131
  140. package/schematics/ng-add/index.js +1 -1
  141. package/schematics/ng-add/index.mjs +1 -1
  142. package/schematics/ng-update/devkit-file-system.js +3 -2
  143. package/schematics/ng-update/devkit-file-system.mjs +3 -2
  144. package/schematics/ng-update/migrations/attribute-selectors.js +5 -8
  145. package/schematics/ng-update/migrations/attribute-selectors.mjs +5 -8
  146. package/schematics/ng-update/migrations/class-inheritance.js +8 -11
  147. package/schematics/ng-update/migrations/class-inheritance.mjs +8 -11
  148. package/schematics/ng-update/migrations/class-names.js +12 -15
  149. package/schematics/ng-update/migrations/class-names.mjs +12 -15
  150. package/schematics/ng-update/migrations/constructor-signature.js +7 -10
  151. package/schematics/ng-update/migrations/constructor-signature.mjs +7 -10
  152. package/schematics/ng-update/migrations/css-selectors.js +5 -8
  153. package/schematics/ng-update/migrations/css-selectors.mjs +5 -8
  154. package/schematics/ng-update/migrations/element-selectors.js +5 -8
  155. package/schematics/ng-update/migrations/element-selectors.mjs +5 -8
  156. package/schematics/ng-update/migrations/input-names.js +5 -8
  157. package/schematics/ng-update/migrations/input-names.mjs +5 -8
  158. package/schematics/ng-update/migrations/method-call-arguments.js +5 -8
  159. package/schematics/ng-update/migrations/method-call-arguments.mjs +5 -8
  160. package/schematics/ng-update/migrations/misc-template.js +3 -6
  161. package/schematics/ng-update/migrations/misc-template.mjs +3 -6
  162. package/schematics/ng-update/migrations/output-names.js +5 -8
  163. package/schematics/ng-update/migrations/output-names.mjs +5 -8
  164. package/schematics/ng-update/migrations/property-names.js +5 -8
  165. package/schematics/ng-update/migrations/property-names.mjs +5 -8
  166. package/schematics/ng-update/migrations/symbol-removal.js +5 -8
  167. package/schematics/ng-update/migrations/symbol-removal.mjs +5 -8
  168. package/schematics/update-tool/component-resource-collector.js +5 -3
  169. package/schematics/update-tool/component-resource-collector.mjs +5 -3
  170. package/schematics/update-tool/index.js +8 -2
  171. package/schematics/update-tool/index.mjs +8 -2
  172. package/schematics/update-tool/migration.js +10 -3
  173. package/schematics/update-tool/migration.mjs +10 -3
  174. package/schematics/update-tool/utils/virtual-host.js +3 -2
  175. package/schematics/update-tool/utils/virtual-host.mjs +3 -2
  176. package/esm2020/drag-drop/directives/drag.mjs +0 -489
  177. package/esm2020/drag-drop/directives/drop-list.mjs +0 -348
  178. package/esm2020/layout/media-matcher.mjs +0 -86
  179. package/esm2020/portal/portal-directives.mjs +0 -250
  180. package/esm2020/table/row.mjs +0 -271
  181. package/esm2020/tree/tree.mjs +0 -349
  182. package/fesm2015/a11y.mjs +0 -2409
  183. package/fesm2015/a11y.mjs.map +0 -1
  184. package/fesm2015/accordion.mjs +0 -238
  185. package/fesm2015/accordion.mjs.map +0 -1
  186. package/fesm2015/bidi.mjs +0 -150
  187. package/fesm2015/bidi.mjs.map +0 -1
  188. package/fesm2015/clipboard.mjs +0 -219
  189. package/fesm2015/clipboard.mjs.map +0 -1
  190. package/fesm2015/collections.mjs +0 -462
  191. package/fesm2015/collections.mjs.map +0 -1
  192. package/fesm2015/dialog.mjs +0 -749
  193. package/fesm2015/dialog.mjs.map +0 -1
  194. package/fesm2015/drag-drop.mjs +0 -3667
  195. package/fesm2015/drag-drop.mjs.map +0 -1
  196. package/fesm2015/layout.mjs.map +0 -1
  197. package/fesm2015/listbox.mjs +0 -888
  198. package/fesm2015/listbox.mjs.map +0 -1
  199. package/fesm2015/menu.mjs +0 -1876
  200. package/fesm2015/menu.mjs.map +0 -1
  201. package/fesm2015/observers.mjs +0 -188
  202. package/fesm2015/observers.mjs.map +0 -1
  203. package/fesm2015/overlay.mjs +0 -2998
  204. package/fesm2015/overlay.mjs.map +0 -1
  205. package/fesm2015/platform.mjs +0 -320
  206. package/fesm2015/platform.mjs.map +0 -1
  207. package/fesm2015/portal.mjs +0 -640
  208. package/fesm2015/portal.mjs.map +0 -1
  209. package/fesm2015/scrolling.mjs +0 -1515
  210. package/fesm2015/scrolling.mjs.map +0 -1
  211. package/fesm2015/stepper.mjs +0 -570
  212. package/fesm2015/stepper.mjs.map +0 -1
  213. package/fesm2015/table.mjs +0 -2271
  214. package/fesm2015/table.mjs.map +0 -1
  215. package/fesm2015/testing/selenium-webdriver.mjs +0 -396
  216. package/fesm2015/testing/selenium-webdriver.mjs.map +0 -1
  217. package/fesm2015/testing/testbed.mjs +0 -811
  218. package/fesm2015/testing/testbed.mjs.map +0 -1
  219. package/fesm2015/testing.mjs +0 -748
  220. package/fesm2015/testing.mjs.map +0 -1
  221. package/fesm2015/text-field.mjs +0 -424
  222. package/fesm2015/text-field.mjs.map +0 -1
  223. package/fesm2015/tree.mjs +0 -871
  224. package/fesm2015/tree.mjs.map +0 -1
  225. package/fesm2020/cdk.mjs +0 -7
  226. package/fesm2020/cdk.mjs.map +0 -1
  227. package/fesm2020/coercion.mjs +0 -74
  228. package/fesm2020/coercion.mjs.map +0 -1
  229. package/fesm2020/keycodes.mjs +0 -137
  230. package/fesm2020/keycodes.mjs.map +0 -1
  231. package/fesm2020/layout.mjs +0 -210
  232. package/fesm2020/layout.mjs.map +0 -1
  233. /package/{esm2020 → esm2022}/a11y/a11y_public_index.mjs +0 -0
  234. /package/{esm2020 → esm2022}/a11y/aria-describer/aria-reference.mjs +0 -0
  235. /package/{esm2020 → esm2022}/a11y/fake-event-detection.mjs +0 -0
  236. /package/{esm2020 → esm2022}/a11y/focus-trap/configurable-focus-trap-config.mjs +0 -0
  237. /package/{esm2020 → esm2022}/a11y/focus-trap/configurable-focus-trap.mjs +0 -0
  238. /package/{esm2020 → esm2022}/a11y/focus-trap/event-listener-inert-strategy.mjs +0 -0
  239. /package/{esm2020 → esm2022}/a11y/focus-trap/focus-trap-inert-strategy.mjs +0 -0
  240. /package/{esm2020 → esm2022}/a11y/index.mjs +0 -0
  241. /package/{esm2020 → esm2022}/a11y/key-manager/activedescendant-key-manager.mjs +0 -0
  242. /package/{esm2020 → esm2022}/a11y/key-manager/focus-key-manager.mjs +0 -0
  243. /package/{esm2020 → esm2022}/a11y/key-manager/list-key-manager.mjs +0 -0
  244. /package/{esm2020 → esm2022}/a11y/live-announcer/live-announcer-tokens.mjs +0 -0
  245. /package/{esm2020 → esm2022}/a11y/public-api.mjs +0 -0
  246. /package/{esm2020 → esm2022}/accordion/accordion_public_index.mjs +0 -0
  247. /package/{esm2020 → esm2022}/accordion/index.mjs +0 -0
  248. /package/{esm2020 → esm2022}/accordion/public-api.mjs +0 -0
  249. /package/{esm2020 → esm2022}/bidi/bidi_public_index.mjs +0 -0
  250. /package/{esm2020 → esm2022}/bidi/dir-document-token.mjs +0 -0
  251. /package/{esm2020 → esm2022}/bidi/index.mjs +0 -0
  252. /package/{esm2020 → esm2022}/bidi/public-api.mjs +0 -0
  253. /package/{esm2020 → esm2022}/clipboard/clipboard_public_index.mjs +0 -0
  254. /package/{esm2020 → esm2022}/clipboard/index.mjs +0 -0
  255. /package/{esm2020 → esm2022}/clipboard/pending-copy.mjs +0 -0
  256. /package/{esm2020 → esm2022}/clipboard/public-api.mjs +0 -0
  257. /package/{esm2020 → esm2022}/coercion/array.mjs +0 -0
  258. /package/{esm2020 → esm2022}/coercion/boolean-property.mjs +0 -0
  259. /package/{esm2020 → esm2022}/coercion/css-pixel-value.mjs +0 -0
  260. /package/{esm2020 → esm2022}/coercion/element.mjs +0 -0
  261. /package/{esm2020 → esm2022}/coercion/index.mjs +0 -0
  262. /package/{esm2020 → esm2022}/coercion/number-property.mjs +0 -0
  263. /package/{esm2020 → esm2022}/coercion/public-api.mjs +0 -0
  264. /package/{esm2020 → esm2022}/coercion/string-array.mjs +0 -0
  265. /package/{esm2020 → esm2022}/collections/array-data-source.mjs +0 -0
  266. /package/{esm2020 → esm2022}/collections/collection-viewer.mjs +0 -0
  267. /package/{esm2020 → esm2022}/collections/collections_public_index.mjs +0 -0
  268. /package/{esm2020 → esm2022}/collections/data-source.mjs +0 -0
  269. /package/{esm2020 → esm2022}/collections/dispose-view-repeater-strategy.mjs +0 -0
  270. /package/{esm2020 → esm2022}/collections/index.mjs +0 -0
  271. /package/{esm2020 → esm2022}/collections/public-api.mjs +0 -0
  272. /package/{esm2020 → esm2022}/collections/recycle-view-repeater-strategy.mjs +0 -0
  273. /package/{esm2020 → esm2022}/collections/selection-model.mjs +0 -0
  274. /package/{esm2020 → esm2022}/collections/tree-adapter.mjs +0 -0
  275. /package/{esm2020 → esm2022}/collections/view-repeater.mjs +0 -0
  276. /package/{esm2020 → esm2022}/dialog/dialog-config.mjs +0 -0
  277. /package/{esm2020 → esm2022}/dialog/dialog-injectors.mjs +0 -0
  278. /package/{esm2020 → esm2022}/dialog/dialog-ref.mjs +0 -0
  279. /package/{esm2020 → esm2022}/dialog/dialog_public_index.mjs +0 -0
  280. /package/{esm2020 → esm2022}/dialog/index.mjs +0 -0
  281. /package/{esm2020 → esm2022}/dialog/public-api.mjs +0 -0
  282. /package/{esm2020 → esm2022}/drag-drop/directives/assertions.mjs +0 -0
  283. /package/{esm2020 → esm2022}/drag-drop/directives/config.mjs +0 -0
  284. /package/{esm2020 → esm2022}/drag-drop/dom/client-rect.mjs +0 -0
  285. /package/{esm2020 → esm2022}/drag-drop/dom/clone-node.mjs +0 -0
  286. /package/{esm2020 → esm2022}/drag-drop/dom/parent-position-tracker.mjs +0 -0
  287. /package/{esm2020 → esm2022}/drag-drop/dom/styling.mjs +0 -0
  288. /package/{esm2020 → esm2022}/drag-drop/dom/transition-duration.mjs +0 -0
  289. /package/{esm2020 → esm2022}/drag-drop/drag-drop_public_index.mjs +0 -0
  290. /package/{esm2020 → esm2022}/drag-drop/drag-events.mjs +0 -0
  291. /package/{esm2020 → esm2022}/drag-drop/drag-parent.mjs +0 -0
  292. /package/{esm2020 → esm2022}/drag-drop/drag-ref.mjs +0 -0
  293. /package/{esm2020 → esm2022}/drag-drop/drag-utils.mjs +0 -0
  294. /package/{esm2020 → esm2022}/drag-drop/drop-list-ref.mjs +0 -0
  295. /package/{esm2020 → esm2022}/drag-drop/index.mjs +0 -0
  296. /package/{esm2020 → esm2022}/drag-drop/public-api.mjs +0 -0
  297. /package/{esm2020 → esm2022}/drag-drop/sorting/drop-list-sort-strategy.mjs +0 -0
  298. /package/{esm2020 → esm2022}/drag-drop/sorting/single-axis-sort-strategy.mjs +0 -0
  299. /package/{esm2020 → esm2022}/index.mjs +0 -0
  300. /package/{esm2020 → esm2022}/keycodes/index.mjs +0 -0
  301. /package/{esm2020 → esm2022}/keycodes/keycodes.mjs +0 -0
  302. /package/{esm2020 → esm2022}/keycodes/keycodes_public_index.mjs +0 -0
  303. /package/{esm2020 → esm2022}/keycodes/modifiers.mjs +0 -0
  304. /package/{esm2020 → esm2022}/keycodes/public-api.mjs +0 -0
  305. /package/{esm2020 → esm2022}/layout/breakpoints.mjs +0 -0
  306. /package/{esm2020 → esm2022}/layout/index.mjs +0 -0
  307. /package/{esm2020 → esm2022}/layout/layout_public_index.mjs +0 -0
  308. /package/{esm2020 → esm2022}/layout/public-api.mjs +0 -0
  309. /package/{esm2020 → esm2022}/listbox/index.mjs +0 -0
  310. /package/{esm2020 → esm2022}/listbox/listbox_public_index.mjs +0 -0
  311. /package/{esm2020 → esm2022}/listbox/public-api.mjs +0 -0
  312. /package/{esm2020 → esm2022}/menu/index.mjs +0 -0
  313. /package/{esm2020 → esm2022}/menu/menu-errors.mjs +0 -0
  314. /package/{esm2020 → esm2022}/menu/menu-interface.mjs +0 -0
  315. /package/{esm2020 → esm2022}/menu/menu_public_index.mjs +0 -0
  316. /package/{esm2020 → esm2022}/menu/pointer-focus-tracker.mjs +0 -0
  317. /package/{esm2020 → esm2022}/menu/public-api.mjs +0 -0
  318. /package/{esm2020 → esm2022}/observers/index.mjs +0 -0
  319. /package/{esm2020 → esm2022}/observers/observers_public_index.mjs +0 -0
  320. /package/{esm2020 → esm2022}/observers/public-api.mjs +0 -0
  321. /package/{esm2020 → esm2022}/overlay/dispatchers/index.mjs +0 -0
  322. /package/{esm2020 → esm2022}/overlay/index.mjs +0 -0
  323. /package/{esm2020 → esm2022}/overlay/overlay-config.mjs +0 -0
  324. /package/{esm2020 → esm2022}/overlay/overlay-ref.mjs +0 -0
  325. /package/{esm2020 → esm2022}/overlay/overlay-reference.mjs +0 -0
  326. /package/{esm2020 → esm2022}/overlay/overlay_public_index.mjs +0 -0
  327. /package/{esm2020 → esm2022}/overlay/position/connected-position.mjs +0 -0
  328. /package/{esm2020 → esm2022}/overlay/position/flexible-connected-position-strategy.mjs +0 -0
  329. /package/{esm2020 → esm2022}/overlay/position/global-position-strategy.mjs +0 -0
  330. /package/{esm2020 → esm2022}/overlay/position/position-strategy.mjs +0 -0
  331. /package/{esm2020 → esm2022}/overlay/position/scroll-clip.mjs +0 -0
  332. /package/{esm2020 → esm2022}/overlay/public-api.mjs +0 -0
  333. /package/{esm2020 → esm2022}/overlay/scroll/block-scroll-strategy.mjs +0 -0
  334. /package/{esm2020 → esm2022}/overlay/scroll/close-scroll-strategy.mjs +0 -0
  335. /package/{esm2020 → esm2022}/overlay/scroll/index.mjs +0 -0
  336. /package/{esm2020 → esm2022}/overlay/scroll/noop-scroll-strategy.mjs +0 -0
  337. /package/{esm2020 → esm2022}/overlay/scroll/reposition-scroll-strategy.mjs +0 -0
  338. /package/{esm2020 → esm2022}/overlay/scroll/scroll-strategy.mjs +0 -0
  339. /package/{esm2020 → esm2022}/platform/features/input-types.mjs +0 -0
  340. /package/{esm2020 → esm2022}/platform/features/passive-listeners.mjs +0 -0
  341. /package/{esm2020 → esm2022}/platform/features/scrolling.mjs +0 -0
  342. /package/{esm2020 → esm2022}/platform/features/shadow-dom.mjs +0 -0
  343. /package/{esm2020 → esm2022}/platform/features/test-environment.mjs +0 -0
  344. /package/{esm2020 → esm2022}/platform/index.mjs +0 -0
  345. /package/{esm2020 → esm2022}/platform/platform_public_index.mjs +0 -0
  346. /package/{esm2020 → esm2022}/platform/public-api.mjs +0 -0
  347. /package/{esm2020 → esm2022}/portal/dom-portal-outlet.mjs +0 -0
  348. /package/{esm2020 → esm2022}/portal/index.mjs +0 -0
  349. /package/{esm2020 → esm2022}/portal/portal-errors.mjs +0 -0
  350. /package/{esm2020 → esm2022}/portal/portal-injector.mjs +0 -0
  351. /package/{esm2020 → esm2022}/portal/portal.mjs +0 -0
  352. /package/{esm2020 → esm2022}/portal/portal_public_index.mjs +0 -0
  353. /package/{esm2020 → esm2022}/portal/public-api.mjs +0 -0
  354. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
  355. /package/{esm2020 → esm2022}/scrolling/index.mjs +0 -0
  356. /package/{esm2020 → esm2022}/scrolling/public-api.mjs +0 -0
  357. /package/{esm2020 → esm2022}/scrolling/scrolling_public_index.mjs +0 -0
  358. /package/{esm2020 → esm2022}/scrolling/virtual-scroll-repeater.mjs +0 -0
  359. /package/{esm2020 → esm2022}/scrolling/virtual-scroll-strategy.mjs +0 -0
  360. /package/{esm2020 → esm2022}/stepper/index.mjs +0 -0
  361. /package/{esm2020 → esm2022}/stepper/public-api.mjs +0 -0
  362. /package/{esm2020 → esm2022}/stepper/stepper_public_index.mjs +0 -0
  363. /package/{esm2020 → esm2022}/table/can-stick.mjs +0 -0
  364. /package/{esm2020 → esm2022}/table/index.mjs +0 -0
  365. /package/{esm2020 → esm2022}/table/public-api.mjs +0 -0
  366. /package/{esm2020 → esm2022}/table/sticky-position-listener.mjs +0 -0
  367. /package/{esm2020 → esm2022}/table/sticky-styler.mjs +0 -0
  368. /package/{esm2020 → esm2022}/table/table-errors.mjs +0 -0
  369. /package/{esm2020 → esm2022}/table/table_public_index.mjs +0 -0
  370. /package/{esm2020 → esm2022}/table/tokens.mjs +0 -0
  371. /package/{esm2020 → esm2022}/testing/change-detection.mjs +0 -0
  372. /package/{esm2020 → esm2022}/testing/component-harness.mjs +0 -0
  373. /package/{esm2020 → esm2022}/testing/element-dimensions.mjs +0 -0
  374. /package/{esm2020 → esm2022}/testing/harness-environment.mjs +0 -0
  375. /package/{esm2020 → esm2022}/testing/index.mjs +0 -0
  376. /package/{esm2020 → esm2022}/testing/public-api.mjs +0 -0
  377. /package/{esm2020 → esm2022}/testing/selenium-webdriver/index.mjs +0 -0
  378. /package/{esm2020 → esm2022}/testing/selenium-webdriver/public-api.mjs +0 -0
  379. /package/{esm2020 → esm2022}/testing/selenium-webdriver/selenium-web-driver-element.mjs +0 -0
  380. /package/{esm2020 → esm2022}/testing/selenium-webdriver/selenium-web-driver-harness-environment.mjs +0 -0
  381. /package/{esm2020 → esm2022}/testing/selenium-webdriver/selenium-webdriver-keys.mjs +0 -0
  382. /package/{esm2020 → esm2022}/testing/test-element-errors.mjs +0 -0
  383. /package/{esm2020 → esm2022}/testing/test-element.mjs +0 -0
  384. /package/{esm2020 → esm2022}/testing/testbed/fake-events/dispatch-events.mjs +0 -0
  385. /package/{esm2020 → esm2022}/testing/testbed/fake-events/element-focus.mjs +0 -0
  386. /package/{esm2020 → esm2022}/testing/testbed/fake-events/event-objects.mjs +0 -0
  387. /package/{esm2020 → esm2022}/testing/testbed/fake-events/index.mjs +0 -0
  388. /package/{esm2020 → esm2022}/testing/testbed/fake-events/type-in-element.mjs +0 -0
  389. /package/{esm2020 → esm2022}/testing/testbed/index.mjs +0 -0
  390. /package/{esm2020 → esm2022}/testing/testbed/public-api.mjs +0 -0
  391. /package/{esm2020 → esm2022}/testing/testbed/task-state-zone-interceptor.mjs +0 -0
  392. /package/{esm2020 → esm2022}/testing/testbed/testbed-harness-environment.mjs +0 -0
  393. /package/{esm2020 → esm2022}/testing/testbed/unit-test-element.mjs +0 -0
  394. /package/{esm2020 → esm2022}/testing/text-filtering.mjs +0 -0
  395. /package/{esm2020 → esm2022}/text-field/index.mjs +0 -0
  396. /package/{esm2020 → esm2022}/text-field/public-api.mjs +0 -0
  397. /package/{esm2020 → esm2022}/text-field/text-field_public_index.mjs +0 -0
  398. /package/{esm2020 → esm2022}/tree/control/base-tree-control.mjs +0 -0
  399. /package/{esm2020 → esm2022}/tree/control/flat-tree-control.mjs +0 -0
  400. /package/{esm2020 → esm2022}/tree/control/nested-tree-control.mjs +0 -0
  401. /package/{esm2020 → esm2022}/tree/control/tree-control.mjs +0 -0
  402. /package/{esm2020 → esm2022}/tree/index.mjs +0 -0
  403. /package/{esm2020 → esm2022}/tree/public-api.mjs +0 -0
  404. /package/{esm2020 → esm2022}/tree/tree-errors.mjs +0 -0
  405. /package/{esm2020 → esm2022}/tree/tree_public_index.mjs +0 -0
  406. /package/{fesm2015 → fesm2022}/coercion.mjs +0 -0
  407. /package/{fesm2015 → fesm2022}/coercion.mjs.map +0 -0
  408. /package/{fesm2015 → fesm2022}/keycodes.mjs +0 -0
  409. /package/{fesm2015 → fesm2022}/keycodes.mjs.map +0 -0
  410. /package/{fesm2020 → fesm2022}/testing/selenium-webdriver.mjs +0 -0
  411. /package/{fesm2020 → fesm2022}/testing/selenium-webdriver.mjs.map +0 -0
  412. /package/{fesm2020 → fesm2022}/testing/testbed.mjs +0 -0
  413. /package/{fesm2020 → fesm2022}/testing/testbed.mjs.map +0 -0
  414. /package/{fesm2020 → fesm2022}/testing.mjs +0 -0
  415. /package/{fesm2020 → fesm2022}/testing.mjs.map +0 -0
@@ -189,15 +189,15 @@ class CdkFixedSizeVirtualScroll {
189
189
  ngOnChanges() {
190
190
  this._scrollStrategy.updateItemAndBufferSize(this.itemSize, this.minBufferPx, this.maxBufferPx);
191
191
  }
192
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
193
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkFixedSizeVirtualScroll, isStandalone: true, selector: "cdk-virtual-scroll-viewport[itemSize]", inputs: { itemSize: "itemSize", minBufferPx: "minBufferPx", maxBufferPx: "maxBufferPx" }, providers: [
194
+ {
195
+ provide: VIRTUAL_SCROLL_STRATEGY,
196
+ useFactory: _fixedSizeVirtualScrollStrategyFactory,
197
+ deps: [forwardRef(() => CdkFixedSizeVirtualScroll)],
198
+ },
199
+ ], usesOnChanges: true, ngImport: i0 }); }
192
200
  }
193
- CdkFixedSizeVirtualScroll.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkFixedSizeVirtualScroll, deps: [], target: i0.ɵɵFactoryTarget.Directive });
194
- CdkFixedSizeVirtualScroll.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkFixedSizeVirtualScroll, isStandalone: true, selector: "cdk-virtual-scroll-viewport[itemSize]", inputs: { itemSize: "itemSize", minBufferPx: "minBufferPx", maxBufferPx: "maxBufferPx" }, providers: [
195
- {
196
- provide: VIRTUAL_SCROLL_STRATEGY,
197
- useFactory: _fixedSizeVirtualScrollStrategyFactory,
198
- deps: [forwardRef(() => CdkFixedSizeVirtualScroll)],
199
- },
200
- ], usesOnChanges: true, ngImport: i0 });
201
201
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkFixedSizeVirtualScroll, decorators: [{
202
202
  type: Directive,
203
203
  args: [{
@@ -354,9 +354,9 @@ class ScrollDispatcher {
354
354
  this._globalSubscription = null;
355
355
  }
356
356
  }
357
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollDispatcher, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
358
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' }); }
357
359
  }
358
- ScrollDispatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollDispatcher, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
359
- ScrollDispatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollDispatcher, providedIn: 'root' });
360
360
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollDispatcher, decorators: [{
361
361
  type: Injectable,
362
362
  args: [{ providedIn: 'root' }]
@@ -515,9 +515,9 @@ class CdkScrollable {
515
515
  }
516
516
  }
517
517
  }
518
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
519
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkScrollable, isStandalone: true, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 }); }
518
520
  }
519
- CdkScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
520
- CdkScrollable.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkScrollable, isStandalone: true, selector: "[cdk-scrollable], [cdkScrollable]", ngImport: i0 });
521
521
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollable, decorators: [{
522
522
  type: Directive,
523
523
  args: [{
@@ -647,9 +647,9 @@ class ViewportRuler {
647
647
  ? { width: window.innerWidth, height: window.innerHeight }
648
648
  : { width: 0, height: 0 };
649
649
  }
650
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ViewportRuler, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
651
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ViewportRuler, providedIn: 'root' }); }
650
652
  }
651
- ViewportRuler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ViewportRuler, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
652
- ViewportRuler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ViewportRuler, providedIn: 'root' });
653
653
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ViewportRuler, decorators: [{
654
654
  type: Injectable,
655
655
  args: [{ providedIn: 'root' }]
@@ -677,9 +677,9 @@ class CdkVirtualScrollable extends CdkScrollable {
677
677
  const viewportEl = this.elementRef.nativeElement;
678
678
  return orientation === 'horizontal' ? viewportEl.clientWidth : viewportEl.clientHeight;
679
679
  }
680
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
681
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkVirtualScrollable, usesInheritance: true, ngImport: i0 }); }
680
682
  }
681
- CdkVirtualScrollable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollable, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
682
- CdkVirtualScrollable.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkVirtualScrollable, usesInheritance: true, ngImport: i0 });
683
683
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollable, decorators: [{
684
684
  type: Directive
685
685
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: ScrollDispatcher }, { type: i0.NgZone }, { type: i2.Directionality, decorators: [{
@@ -1055,15 +1055,15 @@ class CdkVirtualScrollViewport extends CdkVirtualScrollable {
1055
1055
  this._totalContentWidth =
1056
1056
  this.orientation === 'horizontal' ? `${this._totalContentSize}px` : '';
1057
1057
  }
1058
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", 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 }); }
1059
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", 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: [
1060
+ {
1061
+ provide: CdkScrollable,
1062
+ useFactory: (virtualScrollable, viewport) => virtualScrollable || viewport,
1063
+ deps: [[new Optional(), new Inject(VIRTUAL_SCROLLABLE)], CdkVirtualScrollViewport],
1064
+ },
1065
+ ], 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 }); }
1058
1066
  }
1059
- CdkVirtualScrollViewport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", 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 });
1060
- CdkVirtualScrollViewport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", 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: [
1061
- {
1062
- provide: CdkScrollable,
1063
- useFactory: (virtualScrollable, viewport) => virtualScrollable || viewport,
1064
- deps: [[new Optional(), new Inject(VIRTUAL_SCROLLABLE)], CdkVirtualScrollViewport],
1065
- },
1066
- ], 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 });
1067
1067
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollViewport, decorators: [{
1068
1068
  type: Component,
1069
1069
  args: [{ selector: 'cdk-virtual-scroll-viewport', host: {
@@ -1358,9 +1358,9 @@ class CdkVirtualForOf {
1358
1358
  index,
1359
1359
  };
1360
1360
  }
1361
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", 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 }); }
1362
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", 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 }); }
1361
1363
  }
1362
- CdkVirtualForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", 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 });
1363
- CdkVirtualForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", 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 });
1364
1364
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualForOf, decorators: [{
1365
1365
  type: Directive,
1366
1366
  args: [{
@@ -1394,9 +1394,9 @@ class CdkVirtualScrollableElement extends CdkVirtualScrollable {
1394
1394
  return (this.getElementRef().nativeElement.getBoundingClientRect()[from] -
1395
1395
  this.measureScrollOffset(from));
1396
1396
  }
1397
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollableElement, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1398
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkVirtualScrollableElement, isStandalone: true, selector: "[cdkVirtualScrollingElement]", host: { classAttribute: "cdk-virtual-scrollable" }, providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableElement }], usesInheritance: true, ngImport: i0 }); }
1397
1399
  }
1398
- CdkVirtualScrollableElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollableElement, deps: [{ token: i0.ElementRef }, { token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1399
- CdkVirtualScrollableElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkVirtualScrollableElement, isStandalone: true, selector: "[cdkVirtualScrollingElement]", host: { classAttribute: "cdk-virtual-scrollable" }, providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableElement }], usesInheritance: true, ngImport: i0 });
1400
1400
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollableElement, decorators: [{
1401
1401
  type: Directive,
1402
1402
  args: [{
@@ -1422,9 +1422,9 @@ class CdkVirtualScrollableWindow extends CdkVirtualScrollable {
1422
1422
  measureBoundingClientRectWithScrollOffset(from) {
1423
1423
  return this.getElementRef().nativeElement.getBoundingClientRect()[from];
1424
1424
  }
1425
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollableWindow, deps: [{ token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1426
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkVirtualScrollableWindow, isStandalone: true, selector: "cdk-virtual-scroll-viewport[scrollWindow]", providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableWindow }], usesInheritance: true, ngImport: i0 }); }
1425
1427
  }
1426
- CdkVirtualScrollableWindow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollableWindow, deps: [{ token: ScrollDispatcher }, { token: i0.NgZone }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1427
- CdkVirtualScrollableWindow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: CdkVirtualScrollableWindow, isStandalone: true, selector: "cdk-virtual-scroll-viewport[scrollWindow]", providers: [{ provide: VIRTUAL_SCROLLABLE, useExisting: CdkVirtualScrollableWindow }], usesInheritance: true, ngImport: i0 });
1428
1428
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkVirtualScrollableWindow, decorators: [{
1429
1429
  type: Directive,
1430
1430
  args: [{
@@ -1437,10 +1437,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7",
1437
1437
  }] }]; } });
1438
1438
 
1439
1439
  class CdkScrollableModule {
1440
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1441
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollableModule, imports: [CdkScrollable], exports: [CdkScrollable] }); }
1442
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollableModule }); }
1440
1443
  }
1441
- CdkScrollableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1442
- CdkScrollableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollableModule, imports: [CdkScrollable], exports: [CdkScrollable] });
1443
- CdkScrollableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollableModule });
1444
1444
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: CdkScrollableModule, decorators: [{
1445
1445
  type: NgModule,
1446
1446
  args: [{
@@ -1452,20 +1452,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7",
1452
1452
  * @docs-primary-export
1453
1453
  */
1454
1454
  class ScrollingModule {
1455
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1456
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollingModule, imports: [BidiModule, CdkScrollableModule, CdkVirtualScrollViewport,
1457
+ CdkFixedSizeVirtualScroll,
1458
+ CdkVirtualForOf,
1459
+ CdkVirtualScrollableWindow,
1460
+ CdkVirtualScrollableElement], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1461
+ CdkVirtualForOf,
1462
+ CdkVirtualScrollViewport,
1463
+ CdkVirtualScrollableWindow,
1464
+ CdkVirtualScrollableElement] }); }
1465
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollingModule, imports: [BidiModule,
1466
+ CdkScrollableModule,
1467
+ CdkVirtualScrollViewport, BidiModule, CdkScrollableModule] }); }
1455
1468
  }
1456
- ScrollingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1457
- ScrollingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollingModule, imports: [BidiModule, CdkScrollableModule, CdkVirtualScrollViewport,
1458
- CdkFixedSizeVirtualScroll,
1459
- CdkVirtualForOf,
1460
- CdkVirtualScrollableWindow,
1461
- CdkVirtualScrollableElement], exports: [BidiModule, CdkScrollableModule, CdkFixedSizeVirtualScroll,
1462
- CdkVirtualForOf,
1463
- CdkVirtualScrollViewport,
1464
- CdkVirtualScrollableWindow,
1465
- CdkVirtualScrollableElement] });
1466
- ScrollingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollingModule, imports: [BidiModule,
1467
- CdkScrollableModule,
1468
- CdkVirtualScrollViewport, BidiModule, CdkScrollableModule] });
1469
1469
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ScrollingModule, decorators: [{
1470
1470
  type: NgModule,
1471
1471
  args: [{