@angular/cdk 17.1.0-next.0 → 17.1.0-next.2

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 (301) hide show
  1. package/a11y/index.d.ts +8 -8
  2. package/accordion/index.d.ts +3 -3
  3. package/bidi/index.d.ts +2 -2
  4. package/clipboard/index.d.ts +2 -2
  5. package/esm2022/a11y/a11y-module.mjs +6 -7
  6. package/esm2022/a11y/aria-describer/aria-describer.mjs +4 -4
  7. package/esm2022/a11y/aria-describer/aria-reference.mjs +1 -1
  8. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +8 -7
  9. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  10. package/esm2022/a11y/focus-trap/configurable-focus-trap.mjs +1 -1
  11. package/esm2022/a11y/focus-trap/event-listener-inert-strategy.mjs +1 -1
  12. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  13. package/esm2022/a11y/focus-trap/focus-trap.mjs +8 -7
  14. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  15. package/esm2022/a11y/input-modality/input-modality-detector.mjs +4 -4
  16. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  17. package/esm2022/a11y/key-manager/activedescendant-key-manager.mjs +1 -1
  18. package/esm2022/a11y/key-manager/focus-key-manager.mjs +1 -1
  19. package/esm2022/a11y/key-manager/list-key-manager.mjs +1 -1
  20. package/esm2022/a11y/live-announcer/live-announcer.mjs +8 -7
  21. package/esm2022/accordion/accordion-item.mjs +5 -4
  22. package/esm2022/accordion/accordion-module.mjs +6 -6
  23. package/esm2022/accordion/accordion.mjs +5 -4
  24. package/esm2022/bidi/bidi-module.mjs +6 -6
  25. package/esm2022/bidi/dir.mjs +5 -4
  26. package/esm2022/bidi/directionality.mjs +4 -4
  27. package/esm2022/clipboard/clipboard-module.mjs +6 -6
  28. package/esm2022/clipboard/clipboard.mjs +4 -4
  29. package/esm2022/clipboard/copy-to-clipboard.mjs +5 -4
  30. package/esm2022/clipboard/pending-copy.mjs +1 -1
  31. package/esm2022/coercion/css-pixel-value.mjs +1 -1
  32. package/esm2022/coercion/string-array.mjs +1 -1
  33. package/esm2022/collections/dispose-view-repeater-strategy.mjs +1 -1
  34. package/esm2022/collections/recycle-view-repeater-strategy.mjs +1 -1
  35. package/esm2022/collections/selection-model.mjs +1 -1
  36. package/esm2022/collections/unique-selection-dispatcher.mjs +4 -4
  37. package/esm2022/dialog/dialog-container.mjs +7 -8
  38. package/esm2022/dialog/dialog-module.mjs +5 -5
  39. package/esm2022/dialog/dialog-ref.mjs +1 -1
  40. package/esm2022/dialog/dialog.mjs +4 -4
  41. package/esm2022/drag-drop/directives/assertions.mjs +1 -1
  42. package/esm2022/drag-drop/directives/drag-handle.mjs +4 -4
  43. package/esm2022/drag-drop/directives/drag-placeholder.mjs +4 -4
  44. package/esm2022/drag-drop/directives/drag-preview.mjs +4 -4
  45. package/esm2022/drag-drop/directives/drag.mjs +4 -4
  46. package/esm2022/drag-drop/directives/drop-list-group.mjs +4 -4
  47. package/esm2022/drag-drop/directives/drop-list.mjs +4 -4
  48. package/esm2022/drag-drop/dom/clone-node.mjs +1 -1
  49. package/esm2022/drag-drop/dom/parent-position-tracker.mjs +1 -1
  50. package/esm2022/drag-drop/dom/styling.mjs +1 -1
  51. package/esm2022/drag-drop/dom/transition-duration.mjs +1 -1
  52. package/esm2022/drag-drop/drag-drop-module.mjs +5 -5
  53. package/esm2022/drag-drop/drag-drop-registry.mjs +4 -4
  54. package/esm2022/drag-drop/drag-drop.mjs +4 -4
  55. package/esm2022/drag-drop/drag-ref.mjs +1 -1
  56. package/esm2022/drag-drop/drag-utils.mjs +1 -1
  57. package/esm2022/drag-drop/drop-list-ref.mjs +1 -1
  58. package/esm2022/drag-drop/sorting/single-axis-sort-strategy.mjs +1 -1
  59. package/esm2022/keycodes/modifiers.mjs +1 -1
  60. package/esm2022/layout/breakpoints-observer.mjs +4 -4
  61. package/esm2022/layout/layout-module.mjs +5 -5
  62. package/esm2022/layout/media-matcher.mjs +4 -4
  63. package/esm2022/listbox/listbox-module.mjs +5 -5
  64. package/esm2022/listbox/listbox.mjs +7 -7
  65. package/esm2022/menu/context-menu-trigger.mjs +7 -7
  66. package/esm2022/menu/event-detection.mjs +1 -1
  67. package/esm2022/menu/menu-aim.mjs +7 -7
  68. package/esm2022/menu/menu-bar.mjs +4 -4
  69. package/esm2022/menu/menu-base.mjs +6 -5
  70. package/esm2022/menu/menu-group.mjs +4 -4
  71. package/esm2022/menu/menu-item-checkbox.mjs +4 -4
  72. package/esm2022/menu/menu-item-radio.mjs +4 -4
  73. package/esm2022/menu/menu-item-selectable.mjs +5 -4
  74. package/esm2022/menu/menu-item.mjs +4 -4
  75. package/esm2022/menu/menu-module.mjs +5 -5
  76. package/esm2022/menu/menu-stack.mjs +4 -4
  77. package/esm2022/menu/menu-trigger-base.mjs +5 -4
  78. package/esm2022/menu/menu-trigger.mjs +4 -4
  79. package/esm2022/menu/menu.mjs +4 -4
  80. package/esm2022/observers/observe-content.mjs +16 -15
  81. package/esm2022/observers/private/shared-resize-observer.mjs +4 -4
  82. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  83. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  84. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  85. package/esm2022/overlay/fullscreen-overlay-container.mjs +4 -4
  86. package/esm2022/overlay/overlay-config.mjs +1 -1
  87. package/esm2022/overlay/overlay-container.mjs +4 -4
  88. package/esm2022/overlay/overlay-directives.mjs +15 -9
  89. package/esm2022/overlay/overlay-module.mjs +5 -5
  90. package/esm2022/overlay/overlay-ref.mjs +1 -1
  91. package/esm2022/overlay/overlay.mjs +4 -4
  92. package/esm2022/overlay/position/connected-position.mjs +1 -1
  93. package/esm2022/overlay/position/flexible-connected-position-strategy.mjs +1 -1
  94. package/esm2022/overlay/position/global-position-strategy.mjs +1 -1
  95. package/esm2022/overlay/position/overlay-position-builder.mjs +4 -4
  96. package/esm2022/overlay/scroll/block-scroll-strategy.mjs +1 -1
  97. package/esm2022/overlay/scroll/close-scroll-strategy.mjs +1 -1
  98. package/esm2022/overlay/scroll/reposition-scroll-strategy.mjs +1 -1
  99. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +4 -4
  100. package/esm2022/platform/features/input-types.mjs +1 -1
  101. package/esm2022/platform/features/passive-listeners.mjs +1 -1
  102. package/esm2022/platform/features/scrolling.mjs +1 -1
  103. package/esm2022/platform/features/shadow-dom.mjs +1 -1
  104. package/esm2022/platform/platform-module.mjs +5 -5
  105. package/esm2022/platform/platform.mjs +4 -4
  106. package/esm2022/portal/dom-portal-outlet.mjs +1 -1
  107. package/esm2022/portal/portal-directives.mjs +22 -18
  108. package/esm2022/portal/portal-injector.mjs +1 -1
  109. package/esm2022/portal/portal.mjs +1 -1
  110. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  111. package/esm2022/scrolling/scroll-dispatcher.mjs +4 -4
  112. package/esm2022/scrolling/scrollable.mjs +4 -4
  113. package/esm2022/scrolling/scrolling-module.mjs +9 -9
  114. package/esm2022/scrolling/viewport-ruler.mjs +4 -4
  115. package/esm2022/scrolling/virtual-for-of.mjs +4 -4
  116. package/esm2022/scrolling/virtual-scroll-viewport.mjs +4 -4
  117. package/esm2022/scrolling/virtual-scrollable-element.mjs +4 -4
  118. package/esm2022/scrolling/virtual-scrollable-window.mjs +4 -4
  119. package/esm2022/scrolling/virtual-scrollable.mjs +4 -4
  120. package/esm2022/stepper/step-header.mjs +5 -4
  121. package/esm2022/stepper/step-label.mjs +5 -4
  122. package/esm2022/stepper/stepper-button.mjs +9 -7
  123. package/esm2022/stepper/stepper-module.mjs +10 -9
  124. package/esm2022/stepper/stepper.mjs +9 -7
  125. package/esm2022/table/cell.mjs +38 -25
  126. package/esm2022/table/coalesced-style-scheduler.mjs +4 -4
  127. package/esm2022/table/row.mjs +42 -29
  128. package/esm2022/table/sticky-styler.mjs +1 -1
  129. package/esm2022/table/table-module.mjs +7 -8
  130. package/esm2022/table/table.mjs +38 -25
  131. package/esm2022/table/text-column.mjs +8 -7
  132. package/esm2022/testing/change-detection.mjs +1 -1
  133. package/esm2022/testing/component-harness.mjs +1 -1
  134. package/esm2022/testing/harness-environment.mjs +1 -1
  135. package/esm2022/testing/selenium-webdriver/selenium-web-driver-element.mjs +1 -1
  136. package/esm2022/testing/selenium-webdriver/selenium-web-driver-harness-environment.mjs +1 -1
  137. package/esm2022/testing/selenium-webdriver/selenium-webdriver-keys.mjs +1 -1
  138. package/esm2022/testing/testbed/fake-events/element-focus.mjs +1 -1
  139. package/esm2022/testing/testbed/fake-events/event-objects.mjs +4 -4
  140. package/esm2022/testing/testbed/fake-events/type-in-element.mjs +1 -1
  141. package/esm2022/testing/testbed/task-state-zone-interceptor.mjs +1 -1
  142. package/esm2022/testing/testbed/testbed-harness-environment.mjs +1 -1
  143. package/esm2022/testing/testbed/unit-test-element.mjs +1 -1
  144. package/esm2022/testing/text-filtering.mjs +1 -1
  145. package/esm2022/text-field/autofill.mjs +8 -7
  146. package/esm2022/text-field/autosize.mjs +5 -4
  147. package/esm2022/text-field/text-field-module.mjs +6 -6
  148. package/esm2022/tree/control/flat-tree-control.mjs +1 -1
  149. package/esm2022/tree/control/nested-tree-control.mjs +1 -1
  150. package/esm2022/tree/nested-node.mjs +5 -4
  151. package/esm2022/tree/node.mjs +5 -4
  152. package/esm2022/tree/outlet.mjs +5 -4
  153. package/esm2022/tree/padding.mjs +5 -4
  154. package/esm2022/tree/toggle.mjs +5 -4
  155. package/esm2022/tree/tree-module.mjs +6 -6
  156. package/esm2022/tree/tree.mjs +10 -8
  157. package/esm2022/version.mjs +1 -1
  158. package/fesm2022/a11y.mjs +44 -42
  159. package/fesm2022/a11y.mjs.map +1 -1
  160. package/fesm2022/accordion.mjs +13 -11
  161. package/fesm2022/accordion.mjs.map +1 -1
  162. package/fesm2022/bidi.mjs +12 -11
  163. package/fesm2022/bidi.mjs.map +1 -1
  164. package/fesm2022/cdk.mjs +1 -1
  165. package/fesm2022/cdk.mjs.map +1 -1
  166. package/fesm2022/clipboard.mjs +12 -11
  167. package/fesm2022/clipboard.mjs.map +1 -1
  168. package/fesm2022/coercion.mjs.map +1 -1
  169. package/fesm2022/collections.mjs +3 -3
  170. package/fesm2022/collections.mjs.map +1 -1
  171. package/fesm2022/dialog.mjs +13 -14
  172. package/fesm2022/dialog.mjs.map +1 -1
  173. package/fesm2022/drag-drop.mjs +28 -28
  174. package/fesm2022/drag-drop.mjs.map +1 -1
  175. package/fesm2022/keycodes.mjs.map +1 -1
  176. package/fesm2022/layout.mjs +10 -10
  177. package/fesm2022/layout.mjs.map +1 -1
  178. package/fesm2022/listbox.mjs +10 -10
  179. package/fesm2022/listbox.mjs.map +1 -1
  180. package/fesm2022/menu.mjs +53 -50
  181. package/fesm2022/menu.mjs.map +1 -1
  182. package/fesm2022/observers/private.mjs +3 -3
  183. package/fesm2022/observers/private.mjs.map +1 -1
  184. package/fesm2022/observers.mjs +15 -14
  185. package/fesm2022/observers.mjs.map +1 -1
  186. package/fesm2022/overlay.mjs +42 -36
  187. package/fesm2022/overlay.mjs.map +1 -1
  188. package/fesm2022/platform.mjs +7 -7
  189. package/fesm2022/platform.mjs.map +1 -1
  190. package/fesm2022/portal.mjs +21 -17
  191. package/fesm2022/portal.mjs.map +1 -1
  192. package/fesm2022/scrolling.mjs +35 -35
  193. package/fesm2022/scrolling.mjs.map +1 -1
  194. package/fesm2022/stepper.mjs +33 -26
  195. package/fesm2022/stepper.mjs.map +1 -1
  196. package/fesm2022/table.mjs +130 -90
  197. package/fesm2022/table.mjs.map +1 -1
  198. package/fesm2022/testing/selenium-webdriver.mjs.map +1 -1
  199. package/fesm2022/testing/testbed.mjs +3 -3
  200. package/fesm2022/testing/testbed.mjs.map +1 -1
  201. package/fesm2022/testing.mjs.map +1 -1
  202. package/fesm2022/text-field.mjs +16 -14
  203. package/fesm2022/text-field.mjs.map +1 -1
  204. package/fesm2022/tree.mjs +34 -26
  205. package/fesm2022/tree.mjs.map +1 -1
  206. package/menu/index.d.ts +3 -3
  207. package/observers/index.d.ts +2 -2
  208. package/package.json +1 -1
  209. package/portal/index.d.ts +5 -5
  210. package/schematics/ng-add/index.js +2 -2
  211. package/schematics/ng-add/index.mjs +2 -2
  212. package/schematics/ng-add/package-config.js +1 -1
  213. package/schematics/ng-add/package-config.mjs +1 -1
  214. package/schematics/ng-generate/drag-drop/index.js +1 -1
  215. package/schematics/ng-generate/drag-drop/index.mjs +1 -1
  216. package/schematics/ng-update/devkit-file-system.js +1 -1
  217. package/schematics/ng-update/devkit-file-system.mjs +1 -1
  218. package/schematics/ng-update/devkit-migration-rule.js +1 -1
  219. package/schematics/ng-update/devkit-migration-rule.mjs +1 -1
  220. package/schematics/ng-update/find-stylesheets.js +1 -1
  221. package/schematics/ng-update/find-stylesheets.mjs +1 -1
  222. package/schematics/ng-update/html-parsing/elements.js +1 -1
  223. package/schematics/ng-update/html-parsing/elements.mjs +1 -1
  224. package/schematics/ng-update/index.js +1 -1
  225. package/schematics/ng-update/index.mjs +1 -1
  226. package/schematics/ng-update/migrations/attribute-selectors.js +1 -1
  227. package/schematics/ng-update/migrations/attribute-selectors.mjs +1 -1
  228. package/schematics/ng-update/migrations/class-inheritance.js +1 -1
  229. package/schematics/ng-update/migrations/class-inheritance.mjs +1 -1
  230. package/schematics/ng-update/migrations/class-names.js +1 -1
  231. package/schematics/ng-update/migrations/class-names.mjs +1 -1
  232. package/schematics/ng-update/migrations/constructor-signature.js +1 -1
  233. package/schematics/ng-update/migrations/constructor-signature.mjs +1 -1
  234. package/schematics/ng-update/migrations/css-selectors.js +1 -1
  235. package/schematics/ng-update/migrations/css-selectors.mjs +1 -1
  236. package/schematics/ng-update/migrations/element-selectors.js +1 -1
  237. package/schematics/ng-update/migrations/element-selectors.mjs +1 -1
  238. package/schematics/ng-update/migrations/input-names.js +1 -1
  239. package/schematics/ng-update/migrations/input-names.mjs +1 -1
  240. package/schematics/ng-update/migrations/method-call-arguments.js +1 -1
  241. package/schematics/ng-update/migrations/method-call-arguments.mjs +1 -1
  242. package/schematics/ng-update/migrations/output-names.js +1 -1
  243. package/schematics/ng-update/migrations/output-names.mjs +1 -1
  244. package/schematics/ng-update/migrations/property-names.js +1 -1
  245. package/schematics/ng-update/migrations/property-names.mjs +1 -1
  246. package/schematics/ng-update/migrations/symbol-removal.js +1 -1
  247. package/schematics/ng-update/migrations/symbol-removal.mjs +1 -1
  248. package/schematics/ng-update/typescript/base-types.js +1 -1
  249. package/schematics/ng-update/typescript/base-types.mjs +1 -1
  250. package/schematics/ng-update/typescript/imports.js +1 -1
  251. package/schematics/ng-update/typescript/imports.mjs +1 -1
  252. package/schematics/ng-update/typescript/literal.js +1 -1
  253. package/schematics/ng-update/typescript/literal.mjs +1 -1
  254. package/schematics/ng-update/typescript/module-specifiers.js +1 -1
  255. package/schematics/ng-update/typescript/module-specifiers.mjs +1 -1
  256. package/schematics/ng-update/upgrade-data.js +1 -1
  257. package/schematics/ng-update/upgrade-data.mjs +1 -1
  258. package/schematics/update-tool/component-resource-collector.js +1 -1
  259. package/schematics/update-tool/component-resource-collector.mjs +1 -1
  260. package/schematics/update-tool/index.js +1 -1
  261. package/schematics/update-tool/index.mjs +1 -1
  262. package/schematics/update-tool/utils/decorators.js +1 -1
  263. package/schematics/update-tool/utils/decorators.mjs +1 -1
  264. package/schematics/update-tool/utils/imports.js +1 -1
  265. package/schematics/update-tool/utils/imports.mjs +1 -1
  266. package/schematics/update-tool/utils/line-mappings.js +1 -1
  267. package/schematics/update-tool/utils/line-mappings.mjs +1 -1
  268. package/schematics/update-tool/utils/parse-tsconfig.js +1 -1
  269. package/schematics/update-tool/utils/parse-tsconfig.mjs +1 -1
  270. package/schematics/update-tool/utils/property-name.js +1 -1
  271. package/schematics/update-tool/utils/property-name.mjs +1 -1
  272. package/schematics/update-tool/utils/virtual-host.js +1 -1
  273. package/schematics/update-tool/utils/virtual-host.mjs +1 -1
  274. package/schematics/update-tool/version-changes.js +1 -1
  275. package/schematics/update-tool/version-changes.mjs +1 -1
  276. package/schematics/utils/ast/ng-module-imports.js +1 -1
  277. package/schematics/utils/ast/ng-module-imports.mjs +1 -1
  278. package/schematics/utils/ast.js +1 -1
  279. package/schematics/utils/ast.mjs +1 -1
  280. package/schematics/utils/build-component.js +1 -1
  281. package/schematics/utils/build-component.mjs +1 -1
  282. package/schematics/utils/get-project.js +1 -1
  283. package/schematics/utils/get-project.mjs +1 -1
  284. package/schematics/utils/html-manipulation.js +1 -1
  285. package/schematics/utils/html-manipulation.mjs +1 -1
  286. package/schematics/utils/parse5-element.js +1 -1
  287. package/schematics/utils/parse5-element.mjs +1 -1
  288. package/schematics/utils/project-main-file.js +1 -1
  289. package/schematics/utils/project-main-file.mjs +1 -1
  290. package/schematics/utils/project-style-file.js +1 -1
  291. package/schematics/utils/project-style-file.mjs +1 -1
  292. package/schematics/utils/project-targets.js +1 -1
  293. package/schematics/utils/project-targets.mjs +1 -1
  294. package/schematics/utils/project-tsconfig-paths.js +1 -1
  295. package/schematics/utils/project-tsconfig-paths.mjs +1 -1
  296. package/schematics/utils/schematic-options.js +1 -1
  297. package/schematics/utils/schematic-options.mjs +1 -1
  298. package/stepper/index.d.ts +12 -12
  299. package/table/index.d.ts +28 -28
  300. package/text-field/index.d.ts +3 -3
  301. package/tree/index.d.ts +8 -8
@@ -63,12 +63,15 @@ class CdkCellDef {
63
63
  constructor(/** @docs-private */ template) {
64
64
  this.template = template;
65
65
  }
66
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
67
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkCellDef, selector: "[cdkCellDef]", ngImport: i0 }); }
66
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
67
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkCellDef, isStandalone: true, selector: "[cdkCellDef]", ngImport: i0 }); }
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkCellDef, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkCellDef, decorators: [{
70
70
  type: Directive,
71
- args: [{ selector: '[cdkCellDef]' }]
71
+ args: [{
72
+ selector: '[cdkCellDef]',
73
+ standalone: true,
74
+ }]
72
75
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
73
76
  /**
74
77
  * Header cell definition for a CDK table.
@@ -78,12 +81,15 @@ class CdkHeaderCellDef {
78
81
  constructor(/** @docs-private */ template) {
79
82
  this.template = template;
80
83
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
82
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]", ngImport: i0 }); }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
85
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkHeaderCellDef, isStandalone: true, selector: "[cdkHeaderCellDef]", ngImport: i0 }); }
83
86
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderCellDef, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderCellDef, decorators: [{
85
88
  type: Directive,
86
- args: [{ selector: '[cdkHeaderCellDef]' }]
89
+ args: [{
90
+ selector: '[cdkHeaderCellDef]',
91
+ standalone: true,
92
+ }]
87
93
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
88
94
  /**
89
95
  * Footer cell definition for a CDK table.
@@ -93,12 +99,15 @@ class CdkFooterCellDef {
93
99
  constructor(/** @docs-private */ template) {
94
100
  this.template = template;
95
101
  }
96
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
97
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkFooterCellDef, selector: "[cdkFooterCellDef]", ngImport: i0 }); }
102
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
103
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkFooterCellDef, isStandalone: true, selector: "[cdkFooterCellDef]", ngImport: i0 }); }
98
104
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterCellDef, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterCellDef, decorators: [{
100
106
  type: Directive,
101
- args: [{ selector: '[cdkFooterCellDef]' }]
107
+ args: [{
108
+ selector: '[cdkFooterCellDef]',
109
+ standalone: true,
110
+ }]
102
111
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
103
112
  // Boilerplate for applying mixins to CdkColumnDef.
104
113
  /** @docs-private */
@@ -161,15 +170,16 @@ class CdkColumnDef extends _CdkColumnDefBase {
161
170
  this._updateColumnCssClassName();
162
171
  }
163
172
  }
164
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkColumnDef, deps: [{ token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
165
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.0", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: { sticky: "sticky", name: ["cdkColumnDef", "name"], stickyEnd: ["stickyEnd", "stickyEnd", booleanAttribute] }, providers: [{ provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: CdkColumnDef }], queries: [{ propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true }, { propertyName: "footerCell", first: true, predicate: CdkFooterCellDef, descendants: true }], usesInheritance: true, ngImport: i0 }); }
173
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkColumnDef, deps: [{ token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
174
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0-next.2", type: CdkColumnDef, isStandalone: true, selector: "[cdkColumnDef]", inputs: { sticky: "sticky", name: ["cdkColumnDef", "name"], stickyEnd: ["stickyEnd", "stickyEnd", booleanAttribute] }, providers: [{ provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: CdkColumnDef }], queries: [{ propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true }, { propertyName: "footerCell", first: true, predicate: CdkFooterCellDef, descendants: true }], usesInheritance: true, ngImport: i0 }); }
166
175
  }
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkColumnDef, decorators: [{
176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkColumnDef, decorators: [{
168
177
  type: Directive,
169
178
  args: [{
170
179
  selector: '[cdkColumnDef]',
171
180
  inputs: ['sticky'],
172
181
  providers: [{ provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: CdkColumnDef }],
182
+ standalone: true,
173
183
  }]
174
184
  }], ctorParameters: () => [{ type: undefined, decorators: [{
175
185
  type: Inject,
@@ -203,10 +213,10 @@ class CdkHeaderCell extends BaseCdkCell {
203
213
  constructor(columnDef, elementRef) {
204
214
  super(columnDef, elementRef);
205
215
  }
206
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
207
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "cdk-header-cell" }, usesInheritance: true, ngImport: i0 }); }
216
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
217
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkHeaderCell, isStandalone: true, selector: "cdk-header-cell, th[cdk-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "cdk-header-cell" }, usesInheritance: true, ngImport: i0 }); }
208
218
  }
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderCell, decorators: [{
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderCell, decorators: [{
210
220
  type: Directive,
211
221
  args: [{
212
222
  selector: 'cdk-header-cell, th[cdk-header-cell]',
@@ -214,6 +224,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
214
224
  'class': 'cdk-header-cell',
215
225
  'role': 'columnheader',
216
226
  },
227
+ standalone: true,
217
228
  }]
218
229
  }], ctorParameters: () => [{ type: CdkColumnDef }, { type: i0.ElementRef }] });
219
230
  /** Footer cell template container that adds the right classes and role. */
@@ -226,16 +237,17 @@ class CdkFooterCell extends BaseCdkCell {
226
237
  elementRef.nativeElement.setAttribute('role', role);
227
238
  }
228
239
  }
229
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
230
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkFooterCell, selector: "cdk-footer-cell, td[cdk-footer-cell]", host: { classAttribute: "cdk-footer-cell" }, usesInheritance: true, ngImport: i0 }); }
240
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
241
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkFooterCell, isStandalone: true, selector: "cdk-footer-cell, td[cdk-footer-cell]", host: { classAttribute: "cdk-footer-cell" }, usesInheritance: true, ngImport: i0 }); }
231
242
  }
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterCell, decorators: [{
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterCell, decorators: [{
233
244
  type: Directive,
234
245
  args: [{
235
246
  selector: 'cdk-footer-cell, td[cdk-footer-cell]',
236
247
  host: {
237
248
  'class': 'cdk-footer-cell',
238
249
  },
250
+ standalone: true,
239
251
  }]
240
252
  }], ctorParameters: () => [{ type: CdkColumnDef }, { type: i0.ElementRef }] });
241
253
  /** Cell template container that adds the right classes and role. */
@@ -248,16 +260,17 @@ class CdkCell extends BaseCdkCell {
248
260
  elementRef.nativeElement.setAttribute('role', role);
249
261
  }
250
262
  }
251
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
252
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkCell, selector: "cdk-cell, td[cdk-cell]", host: { classAttribute: "cdk-cell" }, usesInheritance: true, ngImport: i0 }); }
263
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkCell, deps: [{ token: CdkColumnDef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
264
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkCell, isStandalone: true, selector: "cdk-cell, td[cdk-cell]", host: { classAttribute: "cdk-cell" }, usesInheritance: true, ngImport: i0 }); }
253
265
  }
254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkCell, decorators: [{
266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkCell, decorators: [{
255
267
  type: Directive,
256
268
  args: [{
257
269
  selector: 'cdk-cell, td[cdk-cell]',
258
270
  host: {
259
271
  'class': 'cdk-cell',
260
272
  },
273
+ standalone: true,
261
274
  }]
262
275
  }], ctorParameters: () => [{ type: CdkColumnDef }, { type: i0.ElementRef }] });
263
276
 
@@ -334,10 +347,10 @@ class _CoalescedStyleScheduler {
334
347
  ? from(Promise.resolve(undefined))
335
348
  : this._ngZone.onStable.pipe(take(1));
336
349
  }
337
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: _CoalescedStyleScheduler, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
338
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: _CoalescedStyleScheduler }); }
350
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: _CoalescedStyleScheduler, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
351
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: _CoalescedStyleScheduler }); }
339
352
  }
340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: _CoalescedStyleScheduler, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: _CoalescedStyleScheduler, decorators: [{
341
354
  type: Injectable
342
355
  }], ctorParameters: () => [{ type: i0.NgZone }] });
343
356
 
@@ -384,10 +397,10 @@ class BaseRowDef {
384
397
  return column.cell.template;
385
398
  }
386
399
  }
387
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: BaseRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
388
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: BaseRowDef, usesOnChanges: true, ngImport: i0 }); }
400
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: BaseRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
401
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: BaseRowDef, usesOnChanges: true, ngImport: i0 }); }
389
402
  }
390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: BaseRowDef, decorators: [{
403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: BaseRowDef, decorators: [{
391
404
  type: Directive
392
405
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }] });
393
406
  // Boilerplate for applying mixins to CdkHeaderRowDef.
@@ -409,14 +422,15 @@ class CdkHeaderRowDef extends _CdkHeaderRowDefBase {
409
422
  ngOnChanges(changes) {
410
423
  super.ngOnChanges(changes);
411
424
  }
412
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
413
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkHeaderRowDef, selector: "[cdkHeaderRowDef]", inputs: { columns: ["cdkHeaderRowDef", "columns"], sticky: ["cdkHeaderRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
425
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
426
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkHeaderRowDef, isStandalone: true, selector: "[cdkHeaderRowDef]", inputs: { columns: ["cdkHeaderRowDef", "columns"], sticky: ["cdkHeaderRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
414
427
  }
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderRowDef, decorators: [{
428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderRowDef, decorators: [{
416
429
  type: Directive,
417
430
  args: [{
418
431
  selector: '[cdkHeaderRowDef]',
419
432
  inputs: ['columns: cdkHeaderRowDef', 'sticky: cdkHeaderRowDefSticky'],
433
+ standalone: true,
420
434
  }]
421
435
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
422
436
  type: Inject,
@@ -443,14 +457,15 @@ class CdkFooterRowDef extends _CdkFooterRowDefBase {
443
457
  ngOnChanges(changes) {
444
458
  super.ngOnChanges(changes);
445
459
  }
446
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
447
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkFooterRowDef, selector: "[cdkFooterRowDef]", inputs: { columns: ["cdkFooterRowDef", "columns"], sticky: ["cdkFooterRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
460
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
461
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkFooterRowDef, isStandalone: true, selector: "[cdkFooterRowDef]", inputs: { columns: ["cdkFooterRowDef", "columns"], sticky: ["cdkFooterRowDefSticky", "sticky"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
448
462
  }
449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterRowDef, decorators: [{
463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterRowDef, decorators: [{
450
464
  type: Directive,
451
465
  args: [{
452
466
  selector: '[cdkFooterRowDef]',
453
467
  inputs: ['columns: cdkFooterRowDef', 'sticky: cdkFooterRowDefSticky'],
468
+ standalone: true,
454
469
  }]
455
470
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
456
471
  type: Inject,
@@ -470,14 +485,15 @@ class CdkRowDef extends BaseRowDef {
470
485
  super(template, _differs);
471
486
  this._table = _table;
472
487
  }
473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
474
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkRowDef, selector: "[cdkRowDef]", inputs: { columns: ["cdkRowDefColumns", "columns"], when: ["cdkRowDefWhen", "when"] }, usesInheritance: true, ngImport: i0 }); }
488
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkRowDef, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
489
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkRowDef, isStandalone: true, selector: "[cdkRowDef]", inputs: { columns: ["cdkRowDefColumns", "columns"], when: ["cdkRowDefWhen", "when"] }, usesInheritance: true, ngImport: i0 }); }
475
490
  }
476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkRowDef, decorators: [{
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkRowDef, decorators: [{
477
492
  type: Directive,
478
493
  args: [{
479
494
  selector: '[cdkRowDef]',
480
495
  inputs: ['columns: cdkRowDefColumns', 'when: cdkRowDefWhen'],
496
+ standalone: true,
481
497
  }]
482
498
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
483
499
  type: Inject,
@@ -509,19 +525,22 @@ class CdkCellOutlet {
509
525
  CdkCellOutlet.mostRecentCellOutlet = null;
510
526
  }
511
527
  }
512
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkCellOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
513
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkCellOutlet, selector: "[cdkCellOutlet]", ngImport: i0 }); }
528
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkCellOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
529
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkCellOutlet, isStandalone: true, selector: "[cdkCellOutlet]", ngImport: i0 }); }
514
530
  }
515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkCellOutlet, decorators: [{
531
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkCellOutlet, decorators: [{
516
532
  type: Directive,
517
- args: [{ selector: '[cdkCellOutlet]' }]
533
+ args: [{
534
+ selector: '[cdkCellOutlet]',
535
+ standalone: true,
536
+ }]
518
537
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }] });
519
538
  /** Header template container that contains the cell outlet. Adds the right class and role. */
520
539
  class CdkHeaderRow {
521
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
522
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0", type: CdkHeaderRow, selector: "cdk-header-row, tr[cdk-header-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-header-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
540
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
541
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkHeaderRow, isStandalone: true, selector: "cdk-header-row, tr[cdk-header-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-header-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
523
542
  }
524
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkHeaderRow, decorators: [{
543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkHeaderRow, decorators: [{
525
544
  type: Component,
526
545
  args: [{
527
546
  selector: 'cdk-header-row, tr[cdk-header-row]',
@@ -534,14 +553,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
534
553
  // tslint:disable-next-line:validate-decorators
535
554
  changeDetection: ChangeDetectionStrategy.Default,
536
555
  encapsulation: ViewEncapsulation.None,
556
+ standalone: true,
557
+ imports: [CdkCellOutlet],
537
558
  }]
538
559
  }] });
539
560
  /** Footer template container that contains the cell outlet. Adds the right class and role. */
540
561
  class CdkFooterRow {
541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
542
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0", type: CdkFooterRow, selector: "cdk-footer-row, tr[cdk-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-footer-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
562
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
563
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkFooterRow, isStandalone: true, selector: "cdk-footer-row, tr[cdk-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-footer-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
543
564
  }
544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkFooterRow, decorators: [{
565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkFooterRow, decorators: [{
545
566
  type: Component,
546
567
  args: [{
547
568
  selector: 'cdk-footer-row, tr[cdk-footer-row]',
@@ -554,14 +575,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
554
575
  // tslint:disable-next-line:validate-decorators
555
576
  changeDetection: ChangeDetectionStrategy.Default,
556
577
  encapsulation: ViewEncapsulation.None,
578
+ standalone: true,
579
+ imports: [CdkCellOutlet],
557
580
  }]
558
581
  }] });
559
582
  /** Data row template container that contains the cell outlet. Adds the right class and role. */
560
583
  class CdkRow {
561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
562
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0", type: CdkRow, selector: "cdk-row, tr[cdk-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
584
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
585
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkRow, isStandalone: true, selector: "cdk-row, tr[cdk-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
563
586
  }
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkRow, decorators: [{
587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkRow, decorators: [{
565
588
  type: Component,
566
589
  args: [{
567
590
  selector: 'cdk-row, tr[cdk-row]',
@@ -574,6 +597,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
574
597
  // tslint:disable-next-line:validate-decorators
575
598
  changeDetection: ChangeDetectionStrategy.Default,
576
599
  encapsulation: ViewEncapsulation.None,
600
+ standalone: true,
601
+ imports: [CdkCellOutlet],
577
602
  }]
578
603
  }] });
579
604
  /** Row that can be used to display a message when no data is shown in the table. */
@@ -582,13 +607,14 @@ class CdkNoDataRow {
582
607
  this.templateRef = templateRef;
583
608
  this._contentClassName = 'cdk-no-data-row';
584
609
  }
585
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkNoDataRow, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
586
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkNoDataRow, selector: "ng-template[cdkNoDataRow]", ngImport: i0 }); }
610
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkNoDataRow, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
611
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkNoDataRow, isStandalone: true, selector: "ng-template[cdkNoDataRow]", ngImport: i0 }); }
587
612
  }
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkNoDataRow, decorators: [{
613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkNoDataRow, decorators: [{
589
614
  type: Directive,
590
615
  args: [{
591
616
  selector: 'ng-template[cdkNoDataRow]',
617
+ standalone: true,
592
618
  }]
593
619
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
594
620
 
@@ -998,14 +1024,15 @@ const STICKY_POSITIONING_LISTENER = new InjectionToken('CDK_SPL');
998
1024
  * tables that animate rows.
999
1025
  */
1000
1026
  class CdkRecycleRows {
1001
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1002
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: CdkRecycleRows, selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 }); }
1027
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1028
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkRecycleRows, isStandalone: true, selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 }); }
1003
1029
  }
1004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkRecycleRows, decorators: [{
1030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkRecycleRows, decorators: [{
1005
1031
  type: Directive,
1006
1032
  args: [{
1007
1033
  selector: 'cdk-table[recycleRows], table[cdk-table][recycleRows]',
1008
1034
  providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }],
1035
+ standalone: true,
1009
1036
  }]
1010
1037
  }] });
1011
1038
  /**
@@ -1017,12 +1044,15 @@ class DataRowOutlet {
1017
1044
  this.viewContainer = viewContainer;
1018
1045
  this.elementRef = elementRef;
1019
1046
  }
1020
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: DataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1021
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: DataRowOutlet, selector: "[rowOutlet]", ngImport: i0 }); }
1047
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: DataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1048
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: DataRowOutlet, isStandalone: true, selector: "[rowOutlet]", ngImport: i0 }); }
1022
1049
  }
1023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: DataRowOutlet, decorators: [{
1050
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: DataRowOutlet, decorators: [{
1024
1051
  type: Directive,
1025
- args: [{ selector: '[rowOutlet]' }]
1052
+ args: [{
1053
+ selector: '[rowOutlet]',
1054
+ standalone: true,
1055
+ }]
1026
1056
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1027
1057
  /**
1028
1058
  * Provides a handle for the table to grab the view container's ng-container to insert the header.
@@ -1033,12 +1063,15 @@ class HeaderRowOutlet {
1033
1063
  this.viewContainer = viewContainer;
1034
1064
  this.elementRef = elementRef;
1035
1065
  }
1036
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: HeaderRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1037
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: HeaderRowOutlet, selector: "[headerRowOutlet]", ngImport: i0 }); }
1066
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: HeaderRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1067
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: HeaderRowOutlet, isStandalone: true, selector: "[headerRowOutlet]", ngImport: i0 }); }
1038
1068
  }
1039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: HeaderRowOutlet, decorators: [{
1069
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: HeaderRowOutlet, decorators: [{
1040
1070
  type: Directive,
1041
- args: [{ selector: '[headerRowOutlet]' }]
1071
+ args: [{
1072
+ selector: '[headerRowOutlet]',
1073
+ standalone: true,
1074
+ }]
1042
1075
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1043
1076
  /**
1044
1077
  * Provides a handle for the table to grab the view container's ng-container to insert the footer.
@@ -1049,12 +1082,15 @@ class FooterRowOutlet {
1049
1082
  this.viewContainer = viewContainer;
1050
1083
  this.elementRef = elementRef;
1051
1084
  }
1052
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: FooterRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1053
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: FooterRowOutlet, selector: "[footerRowOutlet]", ngImport: i0 }); }
1085
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: FooterRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1086
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: FooterRowOutlet, isStandalone: true, selector: "[footerRowOutlet]", ngImport: i0 }); }
1054
1087
  }
1055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: FooterRowOutlet, decorators: [{
1088
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: FooterRowOutlet, decorators: [{
1056
1089
  type: Directive,
1057
- args: [{ selector: '[footerRowOutlet]' }]
1090
+ args: [{
1091
+ selector: '[footerRowOutlet]',
1092
+ standalone: true,
1093
+ }]
1058
1094
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1059
1095
  /**
1060
1096
  * Provides a handle for the table to grab the view
@@ -1066,12 +1102,15 @@ class NoDataRowOutlet {
1066
1102
  this.viewContainer = viewContainer;
1067
1103
  this.elementRef = elementRef;
1068
1104
  }
1069
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: NoDataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1070
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0", type: NoDataRowOutlet, selector: "[noDataRowOutlet]", ngImport: i0 }); }
1105
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: NoDataRowOutlet, deps: [{ token: i0.ViewContainerRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1106
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: NoDataRowOutlet, isStandalone: true, selector: "[noDataRowOutlet]", ngImport: i0 }); }
1071
1107
  }
1072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: NoDataRowOutlet, decorators: [{
1108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: NoDataRowOutlet, decorators: [{
1073
1109
  type: Directive,
1074
- args: [{ selector: '[noDataRowOutlet]' }]
1110
+ args: [{
1111
+ selector: '[noDataRowOutlet]',
1112
+ standalone: true,
1113
+ }]
1075
1114
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.ElementRef }] });
1076
1115
  /**
1077
1116
  * The table template that can be used by the mat-table. Should not be used outside of the
@@ -1940,16 +1979,16 @@ class CdkTable {
1940
1979
  this._isShowingNoDataRow = shouldShow;
1941
1980
  this._changeDetectorRef.markForCheck();
1942
1981
  }
1943
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkTable, deps: [{ token: i0.IterableDiffers }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: 'role', attribute: true }, { token: i1.Directionality, optional: true }, { token: DOCUMENT }, { token: i2.Platform }, { token: _VIEW_REPEATER_STRATEGY }, { token: _COALESCED_STYLE_SCHEDULER }, { token: i3.ViewportRuler }, { token: STICKY_POSITIONING_LISTENER, optional: true, skipSelf: true }, { token: i0.NgZone, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
1944
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.0", type: CdkTable, selector: "cdk-table, table[cdk-table]", inputs: { trackBy: "trackBy", dataSource: "dataSource", multiTemplateDataRows: ["multiTemplateDataRows", "multiTemplateDataRows", booleanAttribute], fixedLayout: ["fixedLayout", "fixedLayout", booleanAttribute] }, outputs: { contentChanged: "contentChanged" }, host: { attributes: { "ngSkipHydration": "" }, properties: { "class.cdk-table-fixed-layout": "fixedLayout" }, classAttribute: "cdk-table" }, providers: [
1982
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTable, deps: [{ token: i0.IterableDiffers }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: 'role', attribute: true }, { token: i1.Directionality, optional: true }, { token: DOCUMENT }, { token: i2.Platform }, { token: _VIEW_REPEATER_STRATEGY }, { token: _COALESCED_STYLE_SCHEDULER }, { token: i3.ViewportRuler }, { token: STICKY_POSITIONING_LISTENER, optional: true, skipSelf: true }, { token: i0.NgZone, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
1983
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.1.0-next.2", type: CdkTable, isStandalone: true, selector: "cdk-table, table[cdk-table]", inputs: { trackBy: "trackBy", dataSource: "dataSource", multiTemplateDataRows: ["multiTemplateDataRows", "multiTemplateDataRows", booleanAttribute], fixedLayout: ["fixedLayout", "fixedLayout", booleanAttribute] }, outputs: { contentChanged: "contentChanged" }, host: { attributes: { "ngSkipHydration": "" }, properties: { "class.cdk-table-fixed-layout": "fixedLayout" }, classAttribute: "cdk-table" }, providers: [
1945
1984
  { provide: CDK_TABLE, useExisting: CdkTable },
1946
1985
  { provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
1947
1986
  { provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
1948
1987
  // Prevent nested tables from seeing this table's StickyPositioningListener.
1949
1988
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
1950
- ], queries: [{ propertyName: "_noDataRow", first: true, predicate: CdkNoDataRow, descendants: true }, { propertyName: "_contentColumnDefs", predicate: CdkColumnDef, descendants: true }, { propertyName: "_contentRowDefs", predicate: CdkRowDef, descendants: true }, { propertyName: "_contentHeaderRowDefs", predicate: CdkHeaderRowDef, descendants: true }, { propertyName: "_contentFooterRowDefs", predicate: CdkFooterRowDef, descendants: true }], viewQueries: [{ propertyName: "_rowOutlet", first: true, predicate: DataRowOutlet, descendants: true, static: true }, { propertyName: "_headerRowOutlet", first: true, predicate: HeaderRowOutlet, descendants: true, static: true }, { propertyName: "_footerRowOutlet", first: true, predicate: FooterRowOutlet, descendants: true, static: true }, { propertyName: "_noDataRowOutlet", first: true, predicate: NoDataRowOutlet, descendants: true, static: true }], exportAs: ["cdkTable"], ngImport: i0, template: "\n <ng-content select=\"caption\"></ng-content>\n <ng-content select=\"colgroup, col\"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container noDataRowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n", isInline: true, styles: [".cdk-table-fixed-layout{table-layout:fixed}"], dependencies: [{ kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
1989
+ ], queries: [{ propertyName: "_noDataRow", first: true, predicate: CdkNoDataRow, descendants: true }, { propertyName: "_contentColumnDefs", predicate: CdkColumnDef, descendants: true }, { propertyName: "_contentRowDefs", predicate: CdkRowDef, descendants: true }, { propertyName: "_contentHeaderRowDefs", predicate: CdkHeaderRowDef, descendants: true }, { propertyName: "_contentFooterRowDefs", predicate: CdkFooterRowDef, descendants: true }], viewQueries: [{ propertyName: "_rowOutlet", first: true, predicate: DataRowOutlet, descendants: true, static: true }, { propertyName: "_headerRowOutlet", first: true, predicate: HeaderRowOutlet, descendants: true, static: true }, { propertyName: "_footerRowOutlet", first: true, predicate: FooterRowOutlet, descendants: true, static: true }, { propertyName: "_noDataRowOutlet", first: true, predicate: NoDataRowOutlet, descendants: true, static: true }], exportAs: ["cdkTable"], ngImport: i0, template: "\n <ng-content select=\"caption\"></ng-content>\n <ng-content select=\"colgroup, col\"></ng-content>\n <ng-container headerRowOutlet></ng-container>\n <ng-container rowOutlet></ng-container>\n <ng-container noDataRowOutlet></ng-container>\n <ng-container footerRowOutlet></ng-container>\n", isInline: true, styles: [".cdk-table-fixed-layout{table-layout:fixed}"], dependencies: [{ kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
1951
1990
  }
1952
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkTable, decorators: [{
1991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTable, decorators: [{
1953
1992
  type: Component,
1954
1993
  args: [{ selector: 'cdk-table, table[cdk-table]', exportAs: 'cdkTable', template: CDK_TABLE_TEMPLATE, host: {
1955
1994
  'class': 'cdk-table',
@@ -1961,7 +2000,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
1961
2000
  { provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
1962
2001
  // Prevent nested tables from seeing this table's StickyPositioningListener.
1963
2002
  { provide: STICKY_POSITIONING_LISTENER, useValue: null },
1964
- ], styles: [".cdk-table-fixed-layout{table-layout:fixed}"] }]
2003
+ ], standalone: true, imports: [HeaderRowOutlet, DataRowOutlet, NoDataRowOutlet, FooterRowOutlet], styles: [".cdk-table-fixed-layout{table-layout:fixed}"] }]
1965
2004
  }], ctorParameters: () => [{ type: i0.IterableDiffers }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: undefined, decorators: [{
1966
2005
  type: Attribute,
1967
2006
  args: ['role']
@@ -2111,8 +2150,8 @@ class CdkTextColumn {
2111
2150
  this.columnDef.name = this.name;
2112
2151
  }
2113
2152
  }
2114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkTextColumn, deps: [{ token: CdkTable, optional: true }, { token: TEXT_COLUMN_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
2115
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0", type: CdkTextColumn, selector: "cdk-text-column", inputs: { name: "name", headerText: "headerText", dataAccessor: "dataAccessor", justify: "justify" }, viewQueries: [{ propertyName: "columnDef", first: true, predicate: CdkColumnDef, descendants: true, static: true }, { propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true, static: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true, static: true }], ngImport: i0, template: `
2153
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTextColumn, deps: [{ token: CdkTable, optional: true }, { token: TEXT_COLUMN_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
2154
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: CdkTextColumn, isStandalone: true, selector: "cdk-text-column", inputs: { name: "name", headerText: "headerText", dataAccessor: "dataAccessor", justify: "justify" }, viewQueries: [{ propertyName: "columnDef", first: true, predicate: CdkColumnDef, descendants: true, static: true }, { propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true, static: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true, static: true }], ngImport: i0, template: `
2116
2155
  <ng-container cdkColumnDef>
2117
2156
  <th cdk-header-cell *cdkHeaderCellDef [style.text-align]="justify">
2118
2157
  {{headerText}}
@@ -2121,9 +2160,9 @@ class CdkTextColumn {
2121
2160
  {{dataAccessor(data, name)}}
2122
2161
  </td>
2123
2162
  </ng-container>
2124
- `, isInline: true, dependencies: [{ kind: "directive", type: CdkCellDef, selector: "[cdkCellDef]" }, { kind: "directive", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]" }, { kind: "directive", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: ["sticky", "cdkColumnDef", "stickyEnd"] }, { kind: "directive", type: CdkCell, selector: "cdk-cell, td[cdk-cell]" }, { kind: "directive", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
2163
+ `, isInline: true, dependencies: [{ kind: "directive", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: ["sticky", "cdkColumnDef", "stickyEnd"] }, { kind: "directive", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]" }, { kind: "directive", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]" }, { kind: "directive", type: CdkCellDef, selector: "[cdkCellDef]" }, { kind: "directive", type: CdkCell, selector: "cdk-cell, td[cdk-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
2125
2164
  }
2126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkTextColumn, decorators: [{
2165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTextColumn, decorators: [{
2127
2166
  type: Component,
2128
2167
  args: [{
2129
2168
  selector: 'cdk-text-column',
@@ -2145,6 +2184,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImpor
2145
2184
  // an ExpressionChangedAfterItHasBeenCheckedError).
2146
2185
  // tslint:disable-next-line:validate-decorators
2147
2186
  changeDetection: ChangeDetectionStrategy.Default,
2187
+ standalone: true,
2188
+ imports: [CdkColumnDef, CdkHeaderCellDef, CdkHeaderCell, CdkCellDef, CdkCell],
2148
2189
  }]
2149
2190
  }], ctorParameters: () => [{ type: CdkTable, decorators: [{
2150
2191
  type: Optional
@@ -2197,8 +2238,8 @@ const EXPORTED_DECLARATIONS = [
2197
2238
  NoDataRowOutlet,
2198
2239
  ];
2199
2240
  class CdkTableModule {
2200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2201
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0", ngImport: i0, type: CdkTableModule, declarations: [CdkTable,
2241
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2242
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule, CdkTable,
2202
2243
  CdkRowDef,
2203
2244
  CdkCellDef,
2204
2245
  CdkCellOutlet,
@@ -2219,7 +2260,7 @@ class CdkTableModule {
2219
2260
  CdkTextColumn,
2220
2261
  CdkNoDataRow,
2221
2262
  CdkRecycleRows,
2222
- NoDataRowOutlet], imports: [ScrollingModule], exports: [CdkTable,
2263
+ NoDataRowOutlet], exports: [CdkTable,
2223
2264
  CdkRowDef,
2224
2265
  CdkCellDef,
2225
2266
  CdkCellOutlet,
@@ -2241,14 +2282,13 @@ class CdkTableModule {
2241
2282
  CdkNoDataRow,
2242
2283
  CdkRecycleRows,
2243
2284
  NoDataRowOutlet] }); }
2244
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule] }); }
2285
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule] }); }
2245
2286
  }
2246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: CdkTableModule, decorators: [{
2287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: CdkTableModule, decorators: [{
2247
2288
  type: NgModule,
2248
2289
  args: [{
2249
2290
  exports: EXPORTED_DECLARATIONS,
2250
- declarations: EXPORTED_DECLARATIONS,
2251
- imports: [ScrollingModule],
2291
+ imports: [ScrollingModule, ...EXPORTED_DECLARATIONS],
2252
2292
  }]
2253
2293
  }] });
2254
2294