@angular/cdk 19.0.0-next.0 → 19.0.0-next.10

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 (580) hide show
  1. package/a11y/_index.scss +12 -54
  2. package/a11y/index.d.ts +24 -38
  3. package/accordion/index.d.ts +5 -4
  4. package/bidi/index.d.ts +2 -2
  5. package/clipboard/index.d.ts +3 -4
  6. package/dialog/index.d.ts +12 -12
  7. package/drag-drop/index.d.ts +17 -37
  8. package/fesm2022/a11y.mjs +134 -181
  9. package/fesm2022/a11y.mjs.map +1 -1
  10. package/fesm2022/accordion.mjs +20 -27
  11. package/fesm2022/accordion.mjs.map +1 -1
  12. package/fesm2022/bidi.mjs +14 -19
  13. package/fesm2022/bidi.mjs.map +1 -1
  14. package/fesm2022/cdk.mjs +1 -1
  15. package/fesm2022/cdk.mjs.map +1 -1
  16. package/fesm2022/clipboard.mjs +19 -27
  17. package/fesm2022/clipboard.mjs.map +1 -1
  18. package/fesm2022/coercion/private.mjs.map +1 -1
  19. package/fesm2022/coercion.mjs.map +1 -1
  20. package/fesm2022/collections.mjs +3 -3
  21. package/fesm2022/collections.mjs.map +1 -1
  22. package/fesm2022/dialog.mjs +36 -56
  23. package/fesm2022/dialog.mjs.map +1 -1
  24. package/fesm2022/drag-drop.mjs +107 -181
  25. package/fesm2022/drag-drop.mjs.map +1 -1
  26. package/fesm2022/keycodes.mjs.map +1 -1
  27. package/fesm2022/layout.mjs +21 -26
  28. package/fesm2022/layout.mjs.map +1 -1
  29. package/fesm2022/listbox.mjs +17 -13
  30. package/fesm2022/listbox.mjs.map +1 -1
  31. package/fesm2022/menu.mjs +49 -61
  32. package/fesm2022/menu.mjs.map +1 -1
  33. package/fesm2022/observers/private.mjs +3 -3
  34. package/fesm2022/observers/private.mjs.map +1 -1
  35. package/fesm2022/observers.mjs +21 -22
  36. package/fesm2022/observers.mjs.map +1 -1
  37. package/fesm2022/overlay.mjs +120 -149
  38. package/fesm2022/overlay.mjs.map +1 -1
  39. package/fesm2022/platform.mjs +11 -14
  40. package/fesm2022/platform.mjs.map +1 -1
  41. package/fesm2022/portal.mjs +60 -63
  42. package/fesm2022/portal.mjs.map +1 -1
  43. package/fesm2022/private.mjs +65 -0
  44. package/fesm2022/private.mjs.map +1 -0
  45. package/fesm2022/scrolling.mjs +90 -132
  46. package/fesm2022/scrolling.mjs.map +1 -1
  47. package/fesm2022/stepper.mjs +69 -63
  48. package/fesm2022/stepper.mjs.map +1 -1
  49. package/fesm2022/table.mjs +171 -250
  50. package/fesm2022/table.mjs.map +1 -1
  51. package/fesm2022/testing/selenium-webdriver.mjs.map +1 -1
  52. package/fesm2022/testing/testbed.mjs +3 -2
  53. package/fesm2022/testing/testbed.mjs.map +1 -1
  54. package/fesm2022/testing.mjs.map +1 -1
  55. package/fesm2022/text-field.mjs +46 -40
  56. package/fesm2022/text-field.mjs.map +1 -1
  57. package/fesm2022/tree.mjs +90 -80
  58. package/fesm2022/tree.mjs.map +1 -1
  59. package/layout/index.d.ts +5 -7
  60. package/observers/index.d.ts +2 -2
  61. package/overlay/_index.scss +56 -21
  62. package/overlay/index.d.ts +24 -36
  63. package/overlay-prebuilt.css +1 -1
  64. package/package.json +5 -55
  65. package/platform/index.d.ts +2 -1
  66. package/portal/index.d.ts +22 -19
  67. package/private/index.d.ts +30 -0
  68. package/schematics/index.d.ts +1 -1
  69. package/schematics/index.js +2 -2
  70. package/schematics/index.mjs +2 -2
  71. package/schematics/ng-add/index.d.ts +1 -1
  72. package/schematics/ng-add/index.js +3 -3
  73. package/schematics/ng-add/index.mjs +3 -3
  74. package/schematics/ng-add/package-config.d.ts +1 -1
  75. package/schematics/ng-add/package-config.js +2 -2
  76. package/schematics/ng-add/package-config.mjs +2 -2
  77. package/schematics/ng-add/schema.d.ts +1 -1
  78. package/schematics/ng-add/schema.js +2 -2
  79. package/schematics/ng-add/schema.mjs +2 -2
  80. package/schematics/ng-generate/drag-drop/index.d.ts +1 -1
  81. package/schematics/ng-generate/drag-drop/index.js +2 -2
  82. package/schematics/ng-generate/drag-drop/index.mjs +2 -2
  83. package/schematics/ng-generate/drag-drop/schema.d.ts +1 -1
  84. package/schematics/ng-generate/drag-drop/schema.js +2 -2
  85. package/schematics/ng-generate/drag-drop/schema.mjs +2 -2
  86. package/schematics/ng-update/data/attribute-selectors.d.ts +1 -1
  87. package/schematics/ng-update/data/attribute-selectors.js +2 -2
  88. package/schematics/ng-update/data/attribute-selectors.mjs +2 -2
  89. package/schematics/ng-update/data/class-names.d.ts +1 -1
  90. package/schematics/ng-update/data/class-names.js +2 -2
  91. package/schematics/ng-update/data/class-names.mjs +2 -2
  92. package/schematics/ng-update/data/constructor-checks.d.ts +1 -1
  93. package/schematics/ng-update/data/constructor-checks.js +2 -2
  94. package/schematics/ng-update/data/constructor-checks.mjs +2 -2
  95. package/schematics/ng-update/data/css-selectors.d.ts +1 -1
  96. package/schematics/ng-update/data/css-selectors.js +2 -2
  97. package/schematics/ng-update/data/css-selectors.mjs +2 -2
  98. package/schematics/ng-update/data/css-tokens.d.ts +1 -1
  99. package/schematics/ng-update/data/css-tokens.js +2 -2
  100. package/schematics/ng-update/data/css-tokens.mjs +2 -2
  101. package/schematics/ng-update/data/element-selectors.d.ts +1 -1
  102. package/schematics/ng-update/data/element-selectors.js +2 -2
  103. package/schematics/ng-update/data/element-selectors.mjs +2 -2
  104. package/schematics/ng-update/data/index.d.ts +1 -1
  105. package/schematics/ng-update/data/index.js +2 -2
  106. package/schematics/ng-update/data/index.mjs +2 -2
  107. package/schematics/ng-update/data/input-names.d.ts +1 -1
  108. package/schematics/ng-update/data/input-names.js +2 -2
  109. package/schematics/ng-update/data/input-names.mjs +2 -2
  110. package/schematics/ng-update/data/method-call-checks.d.ts +1 -1
  111. package/schematics/ng-update/data/method-call-checks.js +2 -2
  112. package/schematics/ng-update/data/method-call-checks.mjs +2 -2
  113. package/schematics/ng-update/data/output-names.d.ts +1 -1
  114. package/schematics/ng-update/data/output-names.js +2 -2
  115. package/schematics/ng-update/data/output-names.mjs +2 -2
  116. package/schematics/ng-update/data/property-names.d.ts +1 -1
  117. package/schematics/ng-update/data/property-names.js +2 -2
  118. package/schematics/ng-update/data/property-names.mjs +2 -2
  119. package/schematics/ng-update/data/symbol-removal.d.ts +1 -1
  120. package/schematics/ng-update/data/symbol-removal.js +2 -2
  121. package/schematics/ng-update/data/symbol-removal.mjs +2 -2
  122. package/schematics/ng-update/devkit-file-system.d.ts +1 -1
  123. package/schematics/ng-update/devkit-file-system.js +2 -2
  124. package/schematics/ng-update/devkit-file-system.mjs +2 -2
  125. package/schematics/ng-update/devkit-migration-rule.d.ts +1 -1
  126. package/schematics/ng-update/devkit-migration-rule.js +2 -2
  127. package/schematics/ng-update/devkit-migration-rule.mjs +2 -2
  128. package/schematics/ng-update/devkit-migration.d.ts +1 -1
  129. package/schematics/ng-update/devkit-migration.js +2 -2
  130. package/schematics/ng-update/devkit-migration.mjs +2 -2
  131. package/schematics/ng-update/find-stylesheets.d.ts +1 -1
  132. package/schematics/ng-update/find-stylesheets.js +2 -2
  133. package/schematics/ng-update/find-stylesheets.mjs +2 -2
  134. package/schematics/ng-update/html-parsing/angular.d.ts +1 -1
  135. package/schematics/ng-update/html-parsing/angular.js +2 -2
  136. package/schematics/ng-update/html-parsing/angular.mjs +2 -2
  137. package/schematics/ng-update/html-parsing/elements.d.ts +1 -1
  138. package/schematics/ng-update/html-parsing/elements.js +2 -2
  139. package/schematics/ng-update/html-parsing/elements.mjs +2 -2
  140. package/schematics/ng-update/index.d.ts +1 -1
  141. package/schematics/ng-update/index.js +2 -2
  142. package/schematics/ng-update/index.mjs +2 -2
  143. package/schematics/ng-update/migrations/attribute-selectors.d.ts +1 -1
  144. package/schematics/ng-update/migrations/attribute-selectors.js +2 -2
  145. package/schematics/ng-update/migrations/attribute-selectors.mjs +2 -2
  146. package/schematics/ng-update/migrations/class-inheritance.d.ts +1 -1
  147. package/schematics/ng-update/migrations/class-inheritance.js +2 -2
  148. package/schematics/ng-update/migrations/class-inheritance.mjs +2 -2
  149. package/schematics/ng-update/migrations/class-names.d.ts +1 -1
  150. package/schematics/ng-update/migrations/class-names.js +2 -2
  151. package/schematics/ng-update/migrations/class-names.mjs +2 -2
  152. package/schematics/ng-update/migrations/constructor-signature.d.ts +1 -1
  153. package/schematics/ng-update/migrations/constructor-signature.js +2 -2
  154. package/schematics/ng-update/migrations/constructor-signature.mjs +2 -2
  155. package/schematics/ng-update/migrations/css-selectors.d.ts +1 -1
  156. package/schematics/ng-update/migrations/css-selectors.js +2 -2
  157. package/schematics/ng-update/migrations/css-selectors.mjs +2 -2
  158. package/schematics/ng-update/migrations/css-tokens.d.ts +1 -1
  159. package/schematics/ng-update/migrations/css-tokens.js +2 -2
  160. package/schematics/ng-update/migrations/css-tokens.mjs +2 -2
  161. package/schematics/ng-update/migrations/element-selectors.d.ts +1 -1
  162. package/schematics/ng-update/migrations/element-selectors.js +2 -2
  163. package/schematics/ng-update/migrations/element-selectors.mjs +2 -2
  164. package/schematics/ng-update/migrations/input-names.d.ts +1 -1
  165. package/schematics/ng-update/migrations/input-names.js +2 -2
  166. package/schematics/ng-update/migrations/input-names.mjs +2 -2
  167. package/schematics/ng-update/migrations/method-call-arguments.d.ts +1 -1
  168. package/schematics/ng-update/migrations/method-call-arguments.js +2 -2
  169. package/schematics/ng-update/migrations/method-call-arguments.mjs +2 -2
  170. package/schematics/ng-update/migrations/misc-template.d.ts +1 -1
  171. package/schematics/ng-update/migrations/misc-template.js +2 -2
  172. package/schematics/ng-update/migrations/misc-template.mjs +2 -2
  173. package/schematics/ng-update/migrations/output-names.d.ts +1 -1
  174. package/schematics/ng-update/migrations/output-names.js +2 -2
  175. package/schematics/ng-update/migrations/output-names.mjs +2 -2
  176. package/schematics/ng-update/migrations/property-names.d.ts +1 -1
  177. package/schematics/ng-update/migrations/property-names.js +2 -2
  178. package/schematics/ng-update/migrations/property-names.mjs +2 -2
  179. package/schematics/ng-update/migrations/symbol-removal.d.ts +1 -1
  180. package/schematics/ng-update/migrations/symbol-removal.js +2 -2
  181. package/schematics/ng-update/migrations/symbol-removal.mjs +2 -2
  182. package/schematics/ng-update/public-api.d.ts +1 -1
  183. package/schematics/ng-update/public-api.js +2 -2
  184. package/schematics/ng-update/public-api.mjs +2 -2
  185. package/schematics/ng-update/typescript/base-types.d.ts +1 -1
  186. package/schematics/ng-update/typescript/base-types.js +2 -2
  187. package/schematics/ng-update/typescript/base-types.mjs +2 -2
  188. package/schematics/ng-update/typescript/imports.d.ts +1 -1
  189. package/schematics/ng-update/typescript/imports.js +2 -2
  190. package/schematics/ng-update/typescript/imports.mjs +2 -2
  191. package/schematics/ng-update/typescript/literal.d.ts +1 -1
  192. package/schematics/ng-update/typescript/literal.js +2 -2
  193. package/schematics/ng-update/typescript/literal.mjs +2 -2
  194. package/schematics/ng-update/typescript/module-specifiers.d.ts +1 -1
  195. package/schematics/ng-update/typescript/module-specifiers.js +2 -2
  196. package/schematics/ng-update/typescript/module-specifiers.mjs +2 -2
  197. package/schematics/ng-update/upgrade-data.d.ts +1 -1
  198. package/schematics/ng-update/upgrade-data.js +2 -2
  199. package/schematics/ng-update/upgrade-data.mjs +2 -2
  200. package/schematics/paths.d.ts +1 -1
  201. package/schematics/paths.js +2 -2
  202. package/schematics/paths.mjs +2 -2
  203. package/schematics/update-tool/component-resource-collector.d.ts +1 -1
  204. package/schematics/update-tool/component-resource-collector.js +2 -2
  205. package/schematics/update-tool/component-resource-collector.mjs +2 -2
  206. package/schematics/update-tool/file-system.d.ts +1 -1
  207. package/schematics/update-tool/file-system.js +2 -2
  208. package/schematics/update-tool/file-system.mjs +2 -2
  209. package/schematics/update-tool/index.d.ts +1 -1
  210. package/schematics/update-tool/index.js +2 -2
  211. package/schematics/update-tool/index.mjs +2 -2
  212. package/schematics/update-tool/logger.d.ts +1 -1
  213. package/schematics/update-tool/logger.js +2 -2
  214. package/schematics/update-tool/logger.mjs +2 -2
  215. package/schematics/update-tool/migration.d.ts +1 -1
  216. package/schematics/update-tool/migration.js +2 -2
  217. package/schematics/update-tool/migration.mjs +2 -2
  218. package/schematics/update-tool/public-api.d.ts +1 -1
  219. package/schematics/update-tool/public-api.js +2 -2
  220. package/schematics/update-tool/public-api.mjs +2 -2
  221. package/schematics/update-tool/target-version.d.ts +1 -1
  222. package/schematics/update-tool/target-version.js +2 -2
  223. package/schematics/update-tool/target-version.mjs +2 -2
  224. package/schematics/update-tool/update-recorder.d.ts +1 -1
  225. package/schematics/update-tool/update-recorder.js +2 -2
  226. package/schematics/update-tool/update-recorder.mjs +2 -2
  227. package/schematics/update-tool/utils/decorators.d.ts +1 -1
  228. package/schematics/update-tool/utils/decorators.js +2 -2
  229. package/schematics/update-tool/utils/decorators.mjs +2 -2
  230. package/schematics/update-tool/utils/diagnostics.d.ts +1 -1
  231. package/schematics/update-tool/utils/diagnostics.js +2 -2
  232. package/schematics/update-tool/utils/diagnostics.mjs +2 -2
  233. package/schematics/update-tool/utils/functions.d.ts +1 -1
  234. package/schematics/update-tool/utils/functions.js +2 -2
  235. package/schematics/update-tool/utils/functions.mjs +2 -2
  236. package/schematics/update-tool/utils/imports.d.ts +1 -1
  237. package/schematics/update-tool/utils/imports.js +2 -2
  238. package/schematics/update-tool/utils/imports.mjs +2 -2
  239. package/schematics/update-tool/utils/line-mappings.d.ts +1 -1
  240. package/schematics/update-tool/utils/line-mappings.js +2 -2
  241. package/schematics/update-tool/utils/line-mappings.mjs +2 -2
  242. package/schematics/update-tool/utils/parse-tsconfig.d.ts +1 -1
  243. package/schematics/update-tool/utils/parse-tsconfig.js +2 -2
  244. package/schematics/update-tool/utils/parse-tsconfig.mjs +2 -2
  245. package/schematics/update-tool/utils/property-name.d.ts +1 -1
  246. package/schematics/update-tool/utils/property-name.js +2 -2
  247. package/schematics/update-tool/utils/property-name.mjs +2 -2
  248. package/schematics/update-tool/utils/virtual-host.d.ts +1 -1
  249. package/schematics/update-tool/utils/virtual-host.js +2 -2
  250. package/schematics/update-tool/utils/virtual-host.mjs +2 -2
  251. package/schematics/update-tool/version-changes.d.ts +1 -1
  252. package/schematics/update-tool/version-changes.js +2 -2
  253. package/schematics/update-tool/version-changes.mjs +2 -2
  254. package/schematics/utils/ast/ng-module-imports.d.ts +1 -1
  255. package/schematics/utils/ast/ng-module-imports.js +2 -2
  256. package/schematics/utils/ast/ng-module-imports.mjs +2 -2
  257. package/schematics/utils/ast.d.ts +1 -1
  258. package/schematics/utils/ast.js +2 -2
  259. package/schematics/utils/ast.mjs +2 -2
  260. package/schematics/utils/build-component.d.ts +1 -1
  261. package/schematics/utils/build-component.js +2 -2
  262. package/schematics/utils/build-component.mjs +2 -2
  263. package/schematics/utils/get-project.d.ts +1 -1
  264. package/schematics/utils/get-project.js +2 -2
  265. package/schematics/utils/get-project.mjs +2 -2
  266. package/schematics/utils/html-manipulation.d.ts +1 -1
  267. package/schematics/utils/html-manipulation.js +2 -2
  268. package/schematics/utils/html-manipulation.mjs +2 -2
  269. package/schematics/utils/index.d.ts +1 -1
  270. package/schematics/utils/index.js +2 -2
  271. package/schematics/utils/index.mjs +2 -2
  272. package/schematics/utils/parse5-element.d.ts +1 -1
  273. package/schematics/utils/parse5-element.js +2 -2
  274. package/schematics/utils/parse5-element.mjs +2 -2
  275. package/schematics/utils/project-index-file.d.ts +1 -1
  276. package/schematics/utils/project-index-file.js +2 -2
  277. package/schematics/utils/project-index-file.mjs +2 -2
  278. package/schematics/utils/project-main-file.d.ts +1 -1
  279. package/schematics/utils/project-main-file.js +2 -2
  280. package/schematics/utils/project-main-file.mjs +2 -2
  281. package/schematics/utils/project-style-file.d.ts +1 -1
  282. package/schematics/utils/project-style-file.js +2 -2
  283. package/schematics/utils/project-style-file.mjs +2 -2
  284. package/schematics/utils/project-targets.d.ts +1 -1
  285. package/schematics/utils/project-targets.js +4 -3
  286. package/schematics/utils/project-targets.mjs +4 -3
  287. package/schematics/utils/project-tsconfig-paths.d.ts +1 -1
  288. package/schematics/utils/project-tsconfig-paths.js +2 -2
  289. package/schematics/utils/project-tsconfig-paths.mjs +2 -2
  290. package/schematics/utils/schematic-options.d.ts +1 -1
  291. package/schematics/utils/schematic-options.js +2 -2
  292. package/schematics/utils/schematic-options.mjs +2 -2
  293. package/scrolling/index.d.ts +19 -38
  294. package/stepper/index.d.ts +16 -69
  295. package/table/index.d.ts +41 -56
  296. package/text-field/index.d.ts +6 -9
  297. package/tree/index.d.ts +17 -16
  298. package/esm2022/a11y/a11y-module.mjs +0 -31
  299. package/esm2022/a11y/a11y_public_index.mjs +0 -5
  300. package/esm2022/a11y/aria-describer/aria-describer.mjs +0 -232
  301. package/esm2022/a11y/aria-describer/aria-reference.mjs +0 -47
  302. package/esm2022/a11y/fake-event-detection.mjs +0 -29
  303. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +0 -468
  304. package/esm2022/a11y/focus-trap/configurable-focus-trap-config.mjs +0 -9
  305. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +0 -54
  306. package/esm2022/a11y/focus-trap/configurable-focus-trap.mjs +0 -51
  307. package/esm2022/a11y/focus-trap/event-listener-inert-strategy.mjs +0 -61
  308. package/esm2022/a11y/focus-trap/focus-trap-inert-strategy.mjs +0 -11
  309. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +0 -53
  310. package/esm2022/a11y/focus-trap/focus-trap.mjs +0 -396
  311. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +0 -116
  312. package/esm2022/a11y/index.mjs +0 -9
  313. package/esm2022/a11y/input-modality/input-modality-detector.mjs +0 -176
  314. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +0 -238
  315. package/esm2022/a11y/key-manager/activedescendant-key-manager.mjs +0 -20
  316. package/esm2022/a11y/key-manager/focus-key-manager.mjs +0 -29
  317. package/esm2022/a11y/key-manager/list-key-manager.mjs +0 -357
  318. package/esm2022/a11y/key-manager/noop-tree-key-manager.mjs +0 -94
  319. package/esm2022/a11y/key-manager/tree-key-manager-strategy.mjs +0 -9
  320. package/esm2022/a11y/key-manager/tree-key-manager.mjs +0 -345
  321. package/esm2022/a11y/key-manager/typeahead.mjs +0 -91
  322. package/esm2022/a11y/live-announcer/live-announcer-tokens.mjs +0 -19
  323. package/esm2022/a11y/live-announcer/live-announcer.mjs +0 -210
  324. package/esm2022/a11y/public-api.mjs +0 -30
  325. package/esm2022/accordion/accordion-item.mjs +0 -162
  326. package/esm2022/accordion/accordion-module.mjs +0 -24
  327. package/esm2022/accordion/accordion.mjs +0 -65
  328. package/esm2022/accordion/accordion_public_index.mjs +0 -5
  329. package/esm2022/accordion/index.mjs +0 -9
  330. package/esm2022/accordion/public-api.mjs +0 -11
  331. package/esm2022/bidi/bidi-module.mjs +0 -23
  332. package/esm2022/bidi/bidi_public_index.mjs +0 -5
  333. package/esm2022/bidi/dir-document-token.mjs +0 -33
  334. package/esm2022/bidi/dir.mjs +0 -70
  335. package/esm2022/bidi/directionality.mjs +0 -52
  336. package/esm2022/bidi/index.mjs +0 -9
  337. package/esm2022/bidi/public-api.mjs +0 -12
  338. package/esm2022/clipboard/clipboard-module.mjs +0 -23
  339. package/esm2022/clipboard/clipboard.mjs +0 -53
  340. package/esm2022/clipboard/clipboard_public_index.mjs +0 -5
  341. package/esm2022/clipboard/copy-to-clipboard.mjs +0 -100
  342. package/esm2022/clipboard/index.mjs +0 -9
  343. package/esm2022/clipboard/pending-copy.mjs +0 -71
  344. package/esm2022/clipboard/public-api.mjs +0 -12
  345. package/esm2022/coercion/array.mjs +0 -11
  346. package/esm2022/coercion/boolean-property.mjs +0 -12
  347. package/esm2022/coercion/css-pixel-value.mjs +0 -15
  348. package/esm2022/coercion/element.mjs +0 -16
  349. package/esm2022/coercion/index.mjs +0 -9
  350. package/esm2022/coercion/number-property.mjs +0 -24
  351. package/esm2022/coercion/private/index.mjs +0 -9
  352. package/esm2022/coercion/private/observable.mjs +0 -19
  353. package/esm2022/coercion/private/private_public_index.mjs +0 -5
  354. package/esm2022/coercion/public-api.mjs +0 -14
  355. package/esm2022/coercion/string-array.mjs +0 -38
  356. package/esm2022/collections/array-data-source.mjs +0 -21
  357. package/esm2022/collections/collection-viewer.mjs +0 -9
  358. package/esm2022/collections/collections_public_index.mjs +0 -5
  359. package/esm2022/collections/data-source.mjs +0 -19
  360. package/esm2022/collections/dispose-view-repeater-strategy.mjs +0 -48
  361. package/esm2022/collections/index.mjs +0 -9
  362. package/esm2022/collections/public-api.mjs +0 -17
  363. package/esm2022/collections/recycle-view-repeater-strategy.mjs +0 -129
  364. package/esm2022/collections/selection-model.mjs +0 -225
  365. package/esm2022/collections/tree-adapter.mjs +0 -9
  366. package/esm2022/collections/unique-selection-dispatcher.mjs +0 -55
  367. package/esm2022/collections/view-repeater.mjs +0 -26
  368. package/esm2022/dialog/dialog-config.mjs +0 -70
  369. package/esm2022/dialog/dialog-container.mjs +0 -308
  370. package/esm2022/dialog/dialog-injectors.mjs +0 -40
  371. package/esm2022/dialog/dialog-module.mjs +0 -40
  372. package/esm2022/dialog/dialog-ref.mjs +0 -85
  373. package/esm2022/dialog/dialog.mjs +0 -303
  374. package/esm2022/dialog/dialog_public_index.mjs +0 -5
  375. package/esm2022/dialog/index.mjs +0 -9
  376. package/esm2022/dialog/public-api.mjs +0 -14
  377. package/esm2022/drag-drop/directives/assertions.mjs +0 -18
  378. package/esm2022/drag-drop/directives/config.mjs +0 -14
  379. package/esm2022/drag-drop/directives/drag-handle.mjs +0 -68
  380. package/esm2022/drag-drop/directives/drag-placeholder.mjs +0 -43
  381. package/esm2022/drag-drop/directives/drag-preview.mjs +0 -48
  382. package/esm2022/drag-drop/directives/drag.mjs +0 -520
  383. package/esm2022/drag-drop/directives/drop-list-group.mjs +0 -47
  384. package/esm2022/drag-drop/directives/drop-list.mjs +0 -352
  385. package/esm2022/drag-drop/dom/clone-node.mjs +0 -65
  386. package/esm2022/drag-drop/dom/dom-rect.mjs +0 -64
  387. package/esm2022/drag-drop/dom/parent-position-tracker.mjs +0 -76
  388. package/esm2022/drag-drop/dom/root-node.mjs +0 -21
  389. package/esm2022/drag-drop/dom/styling.mjs +0 -89
  390. package/esm2022/drag-drop/dom/transition-duration.mjs +0 -36
  391. package/esm2022/drag-drop/drag-drop-module.mjs +0 -49
  392. package/esm2022/drag-drop/drag-drop-registry.mjs +0 -266
  393. package/esm2022/drag-drop/drag-drop.mjs +0 -57
  394. package/esm2022/drag-drop/drag-drop_public_index.mjs +0 -5
  395. package/esm2022/drag-drop/drag-events.mjs +0 -9
  396. package/esm2022/drag-drop/drag-parent.mjs +0 -16
  397. package/esm2022/drag-drop/drag-ref.mjs +0 -1097
  398. package/esm2022/drag-drop/drag-utils.mjs +0 -60
  399. package/esm2022/drag-drop/drop-list-ref.mjs +0 -672
  400. package/esm2022/drag-drop/index.mjs +0 -9
  401. package/esm2022/drag-drop/preview-ref.mjs +0 -117
  402. package/esm2022/drag-drop/public-api.mjs +0 -23
  403. package/esm2022/drag-drop/sorting/drop-list-sort-strategy.mjs +0 -9
  404. package/esm2022/drag-drop/sorting/mixed-sort-strategy.mjs +0 -246
  405. package/esm2022/drag-drop/sorting/single-axis-sort-strategy.mjs +0 -343
  406. package/esm2022/index.mjs +0 -9
  407. package/esm2022/keycodes/index.mjs +0 -9
  408. package/esm2022/keycodes/keycodes.mjs +0 -127
  409. package/esm2022/keycodes/keycodes_public_index.mjs +0 -5
  410. package/esm2022/keycodes/modifiers.mjs +0 -18
  411. package/esm2022/keycodes/public-api.mjs +0 -10
  412. package/esm2022/layout/breakpoints-observer.mjs +0 -105
  413. package/esm2022/layout/breakpoints.mjs +0 -29
  414. package/esm2022/layout/index.mjs +0 -9
  415. package/esm2022/layout/layout-module.mjs +0 -19
  416. package/esm2022/layout/layout_public_index.mjs +0 -5
  417. package/esm2022/layout/media-matcher.mjs +0 -94
  418. package/esm2022/layout/public-api.mjs +0 -12
  419. package/esm2022/listbox/index.mjs +0 -9
  420. package/esm2022/listbox/listbox-module.mjs +0 -24
  421. package/esm2022/listbox/listbox.mjs +0 -888
  422. package/esm2022/listbox/listbox_public_index.mjs +0 -5
  423. package/esm2022/listbox/public-api.mjs +0 -10
  424. package/esm2022/menu/context-menu-trigger.mjs +0 -221
  425. package/esm2022/menu/event-detection.mjs +0 -28
  426. package/esm2022/menu/index.mjs +0 -9
  427. package/esm2022/menu/menu-aim.mjs +0 -204
  428. package/esm2022/menu/menu-bar.mjs +0 -134
  429. package/esm2022/menu/menu-base.mjs +0 -192
  430. package/esm2022/menu/menu-errors.mjs +0 -22
  431. package/esm2022/menu/menu-group.mjs +0 -31
  432. package/esm2022/menu/menu-interface.mjs +0 -11
  433. package/esm2022/menu/menu-item-checkbox.mjs +0 -50
  434. package/esm2022/menu/menu-item-radio.mjs +0 -72
  435. package/esm2022/menu/menu-item-selectable.mjs +0 -36
  436. package/esm2022/menu/menu-item.mjs +0 -270
  437. package/esm2022/menu/menu-module.mjs +0 -60
  438. package/esm2022/menu/menu-stack.mjs +0 -163
  439. package/esm2022/menu/menu-trigger-base.mjs +0 -119
  440. package/esm2022/menu/menu-trigger.mjs +0 -313
  441. package/esm2022/menu/menu.mjs +0 -135
  442. package/esm2022/menu/menu_public_index.mjs +0 -5
  443. package/esm2022/menu/pointer-focus-tracker.mjs +0 -51
  444. package/esm2022/menu/public-api.mjs +0 -24
  445. package/esm2022/observers/index.mjs +0 -9
  446. package/esm2022/observers/observe-content.mjs +0 -216
  447. package/esm2022/observers/observers_public_index.mjs +0 -5
  448. package/esm2022/observers/private/index.mjs +0 -9
  449. package/esm2022/observers/private/private_public_index.mjs +0 -5
  450. package/esm2022/observers/private/shared-resize-observer.mjs +0 -125
  451. package/esm2022/observers/public-api.mjs +0 -9
  452. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +0 -52
  453. package/esm2022/overlay/dispatchers/index.mjs +0 -10
  454. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +0 -81
  455. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +0 -151
  456. package/esm2022/overlay/fullscreen-overlay-container.mjs +0 -94
  457. package/esm2022/overlay/index.mjs +0 -9
  458. package/esm2022/overlay/overlay-config.mjs +0 -45
  459. package/esm2022/overlay/overlay-container.mjs +0 -81
  460. package/esm2022/overlay/overlay-directives.mjs +0 -432
  461. package/esm2022/overlay/overlay-module.mjs +0 -28
  462. package/esm2022/overlay/overlay-ref.mjs +0 -437
  463. package/esm2022/overlay/overlay.mjs +0 -126
  464. package/esm2022/overlay/overlay_public_index.mjs +0 -5
  465. package/esm2022/overlay/position/connected-position.mjs +0 -88
  466. package/esm2022/overlay/position/flexible-connected-position-strategy.mjs +0 -1002
  467. package/esm2022/overlay/position/global-position-strategy.mjs +0 -237
  468. package/esm2022/overlay/position/overlay-position-builder.mjs +0 -50
  469. package/esm2022/overlay/position/position-strategy.mjs +0 -9
  470. package/esm2022/overlay/position/scroll-clip.mjs +0 -40
  471. package/esm2022/overlay/public-api.mjs +0 -22
  472. package/esm2022/overlay/scroll/block-scroll-strategy.mjs +0 -80
  473. package/esm2022/overlay/scroll/close-scroll-strategy.mjs +0 -65
  474. package/esm2022/overlay/scroll/index.mjs +0 -14
  475. package/esm2022/overlay/scroll/noop-scroll-strategy.mjs +0 -17
  476. package/esm2022/overlay/scroll/reposition-scroll-strategy.mjs +0 -61
  477. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +0 -55
  478. package/esm2022/overlay/scroll/scroll-strategy.mjs +0 -14
  479. package/esm2022/platform/features/input-types.mjs +0 -59
  480. package/esm2022/platform/features/passive-listeners.mjs +0 -36
  481. package/esm2022/platform/features/scrolling.mjs +0 -104
  482. package/esm2022/platform/features/shadow-dom.mjs +0 -54
  483. package/esm2022/platform/features/test-environment.mjs +0 -24
  484. package/esm2022/platform/index.mjs +0 -9
  485. package/esm2022/platform/platform-module.mjs +0 -19
  486. package/esm2022/platform/platform.mjs +0 -85
  487. package/esm2022/platform/platform_public_index.mjs +0 -5
  488. package/esm2022/platform/public-api.mjs +0 -15
  489. package/esm2022/portal/dom-portal-outlet.mjs +0 -158
  490. package/esm2022/portal/index.mjs +0 -9
  491. package/esm2022/portal/portal-directives.mjs +0 -251
  492. package/esm2022/portal/portal-errors.mjs +0 -51
  493. package/esm2022/portal/portal-injector.mjs +0 -28
  494. package/esm2022/portal/portal.mjs +0 -189
  495. package/esm2022/portal/portal_public_index.mjs +0 -5
  496. package/esm2022/portal/public-api.mjs +0 -12
  497. package/esm2022/public-api.mjs +0 -9
  498. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +0 -218
  499. package/esm2022/scrolling/index.mjs +0 -9
  500. package/esm2022/scrolling/public-api.mjs +0 -20
  501. package/esm2022/scrolling/scroll-dispatcher.mjs +0 -163
  502. package/esm2022/scrolling/scrollable.mjs +0 -177
  503. package/esm2022/scrolling/scrolling-module.mjs +0 -69
  504. package/esm2022/scrolling/scrolling_public_index.mjs +0 -5
  505. package/esm2022/scrolling/viewport-ruler.mjs +0 -146
  506. package/esm2022/scrolling/virtual-for-of.mjs +0 -299
  507. package/esm2022/scrolling/virtual-scroll-repeater.mjs +0 -9
  508. package/esm2022/scrolling/virtual-scroll-strategy.mjs +0 -11
  509. package/esm2022/scrolling/virtual-scroll-viewport.mjs +0 -445
  510. package/esm2022/scrolling/virtual-scrollable-element.mjs +0 -42
  511. package/esm2022/scrolling/virtual-scrollable-window.mjs +0 -41
  512. package/esm2022/scrolling/virtual-scrollable.mjs +0 -40
  513. package/esm2022/stepper/index.mjs +0 -9
  514. package/esm2022/stepper/public-api.mjs +0 -13
  515. package/esm2022/stepper/step-header.mjs +0 -31
  516. package/esm2022/stepper/step-label.mjs +0 -24
  517. package/esm2022/stepper/stepper-button.mjs +0 -58
  518. package/esm2022/stepper/stepper-module.mjs +0 -41
  519. package/esm2022/stepper/stepper.mjs +0 -452
  520. package/esm2022/stepper/stepper_public_index.mjs +0 -5
  521. package/esm2022/table/can-stick.mjs +0 -46
  522. package/esm2022/table/cell.mjs +0 -245
  523. package/esm2022/table/coalesced-style-scheduler.mjs +0 -79
  524. package/esm2022/table/index.mjs +0 -9
  525. package/esm2022/table/public-api.mjs +0 -20
  526. package/esm2022/table/row.mjs +0 -317
  527. package/esm2022/table/sticky-position-listener.mjs +0 -11
  528. package/esm2022/table/sticky-styler.mjs +0 -347
  529. package/esm2022/table/table-errors.mjs +0 -67
  530. package/esm2022/table/table-module.mjs +0 -93
  531. package/esm2022/table/table.mjs +0 -1148
  532. package/esm2022/table/table_public_index.mjs +0 -5
  533. package/esm2022/table/text-column.mjs +0 -154
  534. package/esm2022/table/tokens.mjs +0 -16
  535. package/esm2022/testing/change-detection.mjs +0 -102
  536. package/esm2022/testing/component-harness.mjs +0 -328
  537. package/esm2022/testing/element-dimensions.mjs +0 -9
  538. package/esm2022/testing/harness-environment.mjs +0 -220
  539. package/esm2022/testing/index.mjs +0 -9
  540. package/esm2022/testing/public-api.mjs +0 -15
  541. package/esm2022/testing/selenium-webdriver/index.mjs +0 -9
  542. package/esm2022/testing/selenium-webdriver/public-api.mjs +0 -10
  543. package/esm2022/testing/selenium-webdriver/selenium-web-driver-element.mjs +0 -216
  544. package/esm2022/testing/selenium-webdriver/selenium-web-driver-harness-environment.mjs +0 -88
  545. package/esm2022/testing/selenium-webdriver/selenium-webdriver-keys.mjs +0 -64
  546. package/esm2022/testing/test-element-errors.mjs +0 -15
  547. package/esm2022/testing/test-element.mjs +0 -49
  548. package/esm2022/testing/testbed/fake-events/dispatch-events.mjs +0 -53
  549. package/esm2022/testing/testbed/fake-events/element-focus.mjs +0 -39
  550. package/esm2022/testing/testbed/fake-events/event-objects.mjs +0 -127
  551. package/esm2022/testing/testbed/fake-events/index.mjs +0 -14
  552. package/esm2022/testing/testbed/fake-events/type-in-element.mjs +0 -97
  553. package/esm2022/testing/testbed/index.mjs +0 -9
  554. package/esm2022/testing/testbed/public-api.mjs +0 -10
  555. package/esm2022/testing/testbed/task-state-zone-interceptor.mjs +0 -82
  556. package/esm2022/testing/testbed/testbed-harness-environment.mjs +0 -165
  557. package/esm2022/testing/testbed/unit-test-element.mjs +0 -258
  558. package/esm2022/testing/text-filtering.mjs +0 -21
  559. package/esm2022/text-field/autofill.mjs +0 -114
  560. package/esm2022/text-field/autosize.mjs +0 -309
  561. package/esm2022/text-field/index.mjs +0 -9
  562. package/esm2022/text-field/public-api.mjs +0 -11
  563. package/esm2022/text-field/text-field-module.mjs +0 -24
  564. package/esm2022/text-field/text-field_public_index.mjs +0 -5
  565. package/esm2022/tree/control/base-tree-control.mjs +0 -62
  566. package/esm2022/tree/control/flat-tree-control.mjs +0 -57
  567. package/esm2022/tree/control/nested-tree-control.mjs +0 -67
  568. package/esm2022/tree/control/tree-control.mjs +0 -2
  569. package/esm2022/tree/index.mjs +0 -9
  570. package/esm2022/tree/nested-node.mjs +0 -103
  571. package/esm2022/tree/node.mjs +0 -36
  572. package/esm2022/tree/outlet.mjs +0 -40
  573. package/esm2022/tree/padding.mjs +0 -129
  574. package/esm2022/tree/public-api.mjs +0 -20
  575. package/esm2022/tree/toggle.mjs +0 -51
  576. package/esm2022/tree/tree-errors.mjs +0 -44
  577. package/esm2022/tree/tree-module.mjs +0 -49
  578. package/esm2022/tree/tree.mjs +0 -1123
  579. package/esm2022/tree/tree_public_index.mjs +0 -5
  580. package/esm2022/version.mjs +0 -11
@@ -1,85 +1,32 @@
1
+ import { AbstractControl } from '@angular/forms';
1
2
  import { AfterContentInit } from '@angular/core';
2
3
  import { AfterViewInit } from '@angular/core';
3
- import { ChangeDetectorRef } from '@angular/core';
4
- import { Directionality } from '@angular/cdk/bidi';
5
4
  import { ElementRef } from '@angular/core';
6
5
  import { EventEmitter } from '@angular/core';
7
6
  import { FocusableOption } from '@angular/cdk/a11y';
7
+ import { FormGroupDirective } from '@angular/forms';
8
8
  import * as i0 from '@angular/core';
9
9
  import * as i1 from '@angular/cdk/bidi';
10
10
  import { InjectionToken } from '@angular/core';
11
- import { Observable } from 'rxjs';
11
+ import { NgForm } from '@angular/forms';
12
12
  import { OnChanges } from '@angular/core';
13
13
  import { OnDestroy } from '@angular/core';
14
14
  import { QueryList } from '@angular/core';
15
15
  import { Subject } from 'rxjs';
16
16
  import { TemplateRef } from '@angular/core';
17
17
 
18
- /**
19
- * Simplified representation of an "AbstractControl" from @angular/forms.
20
- * Used to avoid having to bring in @angular/forms for a single optional interface.
21
- * @docs-private
22
- */
23
- declare interface AbstractControlLike {
24
- asyncValidator: ((control: any) => any) | null;
25
- dirty: boolean;
26
- disabled: boolean;
27
- enabled: boolean;
28
- errors: {
29
- [key: string]: any;
30
- } | null;
31
- invalid: boolean;
32
- parent: any;
33
- pending: boolean;
34
- pristine: boolean;
35
- root: AbstractControlLike;
36
- status: string;
37
- readonly statusChanges: Observable<any>;
38
- touched: boolean;
39
- untouched: boolean;
40
- updateOn: any;
41
- valid: boolean;
42
- validator: ((control: any) => any) | null;
43
- value: any;
44
- readonly valueChanges: Observable<any>;
45
- clearAsyncValidators(): void;
46
- clearValidators(): void;
47
- disable(opts?: any): void;
48
- enable(opts?: any): void;
49
- get(path: (string | number)[] | string): AbstractControlLike | null;
50
- getError(errorCode: string, path?: (string | number)[] | string): any;
51
- hasError(errorCode: string, path?: (string | number)[] | string): boolean;
52
- markAllAsTouched(): void;
53
- markAsDirty(opts?: any): void;
54
- markAsPending(opts?: any): void;
55
- markAsPristine(opts?: any): void;
56
- markAsTouched(opts?: any): void;
57
- markAsUntouched(opts?: any): void;
58
- patchValue(value: any, options?: Object): void;
59
- reset(value?: any, options?: Object): void;
60
- setAsyncValidators(newValidator: (control: any) => any | ((control: any) => any)[] | null): void;
61
- setErrors(errors: {
62
- [key: string]: any;
63
- } | null, opts?: any): void;
64
- setParent(parent: any): void;
65
- setValidators(newValidator: (control: any) => any | ((control: any) => any)[] | null): void;
66
- setValue(value: any, options?: Object): void;
67
- updateValueAndValidity(opts?: any): void;
68
- patchValue(value: any, options?: any): void;
69
- reset(formState?: any, options?: any): void;
70
- setValue(value: any, options?: any): void;
71
- }
72
-
73
18
  export declare class CdkStep implements OnChanges {
74
- _stepper: CdkStepper;
75
19
  private _stepperOptions;
20
+ _stepper: CdkStepper;
76
21
  _displayDefaultIndicatorType: boolean;
77
22
  /** Template for step label if it exists. */
78
23
  stepLabel: CdkStepLabel;
24
+ /** Forms that have been projected into the step. */
25
+ protected _childForms: QueryList<Partial<NgForm | FormGroupDirective>> | undefined;
79
26
  /** Template for step content. */
80
27
  content: TemplateRef<any>;
81
28
  /** The top level abstract control of the step. */
82
- stepControl: AbstractControlLike;
29
+ stepControl: AbstractControl;
83
30
  /** Whether user has attempted to move away from the step. */
84
31
  interacted: boolean;
85
32
  /** Emits when the user has attempted to move away from the step. */
@@ -111,7 +58,7 @@ export declare class CdkStep implements OnChanges {
111
58
  set hasError(value: boolean);
112
59
  private _customError;
113
60
  private _getDefaultError;
114
- constructor(_stepper: CdkStepper, stepperOptions?: StepperOptions);
61
+ constructor(...args: unknown[]);
115
62
  /** Selects this step component. */
116
63
  select(): void;
117
64
  /** Resets the step to its initial state. Note that this includes resetting form data. */
@@ -120,8 +67,8 @@ export declare class CdkStep implements OnChanges {
120
67
  _markAsInteracted(): void;
121
68
  /** Determines whether the error state can be shown. */
122
69
  _showError(): boolean;
123
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkStep, [null, { optional: true; }]>;
124
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkStep, "cdk-step", ["cdkStep"], { "stepControl": { "alias": "stepControl"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "state": { "alias": "state"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "interactedStream": "interacted"; }, ["stepLabel"], ["*"], true, never>;
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkStep, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkStep, "cdk-step", ["cdkStep"], { "stepControl": { "alias": "stepControl"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "state": { "alias": "state"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "interactedStream": "interacted"; }, ["stepLabel", "_childForms"], ["*"], true, never>;
125
72
  static ngAcceptInputType_editable: unknown;
126
73
  static ngAcceptInputType_optional: unknown;
127
74
  static ngAcceptInputType_completed: unknown;
@@ -130,7 +77,7 @@ export declare class CdkStep implements OnChanges {
130
77
 
131
78
  export declare class CdkStepHeader implements FocusableOption {
132
79
  _elementRef: ElementRef<HTMLElement>;
133
- constructor(_elementRef: ElementRef<HTMLElement>);
80
+ constructor(...args: unknown[]);
134
81
  /** Focuses the step header. */
135
82
  focus(): void;
136
83
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepHeader, never>;
@@ -139,7 +86,7 @@ export declare class CdkStepHeader implements FocusableOption {
139
86
 
140
87
  export declare class CdkStepLabel {
141
88
  template: TemplateRef<any>;
142
- constructor(/** @docs-private */ template: TemplateRef<any>);
89
+ constructor(...args: unknown[]);
143
90
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepLabel, never>;
144
91
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepLabel, "[cdkStepLabel]", never, {}, {}, never, never, true, never>;
145
92
  }
@@ -179,7 +126,7 @@ export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDe
179
126
  get orientation(): StepperOrientation;
180
127
  set orientation(value: StepperOrientation);
181
128
  private _orientation;
182
- constructor(_dir: Directionality, _changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLElement>);
129
+ constructor(...args: unknown[]);
183
130
  ngAfterContentInit(): void;
184
131
  ngAfterViewInit(): void;
185
132
  ngOnDestroy(): void;
@@ -212,7 +159,7 @@ export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDe
212
159
  private _containsFocus;
213
160
  /** Checks whether the passed-in index is a valid step index. */
214
161
  private _isValidIndex;
215
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepper, [{ optional: true; }, null, null]>;
162
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepper, never>;
216
163
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepper, "[cdkStepper]", ["cdkStepper"], { "linear": { "alias": "linear"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectedIndexChange": "selectedIndexChange"; }, ["_steps", "_stepHeader"], never, true, never>;
217
164
  static ngAcceptInputType_linear: unknown;
218
165
  static ngAcceptInputType_selectedIndex: unknown;
@@ -229,7 +176,7 @@ export declare class CdkStepperNext {
229
176
  _stepper: CdkStepper;
230
177
  /** Type of the next button. Defaults to "submit" if not specified. */
231
178
  type: string;
232
- constructor(_stepper: CdkStepper);
179
+ constructor(...args: unknown[]);
233
180
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepperNext, never>;
234
181
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperNext, "button[cdkStepperNext]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
235
182
  }
@@ -239,7 +186,7 @@ export declare class CdkStepperPrevious {
239
186
  _stepper: CdkStepper;
240
187
  /** Type of the previous button. Defaults to "button" if not specified. */
241
188
  type: string;
242
- constructor(_stepper: CdkStepper);
189
+ constructor(...args: unknown[]);
243
190
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepperPrevious, never>;
244
191
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperPrevious, "button[cdkStepperPrevious]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
245
192
  }
package/table/index.d.ts CHANGED
@@ -14,18 +14,15 @@ import { InjectionToken } from '@angular/core';
14
14
  import { IterableChanges } from '@angular/core';
15
15
  import { IterableDiffer } from '@angular/core';
16
16
  import { IterableDiffers } from '@angular/core';
17
- import { NgZone } from '@angular/core';
18
17
  import { Observable } from 'rxjs';
19
18
  import { OnChanges } from '@angular/core';
20
19
  import { OnDestroy } from '@angular/core';
21
20
  import { OnInit } from '@angular/core';
22
- import { Platform } from '@angular/cdk/platform';
23
21
  import { QueryList } from '@angular/core';
24
22
  import { SimpleChanges } from '@angular/core';
25
23
  import { TemplateRef } from '@angular/core';
26
24
  import { TrackByFunction } from '@angular/core';
27
25
  import { ViewContainerRef } from '@angular/core';
28
- import { ViewportRuler } from '@angular/cdk/scrolling';
29
26
  import { _ViewRepeater } from '@angular/cdk/collections';
30
27
 
31
28
  /** Base class for the cells. Adds a CSS classname that identifies the column it renders in. */
@@ -38,14 +35,13 @@ export declare class BaseCdkCell {
38
35
  * for changes and notifying the table.
39
36
  */
40
37
  export declare abstract class BaseRowDef implements OnChanges {
41
- /** @docs-private */ template: TemplateRef<any>;
38
+ template: TemplateRef<any>;
42
39
  protected _differs: IterableDiffers;
43
40
  /** The columns to be displayed on this row. */
44
41
  columns: Iterable<string>;
45
42
  /** Differ used to check if any changes were made to the columns. */
46
43
  protected _columnsDiffer: IterableDiffer<any>;
47
- constructor(
48
- /** @docs-private */ template: TemplateRef<any>, _differs: IterableDiffers);
44
+ constructor(...args: unknown[]);
49
45
  ngOnChanges(changes: SimpleChanges): void;
50
46
  /**
51
47
  * Returns the difference between the current columns and the columns from the last diff, or null
@@ -55,7 +51,7 @@ export declare abstract class BaseRowDef implements OnChanges {
55
51
  /** Gets this row def's relevant cell template from the provided column def. */
56
52
  extractCellTemplate(column: CdkColumnDef): TemplateRef<any>;
57
53
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseRowDef, never>;
58
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRowDef, never, never, {}, {}, never, never, false, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRowDef, never, never, {}, {}, never, never, true, never>;
59
55
  }
60
56
 
61
57
  /**
@@ -97,7 +93,7 @@ export declare const CDK_TABLE_TEMPLATE = "\n <ng-content select=\"caption\"/>\
97
93
 
98
94
  /** Cell template container that adds the right classes and role. */
99
95
  export declare class CdkCell extends BaseCdkCell {
100
- constructor(columnDef: CdkColumnDef, elementRef: ElementRef);
96
+ constructor(...args: unknown[]);
101
97
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkCell, never>;
102
98
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCell, "cdk-cell, td[cdk-cell]", never, {}, {}, never, never, true, never>;
103
99
  }
@@ -107,8 +103,9 @@ export declare class CdkCell extends BaseCdkCell {
107
103
  * Captures the template of a column's data row cell as well as cell-specific properties.
108
104
  */
109
105
  export declare class CdkCellDef implements CellDef {
106
+ /** @docs-private */
110
107
  template: TemplateRef<any>;
111
- constructor(/** @docs-private */ template: TemplateRef<any>);
108
+ constructor(...args: unknown[]);
112
109
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkCellDef, never>;
113
110
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellDef, "[cdkCellDef]", never, {}, {}, never, never, true, never>;
114
111
  }
@@ -131,7 +128,7 @@ export declare class CdkCellOutlet implements OnDestroy {
131
128
  * construct the cells with the provided context.
132
129
  */
133
130
  static mostRecentCellOutlet: CdkCellOutlet | null;
134
- constructor(_viewContainer: ViewContainerRef);
131
+ constructor(...args: unknown[]);
135
132
  ngOnDestroy(): void;
136
133
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkCellOutlet, never>;
137
134
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellOutlet, "[cdkCellOutlet]", never, {}, {}, never, never, true, never>;
@@ -184,7 +181,7 @@ export declare interface CdkCellOutletRowContext<T> {
184
181
  * Defines a set of cells available for a table column.
185
182
  */
186
183
  export declare class CdkColumnDef implements CanStick {
187
- _table?: any | undefined;
184
+ _table?: any;
188
185
  private _hasStickyChanged;
189
186
  /** Unique name for this column. */
190
187
  get name(): string;
@@ -219,7 +216,7 @@ export declare class CdkColumnDef implements CanStick {
219
216
  * @docs-private
220
217
  */
221
218
  _columnCssClassName: string[];
222
- constructor(_table?: any | undefined);
219
+ constructor(...args: unknown[]);
223
220
  /** Whether the sticky state has changed. */
224
221
  hasStickyChanged(): boolean;
225
222
  /** Resets the sticky changed state. */
@@ -239,7 +236,7 @@ export declare class CdkColumnDef implements CanStick {
239
236
  * @docs-private
240
237
  */
241
238
  protected _setNameInput(value: string): void;
242
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnDef, [{ optional: true; }]>;
239
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnDef, never>;
243
240
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnDef, "[cdkColumnDef]", never, { "name": { "alias": "cdkColumnDef"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; }, {}, ["cell", "headerCell", "footerCell"], never, true, never>;
244
241
  static ngAcceptInputType_sticky: unknown;
245
242
  static ngAcceptInputType_stickyEnd: unknown;
@@ -247,7 +244,7 @@ export declare class CdkColumnDef implements CanStick {
247
244
 
248
245
  /** Footer cell template container that adds the right classes and role. */
249
246
  export declare class CdkFooterCell extends BaseCdkCell {
250
- constructor(columnDef: CdkColumnDef, elementRef: ElementRef);
247
+ constructor(...args: unknown[]);
251
248
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterCell, never>;
252
249
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCell, "cdk-footer-cell, td[cdk-footer-cell]", never, {}, {}, never, never, true, never>;
253
250
  }
@@ -257,8 +254,9 @@ export declare class CdkFooterCell extends BaseCdkCell {
257
254
  * Captures the template of a column's footer cell and as well as cell-specific properties.
258
255
  */
259
256
  export declare class CdkFooterCellDef implements CellDef {
257
+ /** @docs-private */
260
258
  template: TemplateRef<any>;
261
- constructor(/** @docs-private */ template: TemplateRef<any>);
259
+ constructor(...args: unknown[]);
262
260
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterCellDef, never>;
263
261
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCellDef, "[cdkFooterCellDef]", never, {}, {}, never, never, true, never>;
264
262
  }
@@ -274,26 +272,26 @@ export declare class CdkFooterRow {
274
272
  * Captures the footer row's template and other footer properties such as the columns to display.
275
273
  */
276
274
  export declare class CdkFooterRowDef extends BaseRowDef implements CanStick, OnChanges {
277
- _table?: any | undefined;
275
+ _table?: any;
278
276
  private _hasStickyChanged;
279
277
  /** Whether the row is sticky. */
280
278
  get sticky(): boolean;
281
279
  set sticky(value: boolean);
282
280
  private _sticky;
283
- constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any | undefined);
281
+ constructor(...args: unknown[]);
284
282
  ngOnChanges(changes: SimpleChanges): void;
285
283
  /** Whether the sticky state has changed. */
286
284
  hasStickyChanged(): boolean;
287
285
  /** Resets the sticky changed state. */
288
286
  resetStickyChanged(): void;
289
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterRowDef, [null, null, { optional: true; }]>;
287
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterRowDef, never>;
290
288
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterRowDef, "[cdkFooterRowDef]", never, { "columns": { "alias": "cdkFooterRowDef"; "required": false; }; "sticky": { "alias": "cdkFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
291
289
  static ngAcceptInputType_sticky: unknown;
292
290
  }
293
291
 
294
292
  /** Header cell template container that adds the right classes and role. */
295
293
  export declare class CdkHeaderCell extends BaseCdkCell {
296
- constructor(columnDef: CdkColumnDef, elementRef: ElementRef);
294
+ constructor(...args: unknown[]);
297
295
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderCell, never>;
298
296
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCell, "cdk-header-cell, th[cdk-header-cell]", never, {}, {}, never, never, true, never>;
299
297
  }
@@ -303,8 +301,9 @@ export declare class CdkHeaderCell extends BaseCdkCell {
303
301
  * Captures the template of a column's header cell and as well as cell-specific properties.
304
302
  */
305
303
  export declare class CdkHeaderCellDef implements CellDef {
304
+ /** @docs-private */
306
305
  template: TemplateRef<any>;
307
- constructor(/** @docs-private */ template: TemplateRef<any>);
306
+ constructor(...args: unknown[]);
308
307
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderCellDef, never>;
309
308
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCellDef, "[cdkHeaderCellDef]", never, {}, {}, never, never, true, never>;
310
309
  }
@@ -320,19 +319,19 @@ export declare class CdkHeaderRow {
320
319
  * Captures the header row's template and other header properties such as the columns to display.
321
320
  */
322
321
  export declare class CdkHeaderRowDef extends BaseRowDef implements CanStick, OnChanges {
323
- _table?: any | undefined;
322
+ _table?: any;
324
323
  private _hasStickyChanged;
325
324
  /** Whether the row is sticky. */
326
325
  get sticky(): boolean;
327
326
  set sticky(value: boolean);
328
327
  private _sticky;
329
- constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any | undefined);
328
+ constructor(...args: unknown[]);
330
329
  ngOnChanges(changes: SimpleChanges): void;
331
330
  /** Whether the sticky state has changed. */
332
331
  hasStickyChanged(): boolean;
333
332
  /** Resets the sticky changed state. */
334
333
  resetStickyChanged(): void;
335
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderRowDef, [null, null, { optional: true; }]>;
334
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderRowDef, never>;
336
335
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderRowDef, "[cdkHeaderRowDef]", never, { "columns": { "alias": "cdkHeaderRowDef"; "required": false; }; "sticky": { "alias": "cdkHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
337
336
  static ngAcceptInputType_sticky: unknown;
338
337
  }
@@ -341,7 +340,7 @@ export declare class CdkHeaderRowDef extends BaseRowDef implements CanStick, OnC
341
340
  export declare class CdkNoDataRow {
342
341
  templateRef: TemplateRef<any>;
343
342
  _contentClassName: string;
344
- constructor(templateRef: TemplateRef<any>);
343
+ constructor(...args: unknown[]);
345
344
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkNoDataRow, never>;
346
345
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkNoDataRow, "ng-template[cdkNoDataRow]", never, {}, {}, never, never, true, never>;
347
346
  }
@@ -367,7 +366,7 @@ export declare class CdkRow {
367
366
  * a when predicate that describes when this row should be used.
368
367
  */
369
368
  export declare class CdkRowDef<T> extends BaseRowDef {
370
- _table?: any | undefined;
369
+ _table?: any;
371
370
  /**
372
371
  * Function that should return true if this row template should be used for the provided index
373
372
  * and row data. If left undefined, this row will be considered the default row template to use
@@ -375,8 +374,8 @@ export declare class CdkRowDef<T> extends BaseRowDef {
375
374
  * For every row, there must be at least one when function that passes or an undefined to default.
376
375
  */
377
376
  when: (index: number, rowData: T) => boolean;
378
- constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any | undefined);
379
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkRowDef<any>, [null, null, { optional: true; }]>;
377
+ constructor(...args: unknown[]);
378
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkRowDef<any>, never>;
380
379
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowDef<any>, "[cdkRowDef]", never, { "columns": { "alias": "cdkRowDefColumns"; "required": false; }; "when": { "alias": "cdkRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
381
380
  }
382
381
 
@@ -389,16 +388,12 @@ export declare class CdkRowDef<T> extends BaseRowDef {
389
388
  export declare class CdkTable<T> implements AfterContentInit, AfterContentChecked, CollectionViewer, OnDestroy, OnInit {
390
389
  protected readonly _differs: IterableDiffers;
391
390
  protected readonly _changeDetectorRef: ChangeDetectorRef;
392
- protected readonly _elementRef: ElementRef;
393
- protected readonly _dir: Directionality;
391
+ protected readonly _elementRef: ElementRef<any>;
392
+ protected readonly _dir: Directionality | null;
394
393
  private _platform;
395
394
  protected readonly _viewRepeater: _ViewRepeater<T, RenderRow<T>, RowContext<T>>;
396
395
  protected readonly _coalescedStyleScheduler: _CoalescedStyleScheduler;
397
396
  private readonly _viewportRuler;
398
- /**
399
- * @deprecated `_stickyPositioningListener` parameter to become required.
400
- * @breaking-change 13.0.0
401
- */
402
397
  protected readonly _stickyPositioningListener: StickyPositioningListener;
403
398
  private _document;
404
399
  /** Latest data provided by the data source. */
@@ -607,17 +602,7 @@ export declare class CdkTable<T> implements AfterContentInit, AfterContentChecke
607
602
  /** Row definition that will only be rendered if there's no data in the table. */
608
603
  _noDataRow: CdkNoDataRow;
609
604
  private _injector;
610
- constructor(_differs: IterableDiffers, _changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, role: string, _dir: Directionality, _document: any, _platform: Platform, _viewRepeater: _ViewRepeater<T, RenderRow<T>, RowContext<T>>, _coalescedStyleScheduler: _CoalescedStyleScheduler, _viewportRuler: ViewportRuler,
611
- /**
612
- * @deprecated `_stickyPositioningListener` parameter to become required.
613
- * @breaking-change 13.0.0
614
- */
615
- _stickyPositioningListener: StickyPositioningListener,
616
- /**
617
- * @deprecated `_unusedNgZone` parameter to be removed.
618
- * @breaking-change 19.0.0
619
- */
620
- _unusedNgZone?: NgZone);
605
+ constructor(...args: unknown[]);
621
606
  ngOnInit(): void;
622
607
  ngAfterContentInit(): void;
623
608
  ngAfterContentChecked(): void;
@@ -769,7 +754,7 @@ export declare class CdkTable<T> implements AfterContentInit, AfterContentChecke
769
754
  private _getOwnDefs;
770
755
  /** Creates or removes the no data row, depending on whether any data is being shown. */
771
756
  private _updateNoDataRow;
772
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkTable<any>, [null, null, null, { attribute: "role"; }, { optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; }]>;
757
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkTable<any>, never>;
773
758
  static ɵcmp: i0.ɵɵComponentDeclaration<CdkTable<any>, "cdk-table, table[cdk-table]", ["cdkTable"], { "trackBy": { "alias": "trackBy"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "multiTemplateDataRows": { "alias": "multiTemplateDataRows"; "required": false; }; "fixedLayout": { "alias": "fixedLayout"; "required": false; }; }, { "contentChanged": "contentChanged"; }, ["_noDataRow", "_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"], ["caption", "colgroup, col", "*"], true, never>;
774
759
  static ngAcceptInputType_multiTemplateDataRows: unknown;
775
760
  static ngAcceptInputType_fixedLayout: unknown;
@@ -832,7 +817,7 @@ export declare class CdkTextColumn<T> implements OnDestroy, OnInit {
832
817
  * @docs-private
833
818
  */
834
819
  headerCell: CdkHeaderCellDef;
835
- constructor(_table: CdkTable<T>, _options: TextColumnOptions<T>);
820
+ constructor(...args: unknown[]);
836
821
  ngOnInit(): void;
837
822
  ngOnDestroy(): void;
838
823
  /**
@@ -842,7 +827,7 @@ export declare class CdkTextColumn<T> implements OnDestroy, OnInit {
842
827
  _createDefaultHeaderText(): string;
843
828
  /** Synchronizes the column definition name with the text column name. */
844
829
  private _syncColumnDefName;
845
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextColumn<any>, [{ optional: true; }, { optional: true; }]>;
830
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextColumn<any>, never>;
846
831
  static ɵcmp: i0.ɵɵComponentDeclaration<CdkTextColumn<any>, "cdk-text-column", never, { "name": { "alias": "name"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "dataAccessor": { "alias": "dataAccessor"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; }, {}, never, never, true, never>;
847
832
  }
848
833
 
@@ -864,7 +849,7 @@ export declare const _COALESCED_STYLE_SCHEDULER: InjectionToken<_CoalescedStyleS
864
849
  export declare class _CoalescedStyleScheduler {
865
850
  private _currentSchedule;
866
851
  private _ngZone;
867
- constructor(_unusedNgZone?: NgZone);
852
+ constructor(...args: unknown[]);
868
853
  /**
869
854
  * Schedules the specified task to run at the end of the current VM turn.
870
855
  */
@@ -889,8 +874,8 @@ export declare type Constructor<T> = new (...args: any[]) => T;
889
874
  */
890
875
  export declare class DataRowOutlet implements RowOutlet {
891
876
  viewContainer: ViewContainerRef;
892
- elementRef: ElementRef;
893
- constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
877
+ elementRef: ElementRef<any>;
878
+ constructor(...args: unknown[]);
894
879
  static ɵfac: i0.ɵɵFactoryDeclaration<DataRowOutlet, never>;
895
880
  static ɵdir: i0.ɵɵDirectiveDeclaration<DataRowOutlet, "[rowOutlet]", never, {}, {}, never, never, true, never>;
896
881
  }
@@ -903,8 +888,8 @@ export { DataSource }
903
888
  */
904
889
  export declare class FooterRowOutlet implements RowOutlet {
905
890
  viewContainer: ViewContainerRef;
906
- elementRef: ElementRef;
907
- constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
891
+ elementRef: ElementRef<any>;
892
+ constructor(...args: unknown[]);
908
893
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowOutlet, never>;
909
894
  static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowOutlet, "[footerRowOutlet]", never, {}, {}, never, never, true, never>;
910
895
  }
@@ -915,8 +900,8 @@ export declare class FooterRowOutlet implements RowOutlet {
915
900
  */
916
901
  export declare class HeaderRowOutlet implements RowOutlet {
917
902
  viewContainer: ViewContainerRef;
918
- elementRef: ElementRef;
919
- constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
903
+ elementRef: ElementRef<any>;
904
+ constructor(...args: unknown[]);
920
905
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowOutlet, never>;
921
906
  static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowOutlet, "[headerRowOutlet]", never, {}, {}, never, never, true, never>;
922
907
  }
@@ -991,8 +976,8 @@ export declare function mixinHasStickyInput<T extends Constructor<{}>>(base: T):
991
976
  */
992
977
  export declare class NoDataRowOutlet implements RowOutlet {
993
978
  viewContainer: ViewContainerRef;
994
- elementRef: ElementRef;
995
- constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
979
+ elementRef: ElementRef<any>;
980
+ constructor(...args: unknown[]);
996
981
  static ɵfac: i0.ɵɵFactoryDeclaration<NoDataRowOutlet, never>;
997
982
  static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowOutlet, "[noDataRowOutlet]", never, {}, {}, never, never, true, never>;
998
983
  }
@@ -3,12 +3,10 @@ import { DoCheck } from '@angular/core';
3
3
  import { ElementRef } from '@angular/core';
4
4
  import { EventEmitter } from '@angular/core';
5
5
  import * as i0 from '@angular/core';
6
- import { NgZone } from '@angular/core';
7
6
  import { NumberInput } from '@angular/cdk/coercion';
8
7
  import { Observable } from 'rxjs';
9
8
  import { OnDestroy } from '@angular/core';
10
9
  import { OnInit } from '@angular/core';
11
- import { Platform } from '@angular/cdk/platform';
12
10
 
13
11
  /** An event that is emitted when the autofill state of an input changes. */
14
12
  export declare type AutofillEvent = {
@@ -26,8 +24,9 @@ export declare type AutofillEvent = {
26
24
  export declare class AutofillMonitor implements OnDestroy {
27
25
  private _platform;
28
26
  private _ngZone;
27
+ private _styleLoader;
29
28
  private _monitoredElements;
30
- constructor(_platform: Platform, _ngZone: NgZone);
29
+ constructor(...args: unknown[]);
31
30
  /**
32
31
  * Monitor for changes in the autofill state of the given input element.
33
32
  * @param element The element to monitor.
@@ -61,7 +60,7 @@ export declare class CdkAutofill implements OnDestroy, OnInit {
61
60
  private _autofillMonitor;
62
61
  /** Emits when the autofill state of the element changes. */
63
62
  readonly cdkAutofill: EventEmitter<AutofillEvent>;
64
- constructor(_elementRef: ElementRef<HTMLElement>, _autofillMonitor: AutofillMonitor);
63
+ constructor(...args: unknown[]);
65
64
  ngOnInit(): void;
66
65
  ngOnDestroy(): void;
67
66
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkAutofill, never>;
@@ -103,12 +102,10 @@ export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDe
103
102
  /** Cached height of a textarea with only the placeholder. */
104
103
  private _cachedPlaceholderHeight?;
105
104
  /** Used to reference correct document/window */
106
- protected _document?: Document;
105
+ protected _document?: Document | null | undefined;
107
106
  private _hasFocus;
108
107
  private _isViewInited;
109
- constructor(_elementRef: ElementRef<HTMLElement>, _platform: Platform, _ngZone: NgZone,
110
- /** @breaking-change 11.0.0 make document required */
111
- document?: any);
108
+ constructor(...args: unknown[]);
112
109
  /** Sets the minimum height of the textarea as determined by minRows. */
113
110
  _setMinHeight(): void;
114
111
  /** Sets the maximum height of the textarea as determined by maxRows. */
@@ -149,7 +146,7 @@ export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDe
149
146
  * in order for it to scroll to the proper position.
150
147
  */
151
148
  private _scrollToCaretPosition;
152
- static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextareaAutosize, [null, null, null, { optional: true; }]>;
149
+ static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextareaAutosize, never>;
153
150
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTextareaAutosize, "textarea[cdkTextareaAutosize]", ["cdkTextareaAutosize"], { "minRows": { "alias": "cdkAutosizeMinRows"; "required": false; }; "maxRows": { "alias": "cdkAutosizeMaxRows"; "required": false; }; "enabled": { "alias": "cdkTextareaAutosize"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
154
151
  static ngAcceptInputType_enabled: unknown;
155
152
  }