@angular/cdk 20.0.0-next.0 → 20.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 (401) hide show
  1. package/_adev_assets/cdk_testing.json +1 -0
  2. package/_adev_assets/cdk_testing_protractor.json +1 -0
  3. package/_adev_assets/cdk_testing_selenium_webdriver.json +1 -0
  4. package/_adev_assets/cdk_testing_testbed.json +1 -0
  5. package/a11y/index.d.ts +330 -1234
  6. package/a11y-module.d-DBHGyKoh.d.ts +314 -0
  7. package/a11y-prebuilt.css +1 -1
  8. package/accordion/index.d.ts +8 -27
  9. package/activedescendant-key-manager.d-Bjic5obv.d.ts +32 -0
  10. package/bidi/index.d.ts +3 -62
  11. package/bidi-module.d-IN1Vp56w.d.ts +57 -0
  12. package/clipboard/index.d.ts +62 -75
  13. package/coercion/index.d.ts +11 -33
  14. package/coercion/private/index.d.ts +2 -2
  15. package/collections/index.d.ts +14 -291
  16. package/data-source.d-Bblv7Zvh.d.ts +43 -0
  17. package/dialog/index.d.ts +217 -255
  18. package/drag-drop/index.d.ts +1085 -1157
  19. package/fesm2022/a11y-module-DpEjWNCj.mjs +951 -0
  20. package/fesm2022/a11y-module-DpEjWNCj.mjs.map +1 -0
  21. package/fesm2022/a11y.mjs +47 -2446
  22. package/fesm2022/a11y.mjs.map +1 -1
  23. package/fesm2022/accordion.mjs +12 -16
  24. package/fesm2022/accordion.mjs.map +1 -1
  25. package/fesm2022/activedescendant-key-manager-DC3-fwQI.mjs +16 -0
  26. package/fesm2022/activedescendant-key-manager-DC3-fwQI.mjs.map +1 -0
  27. package/fesm2022/array-I1yfCXUO.mjs +6 -0
  28. package/fesm2022/array-I1yfCXUO.mjs.map +1 -0
  29. package/fesm2022/bidi.mjs +17 -83
  30. package/fesm2022/bidi.mjs.map +1 -1
  31. package/fesm2022/breakpoints-observer-DpQzdtrE.mjs +179 -0
  32. package/fesm2022/breakpoints-observer-DpQzdtrE.mjs.map +1 -0
  33. package/fesm2022/cdk.mjs +1 -1
  34. package/fesm2022/cdk.mjs.map +1 -1
  35. package/fesm2022/clipboard.mjs +11 -16
  36. package/fesm2022/clipboard.mjs.map +1 -1
  37. package/fesm2022/coercion/private.mjs +0 -4
  38. package/fesm2022/coercion/private.mjs.map +1 -1
  39. package/fesm2022/coercion.mjs +5 -39
  40. package/fesm2022/coercion.mjs.map +1 -1
  41. package/fesm2022/collections.mjs +7 -476
  42. package/fesm2022/collections.mjs.map +1 -1
  43. package/fesm2022/css-pixel-value-C_HEqLhI.mjs +10 -0
  44. package/fesm2022/css-pixel-value-C_HEqLhI.mjs.map +1 -0
  45. package/fesm2022/data-source-D34wiQZj.mjs +15 -0
  46. package/fesm2022/data-source-D34wiQZj.mjs.map +1 -0
  47. package/fesm2022/dialog.mjs +88 -73
  48. package/fesm2022/dialog.mjs.map +1 -1
  49. package/fesm2022/directionality-Ck5Uc9Se.mjs +77 -0
  50. package/fesm2022/directionality-Ck5Uc9Se.mjs.map +1 -0
  51. package/fesm2022/dispose-view-repeater-strategy-D_JReLI1.mjs +44 -0
  52. package/fesm2022/dispose-view-repeater-strategy-D_JReLI1.mjs.map +1 -0
  53. package/fesm2022/drag-drop.mjs +128 -65
  54. package/fesm2022/drag-drop.mjs.map +1 -1
  55. package/fesm2022/element-x4z00URv.mjs +29 -0
  56. package/fesm2022/element-x4z00URv.mjs.map +1 -0
  57. package/fesm2022/fake-event-detection-DWOdFTFz.mjs +24 -0
  58. package/fesm2022/fake-event-detection-DWOdFTFz.mjs.map +1 -0
  59. package/fesm2022/focus-key-manager-C1rAQJ5z.mjs +22 -0
  60. package/fesm2022/focus-key-manager-C1rAQJ5z.mjs.map +1 -0
  61. package/fesm2022/focus-monitor-DKFfep8Q.mjs +627 -0
  62. package/fesm2022/focus-monitor-DKFfep8Q.mjs.map +1 -0
  63. package/fesm2022/id-generator-BwB8lolC.mjs +37 -0
  64. package/fesm2022/id-generator-BwB8lolC.mjs.map +1 -0
  65. package/fesm2022/keycodes-CpHkExLC.mjs +122 -0
  66. package/fesm2022/keycodes-CpHkExLC.mjs.map +1 -0
  67. package/fesm2022/keycodes.mjs +2 -124
  68. package/fesm2022/keycodes.mjs.map +1 -1
  69. package/fesm2022/layout.mjs +12 -184
  70. package/fesm2022/layout.mjs.map +1 -1
  71. package/fesm2022/list-key-manager-CyOIXo8P.mjs +360 -0
  72. package/fesm2022/list-key-manager-CyOIXo8P.mjs.map +1 -0
  73. package/fesm2022/listbox.mjs +21 -20
  74. package/fesm2022/listbox.mjs.map +1 -1
  75. package/fesm2022/menu.mjs +86 -75
  76. package/fesm2022/menu.mjs.map +1 -1
  77. package/fesm2022/observers/private.mjs +3 -7
  78. package/fesm2022/observers/private.mjs.map +1 -1
  79. package/fesm2022/observers.mjs +14 -18
  80. package/fesm2022/observers.mjs.map +1 -1
  81. package/fesm2022/overlay-module-BaGhSGqO.mjs +3062 -0
  82. package/fesm2022/overlay-module-BaGhSGqO.mjs.map +1 -0
  83. package/fesm2022/overlay.mjs +27 -3019
  84. package/fesm2022/overlay.mjs.map +1 -1
  85. package/fesm2022/passive-listeners-esHZRgIN.mjs +31 -0
  86. package/fesm2022/passive-listeners-esHZRgIN.mjs.map +1 -0
  87. package/fesm2022/platform-CPg0IbDW.mjs +77 -0
  88. package/fesm2022/platform-CPg0IbDW.mjs.map +1 -0
  89. package/fesm2022/platform.mjs +12 -293
  90. package/fesm2022/platform.mjs.map +1 -1
  91. package/fesm2022/portal.mjs +26 -63
  92. package/fesm2022/portal.mjs.map +1 -1
  93. package/fesm2022/private.mjs +7 -52
  94. package/fesm2022/private.mjs.map +1 -1
  95. package/fesm2022/recycle-view-repeater-strategy-DoWdPqVw.mjs +156 -0
  96. package/fesm2022/recycle-view-repeater-strategy-DoWdPqVw.mjs.map +1 -0
  97. package/fesm2022/scrolling-BkvA05C8.mjs +99 -0
  98. package/fesm2022/scrolling-BkvA05C8.mjs.map +1 -0
  99. package/fesm2022/scrolling.mjs +48 -48
  100. package/fesm2022/scrolling.mjs.map +1 -1
  101. package/fesm2022/selection-model-BCgC8uEN.mjs +221 -0
  102. package/fesm2022/selection-model-BCgC8uEN.mjs.map +1 -0
  103. package/fesm2022/shadow-dom-B0oHn41l.mjs +49 -0
  104. package/fesm2022/shadow-dom-B0oHn41l.mjs.map +1 -0
  105. package/fesm2022/stepper.mjs +43 -36
  106. package/fesm2022/stepper.mjs.map +1 -1
  107. package/fesm2022/style-loader-BDEAZOey.mjs +47 -0
  108. package/fesm2022/style-loader-BDEAZOey.mjs.map +1 -0
  109. package/fesm2022/table.mjs +170 -270
  110. package/fesm2022/table.mjs.map +1 -1
  111. package/fesm2022/test-environment-CT0XxPyp.mjs +19 -0
  112. package/fesm2022/test-environment-CT0XxPyp.mjs.map +1 -0
  113. package/fesm2022/testing/selenium-webdriver.mjs +2 -1
  114. package/fesm2022/testing/selenium-webdriver.mjs.map +1 -1
  115. package/fesm2022/testing/testbed.mjs +33 -74
  116. package/fesm2022/testing/testbed.mjs.map +1 -1
  117. package/fesm2022/testing.mjs.map +1 -1
  118. package/fesm2022/text-field.mjs +27 -27
  119. package/fesm2022/text-field.mjs.map +1 -1
  120. package/fesm2022/tree-key-manager-KnCoIkIC.mjs +360 -0
  121. package/fesm2022/tree-key-manager-KnCoIkIC.mjs.map +1 -0
  122. package/fesm2022/tree.mjs +47 -35
  123. package/fesm2022/tree.mjs.map +1 -1
  124. package/fesm2022/typeahead-9ZW4Dtsf.mjs +88 -0
  125. package/fesm2022/typeahead-9ZW4Dtsf.mjs.map +1 -0
  126. package/fesm2022/unique-selection-dispatcher-Cag6cZJ2.mjs +49 -0
  127. package/fesm2022/unique-selection-dispatcher-Cag6cZJ2.mjs.map +1 -0
  128. package/focus-key-manager.d-BIKDy8oD.d.ts +34 -0
  129. package/focus-monitor.d-CvvJeQRc.d.ts +210 -0
  130. package/harness-environment.d-BatBdODN.d.ts +620 -0
  131. package/index.d.ts +2 -2
  132. package/keycodes/index.d.ts +124 -244
  133. package/layout/index.d.ts +24 -25
  134. package/list-key-manager.d-BlK3jyRn.d.ts +165 -0
  135. package/listbox/index.d.ts +92 -107
  136. package/menu/index.d.ts +595 -683
  137. package/number-property.d-CJVxXUcb.d.ts +16 -0
  138. package/observers/index.d.ts +38 -44
  139. package/observers/private/index.d.ts +3 -3
  140. package/overlay/_index.scss +7 -1
  141. package/overlay/index.d.ts +137 -981
  142. package/overlay-module.d-BiAhhk6g.d.ts +801 -0
  143. package/overlay-prebuilt.css +1 -1
  144. package/package.json +2 -4
  145. package/platform/index.d.ts +32 -88
  146. package/platform.d-B3vREl3q.d.ts +33 -0
  147. package/portal/index.d.ts +5 -264
  148. package/portal-directives.d-DbeNrI5D.d.ts +211 -0
  149. package/private/index.d.ts +3 -20
  150. package/schematics/index.js +1 -1
  151. package/schematics/index.js.map +1 -0
  152. package/schematics/ng-add/index.js +11 -19
  153. package/schematics/ng-add/index.js.map +1 -0
  154. package/schematics/ng-add/schema.js +1 -1
  155. package/schematics/ng-add/schema.js.map +1 -0
  156. package/schematics/ng-generate/drag-drop/index.js +15 -6
  157. package/schematics/ng-generate/drag-drop/index.js.map +1 -0
  158. package/schematics/ng-generate/drag-drop/schema.js +1 -1
  159. package/schematics/ng-generate/drag-drop/schema.js.map +1 -0
  160. package/schematics/ng-update/data/attribute-selectors.js +1 -1
  161. package/schematics/ng-update/data/attribute-selectors.js.map +1 -0
  162. package/schematics/ng-update/data/class-names.js +1 -1
  163. package/schematics/ng-update/data/class-names.js.map +1 -0
  164. package/schematics/ng-update/data/constructor-checks.js +1 -1
  165. package/schematics/ng-update/data/constructor-checks.js.map +1 -0
  166. package/schematics/ng-update/data/css-selectors.js +1 -1
  167. package/schematics/ng-update/data/css-selectors.js.map +1 -0
  168. package/schematics/ng-update/data/css-tokens.js +1 -1
  169. package/schematics/ng-update/data/css-tokens.js.map +1 -0
  170. package/schematics/ng-update/data/element-selectors.js +1 -1
  171. package/schematics/ng-update/data/element-selectors.js.map +1 -0
  172. package/schematics/ng-update/data/index.js +1 -1
  173. package/schematics/ng-update/data/index.js.map +1 -0
  174. package/schematics/ng-update/data/input-names.js +1 -1
  175. package/schematics/ng-update/data/input-names.js.map +1 -0
  176. package/schematics/ng-update/data/method-call-checks.js +1 -1
  177. package/schematics/ng-update/data/method-call-checks.js.map +1 -0
  178. package/schematics/ng-update/data/output-names.js +1 -1
  179. package/schematics/ng-update/data/output-names.js.map +1 -0
  180. package/schematics/ng-update/data/property-names.js +1 -1
  181. package/schematics/ng-update/data/property-names.js.map +1 -0
  182. package/schematics/ng-update/data/symbol-removal.js +1 -1
  183. package/schematics/ng-update/data/symbol-removal.js.map +1 -0
  184. package/schematics/ng-update/devkit-file-system.js +2 -3
  185. package/schematics/ng-update/devkit-file-system.js.map +1 -0
  186. package/schematics/ng-update/devkit-migration-rule.js +13 -4
  187. package/schematics/ng-update/devkit-migration-rule.js.map +1 -0
  188. package/schematics/ng-update/devkit-migration.d.ts +2 -2
  189. package/schematics/ng-update/devkit-migration.js +1 -1
  190. package/schematics/ng-update/devkit-migration.js.map +1 -0
  191. package/schematics/ng-update/find-stylesheets.js +1 -1
  192. package/schematics/ng-update/find-stylesheets.js.map +1 -0
  193. package/schematics/ng-update/html-parsing/angular.js +2 -2
  194. package/schematics/ng-update/html-parsing/angular.js.map +1 -0
  195. package/schematics/ng-update/html-parsing/elements.js +3 -2
  196. package/schematics/ng-update/html-parsing/elements.js.map +1 -0
  197. package/schematics/ng-update/index.js +1 -1
  198. package/schematics/ng-update/index.js.map +1 -0
  199. package/schematics/ng-update/migrations/attribute-selectors.js +8 -5
  200. package/schematics/ng-update/migrations/attribute-selectors.js.map +1 -0
  201. package/schematics/ng-update/migrations/class-inheritance.js +11 -8
  202. package/schematics/ng-update/migrations/class-inheritance.js.map +1 -0
  203. package/schematics/ng-update/migrations/class-names.js +15 -12
  204. package/schematics/ng-update/migrations/class-names.js.map +1 -0
  205. package/schematics/ng-update/migrations/constructor-signature.js +10 -7
  206. package/schematics/ng-update/migrations/constructor-signature.js.map +1 -0
  207. package/schematics/ng-update/migrations/css-selectors.js +8 -5
  208. package/schematics/ng-update/migrations/css-selectors.js.map +1 -0
  209. package/schematics/ng-update/migrations/css-tokens.js +8 -5
  210. package/schematics/ng-update/migrations/css-tokens.js.map +1 -0
  211. package/schematics/ng-update/migrations/element-selectors.js +8 -5
  212. package/schematics/ng-update/migrations/element-selectors.js.map +1 -0
  213. package/schematics/ng-update/migrations/input-names.js +8 -5
  214. package/schematics/ng-update/migrations/input-names.js.map +1 -0
  215. package/schematics/ng-update/migrations/method-call-arguments.js +8 -5
  216. package/schematics/ng-update/migrations/method-call-arguments.js.map +1 -0
  217. package/schematics/ng-update/migrations/misc-template.js +6 -3
  218. package/schematics/ng-update/migrations/misc-template.js.map +1 -0
  219. package/schematics/ng-update/migrations/output-names.js +8 -5
  220. package/schematics/ng-update/migrations/output-names.js.map +1 -0
  221. package/schematics/ng-update/migrations/property-names.js +8 -5
  222. package/schematics/ng-update/migrations/property-names.js.map +1 -0
  223. package/schematics/ng-update/migrations/symbol-removal.js +10 -6
  224. package/schematics/ng-update/migrations/symbol-removal.js.map +1 -0
  225. package/schematics/ng-update/public-api.js +1 -1
  226. package/schematics/ng-update/public-api.js.map +1 -0
  227. package/schematics/ng-update/typescript/base-types.js +1 -1
  228. package/schematics/ng-update/typescript/base-types.js.map +1 -0
  229. package/schematics/ng-update/typescript/imports.js +1 -1
  230. package/schematics/ng-update/typescript/imports.js.map +1 -0
  231. package/schematics/ng-update/typescript/literal.js +1 -1
  232. package/schematics/ng-update/typescript/literal.js.map +1 -0
  233. package/schematics/ng-update/typescript/module-specifiers.js +1 -1
  234. package/schematics/ng-update/typescript/module-specifiers.js.map +1 -0
  235. package/schematics/ng-update/upgrade-data.js +1 -1
  236. package/schematics/ng-update/upgrade-data.js.map +1 -0
  237. package/schematics/paths.js +1 -1
  238. package/schematics/paths.js.map +1 -0
  239. package/schematics/update-tool/component-resource-collector.js +3 -5
  240. package/schematics/update-tool/component-resource-collector.js.map +1 -0
  241. package/schematics/update-tool/file-system.js +1 -1
  242. package/schematics/update-tool/file-system.js.map +1 -0
  243. package/schematics/update-tool/index.js +2 -8
  244. package/schematics/update-tool/index.js.map +1 -0
  245. package/schematics/update-tool/logger.js +1 -1
  246. package/schematics/update-tool/logger.js.map +1 -0
  247. package/schematics/update-tool/migration.js +3 -10
  248. package/schematics/update-tool/migration.js.map +1 -0
  249. package/schematics/update-tool/public-api.js +1 -1
  250. package/schematics/update-tool/public-api.js.map +1 -0
  251. package/schematics/update-tool/target-version.js +1 -1
  252. package/schematics/update-tool/target-version.js.map +1 -0
  253. package/schematics/update-tool/update-recorder.js +1 -1
  254. package/schematics/update-tool/update-recorder.js.map +1 -0
  255. package/schematics/update-tool/utils/decorators.js +1 -1
  256. package/schematics/update-tool/utils/decorators.js.map +1 -0
  257. package/schematics/update-tool/utils/diagnostics.js +1 -1
  258. package/schematics/update-tool/utils/diagnostics.js.map +1 -0
  259. package/schematics/update-tool/utils/functions.js +1 -1
  260. package/schematics/update-tool/utils/functions.js.map +1 -0
  261. package/schematics/update-tool/utils/imports.js +1 -1
  262. package/schematics/update-tool/utils/imports.js.map +1 -0
  263. package/schematics/update-tool/utils/line-mappings.js +1 -1
  264. package/schematics/update-tool/utils/line-mappings.js.map +1 -0
  265. package/schematics/update-tool/utils/parse-tsconfig.js +1 -1
  266. package/schematics/update-tool/utils/parse-tsconfig.js.map +1 -0
  267. package/schematics/update-tool/utils/property-name.js +1 -1
  268. package/schematics/update-tool/utils/property-name.js.map +1 -0
  269. package/schematics/update-tool/utils/virtual-host.js +2 -3
  270. package/schematics/update-tool/utils/virtual-host.js.map +1 -0
  271. package/schematics/update-tool/version-changes.js +1 -1
  272. package/schematics/update-tool/version-changes.js.map +1 -0
  273. package/schematics/utils/ast/ng-module-imports.js +1 -1
  274. package/schematics/utils/ast/ng-module-imports.js.map +1 -0
  275. package/schematics/utils/ast.d.ts +2 -2
  276. package/schematics/utils/ast.js +23 -12
  277. package/schematics/utils/ast.js.map +1 -0
  278. package/schematics/utils/build-component.js +22 -17
  279. package/schematics/utils/build-component.js.map +1 -0
  280. package/schematics/utils/get-project.d.ts +2 -2
  281. package/schematics/utils/get-project.js +1 -1
  282. package/schematics/utils/get-project.js.map +1 -0
  283. package/schematics/utils/html-manipulation.js +1 -1
  284. package/schematics/utils/html-manipulation.js.map +1 -0
  285. package/schematics/utils/index.js +1 -1
  286. package/schematics/utils/index.js.map +1 -0
  287. package/schematics/utils/parse5-element.js +1 -1
  288. package/schematics/utils/parse5-element.js.map +1 -0
  289. package/schematics/utils/project-index-file.d.ts +6 -3
  290. package/schematics/utils/project-index-file.js +30 -7
  291. package/schematics/utils/project-index-file.js.map +1 -0
  292. package/schematics/utils/project-main-file.d.ts +3 -2
  293. package/schematics/utils/project-main-file.js +1 -1
  294. package/schematics/utils/project-main-file.js.map +1 -0
  295. package/schematics/utils/project-style-file.d.ts +2 -2
  296. package/schematics/utils/project-style-file.js +1 -1
  297. package/schematics/utils/project-style-file.js.map +1 -0
  298. package/schematics/utils/project-targets.d.ts +5 -4
  299. package/schematics/utils/project-targets.js +15 -8
  300. package/schematics/utils/project-targets.js.map +1 -0
  301. package/schematics/utils/project-tsconfig-paths.d.ts +3 -3
  302. package/schematics/utils/project-tsconfig-paths.js +26 -14
  303. package/schematics/utils/project-tsconfig-paths.js.map +1 -0
  304. package/schematics/utils/schematic-options.d.ts +2 -2
  305. package/schematics/utils/schematic-options.js +27 -15
  306. package/schematics/utils/schematic-options.js.map +1 -0
  307. package/scrolling/index.d.ts +13 -638
  308. package/scrolling-module.d-DP0Qb7T9.d.ts +552 -0
  309. package/selection-model.d-DNgOONDg.d.ts +112 -0
  310. package/stepper/index.d.ts +75 -124
  311. package/style-loader.d-BXZfQZTF.d.ts +21 -0
  312. package/table/index.d.ts +292 -604
  313. package/testing/index.d.ts +33 -675
  314. package/testing/selenium-webdriver/index.d.ts +31 -20
  315. package/testing/testbed/index.d.ts +10 -19
  316. package/text-field/index.d.ts +12 -30
  317. package/text-field-prebuilt.css +1 -1
  318. package/tree/index.d.ts +208 -271
  319. package/tree-key-manager-strategy.d-XB6M79l-.d.ts +116 -0
  320. package/unique-selection-dispatcher.d-DSFqf1MM.d.ts +33 -0
  321. package/view-repeater.d-BKljR8u8.d.ts +89 -0
  322. package/schematics/index.mjs +0 -37
  323. package/schematics/ng-add/index.mjs +0 -39
  324. package/schematics/ng-add/package-config.d.ts +0 -12
  325. package/schematics/ng-add/package-config.js +0 -51
  326. package/schematics/ng-add/package-config.mjs +0 -51
  327. package/schematics/ng-add/schema.mjs +0 -10
  328. package/schematics/ng-generate/drag-drop/index.mjs +0 -33
  329. package/schematics/ng-generate/drag-drop/schema.mjs +0 -10
  330. package/schematics/ng-update/data/attribute-selectors.mjs +0 -12
  331. package/schematics/ng-update/data/class-names.mjs +0 -12
  332. package/schematics/ng-update/data/constructor-checks.mjs +0 -17
  333. package/schematics/ng-update/data/css-selectors.mjs +0 -12
  334. package/schematics/ng-update/data/css-tokens.mjs +0 -12
  335. package/schematics/ng-update/data/element-selectors.mjs +0 -12
  336. package/schematics/ng-update/data/index.mjs +0 -35
  337. package/schematics/ng-update/data/input-names.mjs +0 -12
  338. package/schematics/ng-update/data/method-call-checks.mjs +0 -12
  339. package/schematics/ng-update/data/output-names.mjs +0 -12
  340. package/schematics/ng-update/data/property-names.mjs +0 -12
  341. package/schematics/ng-update/data/symbol-removal.mjs +0 -12
  342. package/schematics/ng-update/devkit-file-system.mjs +0 -84
  343. package/schematics/ng-update/devkit-migration-rule.mjs +0 -133
  344. package/schematics/ng-update/devkit-migration.mjs +0 -20
  345. package/schematics/ng-update/find-stylesheets.mjs +0 -41
  346. package/schematics/ng-update/html-parsing/angular.mjs +0 -51
  347. package/schematics/ng-update/html-parsing/elements.mjs +0 -62
  348. package/schematics/ng-update/index.mjs +0 -29
  349. package/schematics/ng-update/migrations/attribute-selectors.mjs +0 -68
  350. package/schematics/ng-update/migrations/class-inheritance.mjs +0 -55
  351. package/schematics/ng-update/migrations/class-names.mjs +0 -88
  352. package/schematics/ng-update/migrations/constructor-signature.mjs +0 -136
  353. package/schematics/ng-update/migrations/css-selectors.mjs +0 -72
  354. package/schematics/ng-update/migrations/css-tokens.mjs +0 -80
  355. package/schematics/ng-update/migrations/element-selectors.mjs +0 -63
  356. package/schematics/ng-update/migrations/input-names.mjs +0 -56
  357. package/schematics/ng-update/migrations/method-call-arguments.mjs +0 -59
  358. package/schematics/ng-update/migrations/misc-template.mjs +0 -22
  359. package/schematics/ng-update/migrations/output-names.mjs +0 -43
  360. package/schematics/ng-update/migrations/property-names.mjs +0 -57
  361. package/schematics/ng-update/migrations/symbol-removal.mjs +0 -43
  362. package/schematics/ng-update/public-api.mjs +0 -36
  363. package/schematics/ng-update/typescript/base-types.mjs +0 -23
  364. package/schematics/ng-update/typescript/imports.mjs +0 -53
  365. package/schematics/ng-update/typescript/literal.mjs +0 -32
  366. package/schematics/ng-update/typescript/module-specifiers.mjs +0 -35
  367. package/schematics/ng-update/upgrade-data.mjs +0 -40
  368. package/schematics/paths.mjs +0 -16
  369. package/schematics/schematics.externs.js +0 -0
  370. package/schematics/tsconfig.json +0 -29
  371. package/schematics/update-tool/component-resource-collector.mjs +0 -166
  372. package/schematics/update-tool/file-system.mjs +0 -18
  373. package/schematics/update-tool/index.mjs +0 -178
  374. package/schematics/update-tool/logger.mjs +0 -18
  375. package/schematics/update-tool/migration.mjs +0 -77
  376. package/schematics/update-tool/public-api.mjs +0 -33
  377. package/schematics/update-tool/target-version.mjs +0 -27
  378. package/schematics/update-tool/update-recorder.mjs +0 -10
  379. package/schematics/update-tool/update-tool.externs.js +0 -0
  380. package/schematics/update-tool/utils/decorators.mjs +0 -41
  381. package/schematics/update-tool/utils/diagnostics.mjs +0 -18
  382. package/schematics/update-tool/utils/functions.mjs +0 -20
  383. package/schematics/update-tool/utils/imports.mjs +0 -110
  384. package/schematics/update-tool/utils/line-mappings.mjs +0 -75
  385. package/schematics/update-tool/utils/parse-tsconfig.mjs +0 -45
  386. package/schematics/update-tool/utils/property-name.mjs +0 -27
  387. package/schematics/update-tool/utils/virtual-host.mjs +0 -72
  388. package/schematics/update-tool/version-changes.mjs +0 -38
  389. package/schematics/utils/ast/ng-module-imports.mjs +0 -82
  390. package/schematics/utils/ast.mjs +0 -68
  391. package/schematics/utils/build-component.mjs +0 -183
  392. package/schematics/utils/get-project.mjs +0 -28
  393. package/schematics/utils/html-manipulation.mjs +0 -91
  394. package/schematics/utils/index.mjs +0 -36
  395. package/schematics/utils/parse5-element.mjs +0 -30
  396. package/schematics/utils/project-index-file.mjs +0 -20
  397. package/schematics/utils/project-main-file.mjs +0 -25
  398. package/schematics/utils/project-style-file.mjs +0 -42
  399. package/schematics/utils/project-targets.mjs +0 -39
  400. package/schematics/utils/project-tsconfig-paths.mjs +0 -34
  401. package/schematics/utils/schematic-options.mjs +0 -77
@@ -0,0 +1 @@
1
+ {"moduleLabel":"@angular/cdk/testing/protractor","moduleName":"@angular/cdk/testing/protractor","normalizedModuleName":"angular_cdk_testing_protractor","entries":[{"name":"ProtractorHarnessEnvironmentOptions","isAbstract":false,"entryType":"interface","members":[{"name":"queryFn","type":"(selector: string, root: ElementFinder) => ElementArrayFinder","memberType":"property","memberTags":[],"description":"The query function used to find DOM elements.","jsdocTags":[]}],"generics":[],"description":"Options to configure the environment.","jsdocTags":[{"name":"deprecated","comment":""},{"name":"breaking-change","comment":"13.0.0"}],"rawComment":"/**\n * Options to configure the environment.\n * @deprecated\n * @breaking-change 13.0.0\n */","implements":[],"source":{"filePath":"/src/cdk/testing/protractor/protractor-harness-environment.ts","startLine":18,"endLine":21}},{"name":"ProtractorHarnessEnvironment","isAbstract":false,"entryType":"undecorated_class","members":[{"name":"constructor","signatures":[],"implementation":{"params":[{"name":"rawRootElement","description":"","type":"ElementFinder","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"ProtractorHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"ProtractorHarnessEnvironment","generics":[],"name":"constructor","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":["protected"]},{"name":"forceStabilize","signatures":[{"name":"forceStabilize","entryType":"function","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"forceStabilize","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */"},"entryType":"function","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","jsdocTags":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */","memberType":"method","memberTags":[]},{"name":"waitForTasksOutsideAngular","signatures":[{"name":"waitForTasksOutsideAngular","entryType":"function","description":"","generics":[],"isNewType":false,"jsdocTags":[{"name":"docs-private","comment":""}],"params":[],"rawComment":"/** @docs-private */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"waitForTasksOutsideAngular","description":"","entryType":"function","jsdocTags":[{"name":"docs-private","comment":""}],"rawComment":"/** @docs-private */"},"entryType":"function","description":"","jsdocTags":[{"name":"docs-private","comment":""}],"rawComment":"/** @docs-private */","memberType":"method","memberTags":[]},{"name":"getDocumentRoot","signatures":[{"name":"getDocumentRoot","entryType":"function","description":"Gets the root element for the document.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Gets the root element for the document. */","returnType":"ElementFinder"}],"implementation":{"params":[],"isNewType":false,"returnType":"ElementFinder","generics":[],"name":"getDocumentRoot","description":"Gets the root element for the document.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the root element for the document. */"},"entryType":"function","description":"Gets the root element for the document.","jsdocTags":[],"rawComment":"/** Gets the root element for the document. */","memberType":"method","memberTags":["protected"]},{"name":"createTestElement","signatures":[{"name":"createTestElement","entryType":"function","description":"Creates a `TestElement` from a raw element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"element","description":"","type":"ElementFinder","isOptional":false,"isRestParam":false}],"rawComment":"/** Creates a `TestElement` from a raw element. */","returnType":"TestElement"}],"implementation":{"params":[{"name":"element","description":"","type":"ElementFinder","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"TestElement","generics":[],"name":"createTestElement","description":"Creates a `TestElement` from a raw element.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `TestElement` from a raw element. */"},"entryType":"function","description":"Creates a `TestElement` from a raw element.","jsdocTags":[],"rawComment":"/** Creates a `TestElement` from a raw element. */","memberType":"method","memberTags":["protected"]},{"name":"createEnvironment","signatures":[{"name":"createEnvironment","entryType":"function","description":"Creates a `HarnessLoader` rooted at the given raw element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"element","description":"","type":"ElementFinder","isOptional":false,"isRestParam":false}],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */","returnType":"HarnessEnvironment<ElementFinder>"}],"implementation":{"params":[{"name":"element","description":"","type":"ElementFinder","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"HarnessEnvironment<ElementFinder>","generics":[],"name":"createEnvironment","description":"Creates a `HarnessLoader` rooted at the given raw element.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */"},"entryType":"function","description":"Creates a `HarnessLoader` rooted at the given raw element.","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */","memberType":"method","memberTags":["protected"]},{"name":"getAllRawElements","signatures":[{"name":"getAllRawElements","entryType":"function","description":"Gets a list of all elements matching the given selector under this environment's root element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */","returnType":"Promise<ElementFinder[]>"}],"implementation":{"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<ElementFinder[]>","generics":[],"name":"getAllRawElements","description":"Gets a list of all elements matching the given selector under this environment's root element.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */"},"entryType":"function","description":"Gets a list of all elements matching the given selector under this environment's root element.","jsdocTags":[],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */","memberType":"method","memberTags":["protected"]},{"name":"loader","signatures":[{"name":"loader","entryType":"function","description":"Creates a `HarnessLoader` rooted at the document root.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"options","description":"","type":"ProtractorHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/** Creates a `HarnessLoader` rooted at the document root. */","returnType":"HarnessLoader"}],"implementation":{"params":[{"name":"options","description":"","type":"ProtractorHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"HarnessLoader","generics":[],"name":"loader","description":"Creates a `HarnessLoader` rooted at the document root.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the document root. */"},"entryType":"function","description":"Creates a `HarnessLoader` rooted at the document root.","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the document root. */","memberType":"method","memberTags":["static"]},{"name":"getNativeElement","signatures":[{"name":"getNativeElement","entryType":"function","description":"Gets the ElementFinder corresponding to the given TestElement.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"el","description":"","type":"TestElement","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the ElementFinder corresponding to the given TestElement. */","returnType":"ElementFinder"}],"implementation":{"params":[{"name":"el","description":"","type":"TestElement","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"ElementFinder","generics":[],"name":"getNativeElement","description":"Gets the ElementFinder corresponding to the given TestElement.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the ElementFinder corresponding to the given TestElement. */"},"entryType":"function","description":"Gets the ElementFinder corresponding to the given TestElement.","jsdocTags":[],"rawComment":"/** Gets the ElementFinder corresponding to the given TestElement. */","memberType":"method","memberTags":["static"]}],"generics":[],"description":"A `HarnessEnvironment` implementation for Protractor.","jsdocTags":[{"name":"deprecated","comment":"As of v13.0.0, this environment no longer works, as it is not\ncompatible with the new [Angular Package Format](https://angular.dev/tools/libraries/angular-package-format)."},{"name":"breaking-change","comment":"13.0.0"}],"rawComment":"/**\n * A `HarnessEnvironment` implementation for Protractor.\n * @deprecated As of v13.0.0, this environment no longer works, as it is not\n * compatible with the new [Angular Package Format](https://angular.dev/tools/libraries/angular-package-format).\n * @breaking-change 13.0.0\n */","extends":"HarnessEnvironment<ElementFinder>","implements":[],"source":{"filePath":"/src/cdk/testing/protractor/protractor-harness-environment.ts","startLine":34,"endLine":99}},{"name":"ProtractorElement","isAbstract":false,"entryType":"undecorated_class","members":[{"name":"constructor","signatures":[],"implementation":{"params":[{"name":"element","description":"","type":"ElementFinder","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"ProtractorElement","generics":[],"name":"constructor","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"blur","signatures":[{"name":"blur","entryType":"function","description":"Blur the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Blur the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"blur","description":"Blur the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Blur the element. */"},"entryType":"function","description":"Blur the element.","jsdocTags":[],"rawComment":"/** Blur the element. */","memberType":"method","memberTags":[]},{"name":"clear","signatures":[{"name":"clear","entryType":"function","description":"Clear the element's input (for input and textarea elements only).","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"clear","description":"Clear the element's input (for input and textarea elements only).","entryType":"function","jsdocTags":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */"},"entryType":"function","description":"Clear the element's input (for input and textarea elements only).","jsdocTags":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */","memberType":"method","memberTags":[]},{"name":"click","signatures":[{"name":"click","entryType":"function","description":"Click the element at the default location for the current environment. If you need to guarantee\nthe element is clicked at a specific location, consider using `click('center')` or\n`click(x, y)` instead.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"modifiers","description":"","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Click the element at the default location for the current environment. If you need to guarantee\n * the element is clicked at a specific location, consider using `click('center')` or\n * `click(x, y)` instead.\n */","returnType":"Promise<void>"},{"name":"click","entryType":"function","description":"Click the element at the element's center.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"location","description":"","type":"\"center\"","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/** Click the element at the element's center. */","returnType":"Promise<void>"},{"name":"click","entryType":"function","description":"Click the element at the specified coordinates relative to the top-left of the element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Coordinate within the element, along the X-axis at which to click."},{"name":"param","comment":"Coordinate within the element, along the Y-axis at which to click."},{"name":"param","comment":"Modifier keys held while clicking"}],"params":[{"name":"relativeX","description":"Coordinate within the element, along the X-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"relativeY","description":"Coordinate within the element, along the Y-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"Modifier keys held while clicking","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Click the element at the specified coordinates relative to the top-left of the element.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"args","description":"","type":"[any?] | [\"center\", any?] | [number, number, any?]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"click","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"rightClick","signatures":[{"name":"rightClick","entryType":"function","description":"Right clicks on the element at the specified coordinates relative to the top-left of it.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Coordinate within the element, along the X-axis at which to click."},{"name":"param","comment":"Coordinate within the element, along the Y-axis at which to click."},{"name":"param","comment":"Modifier keys held while clicking"}],"params":[{"name":"relativeX","description":"Coordinate within the element, along the X-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"relativeY","description":"Coordinate within the element, along the Y-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"Modifier keys held while clicking","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Right clicks on the element at the specified coordinates relative to the top-left of it.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"args","description":"","type":"[any?] | [\"center\", any?] | [number, number, any?]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"rightClick","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"focus","signatures":[{"name":"focus","entryType":"function","description":"Focus the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Focus the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"focus","description":"Focus the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Focus the element. */"},"entryType":"function","description":"Focus the element.","jsdocTags":[],"rawComment":"/** Focus the element. */","memberType":"method","memberTags":[]},{"name":"getCssValue","signatures":[{"name":"getCssValue","entryType":"function","description":"Get the computed value of the given CSS property for the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"property","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Get the computed value of the given CSS property for the element. */","returnType":"Promise<string>"}],"implementation":{"params":[{"name":"property","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string>","generics":[],"name":"getCssValue","description":"Get the computed value of the given CSS property for the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Get the computed value of the given CSS property for the element. */"},"entryType":"function","description":"Get the computed value of the given CSS property for the element.","jsdocTags":[],"rawComment":"/** Get the computed value of the given CSS property for the element. */","memberType":"method","memberTags":[]},{"name":"hover","signatures":[{"name":"hover","entryType":"function","description":"Hovers the mouse over the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Hovers the mouse over the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"hover","description":"Hovers the mouse over the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Hovers the mouse over the element. */"},"entryType":"function","description":"Hovers the mouse over the element.","jsdocTags":[],"rawComment":"/** Hovers the mouse over the element. */","memberType":"method","memberTags":[]},{"name":"mouseAway","signatures":[{"name":"mouseAway","entryType":"function","description":"Moves the mouse away from the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Moves the mouse away from the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"mouseAway","description":"Moves the mouse away from the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Moves the mouse away from the element. */"},"entryType":"function","description":"Moves the mouse away from the element.","jsdocTags":[],"rawComment":"/** Moves the mouse away from the element. */","memberType":"method","memberTags":[]},{"name":"sendKeys","signatures":[{"name":"sendKeys","entryType":"function","description":"Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"keys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"rawComment":"/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value.\n */","returnType":"Promise<void>"},{"name":"sendKeys","entryType":"function","description":"Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"modifiers","description":"","type":"ModifierKeys","isOptional":false,"isRestParam":false},{"name":"keys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"rawComment":"/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"modifiersAndKeys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"sendKeys","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"text","signatures":[{"name":"text","entryType":"function","description":"Gets the text from the element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"params":[{"name":"options","description":"Options that affect what text is included.","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */","returnType":"Promise<string>"}],"implementation":{"params":[{"name":"options","description":"Options that affect what text is included.","type":"any","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string>","generics":[],"name":"text","description":"Gets the text from the element.","entryType":"function","jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */"},"entryType":"function","description":"Gets the text from the element.","jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */","memberType":"method","memberTags":[]},{"name":"setContenteditableValue","signatures":[{"name":"setContenteditableValue","entryType":"function","description":"Sets the value of a `contenteditable` element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"params":[{"name":"value","description":"Value to be set on the element.","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"value","description":"Value to be set on the element.","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"setContenteditableValue","description":"Sets the value of a `contenteditable` element.","entryType":"function","jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */"},"entryType":"function","description":"Sets the value of a `contenteditable` element.","jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */","memberType":"method","memberTags":[]},{"name":"getAttribute","signatures":[{"name":"getAttribute","entryType":"function","description":"Gets the value for the given attribute from the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the value for the given attribute from the element. */","returnType":"Promise<string | null>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string | null>","generics":[],"name":"getAttribute","description":"Gets the value for the given attribute from the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the value for the given attribute from the element. */"},"entryType":"function","description":"Gets the value for the given attribute from the element.","jsdocTags":[],"rawComment":"/** Gets the value for the given attribute from the element. */","memberType":"method","memberTags":[]},{"name":"hasClass","signatures":[{"name":"hasClass","entryType":"function","description":"Checks whether the element has the given class.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Checks whether the element has the given class. */","returnType":"Promise<boolean>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"hasClass","description":"Checks whether the element has the given class.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether the element has the given class. */"},"entryType":"function","description":"Checks whether the element has the given class.","jsdocTags":[],"rawComment":"/** Checks whether the element has the given class. */","memberType":"method","memberTags":[]},{"name":"getDimensions","signatures":[{"name":"getDimensions","entryType":"function","description":"Gets the dimensions of the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Gets the dimensions of the element. */","returnType":"Promise<ElementDimensions>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<ElementDimensions>","generics":[],"name":"getDimensions","description":"Gets the dimensions of the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the dimensions of the element. */"},"entryType":"function","description":"Gets the dimensions of the element.","jsdocTags":[],"rawComment":"/** Gets the dimensions of the element. */","memberType":"method","memberTags":[]},{"name":"getProperty","signatures":[{"name":"getProperty","entryType":"function","description":"Gets the value of a property of an element.","generics":[{"name":"T","default":"any"}],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the value of a property of an element. */","returnType":"Promise<T>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<T>","generics":[{"name":"T","default":"any"}],"name":"getProperty","description":"Gets the value of a property of an element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the value of a property of an element. */"},"entryType":"function","description":"Gets the value of a property of an element.","jsdocTags":[],"rawComment":"/** Gets the value of a property of an element. */","memberType":"method","memberTags":[]},{"name":"setInputValue","signatures":[{"name":"setInputValue","entryType":"function","description":"Sets the value of a property of an input.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"value","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Sets the value of a property of an input. */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"value","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"setInputValue","description":"Sets the value of a property of an input.","entryType":"function","jsdocTags":[],"rawComment":"/** Sets the value of a property of an input. */"},"entryType":"function","description":"Sets the value of a property of an input.","jsdocTags":[],"rawComment":"/** Sets the value of a property of an input. */","memberType":"method","memberTags":[]},{"name":"selectOptions","signatures":[{"name":"selectOptions","entryType":"function","description":"Selects the options at the specified indexes inside of a native `select` element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"optionIndexes","description":"","type":"number[]","isOptional":false,"isRestParam":true}],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"optionIndexes","description":"","type":"number[]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"selectOptions","description":"Selects the options at the specified indexes inside of a native `select` element.","entryType":"function","jsdocTags":[],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */"},"entryType":"function","description":"Selects the options at the specified indexes inside of a native `select` element.","jsdocTags":[],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */","memberType":"method","memberTags":[]},{"name":"matchesSelector","signatures":[{"name":"matchesSelector","entryType":"function","description":"Checks whether this element matches the given selector.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Checks whether this element matches the given selector. */","returnType":"Promise<boolean>"}],"implementation":{"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"matchesSelector","description":"Checks whether this element matches the given selector.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether this element matches the given selector. */"},"entryType":"function","description":"Checks whether this element matches the given selector.","jsdocTags":[],"rawComment":"/** Checks whether this element matches the given selector. */","memberType":"method","memberTags":[]},{"name":"isFocused","signatures":[{"name":"isFocused","entryType":"function","description":"Checks whether the element is focused.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Checks whether the element is focused. */","returnType":"Promise<boolean>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"isFocused","description":"Checks whether the element is focused.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether the element is focused. */"},"entryType":"function","description":"Checks whether the element is focused.","jsdocTags":[],"rawComment":"/** Checks whether the element is focused. */","memberType":"method","memberTags":[]},{"name":"dispatchEvent","signatures":[{"name":"dispatchEvent","entryType":"function","description":"Dispatches an event with a particular name.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"params":[{"name":"name","description":"Name of the event to be dispatched.","type":"string","isOptional":false,"isRestParam":false},{"name":"data","description":"","type":"Record<string, EventData> | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"name","description":"Name of the event to be dispatched.","type":"string","isOptional":false,"isRestParam":false},{"name":"data","description":"","type":"Record<string, EventData> | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"dispatchEvent","description":"Dispatches an event with a particular name.","entryType":"function","jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */"},"entryType":"function","description":"Dispatches an event with a particular name.","jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */","memberType":"method","memberTags":[]}],"generics":[],"description":"A `TestElement` implementation for Protractor.","jsdocTags":[{"name":"deprecated","comment":""},{"name":"breaking-change","comment":"13.0.0"}],"rawComment":"/**\n * A `TestElement` implementation for Protractor.\n * @deprecated\n * @breaking-change 13.0.0\n */","implements":["TestElement"],"source":{"filePath":"/src/cdk/testing/protractor/protractor-element.ts","startLine":79,"endLine":330}}],"symbols":[["ProtractorHarnessEnvironmentOptions","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment","@angular/cdk/testing/protractor"],["ProtractorElement","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironmentOptions","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironmentOptions.queryFn","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.constructor","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.forceStabilize","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.waitForTasksOutsideAngular","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.getDocumentRoot","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.createTestElement","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.createEnvironment","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.getAllRawElements","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.loader","@angular/cdk/testing/protractor"],["ProtractorHarnessEnvironment.getNativeElement","@angular/cdk/testing/protractor"],["ProtractorElement","@angular/cdk/testing/protractor"],["ProtractorElement.constructor","@angular/cdk/testing/protractor"],["ProtractorElement.blur","@angular/cdk/testing/protractor"],["ProtractorElement.clear","@angular/cdk/testing/protractor"],["ProtractorElement.click","@angular/cdk/testing/protractor"],["ProtractorElement.rightClick","@angular/cdk/testing/protractor"],["ProtractorElement.focus","@angular/cdk/testing/protractor"],["ProtractorElement.getCssValue","@angular/cdk/testing/protractor"],["ProtractorElement.hover","@angular/cdk/testing/protractor"],["ProtractorElement.mouseAway","@angular/cdk/testing/protractor"],["ProtractorElement.sendKeys","@angular/cdk/testing/protractor"],["ProtractorElement.text","@angular/cdk/testing/protractor"],["ProtractorElement.setContenteditableValue","@angular/cdk/testing/protractor"],["ProtractorElement.getAttribute","@angular/cdk/testing/protractor"],["ProtractorElement.hasClass","@angular/cdk/testing/protractor"],["ProtractorElement.getDimensions","@angular/cdk/testing/protractor"],["ProtractorElement.getProperty","@angular/cdk/testing/protractor"],["ProtractorElement.setInputValue","@angular/cdk/testing/protractor"],["ProtractorElement.selectOptions","@angular/cdk/testing/protractor"],["ProtractorElement.matchesSelector","@angular/cdk/testing/protractor"],["ProtractorElement.isFocused","@angular/cdk/testing/protractor"],["ProtractorElement.dispatchEvent","@angular/cdk/testing/protractor"]]}
@@ -0,0 +1 @@
1
+ {"moduleLabel":"@angular/cdk//selenium-webdriver","moduleName":"@angular/cdk//selenium-webdriver","normalizedModuleName":"angular_cdk__selenium-webdriver","entries":[{"name":"SeleniumWebDriverElement","isAbstract":false,"entryType":"undecorated_class","members":[{"name":"constructor","signatures":[],"implementation":{"params":[{"name":"element","description":"","type":"() => webdriver.WebElement","isOptional":false,"isRestParam":false},{"name":"_stabilize","description":"","type":"() => Promise<void>","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"SeleniumWebDriverElement","generics":[],"name":"constructor","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"blur","signatures":[{"name":"blur","entryType":"function","description":"Blur the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Blur the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"blur","description":"Blur the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Blur the element. */"},"entryType":"function","description":"Blur the element.","jsdocTags":[],"rawComment":"/** Blur the element. */","memberType":"method","memberTags":[]},{"name":"clear","signatures":[{"name":"clear","entryType":"function","description":"Clear the element's input (for input and textarea elements only).","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"clear","description":"Clear the element's input (for input and textarea elements only).","entryType":"function","jsdocTags":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */"},"entryType":"function","description":"Clear the element's input (for input and textarea elements only).","jsdocTags":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */","memberType":"method","memberTags":[]},{"name":"click","signatures":[{"name":"click","entryType":"function","description":"Click the element at the default location for the current environment. If you need to guarantee\nthe element is clicked at a specific location, consider using `click('center')` or\n`click(x, y)` instead.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"modifiers","description":"","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Click the element at the default location for the current environment. If you need to guarantee\n * the element is clicked at a specific location, consider using `click('center')` or\n * `click(x, y)` instead.\n */","returnType":"Promise<void>"},{"name":"click","entryType":"function","description":"Click the element at the element's center.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"location","description":"","type":"\"center\"","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/** Click the element at the element's center. */","returnType":"Promise<void>"},{"name":"click","entryType":"function","description":"Click the element at the specified coordinates relative to the top-left of the element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Coordinate within the element, along the X-axis at which to click."},{"name":"param","comment":"Coordinate within the element, along the Y-axis at which to click."},{"name":"param","comment":"Modifier keys held while clicking"}],"params":[{"name":"relativeX","description":"Coordinate within the element, along the X-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"relativeY","description":"Coordinate within the element, along the Y-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"Modifier keys held while clicking","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Click the element at the specified coordinates relative to the top-left of the element.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"args","description":"","type":"[any?] | [\"center\", any?] | [number, number, any?]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"click","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"rightClick","signatures":[{"name":"rightClick","entryType":"function","description":"Right clicks on the element at the specified coordinates relative to the top-left of it.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Coordinate within the element, along the X-axis at which to click."},{"name":"param","comment":"Coordinate within the element, along the Y-axis at which to click."},{"name":"param","comment":"Modifier keys held while clicking"}],"params":[{"name":"relativeX","description":"Coordinate within the element, along the X-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"relativeY","description":"Coordinate within the element, along the Y-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"Modifier keys held while clicking","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Right clicks on the element at the specified coordinates relative to the top-left of it.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"args","description":"","type":"[any?] | [\"center\", any?] | [number, number, any?]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"rightClick","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"focus","signatures":[{"name":"focus","entryType":"function","description":"Focus the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Focus the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"focus","description":"Focus the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Focus the element. */"},"entryType":"function","description":"Focus the element.","jsdocTags":[],"rawComment":"/** Focus the element. */","memberType":"method","memberTags":[]},{"name":"getCssValue","signatures":[{"name":"getCssValue","entryType":"function","description":"Get the computed value of the given CSS property for the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"property","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Get the computed value of the given CSS property for the element. */","returnType":"Promise<string>"}],"implementation":{"params":[{"name":"property","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string>","generics":[],"name":"getCssValue","description":"Get the computed value of the given CSS property for the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Get the computed value of the given CSS property for the element. */"},"entryType":"function","description":"Get the computed value of the given CSS property for the element.","jsdocTags":[],"rawComment":"/** Get the computed value of the given CSS property for the element. */","memberType":"method","memberTags":[]},{"name":"hover","signatures":[{"name":"hover","entryType":"function","description":"Hovers the mouse over the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Hovers the mouse over the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"hover","description":"Hovers the mouse over the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Hovers the mouse over the element. */"},"entryType":"function","description":"Hovers the mouse over the element.","jsdocTags":[],"rawComment":"/** Hovers the mouse over the element. */","memberType":"method","memberTags":[]},{"name":"mouseAway","signatures":[{"name":"mouseAway","entryType":"function","description":"Moves the mouse away from the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Moves the mouse away from the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"mouseAway","description":"Moves the mouse away from the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Moves the mouse away from the element. */"},"entryType":"function","description":"Moves the mouse away from the element.","jsdocTags":[],"rawComment":"/** Moves the mouse away from the element. */","memberType":"method","memberTags":[]},{"name":"sendKeys","signatures":[{"name":"sendKeys","entryType":"function","description":"Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"keys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"rawComment":"/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value.\n */","returnType":"Promise<void>"},{"name":"sendKeys","entryType":"function","description":"Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"modifiers","description":"","type":"ModifierKeys","isOptional":false,"isRestParam":false},{"name":"keys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"rawComment":"/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"modifiersAndKeys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"sendKeys","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"text","signatures":[{"name":"text","entryType":"function","description":"Gets the text from the element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"params":[{"name":"options","description":"Options that affect what text is included.","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */","returnType":"Promise<string>"}],"implementation":{"params":[{"name":"options","description":"Options that affect what text is included.","type":"any","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string>","generics":[],"name":"text","description":"Gets the text from the element.","entryType":"function","jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */"},"entryType":"function","description":"Gets the text from the element.","jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */","memberType":"method","memberTags":[]},{"name":"setContenteditableValue","signatures":[{"name":"setContenteditableValue","entryType":"function","description":"Sets the value of a `contenteditable` element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"params":[{"name":"value","description":"Value to be set on the element.","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"value","description":"Value to be set on the element.","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"setContenteditableValue","description":"Sets the value of a `contenteditable` element.","entryType":"function","jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */"},"entryType":"function","description":"Sets the value of a `contenteditable` element.","jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */","memberType":"method","memberTags":[]},{"name":"getAttribute","signatures":[{"name":"getAttribute","entryType":"function","description":"Gets the value for the given attribute from the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the value for the given attribute from the element. */","returnType":"Promise<string | null>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string | null>","generics":[],"name":"getAttribute","description":"Gets the value for the given attribute from the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the value for the given attribute from the element. */"},"entryType":"function","description":"Gets the value for the given attribute from the element.","jsdocTags":[],"rawComment":"/** Gets the value for the given attribute from the element. */","memberType":"method","memberTags":[]},{"name":"hasClass","signatures":[{"name":"hasClass","entryType":"function","description":"Checks whether the element has the given class.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Checks whether the element has the given class. */","returnType":"Promise<boolean>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"hasClass","description":"Checks whether the element has the given class.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether the element has the given class. */"},"entryType":"function","description":"Checks whether the element has the given class.","jsdocTags":[],"rawComment":"/** Checks whether the element has the given class. */","memberType":"method","memberTags":[]},{"name":"getDimensions","signatures":[{"name":"getDimensions","entryType":"function","description":"Gets the dimensions of the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Gets the dimensions of the element. */","returnType":"Promise<ElementDimensions>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<ElementDimensions>","generics":[],"name":"getDimensions","description":"Gets the dimensions of the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the dimensions of the element. */"},"entryType":"function","description":"Gets the dimensions of the element.","jsdocTags":[],"rawComment":"/** Gets the dimensions of the element. */","memberType":"method","memberTags":[]},{"name":"getProperty","signatures":[{"name":"getProperty","entryType":"function","description":"Gets the value of a property of an element.","generics":[{"name":"T","default":"any"}],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the value of a property of an element. */","returnType":"Promise<T>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<T>","generics":[{"name":"T","default":"any"}],"name":"getProperty","description":"Gets the value of a property of an element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the value of a property of an element. */"},"entryType":"function","description":"Gets the value of a property of an element.","jsdocTags":[],"rawComment":"/** Gets the value of a property of an element. */","memberType":"method","memberTags":[]},{"name":"setInputValue","signatures":[{"name":"setInputValue","entryType":"function","description":"Sets the value of a property of an input.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"newValue","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Sets the value of a property of an input. */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"newValue","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"setInputValue","description":"Sets the value of a property of an input.","entryType":"function","jsdocTags":[],"rawComment":"/** Sets the value of a property of an input. */"},"entryType":"function","description":"Sets the value of a property of an input.","jsdocTags":[],"rawComment":"/** Sets the value of a property of an input. */","memberType":"method","memberTags":[]},{"name":"selectOptions","signatures":[{"name":"selectOptions","entryType":"function","description":"Selects the options at the specified indexes inside of a native `select` element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"optionIndexes","description":"","type":"number[]","isOptional":false,"isRestParam":true}],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"optionIndexes","description":"","type":"number[]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"selectOptions","description":"Selects the options at the specified indexes inside of a native `select` element.","entryType":"function","jsdocTags":[],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */"},"entryType":"function","description":"Selects the options at the specified indexes inside of a native `select` element.","jsdocTags":[],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */","memberType":"method","memberTags":[]},{"name":"matchesSelector","signatures":[{"name":"matchesSelector","entryType":"function","description":"Checks whether this element matches the given selector.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Checks whether this element matches the given selector. */","returnType":"Promise<boolean>"}],"implementation":{"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"matchesSelector","description":"Checks whether this element matches the given selector.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether this element matches the given selector. */"},"entryType":"function","description":"Checks whether this element matches the given selector.","jsdocTags":[],"rawComment":"/** Checks whether this element matches the given selector. */","memberType":"method","memberTags":[]},{"name":"isFocused","signatures":[{"name":"isFocused","entryType":"function","description":"Checks whether the element is focused.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Checks whether the element is focused. */","returnType":"Promise<boolean>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"isFocused","description":"Checks whether the element is focused.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether the element is focused. */"},"entryType":"function","description":"Checks whether the element is focused.","jsdocTags":[],"rawComment":"/** Checks whether the element is focused. */","memberType":"method","memberTags":[]},{"name":"dispatchEvent","signatures":[{"name":"dispatchEvent","entryType":"function","description":"Dispatches an event with a particular name.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"params":[{"name":"name","description":"Name of the event to be dispatched.","type":"string","isOptional":false,"isRestParam":false},{"name":"data","description":"","type":"Record<string, EventData> | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"name","description":"Name of the event to be dispatched.","type":"string","isOptional":false,"isRestParam":false},{"name":"data","description":"","type":"Record<string, EventData> | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"dispatchEvent","description":"Dispatches an event with a particular name.","entryType":"function","jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */"},"entryType":"function","description":"Dispatches an event with a particular name.","jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */","memberType":"method","memberTags":[]}],"generics":[],"description":"A `TestElement` implementation for WebDriver.","jsdocTags":[],"rawComment":"/** A `TestElement` implementation for WebDriver. */","implements":["TestElement"],"source":{"filePath":"/src/cdk/testing/selenium-webdriver/selenium-web-driver-element.ts","startLine":17,"endLine":318}},{"name":"WebDriverHarnessEnvironmentOptions","isAbstract":false,"entryType":"interface","members":[{"name":"queryFn","type":"(selector: string, root: () => webdriver.WebElement) => Promise<webdriver.WebElement[]>","memberType":"property","memberTags":[],"description":"The query function used to find DOM elements.","jsdocTags":[]}],"generics":[],"description":"Options to configure the environment.","jsdocTags":[],"rawComment":"/** Options to configure the environment. */","implements":[],"source":{"filePath":"/src/cdk/testing/selenium-webdriver/selenium-web-driver-harness-environment.ts","startLine":35,"endLine":38}},{"name":"waitForAngularReady","signatures":[{"name":"waitForAngularReady","entryType":"function","description":"Waits for angular to be ready after the page load.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"wd","description":"","type":"webdriver.WebDriver","isOptional":false,"isRestParam":false}],"rawComment":"/** Waits for angular to be ready after the page load. */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"wd","description":"","type":"webdriver.WebDriver","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"waitForAngularReady","description":"Waits for angular to be ready after the page load.","entryType":"function","jsdocTags":[],"rawComment":"/** Waits for angular to be ready after the page load. */"},"entryType":"function","description":"Waits for angular to be ready after the page load.","jsdocTags":[],"rawComment":"/** Waits for angular to be ready after the page load. */","source":{"filePath":"/src/cdk/testing/selenium-webdriver/selenium-web-driver-harness-environment.ts","startLine":65,"endLine":68}},{"name":"SeleniumWebDriverHarnessEnvironment","isAbstract":false,"entryType":"undecorated_class","members":[{"name":"constructor","signatures":[],"implementation":{"params":[{"name":"rawRootElement","description":"","type":"() => webdriver.WebElement","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"WebDriverHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"SeleniumWebDriverHarnessEnvironment","generics":[],"name":"constructor","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":["protected"]},{"name":"forceStabilize","signatures":[{"name":"forceStabilize","entryType":"function","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"forceStabilize","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */"},"entryType":"function","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","jsdocTags":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */","memberType":"method","memberTags":[]},{"name":"waitForTasksOutsideAngular","signatures":[{"name":"waitForTasksOutsideAngular","entryType":"function","description":"","generics":[],"isNewType":false,"jsdocTags":[{"name":"docs-private","comment":""}],"params":[],"rawComment":"/** @docs-private */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"waitForTasksOutsideAngular","description":"","entryType":"function","jsdocTags":[{"name":"docs-private","comment":""}],"rawComment":"/** @docs-private */"},"entryType":"function","description":"","jsdocTags":[{"name":"docs-private","comment":""}],"rawComment":"/** @docs-private */","memberType":"method","memberTags":[]},{"name":"getDocumentRoot","signatures":[{"name":"getDocumentRoot","entryType":"function","description":"Gets the root element for the document.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Gets the root element for the document. */","returnType":"() => webdriver.WebElement"}],"implementation":{"params":[],"isNewType":false,"returnType":"() => webdriver.WebElement","generics":[],"name":"getDocumentRoot","description":"Gets the root element for the document.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the root element for the document. */"},"entryType":"function","description":"Gets the root element for the document.","jsdocTags":[],"rawComment":"/** Gets the root element for the document. */","memberType":"method","memberTags":["protected"]},{"name":"createTestElement","signatures":[{"name":"createTestElement","entryType":"function","description":"Creates a `TestElement` from a raw element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"element","description":"","type":"() => webdriver.WebElement","isOptional":false,"isRestParam":false}],"rawComment":"/** Creates a `TestElement` from a raw element. */","returnType":"TestElement"}],"implementation":{"params":[{"name":"element","description":"","type":"() => webdriver.WebElement","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"TestElement","generics":[],"name":"createTestElement","description":"Creates a `TestElement` from a raw element.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `TestElement` from a raw element. */"},"entryType":"function","description":"Creates a `TestElement` from a raw element.","jsdocTags":[],"rawComment":"/** Creates a `TestElement` from a raw element. */","memberType":"method","memberTags":["protected"]},{"name":"createEnvironment","signatures":[{"name":"createEnvironment","entryType":"function","description":"Creates a `HarnessLoader` rooted at the given raw element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"element","description":"","type":"() => webdriver.WebElement","isOptional":false,"isRestParam":false}],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */","returnType":"HarnessEnvironment<() => webdriver.WebElement>"}],"implementation":{"params":[{"name":"element","description":"","type":"() => webdriver.WebElement","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"HarnessEnvironment<() => webdriver.WebElement>","generics":[],"name":"createEnvironment","description":"Creates a `HarnessLoader` rooted at the given raw element.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */"},"entryType":"function","description":"Creates a `HarnessLoader` rooted at the given raw element.","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */","memberType":"method","memberTags":["protected"]},{"name":"getAllRawElements","signatures":[{"name":"getAllRawElements","entryType":"function","description":"Gets a list of all elements matching the given selector under this environment's root element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */","returnType":"Promise<(() => webdriver.WebElement)[]>"}],"implementation":{"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<(() => webdriver.WebElement)[]>","generics":[],"name":"getAllRawElements","description":"Gets a list of all elements matching the given selector under this environment's root element.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */"},"entryType":"function","description":"Gets a list of all elements matching the given selector under this environment's root element.","jsdocTags":[],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */","memberType":"method","memberTags":["protected"]},{"name":"getNativeElement","signatures":[{"name":"getNativeElement","entryType":"function","description":"Gets the ElementFinder corresponding to the given TestElement.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"el","description":"","type":"TestElement","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the ElementFinder corresponding to the given TestElement. */","returnType":"webdriver.WebElement"}],"implementation":{"params":[{"name":"el","description":"","type":"TestElement","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"webdriver.WebElement","generics":[],"name":"getNativeElement","description":"Gets the ElementFinder corresponding to the given TestElement.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the ElementFinder corresponding to the given TestElement. */"},"entryType":"function","description":"Gets the ElementFinder corresponding to the given TestElement.","jsdocTags":[],"rawComment":"/** Gets the ElementFinder corresponding to the given TestElement. */","memberType":"method","memberTags":["static"]},{"name":"loader","signatures":[{"name":"loader","entryType":"function","description":"Creates a `HarnessLoader` rooted at the document root.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"driver","description":"","type":"webdriver.WebDriver","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"WebDriverHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/** Creates a `HarnessLoader` rooted at the document root. */","returnType":"HarnessLoader"}],"implementation":{"params":[{"name":"driver","description":"","type":"webdriver.WebDriver","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"WebDriverHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"HarnessLoader","generics":[],"name":"loader","description":"Creates a `HarnessLoader` rooted at the document root.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the document root. */"},"entryType":"function","description":"Creates a `HarnessLoader` rooted at the document root.","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the document root. */","memberType":"method","memberTags":["static"]}],"generics":[],"description":"A `HarnessEnvironment` implementation for WebDriver.","jsdocTags":[],"rawComment":"/** A `HarnessEnvironment` implementation for WebDriver. */","extends":"HarnessEnvironment<\n () => webdriver.WebElement\n>","implements":[],"source":{"filePath":"/src/cdk/testing/selenium-webdriver/selenium-web-driver-harness-environment.ts","startLine":71,"endLine":150}}],"symbols":[["SeleniumWebDriverElement","@angular/cdk//selenium-webdriver"],["WebDriverHarnessEnvironmentOptions","@angular/cdk//selenium-webdriver"],["waitForAngularReady","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.constructor","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.blur","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.clear","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.click","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.rightClick","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.focus","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.getCssValue","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.hover","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.mouseAway","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.sendKeys","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.text","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.setContenteditableValue","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.getAttribute","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.hasClass","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.getDimensions","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.getProperty","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.setInputValue","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.selectOptions","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.matchesSelector","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.isFocused","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverElement.dispatchEvent","@angular/cdk//selenium-webdriver"],["WebDriverHarnessEnvironmentOptions","@angular/cdk//selenium-webdriver"],["WebDriverHarnessEnvironmentOptions.queryFn","@angular/cdk//selenium-webdriver"],["waitForAngularReady","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.constructor","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.forceStabilize","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.waitForTasksOutsideAngular","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.getDocumentRoot","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.createTestElement","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.createEnvironment","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.getAllRawElements","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.getNativeElement","@angular/cdk//selenium-webdriver"],["SeleniumWebDriverHarnessEnvironment.loader","@angular/cdk//selenium-webdriver"]]}
@@ -0,0 +1 @@
1
+ {"moduleLabel":"@angular/cdk/testing/testbed","moduleName":"@angular/cdk/testing/testbed","normalizedModuleName":"angular_cdk_testing_testbed","entries":[{"name":"TestbedHarnessEnvironmentOptions","isAbstract":false,"entryType":"interface","members":[{"name":"queryFn","type":"(selector: string, root: Element) => Iterable<Element> | ArrayLike<Element>","memberType":"property","memberTags":[],"description":"The query function used to find DOM elements.","jsdocTags":[]}],"generics":[],"description":"Options to configure the environment.","jsdocTags":[],"rawComment":"/** Options to configure the environment. */","implements":[],"source":{"filePath":"/src/cdk/testing/testbed/testbed-harness-environment.ts","startLine":25,"endLine":28}},{"name":"TestbedHarnessEnvironment","isAbstract":false,"entryType":"undecorated_class","members":[{"name":"constructor","signatures":[],"implementation":{"params":[{"name":"rawRootElement","description":"","type":"Element","isOptional":false,"isRestParam":false},{"name":"_fixture","description":"","type":"ComponentFixture<unknown>","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"TestbedHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"TestbedHarnessEnvironment","generics":[],"name":"constructor","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":["protected"]},{"name":"forceStabilize","signatures":[{"name":"forceStabilize","entryType":"function","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"forceStabilize","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */"},"entryType":"function","description":"Flushes change detection and async tasks captured in the Angular zone.\nIn most cases it should not be necessary to call this manually. However, there may be some edge\ncases where it is needed to fully flush animation events.","jsdocTags":[],"rawComment":"/**\n * Flushes change detection and async tasks captured in the Angular zone.\n * In most cases it should not be necessary to call this manually. However, there may be some edge\n * cases where it is needed to fully flush animation events.\n */","memberType":"method","memberTags":[]},{"name":"waitForTasksOutsideAngular","signatures":[{"name":"waitForTasksOutsideAngular","entryType":"function","description":"Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"waitForTasksOutsideAngular","description":"Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n */"},"entryType":"function","description":"Waits for all scheduled or running async tasks to complete. This allows harness\nauthors to wait for async tasks outside of the Angular zone.","jsdocTags":[],"rawComment":"/**\n * Waits for all scheduled or running async tasks to complete. This allows harness\n * authors to wait for async tasks outside of the Angular zone.\n */","memberType":"method","memberTags":[]},{"name":"getDocumentRoot","signatures":[{"name":"getDocumentRoot","entryType":"function","description":"Gets the root element for the document.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Gets the root element for the document. */","returnType":"Element"}],"implementation":{"params":[],"isNewType":false,"returnType":"Element","generics":[],"name":"getDocumentRoot","description":"Gets the root element for the document.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the root element for the document. */"},"entryType":"function","description":"Gets the root element for the document.","jsdocTags":[],"rawComment":"/** Gets the root element for the document. */","memberType":"method","memberTags":["protected"]},{"name":"createTestElement","signatures":[{"name":"createTestElement","entryType":"function","description":"Creates a `TestElement` from a raw element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"element","description":"","type":"Element","isOptional":false,"isRestParam":false}],"rawComment":"/** Creates a `TestElement` from a raw element. */","returnType":"TestElement"}],"implementation":{"params":[{"name":"element","description":"","type":"Element","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"TestElement","generics":[],"name":"createTestElement","description":"Creates a `TestElement` from a raw element.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `TestElement` from a raw element. */"},"entryType":"function","description":"Creates a `TestElement` from a raw element.","jsdocTags":[],"rawComment":"/** Creates a `TestElement` from a raw element. */","memberType":"method","memberTags":["protected"]},{"name":"createEnvironment","signatures":[{"name":"createEnvironment","entryType":"function","description":"Creates a `HarnessLoader` rooted at the given raw element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"element","description":"","type":"Element","isOptional":false,"isRestParam":false}],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */","returnType":"HarnessEnvironment<Element>"}],"implementation":{"params":[{"name":"element","description":"","type":"Element","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"HarnessEnvironment<Element>","generics":[],"name":"createEnvironment","description":"Creates a `HarnessLoader` rooted at the given raw element.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */"},"entryType":"function","description":"Creates a `HarnessLoader` rooted at the given raw element.","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given raw element. */","memberType":"method","memberTags":["protected"]},{"name":"getAllRawElements","signatures":[{"name":"getAllRawElements","entryType":"function","description":"Gets a list of all elements matching the given selector under this environment's root element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */","returnType":"Promise<Element[]>"}],"implementation":{"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<Element[]>","generics":[],"name":"getAllRawElements","description":"Gets a list of all elements matching the given selector under this environment's root element.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */"},"entryType":"function","description":"Gets a list of all elements matching the given selector under this environment's root element.","jsdocTags":[],"rawComment":"/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */","memberType":"method","memberTags":["protected"]},{"name":"loader","signatures":[{"name":"loader","entryType":"function","description":"Creates a `HarnessLoader` rooted at the given fixture's root element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"fixture","description":"","type":"ComponentFixture<unknown>","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"TestbedHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/** Creates a `HarnessLoader` rooted at the given fixture's root element. */","returnType":"HarnessLoader"}],"implementation":{"params":[{"name":"fixture","description":"","type":"ComponentFixture<unknown>","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"TestbedHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"HarnessLoader","generics":[],"name":"loader","description":"Creates a `HarnessLoader` rooted at the given fixture's root element.","entryType":"function","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given fixture's root element. */"},"entryType":"function","description":"Creates a `HarnessLoader` rooted at the given fixture's root element.","jsdocTags":[],"rawComment":"/** Creates a `HarnessLoader` rooted at the given fixture's root element. */","memberType":"method","memberTags":["static"]},{"name":"documentRootLoader","signatures":[{"name":"documentRootLoader","entryType":"function","description":"Creates a `HarnessLoader` at the document root. This can be used if harnesses are\nlocated outside of a fixture (e.g. overlays appended to the document body).","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"fixture","description":"","type":"ComponentFixture<unknown>","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"TestbedHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Creates a `HarnessLoader` at the document root. This can be used if harnesses are\n * located outside of a fixture (e.g. overlays appended to the document body).\n */","returnType":"HarnessLoader"}],"implementation":{"params":[{"name":"fixture","description":"","type":"ComponentFixture<unknown>","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"TestbedHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"HarnessLoader","generics":[],"name":"documentRootLoader","description":"Creates a `HarnessLoader` at the document root. This can be used if harnesses are\nlocated outside of a fixture (e.g. overlays appended to the document body).","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Creates a `HarnessLoader` at the document root. This can be used if harnesses are\n * located outside of a fixture (e.g. overlays appended to the document body).\n */"},"entryType":"function","description":"Creates a `HarnessLoader` at the document root. This can be used if harnesses are\nlocated outside of a fixture (e.g. overlays appended to the document body).","jsdocTags":[],"rawComment":"/**\n * Creates a `HarnessLoader` at the document root. This can be used if harnesses are\n * located outside of a fixture (e.g. overlays appended to the document body).\n */","memberType":"method","memberTags":["static"]},{"name":"getNativeElement","signatures":[{"name":"getNativeElement","entryType":"function","description":"Gets the native DOM element corresponding to the given TestElement.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"el","description":"","type":"TestElement","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the native DOM element corresponding to the given TestElement. */","returnType":"Element"}],"implementation":{"params":[{"name":"el","description":"","type":"TestElement","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Element","generics":[],"name":"getNativeElement","description":"Gets the native DOM element corresponding to the given TestElement.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the native DOM element corresponding to the given TestElement. */"},"entryType":"function","description":"Gets the native DOM element corresponding to the given TestElement.","jsdocTags":[],"rawComment":"/** Gets the native DOM element corresponding to the given TestElement. */","memberType":"method","memberTags":["static"]},{"name":"harnessForFixture","signatures":[{"name":"harnessForFixture","entryType":"function","description":"Creates an instance of the given harness type, using the fixture's root element as the\nharness's host element. This method should be used when creating a harness for the root element\nof a fixture, as components do not have the correct selector when they are created as the root\nof the fixture.","generics":[{"name":"T","constraint":"ComponentHarness"}],"isNewType":false,"jsdocTags":[],"params":[{"name":"fixture","description":"","type":"ComponentFixture<unknown>","isOptional":false,"isRestParam":false},{"name":"harnessType","description":"","type":"ComponentHarnessConstructor<T>","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"TestbedHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Creates an instance of the given harness type, using the fixture's root element as the\n * harness's host element. This method should be used when creating a harness for the root element\n * of a fixture, as components do not have the correct selector when they are created as the root\n * of the fixture.\n */","returnType":"Promise<T>"}],"implementation":{"params":[{"name":"fixture","description":"","type":"ComponentFixture<unknown>","isOptional":false,"isRestParam":false},{"name":"harnessType","description":"","type":"ComponentHarnessConstructor<T>","isOptional":false,"isRestParam":false},{"name":"options","description":"","type":"TestbedHarnessEnvironmentOptions | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"Promise<T>","generics":[{"name":"T","constraint":"ComponentHarness"}],"name":"harnessForFixture","description":"Creates an instance of the given harness type, using the fixture's root element as the\nharness's host element. This method should be used when creating a harness for the root element\nof a fixture, as components do not have the correct selector when they are created as the root\nof the fixture.","entryType":"function","jsdocTags":[],"rawComment":"/**\n * Creates an instance of the given harness type, using the fixture's root element as the\n * harness's host element. This method should be used when creating a harness for the root element\n * of a fixture, as components do not have the correct selector when they are created as the root\n * of the fixture.\n */"},"entryType":"function","description":"Creates an instance of the given harness type, using the fixture's root element as the\nharness's host element. This method should be used when creating a harness for the root element\nof a fixture, as components do not have the correct selector when they are created as the root\nof the fixture.","jsdocTags":[],"rawComment":"/**\n * Creates an instance of the given harness type, using the fixture's root element as the\n * harness's host element. This method should be used when creating a harness for the root element\n * of a fixture, as components do not have the correct selector when they are created as the root\n * of the fixture.\n */","memberType":"method","memberTags":["static"]}],"generics":[],"description":"A `HarnessEnvironment` implementation for Angular's Testbed.","jsdocTags":[],"rawComment":"/** A `HarnessEnvironment` implementation for Angular's Testbed. */","extends":"HarnessEnvironment<Element>","implements":[],"source":{"filePath":"/src/cdk/testing/testbed/testbed-harness-environment.ts","startLine":89,"endLine":222}},{"name":"UnitTestElement","isAbstract":false,"entryType":"undecorated_class","members":[{"name":"constructor","signatures":[],"implementation":{"params":[{"name":"element","description":"","type":"Element","isOptional":false,"isRestParam":false},{"name":"_stabilize","description":"","type":"() => Promise<void>","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"UnitTestElement","generics":[],"name":"constructor","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"blur","signatures":[{"name":"blur","entryType":"function","description":"Blur the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Blur the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"blur","description":"Blur the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Blur the element. */"},"entryType":"function","description":"Blur the element.","jsdocTags":[],"rawComment":"/** Blur the element. */","memberType":"method","memberTags":[]},{"name":"clear","signatures":[{"name":"clear","entryType":"function","description":"Clear the element's input (for input and textarea elements only).","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"clear","description":"Clear the element's input (for input and textarea elements only).","entryType":"function","jsdocTags":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */"},"entryType":"function","description":"Clear the element's input (for input and textarea elements only).","jsdocTags":[],"rawComment":"/** Clear the element's input (for input and textarea elements only). */","memberType":"method","memberTags":[]},{"name":"click","signatures":[{"name":"click","entryType":"function","description":"Click the element at the default location for the current environment. If you need to guarantee\nthe element is clicked at a specific location, consider using `click('center')` or\n`click(x, y)` instead.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"modifiers","description":"","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Click the element at the default location for the current environment. If you need to guarantee\n * the element is clicked at a specific location, consider using `click('center')` or\n * `click(x, y)` instead.\n */","returnType":"Promise<void>"},{"name":"click","entryType":"function","description":"Click the element at the element's center.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"location","description":"","type":"\"center\"","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/** Click the element at the element's center. */","returnType":"Promise<void>"},{"name":"click","entryType":"function","description":"Click the element at the specified coordinates relative to the top-left of the element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Coordinate within the element, along the X-axis at which to click."},{"name":"param","comment":"Coordinate within the element, along the Y-axis at which to click."},{"name":"param","comment":"Modifier keys held while clicking"}],"params":[{"name":"relativeX","description":"Coordinate within the element, along the X-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"relativeY","description":"Coordinate within the element, along the Y-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"Modifier keys held while clicking","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Click the element at the specified coordinates relative to the top-left of the element.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"args","description":"","type":"[any?] | [\"center\", any?] | [number, number, any?]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"click","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"rightClick","signatures":[{"name":"rightClick","entryType":"function","description":"Right clicks on the element at the specified coordinates relative to the top-left of it.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Coordinate within the element, along the X-axis at which to click."},{"name":"param","comment":"Coordinate within the element, along the Y-axis at which to click."},{"name":"param","comment":"Modifier keys held while clicking"}],"params":[{"name":"relativeX","description":"Coordinate within the element, along the X-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"relativeY","description":"Coordinate within the element, along the Y-axis at which to click.","type":"number","isOptional":false,"isRestParam":false},{"name":"modifiers","description":"Modifier keys held while clicking","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Right clicks on the element at the specified coordinates relative to the top-left of it.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"args","description":"","type":"[any?] | [\"center\", any?] | [number, number, any?]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"rightClick","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"focus","signatures":[{"name":"focus","entryType":"function","description":"Focus the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Focus the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"focus","description":"Focus the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Focus the element. */"},"entryType":"function","description":"Focus the element.","jsdocTags":[],"rawComment":"/** Focus the element. */","memberType":"method","memberTags":[]},{"name":"getCssValue","signatures":[{"name":"getCssValue","entryType":"function","description":"Get the computed value of the given CSS property for the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"property","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Get the computed value of the given CSS property for the element. */","returnType":"Promise<string>"}],"implementation":{"params":[{"name":"property","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string>","generics":[],"name":"getCssValue","description":"Get the computed value of the given CSS property for the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Get the computed value of the given CSS property for the element. */"},"entryType":"function","description":"Get the computed value of the given CSS property for the element.","jsdocTags":[],"rawComment":"/** Get the computed value of the given CSS property for the element. */","memberType":"method","memberTags":[]},{"name":"hover","signatures":[{"name":"hover","entryType":"function","description":"Hovers the mouse over the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Hovers the mouse over the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"hover","description":"Hovers the mouse over the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Hovers the mouse over the element. */"},"entryType":"function","description":"Hovers the mouse over the element.","jsdocTags":[],"rawComment":"/** Hovers the mouse over the element. */","memberType":"method","memberTags":[]},{"name":"mouseAway","signatures":[{"name":"mouseAway","entryType":"function","description":"Moves the mouse away from the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Moves the mouse away from the element. */","returnType":"Promise<void>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"mouseAway","description":"Moves the mouse away from the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Moves the mouse away from the element. */"},"entryType":"function","description":"Moves the mouse away from the element.","jsdocTags":[],"rawComment":"/** Moves the mouse away from the element. */","memberType":"method","memberTags":[]},{"name":"sendKeys","signatures":[{"name":"sendKeys","entryType":"function","description":"Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value. Note that this cannot\nreproduce native browser behavior for keyboard shortcuts such as Tab, Ctrl + A, etc.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"keys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"rawComment":"/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value. Note that this cannot\n * reproduce native browser behavior for keyboard shortcuts such as Tab, Ctrl + A, etc.\n */","returnType":"Promise<void>"},{"name":"sendKeys","entryType":"function","description":"Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"modifiers","description":"","type":"ModifierKeys","isOptional":false,"isRestParam":false},{"name":"keys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"rawComment":"/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"modifiersAndKeys","description":"","type":"any[]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"sendKeys","description":"","entryType":"function","jsdocTags":[],"rawComment":""},"entryType":"function","description":"","jsdocTags":[],"rawComment":"","memberType":"method","memberTags":[]},{"name":"text","signatures":[{"name":"text","entryType":"function","description":"Gets the text from the element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"params":[{"name":"options","description":"Options that affect what text is included.","type":"any","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */","returnType":"Promise<string>"}],"implementation":{"params":[{"name":"options","description":"Options that affect what text is included.","type":"any","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string>","generics":[],"name":"text","description":"Gets the text from the element.","entryType":"function","jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */"},"entryType":"function","description":"Gets the text from the element.","jsdocTags":[{"name":"param","comment":"Options that affect what text is included."}],"rawComment":"/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */","memberType":"method","memberTags":[]},{"name":"setContenteditableValue","signatures":[{"name":"setContenteditableValue","entryType":"function","description":"Sets the value of a `contenteditable` element.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"params":[{"name":"value","description":"Value to be set on the element.","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"value","description":"Value to be set on the element.","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"setContenteditableValue","description":"Sets the value of a `contenteditable` element.","entryType":"function","jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */"},"entryType":"function","description":"Sets the value of a `contenteditable` element.","jsdocTags":[{"name":"param","comment":"Value to be set on the element."}],"rawComment":"/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */","memberType":"method","memberTags":[]},{"name":"getAttribute","signatures":[{"name":"getAttribute","entryType":"function","description":"Gets the value for the given attribute from the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the value for the given attribute from the element. */","returnType":"Promise<string | null>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<string | null>","generics":[],"name":"getAttribute","description":"Gets the value for the given attribute from the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the value for the given attribute from the element. */"},"entryType":"function","description":"Gets the value for the given attribute from the element.","jsdocTags":[],"rawComment":"/** Gets the value for the given attribute from the element. */","memberType":"method","memberTags":[]},{"name":"hasClass","signatures":[{"name":"hasClass","entryType":"function","description":"Checks whether the element has the given class.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Checks whether the element has the given class. */","returnType":"Promise<boolean>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"hasClass","description":"Checks whether the element has the given class.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether the element has the given class. */"},"entryType":"function","description":"Checks whether the element has the given class.","jsdocTags":[],"rawComment":"/** Checks whether the element has the given class. */","memberType":"method","memberTags":[]},{"name":"getDimensions","signatures":[{"name":"getDimensions","entryType":"function","description":"Gets the dimensions of the element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Gets the dimensions of the element. */","returnType":"Promise<ElementDimensions>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<ElementDimensions>","generics":[],"name":"getDimensions","description":"Gets the dimensions of the element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the dimensions of the element. */"},"entryType":"function","description":"Gets the dimensions of the element.","jsdocTags":[],"rawComment":"/** Gets the dimensions of the element. */","memberType":"method","memberTags":[]},{"name":"getProperty","signatures":[{"name":"getProperty","entryType":"function","description":"Gets the value of a property of an element.","generics":[{"name":"T","default":"any"}],"isNewType":false,"jsdocTags":[],"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Gets the value of a property of an element. */","returnType":"Promise<T>"}],"implementation":{"params":[{"name":"name","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<T>","generics":[{"name":"T","default":"any"}],"name":"getProperty","description":"Gets the value of a property of an element.","entryType":"function","jsdocTags":[],"rawComment":"/** Gets the value of a property of an element. */"},"entryType":"function","description":"Gets the value of a property of an element.","jsdocTags":[],"rawComment":"/** Gets the value of a property of an element. */","memberType":"method","memberTags":[]},{"name":"setInputValue","signatures":[{"name":"setInputValue","entryType":"function","description":"Sets the value of a property of an input.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"value","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Sets the value of a property of an input. */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"value","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"setInputValue","description":"Sets the value of a property of an input.","entryType":"function","jsdocTags":[],"rawComment":"/** Sets the value of a property of an input. */"},"entryType":"function","description":"Sets the value of a property of an input.","jsdocTags":[],"rawComment":"/** Sets the value of a property of an input. */","memberType":"method","memberTags":[]},{"name":"selectOptions","signatures":[{"name":"selectOptions","entryType":"function","description":"Selects the options at the specified indexes inside of a native `select` element.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"optionIndexes","description":"","type":"number[]","isOptional":false,"isRestParam":true}],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"optionIndexes","description":"","type":"number[]","isOptional":false,"isRestParam":true}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"selectOptions","description":"Selects the options at the specified indexes inside of a native `select` element.","entryType":"function","jsdocTags":[],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */"},"entryType":"function","description":"Selects the options at the specified indexes inside of a native `select` element.","jsdocTags":[],"rawComment":"/** Selects the options at the specified indexes inside of a native `select` element. */","memberType":"method","memberTags":[]},{"name":"matchesSelector","signatures":[{"name":"matchesSelector","entryType":"function","description":"Checks whether this element matches the given selector.","generics":[],"isNewType":false,"jsdocTags":[],"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"rawComment":"/** Checks whether this element matches the given selector. */","returnType":"Promise<boolean>"}],"implementation":{"params":[{"name":"selector","description":"","type":"string","isOptional":false,"isRestParam":false}],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"matchesSelector","description":"Checks whether this element matches the given selector.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether this element matches the given selector. */"},"entryType":"function","description":"Checks whether this element matches the given selector.","jsdocTags":[],"rawComment":"/** Checks whether this element matches the given selector. */","memberType":"method","memberTags":[]},{"name":"isFocused","signatures":[{"name":"isFocused","entryType":"function","description":"Checks whether the element is focused.","generics":[],"isNewType":false,"jsdocTags":[],"params":[],"rawComment":"/** Checks whether the element is focused. */","returnType":"Promise<boolean>"}],"implementation":{"params":[],"isNewType":false,"returnType":"Promise<boolean>","generics":[],"name":"isFocused","description":"Checks whether the element is focused.","entryType":"function","jsdocTags":[],"rawComment":"/** Checks whether the element is focused. */"},"entryType":"function","description":"Checks whether the element is focused.","jsdocTags":[],"rawComment":"/** Checks whether the element is focused. */","memberType":"method","memberTags":[]},{"name":"dispatchEvent","signatures":[{"name":"dispatchEvent","entryType":"function","description":"Dispatches an event with a particular name.","generics":[],"isNewType":false,"jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"params":[{"name":"name","description":"Name of the event to be dispatched.","type":"string","isOptional":false,"isRestParam":false},{"name":"data","description":"","type":"Record<string, EventData> | undefined","isOptional":true,"isRestParam":false}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */","returnType":"Promise<void>"}],"implementation":{"params":[{"name":"name","description":"Name of the event to be dispatched.","type":"string","isOptional":false,"isRestParam":false},{"name":"data","description":"","type":"Record<string, EventData> | undefined","isOptional":true,"isRestParam":false}],"isNewType":false,"returnType":"Promise<void>","generics":[],"name":"dispatchEvent","description":"Dispatches an event with a particular name.","entryType":"function","jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */"},"entryType":"function","description":"Dispatches an event with a particular name.","jsdocTags":[{"name":"param","comment":"Name of the event to be dispatched."}],"rawComment":"/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */","memberType":"method","memberTags":[]}],"generics":[],"description":"A `TestElement` implementation for unit tests.","jsdocTags":[],"rawComment":"/** A `TestElement` implementation for unit tests. */","implements":["TestElement"],"source":{"filePath":"/src/cdk/testing/testbed/unit-test-element.ts","startLine":68,"endLine":405}}],"symbols":[["ComponentFixture","@angular/core/testing"],["flush","@angular/core/testing"],["TestbedHarnessEnvironmentOptions","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment","@angular/cdk/testing/testbed"],["UnitTestElement","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironmentOptions","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironmentOptions.queryFn","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.constructor","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.forceStabilize","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.waitForTasksOutsideAngular","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.getDocumentRoot","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.createTestElement","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.createEnvironment","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.getAllRawElements","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.loader","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.documentRootLoader","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.getNativeElement","@angular/cdk/testing/testbed"],["TestbedHarnessEnvironment.harnessForFixture","@angular/cdk/testing/testbed"],["UnitTestElement","@angular/cdk/testing/testbed"],["UnitTestElement.constructor","@angular/cdk/testing/testbed"],["UnitTestElement.blur","@angular/cdk/testing/testbed"],["UnitTestElement.clear","@angular/cdk/testing/testbed"],["UnitTestElement.click","@angular/cdk/testing/testbed"],["UnitTestElement.rightClick","@angular/cdk/testing/testbed"],["UnitTestElement.focus","@angular/cdk/testing/testbed"],["UnitTestElement.getCssValue","@angular/cdk/testing/testbed"],["UnitTestElement.hover","@angular/cdk/testing/testbed"],["UnitTestElement.mouseAway","@angular/cdk/testing/testbed"],["UnitTestElement.sendKeys","@angular/cdk/testing/testbed"],["UnitTestElement.text","@angular/cdk/testing/testbed"],["UnitTestElement.setContenteditableValue","@angular/cdk/testing/testbed"],["UnitTestElement.getAttribute","@angular/cdk/testing/testbed"],["UnitTestElement.hasClass","@angular/cdk/testing/testbed"],["UnitTestElement.getDimensions","@angular/cdk/testing/testbed"],["UnitTestElement.getProperty","@angular/cdk/testing/testbed"],["UnitTestElement.setInputValue","@angular/cdk/testing/testbed"],["UnitTestElement.selectOptions","@angular/cdk/testing/testbed"],["UnitTestElement.matchesSelector","@angular/cdk/testing/testbed"],["UnitTestElement.isFocused","@angular/cdk/testing/testbed"],["UnitTestElement.dispatchEvent","@angular/cdk/testing/testbed"]]}