@angular/cdk 19.0.0-next.1 → 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 (582) 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 +16 -33
  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 +93 -157
  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 +7 -7
  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 +26 -11
  44. package/fesm2022/private.mjs.map +1 -1
  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.map +1 -1
  53. package/fesm2022/testing.mjs.map +1 -1
  54. package/fesm2022/text-field.mjs +46 -40
  55. package/fesm2022/text-field.mjs.map +1 -1
  56. package/fesm2022/tree.mjs +90 -80
  57. package/fesm2022/tree.mjs.map +1 -1
  58. package/layout/index.d.ts +5 -7
  59. package/observers/index.d.ts +2 -2
  60. package/overlay/_index.scss +56 -21
  61. package/overlay/index.d.ts +24 -36
  62. package/overlay-prebuilt.css +1 -1
  63. package/package.json +1 -57
  64. package/portal/index.d.ts +22 -19
  65. package/private/index.d.ts +10 -0
  66. package/schematics/index.d.ts +1 -1
  67. package/schematics/index.js +2 -2
  68. package/schematics/index.mjs +2 -2
  69. package/schematics/ng-add/index.d.ts +1 -1
  70. package/schematics/ng-add/index.js +3 -3
  71. package/schematics/ng-add/index.mjs +3 -3
  72. package/schematics/ng-add/package-config.d.ts +1 -1
  73. package/schematics/ng-add/package-config.js +2 -2
  74. package/schematics/ng-add/package-config.mjs +2 -2
  75. package/schematics/ng-add/schema.d.ts +1 -1
  76. package/schematics/ng-add/schema.js +2 -2
  77. package/schematics/ng-add/schema.mjs +2 -2
  78. package/schematics/ng-generate/drag-drop/index.d.ts +1 -1
  79. package/schematics/ng-generate/drag-drop/index.js +2 -2
  80. package/schematics/ng-generate/drag-drop/index.mjs +2 -2
  81. package/schematics/ng-generate/drag-drop/schema.d.ts +1 -1
  82. package/schematics/ng-generate/drag-drop/schema.js +2 -2
  83. package/schematics/ng-generate/drag-drop/schema.mjs +2 -2
  84. package/schematics/ng-update/data/attribute-selectors.d.ts +1 -1
  85. package/schematics/ng-update/data/attribute-selectors.js +2 -2
  86. package/schematics/ng-update/data/attribute-selectors.mjs +2 -2
  87. package/schematics/ng-update/data/class-names.d.ts +1 -1
  88. package/schematics/ng-update/data/class-names.js +2 -2
  89. package/schematics/ng-update/data/class-names.mjs +2 -2
  90. package/schematics/ng-update/data/constructor-checks.d.ts +1 -1
  91. package/schematics/ng-update/data/constructor-checks.js +2 -2
  92. package/schematics/ng-update/data/constructor-checks.mjs +2 -2
  93. package/schematics/ng-update/data/css-selectors.d.ts +1 -1
  94. package/schematics/ng-update/data/css-selectors.js +2 -2
  95. package/schematics/ng-update/data/css-selectors.mjs +2 -2
  96. package/schematics/ng-update/data/css-tokens.d.ts +1 -1
  97. package/schematics/ng-update/data/css-tokens.js +2 -2
  98. package/schematics/ng-update/data/css-tokens.mjs +2 -2
  99. package/schematics/ng-update/data/element-selectors.d.ts +1 -1
  100. package/schematics/ng-update/data/element-selectors.js +2 -2
  101. package/schematics/ng-update/data/element-selectors.mjs +2 -2
  102. package/schematics/ng-update/data/index.d.ts +1 -1
  103. package/schematics/ng-update/data/index.js +2 -2
  104. package/schematics/ng-update/data/index.mjs +2 -2
  105. package/schematics/ng-update/data/input-names.d.ts +1 -1
  106. package/schematics/ng-update/data/input-names.js +2 -2
  107. package/schematics/ng-update/data/input-names.mjs +2 -2
  108. package/schematics/ng-update/data/method-call-checks.d.ts +1 -1
  109. package/schematics/ng-update/data/method-call-checks.js +2 -2
  110. package/schematics/ng-update/data/method-call-checks.mjs +2 -2
  111. package/schematics/ng-update/data/output-names.d.ts +1 -1
  112. package/schematics/ng-update/data/output-names.js +2 -2
  113. package/schematics/ng-update/data/output-names.mjs +2 -2
  114. package/schematics/ng-update/data/property-names.d.ts +1 -1
  115. package/schematics/ng-update/data/property-names.js +2 -2
  116. package/schematics/ng-update/data/property-names.mjs +2 -2
  117. package/schematics/ng-update/data/symbol-removal.d.ts +1 -1
  118. package/schematics/ng-update/data/symbol-removal.js +2 -2
  119. package/schematics/ng-update/data/symbol-removal.mjs +2 -2
  120. package/schematics/ng-update/devkit-file-system.d.ts +1 -1
  121. package/schematics/ng-update/devkit-file-system.js +2 -2
  122. package/schematics/ng-update/devkit-file-system.mjs +2 -2
  123. package/schematics/ng-update/devkit-migration-rule.d.ts +1 -1
  124. package/schematics/ng-update/devkit-migration-rule.js +2 -2
  125. package/schematics/ng-update/devkit-migration-rule.mjs +2 -2
  126. package/schematics/ng-update/devkit-migration.d.ts +1 -1
  127. package/schematics/ng-update/devkit-migration.js +2 -2
  128. package/schematics/ng-update/devkit-migration.mjs +2 -2
  129. package/schematics/ng-update/find-stylesheets.d.ts +1 -1
  130. package/schematics/ng-update/find-stylesheets.js +2 -2
  131. package/schematics/ng-update/find-stylesheets.mjs +2 -2
  132. package/schematics/ng-update/html-parsing/angular.d.ts +1 -1
  133. package/schematics/ng-update/html-parsing/angular.js +2 -2
  134. package/schematics/ng-update/html-parsing/angular.mjs +2 -2
  135. package/schematics/ng-update/html-parsing/elements.d.ts +1 -1
  136. package/schematics/ng-update/html-parsing/elements.js +2 -2
  137. package/schematics/ng-update/html-parsing/elements.mjs +2 -2
  138. package/schematics/ng-update/index.d.ts +1 -1
  139. package/schematics/ng-update/index.js +2 -2
  140. package/schematics/ng-update/index.mjs +2 -2
  141. package/schematics/ng-update/migrations/attribute-selectors.d.ts +1 -1
  142. package/schematics/ng-update/migrations/attribute-selectors.js +2 -2
  143. package/schematics/ng-update/migrations/attribute-selectors.mjs +2 -2
  144. package/schematics/ng-update/migrations/class-inheritance.d.ts +1 -1
  145. package/schematics/ng-update/migrations/class-inheritance.js +2 -2
  146. package/schematics/ng-update/migrations/class-inheritance.mjs +2 -2
  147. package/schematics/ng-update/migrations/class-names.d.ts +1 -1
  148. package/schematics/ng-update/migrations/class-names.js +2 -2
  149. package/schematics/ng-update/migrations/class-names.mjs +2 -2
  150. package/schematics/ng-update/migrations/constructor-signature.d.ts +1 -1
  151. package/schematics/ng-update/migrations/constructor-signature.js +2 -2
  152. package/schematics/ng-update/migrations/constructor-signature.mjs +2 -2
  153. package/schematics/ng-update/migrations/css-selectors.d.ts +1 -1
  154. package/schematics/ng-update/migrations/css-selectors.js +2 -2
  155. package/schematics/ng-update/migrations/css-selectors.mjs +2 -2
  156. package/schematics/ng-update/migrations/css-tokens.d.ts +1 -1
  157. package/schematics/ng-update/migrations/css-tokens.js +2 -2
  158. package/schematics/ng-update/migrations/css-tokens.mjs +2 -2
  159. package/schematics/ng-update/migrations/element-selectors.d.ts +1 -1
  160. package/schematics/ng-update/migrations/element-selectors.js +2 -2
  161. package/schematics/ng-update/migrations/element-selectors.mjs +2 -2
  162. package/schematics/ng-update/migrations/input-names.d.ts +1 -1
  163. package/schematics/ng-update/migrations/input-names.js +2 -2
  164. package/schematics/ng-update/migrations/input-names.mjs +2 -2
  165. package/schematics/ng-update/migrations/method-call-arguments.d.ts +1 -1
  166. package/schematics/ng-update/migrations/method-call-arguments.js +2 -2
  167. package/schematics/ng-update/migrations/method-call-arguments.mjs +2 -2
  168. package/schematics/ng-update/migrations/misc-template.d.ts +1 -1
  169. package/schematics/ng-update/migrations/misc-template.js +2 -2
  170. package/schematics/ng-update/migrations/misc-template.mjs +2 -2
  171. package/schematics/ng-update/migrations/output-names.d.ts +1 -1
  172. package/schematics/ng-update/migrations/output-names.js +2 -2
  173. package/schematics/ng-update/migrations/output-names.mjs +2 -2
  174. package/schematics/ng-update/migrations/property-names.d.ts +1 -1
  175. package/schematics/ng-update/migrations/property-names.js +2 -2
  176. package/schematics/ng-update/migrations/property-names.mjs +2 -2
  177. package/schematics/ng-update/migrations/symbol-removal.d.ts +1 -1
  178. package/schematics/ng-update/migrations/symbol-removal.js +2 -2
  179. package/schematics/ng-update/migrations/symbol-removal.mjs +2 -2
  180. package/schematics/ng-update/public-api.d.ts +1 -1
  181. package/schematics/ng-update/public-api.js +2 -2
  182. package/schematics/ng-update/public-api.mjs +2 -2
  183. package/schematics/ng-update/typescript/base-types.d.ts +1 -1
  184. package/schematics/ng-update/typescript/base-types.js +2 -2
  185. package/schematics/ng-update/typescript/base-types.mjs +2 -2
  186. package/schematics/ng-update/typescript/imports.d.ts +1 -1
  187. package/schematics/ng-update/typescript/imports.js +2 -2
  188. package/schematics/ng-update/typescript/imports.mjs +2 -2
  189. package/schematics/ng-update/typescript/literal.d.ts +1 -1
  190. package/schematics/ng-update/typescript/literal.js +2 -2
  191. package/schematics/ng-update/typescript/literal.mjs +2 -2
  192. package/schematics/ng-update/typescript/module-specifiers.d.ts +1 -1
  193. package/schematics/ng-update/typescript/module-specifiers.js +2 -2
  194. package/schematics/ng-update/typescript/module-specifiers.mjs +2 -2
  195. package/schematics/ng-update/upgrade-data.d.ts +1 -1
  196. package/schematics/ng-update/upgrade-data.js +2 -2
  197. package/schematics/ng-update/upgrade-data.mjs +2 -2
  198. package/schematics/paths.d.ts +1 -1
  199. package/schematics/paths.js +2 -2
  200. package/schematics/paths.mjs +2 -2
  201. package/schematics/update-tool/component-resource-collector.d.ts +1 -1
  202. package/schematics/update-tool/component-resource-collector.js +2 -2
  203. package/schematics/update-tool/component-resource-collector.mjs +2 -2
  204. package/schematics/update-tool/file-system.d.ts +1 -1
  205. package/schematics/update-tool/file-system.js +2 -2
  206. package/schematics/update-tool/file-system.mjs +2 -2
  207. package/schematics/update-tool/index.d.ts +1 -1
  208. package/schematics/update-tool/index.js +2 -2
  209. package/schematics/update-tool/index.mjs +2 -2
  210. package/schematics/update-tool/logger.d.ts +1 -1
  211. package/schematics/update-tool/logger.js +2 -2
  212. package/schematics/update-tool/logger.mjs +2 -2
  213. package/schematics/update-tool/migration.d.ts +1 -1
  214. package/schematics/update-tool/migration.js +2 -2
  215. package/schematics/update-tool/migration.mjs +2 -2
  216. package/schematics/update-tool/public-api.d.ts +1 -1
  217. package/schematics/update-tool/public-api.js +2 -2
  218. package/schematics/update-tool/public-api.mjs +2 -2
  219. package/schematics/update-tool/target-version.d.ts +1 -1
  220. package/schematics/update-tool/target-version.js +2 -2
  221. package/schematics/update-tool/target-version.mjs +2 -2
  222. package/schematics/update-tool/update-recorder.d.ts +1 -1
  223. package/schematics/update-tool/update-recorder.js +2 -2
  224. package/schematics/update-tool/update-recorder.mjs +2 -2
  225. package/schematics/update-tool/utils/decorators.d.ts +1 -1
  226. package/schematics/update-tool/utils/decorators.js +2 -2
  227. package/schematics/update-tool/utils/decorators.mjs +2 -2
  228. package/schematics/update-tool/utils/diagnostics.d.ts +1 -1
  229. package/schematics/update-tool/utils/diagnostics.js +2 -2
  230. package/schematics/update-tool/utils/diagnostics.mjs +2 -2
  231. package/schematics/update-tool/utils/functions.d.ts +1 -1
  232. package/schematics/update-tool/utils/functions.js +2 -2
  233. package/schematics/update-tool/utils/functions.mjs +2 -2
  234. package/schematics/update-tool/utils/imports.d.ts +1 -1
  235. package/schematics/update-tool/utils/imports.js +2 -2
  236. package/schematics/update-tool/utils/imports.mjs +2 -2
  237. package/schematics/update-tool/utils/line-mappings.d.ts +1 -1
  238. package/schematics/update-tool/utils/line-mappings.js +2 -2
  239. package/schematics/update-tool/utils/line-mappings.mjs +2 -2
  240. package/schematics/update-tool/utils/parse-tsconfig.d.ts +1 -1
  241. package/schematics/update-tool/utils/parse-tsconfig.js +2 -2
  242. package/schematics/update-tool/utils/parse-tsconfig.mjs +2 -2
  243. package/schematics/update-tool/utils/property-name.d.ts +1 -1
  244. package/schematics/update-tool/utils/property-name.js +2 -2
  245. package/schematics/update-tool/utils/property-name.mjs +2 -2
  246. package/schematics/update-tool/utils/virtual-host.d.ts +1 -1
  247. package/schematics/update-tool/utils/virtual-host.js +2 -2
  248. package/schematics/update-tool/utils/virtual-host.mjs +2 -2
  249. package/schematics/update-tool/version-changes.d.ts +1 -1
  250. package/schematics/update-tool/version-changes.js +2 -2
  251. package/schematics/update-tool/version-changes.mjs +2 -2
  252. package/schematics/utils/ast/ng-module-imports.d.ts +1 -1
  253. package/schematics/utils/ast/ng-module-imports.js +2 -2
  254. package/schematics/utils/ast/ng-module-imports.mjs +2 -2
  255. package/schematics/utils/ast.d.ts +1 -1
  256. package/schematics/utils/ast.js +2 -2
  257. package/schematics/utils/ast.mjs +2 -2
  258. package/schematics/utils/build-component.d.ts +1 -1
  259. package/schematics/utils/build-component.js +2 -2
  260. package/schematics/utils/build-component.mjs +2 -2
  261. package/schematics/utils/get-project.d.ts +1 -1
  262. package/schematics/utils/get-project.js +2 -2
  263. package/schematics/utils/get-project.mjs +2 -2
  264. package/schematics/utils/html-manipulation.d.ts +1 -1
  265. package/schematics/utils/html-manipulation.js +2 -2
  266. package/schematics/utils/html-manipulation.mjs +2 -2
  267. package/schematics/utils/index.d.ts +1 -1
  268. package/schematics/utils/index.js +2 -2
  269. package/schematics/utils/index.mjs +2 -2
  270. package/schematics/utils/parse5-element.d.ts +1 -1
  271. package/schematics/utils/parse5-element.js +2 -2
  272. package/schematics/utils/parse5-element.mjs +2 -2
  273. package/schematics/utils/project-index-file.d.ts +1 -1
  274. package/schematics/utils/project-index-file.js +2 -2
  275. package/schematics/utils/project-index-file.mjs +2 -2
  276. package/schematics/utils/project-main-file.d.ts +1 -1
  277. package/schematics/utils/project-main-file.js +2 -2
  278. package/schematics/utils/project-main-file.mjs +2 -2
  279. package/schematics/utils/project-style-file.d.ts +1 -1
  280. package/schematics/utils/project-style-file.js +2 -2
  281. package/schematics/utils/project-style-file.mjs +2 -2
  282. package/schematics/utils/project-targets.d.ts +1 -1
  283. package/schematics/utils/project-targets.js +4 -3
  284. package/schematics/utils/project-targets.mjs +4 -3
  285. package/schematics/utils/project-tsconfig-paths.d.ts +1 -1
  286. package/schematics/utils/project-tsconfig-paths.js +2 -2
  287. package/schematics/utils/project-tsconfig-paths.mjs +2 -2
  288. package/schematics/utils/schematic-options.d.ts +1 -1
  289. package/schematics/utils/schematic-options.js +2 -2
  290. package/schematics/utils/schematic-options.mjs +2 -2
  291. package/scrolling/index.d.ts +19 -38
  292. package/stepper/index.d.ts +16 -69
  293. package/table/index.d.ts +41 -56
  294. package/text-field/index.d.ts +6 -9
  295. package/tree/index.d.ts +17 -16
  296. package/esm2022/a11y/a11y-module.mjs +0 -31
  297. package/esm2022/a11y/a11y_public_index.mjs +0 -5
  298. package/esm2022/a11y/aria-describer/aria-describer.mjs +0 -232
  299. package/esm2022/a11y/aria-describer/aria-reference.mjs +0 -47
  300. package/esm2022/a11y/fake-event-detection.mjs +0 -29
  301. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +0 -468
  302. package/esm2022/a11y/focus-trap/configurable-focus-trap-config.mjs +0 -9
  303. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +0 -54
  304. package/esm2022/a11y/focus-trap/configurable-focus-trap.mjs +0 -51
  305. package/esm2022/a11y/focus-trap/event-listener-inert-strategy.mjs +0 -61
  306. package/esm2022/a11y/focus-trap/focus-trap-inert-strategy.mjs +0 -11
  307. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +0 -53
  308. package/esm2022/a11y/focus-trap/focus-trap.mjs +0 -396
  309. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +0 -116
  310. package/esm2022/a11y/index.mjs +0 -9
  311. package/esm2022/a11y/input-modality/input-modality-detector.mjs +0 -176
  312. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +0 -238
  313. package/esm2022/a11y/key-manager/activedescendant-key-manager.mjs +0 -20
  314. package/esm2022/a11y/key-manager/focus-key-manager.mjs +0 -29
  315. package/esm2022/a11y/key-manager/list-key-manager.mjs +0 -357
  316. package/esm2022/a11y/key-manager/noop-tree-key-manager.mjs +0 -94
  317. package/esm2022/a11y/key-manager/tree-key-manager-strategy.mjs +0 -9
  318. package/esm2022/a11y/key-manager/tree-key-manager.mjs +0 -345
  319. package/esm2022/a11y/key-manager/typeahead.mjs +0 -91
  320. package/esm2022/a11y/live-announcer/live-announcer-tokens.mjs +0 -19
  321. package/esm2022/a11y/live-announcer/live-announcer.mjs +0 -210
  322. package/esm2022/a11y/public-api.mjs +0 -30
  323. package/esm2022/accordion/accordion-item.mjs +0 -162
  324. package/esm2022/accordion/accordion-module.mjs +0 -24
  325. package/esm2022/accordion/accordion.mjs +0 -65
  326. package/esm2022/accordion/accordion_public_index.mjs +0 -5
  327. package/esm2022/accordion/index.mjs +0 -9
  328. package/esm2022/accordion/public-api.mjs +0 -11
  329. package/esm2022/bidi/bidi-module.mjs +0 -23
  330. package/esm2022/bidi/bidi_public_index.mjs +0 -5
  331. package/esm2022/bidi/dir-document-token.mjs +0 -33
  332. package/esm2022/bidi/dir.mjs +0 -70
  333. package/esm2022/bidi/directionality.mjs +0 -52
  334. package/esm2022/bidi/index.mjs +0 -9
  335. package/esm2022/bidi/public-api.mjs +0 -12
  336. package/esm2022/clipboard/clipboard-module.mjs +0 -23
  337. package/esm2022/clipboard/clipboard.mjs +0 -53
  338. package/esm2022/clipboard/clipboard_public_index.mjs +0 -5
  339. package/esm2022/clipboard/copy-to-clipboard.mjs +0 -100
  340. package/esm2022/clipboard/index.mjs +0 -9
  341. package/esm2022/clipboard/pending-copy.mjs +0 -71
  342. package/esm2022/clipboard/public-api.mjs +0 -12
  343. package/esm2022/coercion/array.mjs +0 -11
  344. package/esm2022/coercion/boolean-property.mjs +0 -12
  345. package/esm2022/coercion/css-pixel-value.mjs +0 -15
  346. package/esm2022/coercion/element.mjs +0 -16
  347. package/esm2022/coercion/index.mjs +0 -9
  348. package/esm2022/coercion/number-property.mjs +0 -24
  349. package/esm2022/coercion/private/index.mjs +0 -9
  350. package/esm2022/coercion/private/observable.mjs +0 -19
  351. package/esm2022/coercion/private/private_public_index.mjs +0 -5
  352. package/esm2022/coercion/public-api.mjs +0 -14
  353. package/esm2022/coercion/string-array.mjs +0 -38
  354. package/esm2022/collections/array-data-source.mjs +0 -21
  355. package/esm2022/collections/collection-viewer.mjs +0 -9
  356. package/esm2022/collections/collections_public_index.mjs +0 -5
  357. package/esm2022/collections/data-source.mjs +0 -19
  358. package/esm2022/collections/dispose-view-repeater-strategy.mjs +0 -48
  359. package/esm2022/collections/index.mjs +0 -9
  360. package/esm2022/collections/public-api.mjs +0 -17
  361. package/esm2022/collections/recycle-view-repeater-strategy.mjs +0 -129
  362. package/esm2022/collections/selection-model.mjs +0 -225
  363. package/esm2022/collections/tree-adapter.mjs +0 -9
  364. package/esm2022/collections/unique-selection-dispatcher.mjs +0 -55
  365. package/esm2022/collections/view-repeater.mjs +0 -26
  366. package/esm2022/dialog/dialog-config.mjs +0 -70
  367. package/esm2022/dialog/dialog-container.mjs +0 -308
  368. package/esm2022/dialog/dialog-injectors.mjs +0 -40
  369. package/esm2022/dialog/dialog-module.mjs +0 -40
  370. package/esm2022/dialog/dialog-ref.mjs +0 -85
  371. package/esm2022/dialog/dialog.mjs +0 -303
  372. package/esm2022/dialog/dialog_public_index.mjs +0 -5
  373. package/esm2022/dialog/index.mjs +0 -9
  374. package/esm2022/dialog/public-api.mjs +0 -14
  375. package/esm2022/drag-drop/directives/assertions.mjs +0 -18
  376. package/esm2022/drag-drop/directives/config.mjs +0 -14
  377. package/esm2022/drag-drop/directives/drag-handle.mjs +0 -68
  378. package/esm2022/drag-drop/directives/drag-placeholder.mjs +0 -43
  379. package/esm2022/drag-drop/directives/drag-preview.mjs +0 -48
  380. package/esm2022/drag-drop/directives/drag.mjs +0 -520
  381. package/esm2022/drag-drop/directives/drop-list-group.mjs +0 -47
  382. package/esm2022/drag-drop/directives/drop-list.mjs +0 -352
  383. package/esm2022/drag-drop/dom/clone-node.mjs +0 -65
  384. package/esm2022/drag-drop/dom/dom-rect.mjs +0 -64
  385. package/esm2022/drag-drop/dom/parent-position-tracker.mjs +0 -76
  386. package/esm2022/drag-drop/dom/root-node.mjs +0 -21
  387. package/esm2022/drag-drop/dom/styling.mjs +0 -89
  388. package/esm2022/drag-drop/dom/transition-duration.mjs +0 -36
  389. package/esm2022/drag-drop/drag-drop-module.mjs +0 -49
  390. package/esm2022/drag-drop/drag-drop-registry.mjs +0 -248
  391. package/esm2022/drag-drop/drag-drop.mjs +0 -57
  392. package/esm2022/drag-drop/drag-drop_public_index.mjs +0 -5
  393. package/esm2022/drag-drop/drag-events.mjs +0 -9
  394. package/esm2022/drag-drop/drag-parent.mjs +0 -16
  395. package/esm2022/drag-drop/drag-ref.mjs +0 -1097
  396. package/esm2022/drag-drop/drag-utils.mjs +0 -60
  397. package/esm2022/drag-drop/drop-list-ref.mjs +0 -672
  398. package/esm2022/drag-drop/index.mjs +0 -9
  399. package/esm2022/drag-drop/preview-ref.mjs +0 -125
  400. package/esm2022/drag-drop/public-api.mjs +0 -23
  401. package/esm2022/drag-drop/sorting/drop-list-sort-strategy.mjs +0 -9
  402. package/esm2022/drag-drop/sorting/mixed-sort-strategy.mjs +0 -246
  403. package/esm2022/drag-drop/sorting/single-axis-sort-strategy.mjs +0 -343
  404. package/esm2022/index.mjs +0 -9
  405. package/esm2022/keycodes/index.mjs +0 -9
  406. package/esm2022/keycodes/keycodes.mjs +0 -127
  407. package/esm2022/keycodes/keycodes_public_index.mjs +0 -5
  408. package/esm2022/keycodes/modifiers.mjs +0 -18
  409. package/esm2022/keycodes/public-api.mjs +0 -10
  410. package/esm2022/layout/breakpoints-observer.mjs +0 -105
  411. package/esm2022/layout/breakpoints.mjs +0 -29
  412. package/esm2022/layout/index.mjs +0 -9
  413. package/esm2022/layout/layout-module.mjs +0 -19
  414. package/esm2022/layout/layout_public_index.mjs +0 -5
  415. package/esm2022/layout/media-matcher.mjs +0 -94
  416. package/esm2022/layout/public-api.mjs +0 -12
  417. package/esm2022/listbox/index.mjs +0 -9
  418. package/esm2022/listbox/listbox-module.mjs +0 -24
  419. package/esm2022/listbox/listbox.mjs +0 -888
  420. package/esm2022/listbox/listbox_public_index.mjs +0 -5
  421. package/esm2022/listbox/public-api.mjs +0 -10
  422. package/esm2022/menu/context-menu-trigger.mjs +0 -221
  423. package/esm2022/menu/event-detection.mjs +0 -28
  424. package/esm2022/menu/index.mjs +0 -9
  425. package/esm2022/menu/menu-aim.mjs +0 -204
  426. package/esm2022/menu/menu-bar.mjs +0 -134
  427. package/esm2022/menu/menu-base.mjs +0 -192
  428. package/esm2022/menu/menu-errors.mjs +0 -22
  429. package/esm2022/menu/menu-group.mjs +0 -31
  430. package/esm2022/menu/menu-interface.mjs +0 -11
  431. package/esm2022/menu/menu-item-checkbox.mjs +0 -50
  432. package/esm2022/menu/menu-item-radio.mjs +0 -72
  433. package/esm2022/menu/menu-item-selectable.mjs +0 -36
  434. package/esm2022/menu/menu-item.mjs +0 -270
  435. package/esm2022/menu/menu-module.mjs +0 -60
  436. package/esm2022/menu/menu-stack.mjs +0 -163
  437. package/esm2022/menu/menu-trigger-base.mjs +0 -119
  438. package/esm2022/menu/menu-trigger.mjs +0 -313
  439. package/esm2022/menu/menu.mjs +0 -135
  440. package/esm2022/menu/menu_public_index.mjs +0 -5
  441. package/esm2022/menu/pointer-focus-tracker.mjs +0 -51
  442. package/esm2022/menu/public-api.mjs +0 -24
  443. package/esm2022/observers/index.mjs +0 -9
  444. package/esm2022/observers/observe-content.mjs +0 -216
  445. package/esm2022/observers/observers_public_index.mjs +0 -5
  446. package/esm2022/observers/private/index.mjs +0 -9
  447. package/esm2022/observers/private/private_public_index.mjs +0 -5
  448. package/esm2022/observers/private/shared-resize-observer.mjs +0 -125
  449. package/esm2022/observers/public-api.mjs +0 -9
  450. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +0 -52
  451. package/esm2022/overlay/dispatchers/index.mjs +0 -10
  452. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +0 -81
  453. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +0 -151
  454. package/esm2022/overlay/fullscreen-overlay-container.mjs +0 -94
  455. package/esm2022/overlay/index.mjs +0 -9
  456. package/esm2022/overlay/overlay-config.mjs +0 -45
  457. package/esm2022/overlay/overlay-container.mjs +0 -81
  458. package/esm2022/overlay/overlay-directives.mjs +0 -432
  459. package/esm2022/overlay/overlay-module.mjs +0 -28
  460. package/esm2022/overlay/overlay-ref.mjs +0 -437
  461. package/esm2022/overlay/overlay.mjs +0 -126
  462. package/esm2022/overlay/overlay_public_index.mjs +0 -5
  463. package/esm2022/overlay/position/connected-position.mjs +0 -88
  464. package/esm2022/overlay/position/flexible-connected-position-strategy.mjs +0 -1002
  465. package/esm2022/overlay/position/global-position-strategy.mjs +0 -237
  466. package/esm2022/overlay/position/overlay-position-builder.mjs +0 -50
  467. package/esm2022/overlay/position/position-strategy.mjs +0 -9
  468. package/esm2022/overlay/position/scroll-clip.mjs +0 -40
  469. package/esm2022/overlay/public-api.mjs +0 -22
  470. package/esm2022/overlay/scroll/block-scroll-strategy.mjs +0 -80
  471. package/esm2022/overlay/scroll/close-scroll-strategy.mjs +0 -65
  472. package/esm2022/overlay/scroll/index.mjs +0 -14
  473. package/esm2022/overlay/scroll/noop-scroll-strategy.mjs +0 -17
  474. package/esm2022/overlay/scroll/reposition-scroll-strategy.mjs +0 -61
  475. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +0 -55
  476. package/esm2022/overlay/scroll/scroll-strategy.mjs +0 -14
  477. package/esm2022/platform/features/input-types.mjs +0 -59
  478. package/esm2022/platform/features/passive-listeners.mjs +0 -36
  479. package/esm2022/platform/features/scrolling.mjs +0 -104
  480. package/esm2022/platform/features/shadow-dom.mjs +0 -54
  481. package/esm2022/platform/features/test-environment.mjs +0 -24
  482. package/esm2022/platform/index.mjs +0 -9
  483. package/esm2022/platform/platform-module.mjs +0 -19
  484. package/esm2022/platform/platform.mjs +0 -82
  485. package/esm2022/platform/platform_public_index.mjs +0 -5
  486. package/esm2022/platform/public-api.mjs +0 -15
  487. package/esm2022/portal/dom-portal-outlet.mjs +0 -158
  488. package/esm2022/portal/index.mjs +0 -9
  489. package/esm2022/portal/portal-directives.mjs +0 -251
  490. package/esm2022/portal/portal-errors.mjs +0 -51
  491. package/esm2022/portal/portal-injector.mjs +0 -28
  492. package/esm2022/portal/portal.mjs +0 -189
  493. package/esm2022/portal/portal_public_index.mjs +0 -5
  494. package/esm2022/portal/public-api.mjs +0 -12
  495. package/esm2022/private/index.mjs +0 -9
  496. package/esm2022/private/private_public_index.mjs +0 -5
  497. package/esm2022/private/public-api.mjs +0 -9
  498. package/esm2022/private/style-loader.mjs +0 -50
  499. package/esm2022/public-api.mjs +0 -9
  500. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +0 -218
  501. package/esm2022/scrolling/index.mjs +0 -9
  502. package/esm2022/scrolling/public-api.mjs +0 -20
  503. package/esm2022/scrolling/scroll-dispatcher.mjs +0 -163
  504. package/esm2022/scrolling/scrollable.mjs +0 -177
  505. package/esm2022/scrolling/scrolling-module.mjs +0 -69
  506. package/esm2022/scrolling/scrolling_public_index.mjs +0 -5
  507. package/esm2022/scrolling/viewport-ruler.mjs +0 -146
  508. package/esm2022/scrolling/virtual-for-of.mjs +0 -299
  509. package/esm2022/scrolling/virtual-scroll-repeater.mjs +0 -9
  510. package/esm2022/scrolling/virtual-scroll-strategy.mjs +0 -11
  511. package/esm2022/scrolling/virtual-scroll-viewport.mjs +0 -445
  512. package/esm2022/scrolling/virtual-scrollable-element.mjs +0 -42
  513. package/esm2022/scrolling/virtual-scrollable-window.mjs +0 -41
  514. package/esm2022/scrolling/virtual-scrollable.mjs +0 -40
  515. package/esm2022/stepper/index.mjs +0 -9
  516. package/esm2022/stepper/public-api.mjs +0 -13
  517. package/esm2022/stepper/step-header.mjs +0 -31
  518. package/esm2022/stepper/step-label.mjs +0 -24
  519. package/esm2022/stepper/stepper-button.mjs +0 -58
  520. package/esm2022/stepper/stepper-module.mjs +0 -41
  521. package/esm2022/stepper/stepper.mjs +0 -452
  522. package/esm2022/stepper/stepper_public_index.mjs +0 -5
  523. package/esm2022/table/can-stick.mjs +0 -46
  524. package/esm2022/table/cell.mjs +0 -245
  525. package/esm2022/table/coalesced-style-scheduler.mjs +0 -79
  526. package/esm2022/table/index.mjs +0 -9
  527. package/esm2022/table/public-api.mjs +0 -20
  528. package/esm2022/table/row.mjs +0 -317
  529. package/esm2022/table/sticky-position-listener.mjs +0 -11
  530. package/esm2022/table/sticky-styler.mjs +0 -347
  531. package/esm2022/table/table-errors.mjs +0 -67
  532. package/esm2022/table/table-module.mjs +0 -93
  533. package/esm2022/table/table.mjs +0 -1148
  534. package/esm2022/table/table_public_index.mjs +0 -5
  535. package/esm2022/table/text-column.mjs +0 -154
  536. package/esm2022/table/tokens.mjs +0 -16
  537. package/esm2022/testing/change-detection.mjs +0 -102
  538. package/esm2022/testing/component-harness.mjs +0 -328
  539. package/esm2022/testing/element-dimensions.mjs +0 -9
  540. package/esm2022/testing/harness-environment.mjs +0 -220
  541. package/esm2022/testing/index.mjs +0 -9
  542. package/esm2022/testing/public-api.mjs +0 -15
  543. package/esm2022/testing/selenium-webdriver/index.mjs +0 -9
  544. package/esm2022/testing/selenium-webdriver/public-api.mjs +0 -10
  545. package/esm2022/testing/selenium-webdriver/selenium-web-driver-element.mjs +0 -216
  546. package/esm2022/testing/selenium-webdriver/selenium-web-driver-harness-environment.mjs +0 -88
  547. package/esm2022/testing/selenium-webdriver/selenium-webdriver-keys.mjs +0 -64
  548. package/esm2022/testing/test-element-errors.mjs +0 -15
  549. package/esm2022/testing/test-element.mjs +0 -49
  550. package/esm2022/testing/testbed/fake-events/dispatch-events.mjs +0 -53
  551. package/esm2022/testing/testbed/fake-events/element-focus.mjs +0 -39
  552. package/esm2022/testing/testbed/fake-events/event-objects.mjs +0 -127
  553. package/esm2022/testing/testbed/fake-events/index.mjs +0 -14
  554. package/esm2022/testing/testbed/fake-events/type-in-element.mjs +0 -97
  555. package/esm2022/testing/testbed/index.mjs +0 -9
  556. package/esm2022/testing/testbed/public-api.mjs +0 -10
  557. package/esm2022/testing/testbed/task-state-zone-interceptor.mjs +0 -83
  558. package/esm2022/testing/testbed/testbed-harness-environment.mjs +0 -165
  559. package/esm2022/testing/testbed/unit-test-element.mjs +0 -258
  560. package/esm2022/testing/text-filtering.mjs +0 -21
  561. package/esm2022/text-field/autofill.mjs +0 -114
  562. package/esm2022/text-field/autosize.mjs +0 -309
  563. package/esm2022/text-field/index.mjs +0 -9
  564. package/esm2022/text-field/public-api.mjs +0 -11
  565. package/esm2022/text-field/text-field-module.mjs +0 -24
  566. package/esm2022/text-field/text-field_public_index.mjs +0 -5
  567. package/esm2022/tree/control/base-tree-control.mjs +0 -62
  568. package/esm2022/tree/control/flat-tree-control.mjs +0 -57
  569. package/esm2022/tree/control/nested-tree-control.mjs +0 -67
  570. package/esm2022/tree/control/tree-control.mjs +0 -2
  571. package/esm2022/tree/index.mjs +0 -9
  572. package/esm2022/tree/nested-node.mjs +0 -103
  573. package/esm2022/tree/node.mjs +0 -36
  574. package/esm2022/tree/outlet.mjs +0 -40
  575. package/esm2022/tree/padding.mjs +0 -129
  576. package/esm2022/tree/public-api.mjs +0 -20
  577. package/esm2022/tree/toggle.mjs +0 -51
  578. package/esm2022/tree/tree-errors.mjs +0 -44
  579. package/esm2022/tree/tree-module.mjs +0 -49
  580. package/esm2022/tree/tree.mjs +0 -1123
  581. package/esm2022/tree/tree_public_index.mjs +0 -5
  582. package/esm2022/version.mjs +0 -11
@@ -66,20 +66,20 @@ class Platform {
66
66
  /** Whether the current browser is Safari. */
67
67
  this.SAFARI = this.isBrowser && /safari/i.test(navigator.userAgent) && this.WEBKIT;
68
68
  }
69
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: Platform, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
70
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: Platform, providedIn: 'root' }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: Platform, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
70
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: Platform, providedIn: 'root' }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: Platform, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: Platform, decorators: [{
73
73
  type: Injectable,
74
74
  args: [{ providedIn: 'root' }]
75
75
  }], ctorParameters: () => [] });
76
76
 
77
77
  class PlatformModule {
78
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PlatformModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
79
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0-next.2", ngImport: i0, type: PlatformModule }); }
80
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PlatformModule }); }
78
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PlatformModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
79
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.10", ngImport: i0, type: PlatformModule }); }
80
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PlatformModule }); }
81
81
  }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PlatformModule, decorators: [{
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PlatformModule, decorators: [{
83
83
  type: NgModule,
84
84
  args: [{}]
85
85
  }] });
@@ -1 +1 @@
1
- {"version":3,"file":"platform.mjs","sources":["../../../../../../src/cdk/platform/platform.ts","../../../../../../src/cdk/platform/platform-module.ts","../../../../../../src/cdk/platform/features/input-types.ts","../../../../../../src/cdk/platform/features/passive-listeners.ts","../../../../../../src/cdk/platform/features/scrolling.ts","../../../../../../src/cdk/platform/features/shadow-dom.ts","../../../../../../src/cdk/platform/features/test-environment.ts","../../../../../../src/cdk/platform/platform_public_index.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {inject, Injectable, PLATFORM_ID} from '@angular/core';\nimport {isPlatformBrowser} from '@angular/common';\n\n// Whether the current platform supports the V8 Break Iterator. The V8 check\n// is necessary to detect all Blink based browsers.\nlet hasV8BreakIterator: boolean;\n\n// We need a try/catch around the reference to `Intl`, because accessing it in some cases can\n// cause IE to throw. These cases are tied to particular versions of Windows and can happen if\n// the consumer is providing a polyfilled `Map`. See:\n// https://github.com/Microsoft/ChakraCore/issues/3189\n// https://github.com/angular/components/issues/15687\ntry {\n hasV8BreakIterator = typeof Intl !== 'undefined' && (Intl as any).v8BreakIterator;\n} catch {\n hasV8BreakIterator = false;\n}\n\n/**\n * Service to detect the current platform by comparing the userAgent strings and\n * checking browser-specific global properties.\n */\n@Injectable({providedIn: 'root'})\nexport class Platform {\n private _platformId = inject(PLATFORM_ID);\n\n // We want to use the Angular platform check because if the Document is shimmed\n // without the navigator, the following checks will fail. This is preferred because\n // sometimes the Document may be shimmed without the user's knowledge or intention\n /** Whether the Angular application is being rendered in the browser. */\n isBrowser: boolean = this._platformId\n ? isPlatformBrowser(this._platformId)\n : typeof document === 'object' && !!document;\n\n /** Whether the current browser is Microsoft Edge. */\n EDGE: boolean = this.isBrowser && /(edge)/i.test(navigator.userAgent);\n\n /** Whether the current rendering engine is Microsoft Trident. */\n TRIDENT: boolean = this.isBrowser && /(msie|trident)/i.test(navigator.userAgent);\n\n // EdgeHTML and Trident mock Blink specific things and need to be excluded from this check.\n /** Whether the current rendering engine is Blink. */\n BLINK: boolean =\n this.isBrowser &&\n !!((window as any).chrome || hasV8BreakIterator) &&\n typeof CSS !== 'undefined' &&\n !this.EDGE &&\n !this.TRIDENT;\n\n // Webkit is part of the userAgent in EdgeHTML, Blink and Trident. Therefore we need to\n // ensure that Webkit runs standalone and is not used as another engine's base.\n /** Whether the current rendering engine is WebKit. */\n WEBKIT: boolean =\n this.isBrowser &&\n /AppleWebKit/i.test(navigator.userAgent) &&\n !this.BLINK &&\n !this.EDGE &&\n !this.TRIDENT;\n\n /** Whether the current platform is Apple iOS. */\n IOS: boolean =\n this.isBrowser && /iPad|iPhone|iPod/.test(navigator.userAgent) && !('MSStream' in window);\n\n // It's difficult to detect the plain Gecko engine, because most of the browsers identify\n // them self as Gecko-like browsers and modify the userAgent's according to that.\n // Since we only cover one explicit Firefox case, we can simply check for Firefox\n // instead of having an unstable check for Gecko.\n /** Whether the current browser is Firefox. */\n FIREFOX: boolean = this.isBrowser && /(firefox|minefield)/i.test(navigator.userAgent);\n\n /** Whether the current platform is Android. */\n // Trident on mobile adds the android platform to the userAgent to trick detections.\n ANDROID: boolean = this.isBrowser && /android/i.test(navigator.userAgent) && !this.TRIDENT;\n\n // Safari browsers will include the Safari keyword in their userAgent. Some browsers may fake\n // this and just place the Safari keyword in the userAgent. To be more safe about Safari every\n // Safari browser should also use Webkit as its layout engine.\n /** Whether the current browser is Safari. */\n SAFARI: boolean = this.isBrowser && /safari/i.test(navigator.userAgent) && this.WEBKIT;\n\n /** Backwards-compatible constructor. */\n constructor(..._args: unknown[]);\n\n constructor() {}\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {NgModule} from '@angular/core';\n\n@NgModule({})\nexport class PlatformModule {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/** Cached result Set of input types support by the current browser. */\nlet supportedInputTypes: Set<string>;\n\n/** Types of `<input>` that *might* be supported. */\nconst candidateInputTypes = [\n // `color` must come first. Chrome 56 shows a warning if we change the type to `color` after\n // first changing it to something else:\n // The specified value \"\" does not conform to the required format.\n // The format is \"#rrggbb\" where rr, gg, bb are two-digit hexadecimal numbers.\n 'color',\n 'button',\n 'checkbox',\n 'date',\n 'datetime-local',\n 'email',\n 'file',\n 'hidden',\n 'image',\n 'month',\n 'number',\n 'password',\n 'radio',\n 'range',\n 'reset',\n 'search',\n 'submit',\n 'tel',\n 'text',\n 'time',\n 'url',\n 'week',\n];\n\n/** @returns The input types supported by this browser. */\nexport function getSupportedInputTypes(): Set<string> {\n // Result is cached.\n if (supportedInputTypes) {\n return supportedInputTypes;\n }\n\n // We can't check if an input type is not supported until we're on the browser, so say that\n // everything is supported when not on the browser. We don't use `Platform` here since it's\n // just a helper function and can't inject it.\n if (typeof document !== 'object' || !document) {\n supportedInputTypes = new Set(candidateInputTypes);\n return supportedInputTypes;\n }\n\n let featureTestInput = document.createElement('input');\n supportedInputTypes = new Set(\n candidateInputTypes.filter(value => {\n featureTestInput.setAttribute('type', value);\n return featureTestInput.type === value;\n }),\n );\n\n return supportedInputTypes;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/** Cached result of whether the user's browser supports passive event listeners. */\nlet supportsPassiveEvents: boolean;\n\n/**\n * Checks whether the user's browser supports passive event listeners.\n * See: https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md\n */\nexport function supportsPassiveEventListeners(): boolean {\n if (supportsPassiveEvents == null && typeof window !== 'undefined') {\n try {\n window.addEventListener(\n 'test',\n null!,\n Object.defineProperty({}, 'passive', {\n get: () => (supportsPassiveEvents = true),\n }),\n );\n } finally {\n supportsPassiveEvents = supportsPassiveEvents || false;\n }\n }\n\n return supportsPassiveEvents;\n}\n\n/**\n * Normalizes an `AddEventListener` object to something that can be passed\n * to `addEventListener` on any browser, no matter whether it supports the\n * `options` parameter.\n * @param options Object to be normalized.\n */\nexport function normalizePassiveListenerOptions(\n options: AddEventListenerOptions,\n): AddEventListenerOptions | boolean {\n return supportsPassiveEventListeners() ? options : !!options.capture;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/** The possible ways the browser may handle the horizontal scroll axis in RTL languages. */\nexport enum RtlScrollAxisType {\n /**\n * scrollLeft is 0 when scrolled all the way left and (scrollWidth - clientWidth) when scrolled\n * all the way right.\n */\n NORMAL,\n /**\n * scrollLeft is -(scrollWidth - clientWidth) when scrolled all the way left and 0 when scrolled\n * all the way right.\n */\n NEGATED,\n /**\n * scrollLeft is (scrollWidth - clientWidth) when scrolled all the way left and 0 when scrolled\n * all the way right.\n */\n INVERTED,\n}\n\n/** Cached result of the way the browser handles the horizontal scroll axis in RTL mode. */\nlet rtlScrollAxisType: RtlScrollAxisType | undefined;\n\n/** Cached result of the check that indicates whether the browser supports scroll behaviors. */\nlet scrollBehaviorSupported: boolean | undefined;\n\n/** Check whether the browser supports scroll behaviors. */\nexport function supportsScrollBehavior(): boolean {\n if (scrollBehaviorSupported == null) {\n // If we're not in the browser, it can't be supported. Also check for `Element`, because\n // some projects stub out the global `document` during SSR which can throw us off.\n if (typeof document !== 'object' || !document || typeof Element !== 'function' || !Element) {\n scrollBehaviorSupported = false;\n return scrollBehaviorSupported;\n }\n\n // If the element can have a `scrollBehavior` style, we can be sure that it's supported.\n if ('scrollBehavior' in document.documentElement!.style) {\n scrollBehaviorSupported = true;\n } else {\n // At this point we have 3 possibilities: `scrollTo` isn't supported at all, it's\n // supported but it doesn't handle scroll behavior, or it has been polyfilled.\n const scrollToFunction: Function | undefined = Element.prototype.scrollTo;\n\n if (scrollToFunction) {\n // We can detect if the function has been polyfilled by calling `toString` on it. Native\n // functions are obfuscated using `[native code]`, whereas if it was overwritten we'd get\n // the actual function source. Via https://davidwalsh.name/detect-native-function. Consider\n // polyfilled functions as supporting scroll behavior.\n scrollBehaviorSupported = !/\\{\\s*\\[native code\\]\\s*\\}/.test(scrollToFunction.toString());\n } else {\n scrollBehaviorSupported = false;\n }\n }\n }\n\n return scrollBehaviorSupported;\n}\n\n/**\n * Checks the type of RTL scroll axis used by this browser. As of time of writing, Chrome is NORMAL,\n * Firefox & Safari are NEGATED, and IE & Edge are INVERTED.\n */\nexport function getRtlScrollAxisType(): RtlScrollAxisType {\n // We can't check unless we're on the browser. Just assume 'normal' if we're not.\n if (typeof document !== 'object' || !document) {\n return RtlScrollAxisType.NORMAL;\n }\n\n if (rtlScrollAxisType == null) {\n // Create a 1px wide scrolling container and a 2px wide content element.\n const scrollContainer = document.createElement('div');\n const containerStyle = scrollContainer.style;\n scrollContainer.dir = 'rtl';\n containerStyle.width = '1px';\n containerStyle.overflow = 'auto';\n containerStyle.visibility = 'hidden';\n containerStyle.pointerEvents = 'none';\n containerStyle.position = 'absolute';\n\n const content = document.createElement('div');\n const contentStyle = content.style;\n contentStyle.width = '2px';\n contentStyle.height = '1px';\n\n scrollContainer.appendChild(content);\n document.body.appendChild(scrollContainer);\n\n rtlScrollAxisType = RtlScrollAxisType.NORMAL;\n\n // The viewport starts scrolled all the way to the right in RTL mode. If we are in a NORMAL\n // browser this would mean that the scrollLeft should be 1. If it's zero instead we know we're\n // dealing with one of the other two types of browsers.\n if (scrollContainer.scrollLeft === 0) {\n // In a NEGATED browser the scrollLeft is always somewhere in [-maxScrollAmount, 0]. For an\n // INVERTED browser it is always somewhere in [0, maxScrollAmount]. We can determine which by\n // setting to the scrollLeft to 1. This is past the max for a NEGATED browser, so it will\n // return 0 when we read it again.\n scrollContainer.scrollLeft = 1;\n rtlScrollAxisType =\n scrollContainer.scrollLeft === 0 ? RtlScrollAxisType.NEGATED : RtlScrollAxisType.INVERTED;\n }\n\n scrollContainer.remove();\n }\n return rtlScrollAxisType;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nlet shadowDomIsSupported: boolean;\n\n/** Checks whether the user's browser support Shadow DOM. */\nexport function _supportsShadowDom(): boolean {\n if (shadowDomIsSupported == null) {\n const head = typeof document !== 'undefined' ? document.head : null;\n shadowDomIsSupported = !!(head && ((head as any).createShadowRoot || head.attachShadow));\n }\n\n return shadowDomIsSupported;\n}\n\n/** Gets the shadow root of an element, if supported and the element is inside the Shadow DOM. */\nexport function _getShadowRoot(element: HTMLElement): ShadowRoot | null {\n if (_supportsShadowDom()) {\n const rootNode = element.getRootNode ? element.getRootNode() : null;\n\n // Note that this should be caught by `_supportsShadowDom`, but some\n // teams have been able to hit this code path on unsupported browsers.\n if (typeof ShadowRoot !== 'undefined' && ShadowRoot && rootNode instanceof ShadowRoot) {\n return rootNode;\n }\n }\n\n return null;\n}\n\n/**\n * Gets the currently-focused element on the page while\n * also piercing through Shadow DOM boundaries.\n */\nexport function _getFocusedElementPierceShadowDom(): HTMLElement | null {\n let activeElement =\n typeof document !== 'undefined' && document\n ? (document.activeElement as HTMLElement | null)\n : null;\n\n while (activeElement && activeElement.shadowRoot) {\n const newActiveElement = activeElement.shadowRoot.activeElement as HTMLElement | null;\n if (newActiveElement === activeElement) {\n break;\n } else {\n activeElement = newActiveElement;\n }\n }\n\n return activeElement;\n}\n\n/** Gets the target of an event while accounting for Shadow DOM. */\nexport function _getEventTarget<T extends EventTarget>(event: Event): T | null {\n // If an event is bound outside the Shadow DOM, the `event.target` will\n // point to the shadow root so we have to use `composedPath` instead.\n return (event.composedPath ? event.composedPath()[0] : event.target) as T | null;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/** Gets whether the code is currently running in a test environment. */\nexport function _isTestEnvironment(): boolean {\n // We can't use `declare const` because it causes conflicts inside Google with the real typings\n // for these symbols and we can't read them off the global object, because they don't appear to\n // be attached there for some runners like Jest.\n // (see: https://github.com/angular/components/issues/23365#issuecomment-938146643)\n return (\n // @ts-ignore\n (typeof __karma__ !== 'undefined' && !!__karma__) ||\n // @ts-ignore\n (typeof jasmine !== 'undefined' && !!jasmine) ||\n // @ts-ignore\n (typeof jest !== 'undefined' && !!jest) ||\n // @ts-ignore\n (typeof Mocha !== 'undefined' && !!Mocha)\n );\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"platform.mjs","sources":["../../../../../../src/cdk/platform/platform.ts","../../../../../../src/cdk/platform/platform-module.ts","../../../../../../src/cdk/platform/features/input-types.ts","../../../../../../src/cdk/platform/features/passive-listeners.ts","../../../../../../src/cdk/platform/features/scrolling.ts","../../../../../../src/cdk/platform/features/shadow-dom.ts","../../../../../../src/cdk/platform/features/test-environment.ts","../../../../../../src/cdk/platform/platform_public_index.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {inject, Injectable, PLATFORM_ID} from '@angular/core';\nimport {isPlatformBrowser} from '@angular/common';\n\n// Whether the current platform supports the V8 Break Iterator. The V8 check\n// is necessary to detect all Blink based browsers.\nlet hasV8BreakIterator: boolean;\n\n// We need a try/catch around the reference to `Intl`, because accessing it in some cases can\n// cause IE to throw. These cases are tied to particular versions of Windows and can happen if\n// the consumer is providing a polyfilled `Map`. See:\n// https://github.com/Microsoft/ChakraCore/issues/3189\n// https://github.com/angular/components/issues/15687\ntry {\n hasV8BreakIterator = typeof Intl !== 'undefined' && (Intl as any).v8BreakIterator;\n} catch {\n hasV8BreakIterator = false;\n}\n\n/**\n * Service to detect the current platform by comparing the userAgent strings and\n * checking browser-specific global properties.\n */\n@Injectable({providedIn: 'root'})\nexport class Platform {\n private _platformId = inject(PLATFORM_ID);\n\n // We want to use the Angular platform check because if the Document is shimmed\n // without the navigator, the following checks will fail. This is preferred because\n // sometimes the Document may be shimmed without the user's knowledge or intention\n /** Whether the Angular application is being rendered in the browser. */\n isBrowser: boolean = this._platformId\n ? isPlatformBrowser(this._platformId)\n : typeof document === 'object' && !!document;\n\n /** Whether the current browser is Microsoft Edge. */\n EDGE: boolean = this.isBrowser && /(edge)/i.test(navigator.userAgent);\n\n /** Whether the current rendering engine is Microsoft Trident. */\n TRIDENT: boolean = this.isBrowser && /(msie|trident)/i.test(navigator.userAgent);\n\n // EdgeHTML and Trident mock Blink specific things and need to be excluded from this check.\n /** Whether the current rendering engine is Blink. */\n BLINK: boolean =\n this.isBrowser &&\n !!((window as any).chrome || hasV8BreakIterator) &&\n typeof CSS !== 'undefined' &&\n !this.EDGE &&\n !this.TRIDENT;\n\n // Webkit is part of the userAgent in EdgeHTML, Blink and Trident. Therefore we need to\n // ensure that Webkit runs standalone and is not used as another engine's base.\n /** Whether the current rendering engine is WebKit. */\n WEBKIT: boolean =\n this.isBrowser &&\n /AppleWebKit/i.test(navigator.userAgent) &&\n !this.BLINK &&\n !this.EDGE &&\n !this.TRIDENT;\n\n /** Whether the current platform is Apple iOS. */\n IOS: boolean =\n this.isBrowser && /iPad|iPhone|iPod/.test(navigator.userAgent) && !('MSStream' in window);\n\n // It's difficult to detect the plain Gecko engine, because most of the browsers identify\n // them self as Gecko-like browsers and modify the userAgent's according to that.\n // Since we only cover one explicit Firefox case, we can simply check for Firefox\n // instead of having an unstable check for Gecko.\n /** Whether the current browser is Firefox. */\n FIREFOX: boolean = this.isBrowser && /(firefox|minefield)/i.test(navigator.userAgent);\n\n /** Whether the current platform is Android. */\n // Trident on mobile adds the android platform to the userAgent to trick detections.\n ANDROID: boolean = this.isBrowser && /android/i.test(navigator.userAgent) && !this.TRIDENT;\n\n // Safari browsers will include the Safari keyword in their userAgent. Some browsers may fake\n // this and just place the Safari keyword in the userAgent. To be more safe about Safari every\n // Safari browser should also use Webkit as its layout engine.\n /** Whether the current browser is Safari. */\n SAFARI: boolean = this.isBrowser && /safari/i.test(navigator.userAgent) && this.WEBKIT;\n\n /** Backwards-compatible constructor. */\n constructor(..._args: unknown[]);\n\n constructor() {}\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NgModule} from '@angular/core';\n\n@NgModule({})\nexport class PlatformModule {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/** Cached result Set of input types support by the current browser. */\nlet supportedInputTypes: Set<string>;\n\n/** Types of `<input>` that *might* be supported. */\nconst candidateInputTypes = [\n // `color` must come first. Chrome 56 shows a warning if we change the type to `color` after\n // first changing it to something else:\n // The specified value \"\" does not conform to the required format.\n // The format is \"#rrggbb\" where rr, gg, bb are two-digit hexadecimal numbers.\n 'color',\n 'button',\n 'checkbox',\n 'date',\n 'datetime-local',\n 'email',\n 'file',\n 'hidden',\n 'image',\n 'month',\n 'number',\n 'password',\n 'radio',\n 'range',\n 'reset',\n 'search',\n 'submit',\n 'tel',\n 'text',\n 'time',\n 'url',\n 'week',\n];\n\n/** @returns The input types supported by this browser. */\nexport function getSupportedInputTypes(): Set<string> {\n // Result is cached.\n if (supportedInputTypes) {\n return supportedInputTypes;\n }\n\n // We can't check if an input type is not supported until we're on the browser, so say that\n // everything is supported when not on the browser. We don't use `Platform` here since it's\n // just a helper function and can't inject it.\n if (typeof document !== 'object' || !document) {\n supportedInputTypes = new Set(candidateInputTypes);\n return supportedInputTypes;\n }\n\n let featureTestInput = document.createElement('input');\n supportedInputTypes = new Set(\n candidateInputTypes.filter(value => {\n featureTestInput.setAttribute('type', value);\n return featureTestInput.type === value;\n }),\n );\n\n return supportedInputTypes;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/** Cached result of whether the user's browser supports passive event listeners. */\nlet supportsPassiveEvents: boolean;\n\n/**\n * Checks whether the user's browser supports passive event listeners.\n * See: https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md\n */\nexport function supportsPassiveEventListeners(): boolean {\n if (supportsPassiveEvents == null && typeof window !== 'undefined') {\n try {\n window.addEventListener(\n 'test',\n null!,\n Object.defineProperty({}, 'passive', {\n get: () => (supportsPassiveEvents = true),\n }),\n );\n } finally {\n supportsPassiveEvents = supportsPassiveEvents || false;\n }\n }\n\n return supportsPassiveEvents;\n}\n\n/**\n * Normalizes an `AddEventListener` object to something that can be passed\n * to `addEventListener` on any browser, no matter whether it supports the\n * `options` parameter.\n * @param options Object to be normalized.\n */\nexport function normalizePassiveListenerOptions(\n options: AddEventListenerOptions,\n): AddEventListenerOptions | boolean {\n return supportsPassiveEventListeners() ? options : !!options.capture;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/** The possible ways the browser may handle the horizontal scroll axis in RTL languages. */\nexport enum RtlScrollAxisType {\n /**\n * scrollLeft is 0 when scrolled all the way left and (scrollWidth - clientWidth) when scrolled\n * all the way right.\n */\n NORMAL,\n /**\n * scrollLeft is -(scrollWidth - clientWidth) when scrolled all the way left and 0 when scrolled\n * all the way right.\n */\n NEGATED,\n /**\n * scrollLeft is (scrollWidth - clientWidth) when scrolled all the way left and 0 when scrolled\n * all the way right.\n */\n INVERTED,\n}\n\n/** Cached result of the way the browser handles the horizontal scroll axis in RTL mode. */\nlet rtlScrollAxisType: RtlScrollAxisType | undefined;\n\n/** Cached result of the check that indicates whether the browser supports scroll behaviors. */\nlet scrollBehaviorSupported: boolean | undefined;\n\n/** Check whether the browser supports scroll behaviors. */\nexport function supportsScrollBehavior(): boolean {\n if (scrollBehaviorSupported == null) {\n // If we're not in the browser, it can't be supported. Also check for `Element`, because\n // some projects stub out the global `document` during SSR which can throw us off.\n if (typeof document !== 'object' || !document || typeof Element !== 'function' || !Element) {\n scrollBehaviorSupported = false;\n return scrollBehaviorSupported;\n }\n\n // If the element can have a `scrollBehavior` style, we can be sure that it's supported.\n if ('scrollBehavior' in document.documentElement!.style) {\n scrollBehaviorSupported = true;\n } else {\n // At this point we have 3 possibilities: `scrollTo` isn't supported at all, it's\n // supported but it doesn't handle scroll behavior, or it has been polyfilled.\n const scrollToFunction: Function | undefined = Element.prototype.scrollTo;\n\n if (scrollToFunction) {\n // We can detect if the function has been polyfilled by calling `toString` on it. Native\n // functions are obfuscated using `[native code]`, whereas if it was overwritten we'd get\n // the actual function source. Via https://davidwalsh.name/detect-native-function. Consider\n // polyfilled functions as supporting scroll behavior.\n scrollBehaviorSupported = !/\\{\\s*\\[native code\\]\\s*\\}/.test(scrollToFunction.toString());\n } else {\n scrollBehaviorSupported = false;\n }\n }\n }\n\n return scrollBehaviorSupported;\n}\n\n/**\n * Checks the type of RTL scroll axis used by this browser. As of time of writing, Chrome is NORMAL,\n * Firefox & Safari are NEGATED, and IE & Edge are INVERTED.\n */\nexport function getRtlScrollAxisType(): RtlScrollAxisType {\n // We can't check unless we're on the browser. Just assume 'normal' if we're not.\n if (typeof document !== 'object' || !document) {\n return RtlScrollAxisType.NORMAL;\n }\n\n if (rtlScrollAxisType == null) {\n // Create a 1px wide scrolling container and a 2px wide content element.\n const scrollContainer = document.createElement('div');\n const containerStyle = scrollContainer.style;\n scrollContainer.dir = 'rtl';\n containerStyle.width = '1px';\n containerStyle.overflow = 'auto';\n containerStyle.visibility = 'hidden';\n containerStyle.pointerEvents = 'none';\n containerStyle.position = 'absolute';\n\n const content = document.createElement('div');\n const contentStyle = content.style;\n contentStyle.width = '2px';\n contentStyle.height = '1px';\n\n scrollContainer.appendChild(content);\n document.body.appendChild(scrollContainer);\n\n rtlScrollAxisType = RtlScrollAxisType.NORMAL;\n\n // The viewport starts scrolled all the way to the right in RTL mode. If we are in a NORMAL\n // browser this would mean that the scrollLeft should be 1. If it's zero instead we know we're\n // dealing with one of the other two types of browsers.\n if (scrollContainer.scrollLeft === 0) {\n // In a NEGATED browser the scrollLeft is always somewhere in [-maxScrollAmount, 0]. For an\n // INVERTED browser it is always somewhere in [0, maxScrollAmount]. We can determine which by\n // setting to the scrollLeft to 1. This is past the max for a NEGATED browser, so it will\n // return 0 when we read it again.\n scrollContainer.scrollLeft = 1;\n rtlScrollAxisType =\n scrollContainer.scrollLeft === 0 ? RtlScrollAxisType.NEGATED : RtlScrollAxisType.INVERTED;\n }\n\n scrollContainer.remove();\n }\n return rtlScrollAxisType;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nlet shadowDomIsSupported: boolean;\n\n/** Checks whether the user's browser support Shadow DOM. */\nexport function _supportsShadowDom(): boolean {\n if (shadowDomIsSupported == null) {\n const head = typeof document !== 'undefined' ? document.head : null;\n shadowDomIsSupported = !!(head && ((head as any).createShadowRoot || head.attachShadow));\n }\n\n return shadowDomIsSupported;\n}\n\n/** Gets the shadow root of an element, if supported and the element is inside the Shadow DOM. */\nexport function _getShadowRoot(element: HTMLElement): ShadowRoot | null {\n if (_supportsShadowDom()) {\n const rootNode = element.getRootNode ? element.getRootNode() : null;\n\n // Note that this should be caught by `_supportsShadowDom`, but some\n // teams have been able to hit this code path on unsupported browsers.\n if (typeof ShadowRoot !== 'undefined' && ShadowRoot && rootNode instanceof ShadowRoot) {\n return rootNode;\n }\n }\n\n return null;\n}\n\n/**\n * Gets the currently-focused element on the page while\n * also piercing through Shadow DOM boundaries.\n */\nexport function _getFocusedElementPierceShadowDom(): HTMLElement | null {\n let activeElement =\n typeof document !== 'undefined' && document\n ? (document.activeElement as HTMLElement | null)\n : null;\n\n while (activeElement && activeElement.shadowRoot) {\n const newActiveElement = activeElement.shadowRoot.activeElement as HTMLElement | null;\n if (newActiveElement === activeElement) {\n break;\n } else {\n activeElement = newActiveElement;\n }\n }\n\n return activeElement;\n}\n\n/** Gets the target of an event while accounting for Shadow DOM. */\nexport function _getEventTarget<T extends EventTarget>(event: Event): T | null {\n // If an event is bound outside the Shadow DOM, the `event.target` will\n // point to the shadow root so we have to use `composedPath` instead.\n return (event.composedPath ? event.composedPath()[0] : event.target) as T | null;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/** Gets whether the code is currently running in a test environment. */\nexport function _isTestEnvironment(): boolean {\n // We can't use `declare const` because it causes conflicts inside Google with the real typings\n // for these symbols and we can't read them off the global object, because they don't appear to\n // be attached there for some runners like Jest.\n // (see: https://github.com/angular/components/issues/23365#issuecomment-938146643)\n return (\n // @ts-ignore\n (typeof __karma__ !== 'undefined' && !!__karma__) ||\n // @ts-ignore\n (typeof jasmine !== 'undefined' && !!jasmine) ||\n // @ts-ignore\n (typeof jest !== 'undefined' && !!jest) ||\n // @ts-ignore\n (typeof Mocha !== 'undefined' && !!Mocha)\n );\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { ElementRef, Injector, Directive, EventEmitter, Inject, Input, Output, NgModule } from '@angular/core';
2
+ import { ElementRef, NgModuleRef, createComponent, Injector, inject, TemplateRef, ViewContainerRef, Directive, EventEmitter, Input, Output, NgModule } from '@angular/core';
3
3
  import { DOCUMENT } from '@angular/common';
4
4
 
5
5
  /**
@@ -91,12 +91,16 @@ class Portal {
91
91
  * A `ComponentPortal` is a portal that instantiates some Component upon attachment.
92
92
  */
93
93
  class ComponentPortal extends Portal {
94
- constructor(component, viewContainerRef, injector, componentFactoryResolver, projectableNodes) {
94
+ constructor(component, viewContainerRef, injector,
95
+ /**
96
+ * @deprecated No longer in use. To be removed.
97
+ * @breaking-change 18.0.0
98
+ */
99
+ _componentFactoryResolver, projectableNodes) {
95
100
  super();
96
101
  this.component = component;
97
102
  this.viewContainerRef = viewContainerRef;
98
103
  this.injector = injector;
99
- this.componentFactoryResolver = componentFactoryResolver;
100
104
  this.projectableNodes = projectableNodes;
101
105
  }
102
106
  }
@@ -233,7 +237,7 @@ class BasePortalHost extends BasePortalOutlet {
233
237
  class DomPortalOutlet extends BasePortalOutlet {
234
238
  /**
235
239
  * @param outletElement Element into which the content is projected.
236
- * @param _componentFactoryResolver Used to resolve the component factory.
240
+ * @param _unusedComponentFactoryResolver Used to resolve the component factory.
237
241
  * Only required when attaching component portals.
238
242
  * @param _appRef Reference to the application. Only used in component portals when there
239
243
  * is no `ViewContainerRef` available.
@@ -244,7 +248,12 @@ class DomPortalOutlet extends BasePortalOutlet {
244
248
  */
245
249
  constructor(
246
250
  /** Element into which the content is projected. */
247
- outletElement, _componentFactoryResolver, _appRef, _defaultInjector,
251
+ outletElement,
252
+ /**
253
+ * @deprecated No longer in use. To be removed.
254
+ * @breaking-change 18.0.0
255
+ */
256
+ _unusedComponentFactoryResolver, _appRef, _defaultInjector,
248
257
  /**
249
258
  * @deprecated `_document` Parameter to be made required.
250
259
  * @breaking-change 10.0.0
@@ -252,7 +261,6 @@ class DomPortalOutlet extends BasePortalOutlet {
252
261
  _document) {
253
262
  super();
254
263
  this.outletElement = outletElement;
255
- this._componentFactoryResolver = _componentFactoryResolver;
256
264
  this._appRef = _appRef;
257
265
  this._defaultInjector = _defaultInjector;
258
266
  /**
@@ -262,11 +270,6 @@ class DomPortalOutlet extends BasePortalOutlet {
262
270
  * @breaking-change 10.0.0
263
271
  */
264
272
  this.attachDomPortal = (portal) => {
265
- // @breaking-change 10.0.0 Remove check and error once the
266
- // `_document` constructor parameter is required.
267
- if (!this._document && (typeof ngDevMode === 'undefined' || ngDevMode)) {
268
- throw Error('Cannot attach DOM portal without _document constructor parameter');
269
- }
270
273
  const element = portal.element;
271
274
  if (!element.parentNode && (typeof ngDevMode === 'undefined' || ngDevMode)) {
272
275
  throw Error('DOM portal content must be attached to a parent node.');
@@ -287,30 +290,36 @@ class DomPortalOutlet extends BasePortalOutlet {
287
290
  this._document = _document;
288
291
  }
289
292
  /**
290
- * Attach the given ComponentPortal to DOM element using the ComponentFactoryResolver.
293
+ * Attach the given ComponentPortal to DOM element.
291
294
  * @param portal Portal to be attached
292
295
  * @returns Reference to the created component.
293
296
  */
294
297
  attachComponentPortal(portal) {
295
- const resolver = (portal.componentFactoryResolver || this._componentFactoryResolver);
296
- if ((typeof ngDevMode === 'undefined' || ngDevMode) && !resolver) {
297
- throw Error('Cannot attach component portal to outlet without a ComponentFactoryResolver.');
298
- }
299
- const componentFactory = resolver.resolveComponentFactory(portal.component);
300
298
  let componentRef;
301
299
  // If the portal specifies a ViewContainerRef, we will use that as the attachment point
302
300
  // for the component (in terms of Angular's component tree, not rendering).
303
301
  // When the ViewContainerRef is missing, we use the factory to create the component directly
304
302
  // and then manually attach the view to the application.
305
303
  if (portal.viewContainerRef) {
306
- componentRef = portal.viewContainerRef.createComponent(componentFactory, portal.viewContainerRef.length, portal.injector || portal.viewContainerRef.injector, portal.projectableNodes || undefined);
304
+ const injector = portal.injector || portal.viewContainerRef.injector;
305
+ const ngModuleRef = injector.get(NgModuleRef, null, { optional: true }) || undefined;
306
+ componentRef = portal.viewContainerRef.createComponent(portal.component, {
307
+ index: portal.viewContainerRef.length,
308
+ injector,
309
+ ngModuleRef,
310
+ projectableNodes: portal.projectableNodes || undefined,
311
+ });
307
312
  this.setDisposeFn(() => componentRef.destroy());
308
313
  }
309
314
  else {
310
315
  if ((typeof ngDevMode === 'undefined' || ngDevMode) && !this._appRef) {
311
316
  throw Error('Cannot attach component portal to outlet without an ApplicationRef.');
312
317
  }
313
- componentRef = componentFactory.create(portal.injector || this._defaultInjector || Injector.NULL);
318
+ componentRef = createComponent(portal.component, {
319
+ elementInjector: portal.injector || this._defaultInjector || Injector.NULL,
320
+ environmentInjector: this._appRef.injector,
321
+ projectableNodes: portal.projectableNodes || undefined,
322
+ });
314
323
  this._appRef.attachView(componentRef.hostView);
315
324
  this.setDisposeFn(() => {
316
325
  // Verify that the ApplicationRef has registered views before trying to detach a host view.
@@ -380,34 +389,35 @@ class DomPortalHost extends DomPortalOutlet {
380
389
  * the directive instance itself can be attached to a host, enabling declarative use of portals.
381
390
  */
382
391
  class CdkPortal extends TemplatePortal {
383
- constructor(templateRef, viewContainerRef) {
392
+ constructor() {
393
+ const templateRef = inject(TemplateRef);
394
+ const viewContainerRef = inject(ViewContainerRef);
384
395
  super(templateRef, viewContainerRef);
385
396
  }
386
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkPortal, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
387
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0-next.2", type: CdkPortal, isStandalone: true, selector: "[cdkPortal]", exportAs: ["cdkPortal"], usesInheritance: true, ngImport: i0 }); }
397
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkPortal, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
398
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: CdkPortal, isStandalone: true, selector: "[cdkPortal]", exportAs: ["cdkPortal"], usesInheritance: true, ngImport: i0 }); }
388
399
  }
389
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkPortal, decorators: [{
400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkPortal, decorators: [{
390
401
  type: Directive,
391
402
  args: [{
392
403
  selector: '[cdkPortal]',
393
404
  exportAs: 'cdkPortal',
394
- standalone: true,
395
405
  }]
396
- }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }] });
406
+ }], ctorParameters: () => [] });
397
407
  /**
398
408
  * @deprecated Use `CdkPortal` instead.
399
409
  * @breaking-change 9.0.0
400
410
  */
401
411
  class TemplatePortalDirective extends CdkPortal {
402
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: TemplatePortalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
403
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0-next.2", type: TemplatePortalDirective, isStandalone: true, selector: "[cdk-portal], [portal]", providers: [
412
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: TemplatePortalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
413
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: TemplatePortalDirective, isStandalone: true, selector: "[cdk-portal], [portal]", providers: [
404
414
  {
405
415
  provide: CdkPortal,
406
416
  useExisting: TemplatePortalDirective,
407
417
  },
408
418
  ], exportAs: ["cdkPortal"], usesInheritance: true, ngImport: i0 }); }
409
419
  }
410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: TemplatePortalDirective, decorators: [{
420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: TemplatePortalDirective, decorators: [{
411
421
  type: Directive,
412
422
  args: [{
413
423
  selector: '[cdk-portal], [portal]',
@@ -418,7 +428,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
418
428
  useExisting: TemplatePortalDirective,
419
429
  },
420
430
  ],
421
- standalone: true,
422
431
  }]
423
432
  }] });
424
433
  /**
@@ -429,15 +438,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
429
438
  * `<ng-template [cdkPortalOutlet]="greeting"></ng-template>`
430
439
  */
431
440
  class CdkPortalOutlet extends BasePortalOutlet {
432
- constructor(_componentFactoryResolver, _viewContainerRef,
433
- /**
434
- * @deprecated `_document` parameter to be made required.
435
- * @breaking-change 9.0.0
436
- */
437
- _document) {
441
+ constructor() {
438
442
  super();
439
- this._componentFactoryResolver = _componentFactoryResolver;
440
- this._viewContainerRef = _viewContainerRef;
443
+ this._moduleRef = inject(NgModuleRef, { optional: true });
444
+ this._document = inject(DOCUMENT);
445
+ this._viewContainerRef = inject(ViewContainerRef);
441
446
  /** Whether the portal component is initialized. */
442
447
  this._isInitialized = false;
443
448
  /** Emits when a portal is attached to the outlet. */
@@ -449,11 +454,6 @@ class CdkPortalOutlet extends BasePortalOutlet {
449
454
  * @breaking-change 10.0.0
450
455
  */
451
456
  this.attachDomPortal = (portal) => {
452
- // @breaking-change 9.0.0 Remove check and error once the
453
- // `_document` constructor parameter is required.
454
- if (!this._document && (typeof ngDevMode === 'undefined' || ngDevMode)) {
455
- throw Error('Cannot attach DOM portal without _document constructor parameter');
456
- }
457
457
  const element = portal.element;
458
458
  if (!element.parentNode && (typeof ngDevMode === 'undefined' || ngDevMode)) {
459
459
  throw Error('DOM portal content must be attached to a parent node.');
@@ -471,7 +471,6 @@ class CdkPortalOutlet extends BasePortalOutlet {
471
471
  }
472
472
  });
473
473
  };
474
- this._document = _document;
475
474
  }
476
475
  /** Portal associated with the Portal outlet. */
477
476
  get portal() {
@@ -505,7 +504,7 @@ class CdkPortalOutlet extends BasePortalOutlet {
505
504
  this._attachedRef = this._attachedPortal = null;
506
505
  }
507
506
  /**
508
- * Attach the given ComponentPortal to this PortalOutlet using the ComponentFactoryResolver.
507
+ * Attach the given ComponentPortal to this PortalOutlet.
509
508
  *
510
509
  * @param portal Portal to be attached to the portal outlet.
511
510
  * @returns Reference to the created component.
@@ -515,9 +514,12 @@ class CdkPortalOutlet extends BasePortalOutlet {
515
514
  // If the portal specifies an origin, use that as the logical location of the component
516
515
  // in the application tree. Otherwise use the location of this PortalOutlet.
517
516
  const viewContainerRef = portal.viewContainerRef != null ? portal.viewContainerRef : this._viewContainerRef;
518
- const resolver = portal.componentFactoryResolver || this._componentFactoryResolver;
519
- const componentFactory = resolver.resolveComponentFactory(portal.component);
520
- const ref = viewContainerRef.createComponent(componentFactory, viewContainerRef.length, portal.injector || viewContainerRef.injector, portal.projectableNodes || undefined);
517
+ const ref = viewContainerRef.createComponent(portal.component, {
518
+ index: viewContainerRef.length,
519
+ injector: portal.injector || viewContainerRef.injector,
520
+ projectableNodes: portal.projectableNodes || undefined,
521
+ ngModuleRef: this._moduleRef || undefined,
522
+ });
521
523
  // If we're using a view container that's different from the injected one (e.g. when the portal
522
524
  // specifies its own) we need to move the component into the outlet, otherwise it'll be rendered
523
525
  // inside of the alternate view container.
@@ -555,20 +557,16 @@ class CdkPortalOutlet extends BasePortalOutlet {
555
557
  ? nativeElement
556
558
  : nativeElement.parentNode);
557
559
  }
558
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkPortalOutlet, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
559
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0-next.2", type: CdkPortalOutlet, isStandalone: true, selector: "[cdkPortalOutlet]", inputs: { portal: ["cdkPortalOutlet", "portal"] }, outputs: { attached: "attached" }, exportAs: ["cdkPortalOutlet"], usesInheritance: true, ngImport: i0 }); }
560
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkPortalOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
561
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: CdkPortalOutlet, isStandalone: true, selector: "[cdkPortalOutlet]", inputs: { portal: ["cdkPortalOutlet", "portal"] }, outputs: { attached: "attached" }, exportAs: ["cdkPortalOutlet"], usesInheritance: true, ngImport: i0 }); }
560
562
  }
561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkPortalOutlet, decorators: [{
563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: CdkPortalOutlet, decorators: [{
562
564
  type: Directive,
563
565
  args: [{
564
566
  selector: '[cdkPortalOutlet]',
565
567
  exportAs: 'cdkPortalOutlet',
566
- standalone: true,
567
568
  }]
568
- }], ctorParameters: () => [{ type: i0.ComponentFactoryResolver }, { type: i0.ViewContainerRef }, { type: undefined, decorators: [{
569
- type: Inject,
570
- args: [DOCUMENT]
571
- }] }], propDecorators: { portal: [{
569
+ }], ctorParameters: () => [], propDecorators: { portal: [{
572
570
  type: Input,
573
571
  args: ['cdkPortalOutlet']
574
572
  }], attached: [{
@@ -579,15 +577,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
579
577
  * @breaking-change 9.0.0
580
578
  */
581
579
  class PortalHostDirective extends CdkPortalOutlet {
582
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PortalHostDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
583
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0-next.2", type: PortalHostDirective, isStandalone: true, selector: "[cdkPortalHost], [portalHost]", inputs: { portal: ["cdkPortalHost", "portal"] }, providers: [
580
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PortalHostDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
581
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.0-next.10", type: PortalHostDirective, isStandalone: true, selector: "[cdkPortalHost], [portalHost]", inputs: { portal: ["cdkPortalHost", "portal"] }, providers: [
584
582
  {
585
583
  provide: CdkPortalOutlet,
586
584
  useExisting: PortalHostDirective,
587
585
  },
588
586
  ], exportAs: ["cdkPortalHost"], usesInheritance: true, ngImport: i0 }); }
589
587
  }
590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PortalHostDirective, decorators: [{
588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PortalHostDirective, decorators: [{
591
589
  type: Directive,
592
590
  args: [{
593
591
  selector: '[cdkPortalHost], [portalHost]',
@@ -599,15 +597,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
599
597
  useExisting: PortalHostDirective,
600
598
  },
601
599
  ],
602
- standalone: true,
603
600
  }]
604
601
  }] });
605
602
  class PortalModule {
606
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PortalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
607
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0-next.2", ngImport: i0, type: PortalModule, imports: [CdkPortal, CdkPortalOutlet, TemplatePortalDirective, PortalHostDirective], exports: [CdkPortal, CdkPortalOutlet, TemplatePortalDirective, PortalHostDirective] }); }
608
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PortalModule }); }
603
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PortalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
604
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.10", ngImport: i0, type: PortalModule, imports: [CdkPortal, CdkPortalOutlet, TemplatePortalDirective, PortalHostDirective], exports: [CdkPortal, CdkPortalOutlet, TemplatePortalDirective, PortalHostDirective] }); }
605
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PortalModule }); }
609
606
  }
610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: PortalModule, decorators: [{
607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.10", ngImport: i0, type: PortalModule, decorators: [{
611
608
  type: NgModule,
612
609
  args: [{
613
610
  imports: [CdkPortal, CdkPortalOutlet, TemplatePortalDirective, PortalHostDirective],