@kato-lee/cdk 14.2.7 → 20.2.14

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 (735) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +8 -8
  3. package/_adev_assets/cdk_drag_drop.json +7215 -0
  4. package/_adev_assets/cdk_testing.json +7605 -0
  5. package/_adev_assets/cdk_testing_protractor.json +1747 -0
  6. package/_adev_assets/cdk_testing_selenium_webdriver.json +1801 -0
  7. package/_adev_assets/cdk_testing_testbed.json +1903 -0
  8. package/_index.scss +8 -8
  9. package/a11y/_index.scss +60 -102
  10. package/a11y/index.d.ts +550 -1212
  11. package/a11y-module.d.d.ts +314 -0
  12. package/a11y-prebuilt.css +1 -1
  13. package/accordion/index.d.ts +92 -140
  14. package/activedescendant-key-manager.d.d.ts +39 -0
  15. package/bidi/index.d.ts +21 -80
  16. package/bidi-module.d.d.ts +57 -0
  17. package/clipboard/index.d.ts +101 -115
  18. package/coercion/index.d.ts +45 -67
  19. package/coercion/private/index.d.ts +9 -0
  20. package/collections/index.d.ts +99 -374
  21. package/data-source.d.d.ts +43 -0
  22. package/dialog/index.d.ts +412 -469
  23. package/drag-drop/index.d.ts +1410 -1614
  24. package/fesm2022/a11y-module.mjs +951 -0
  25. package/fesm2022/a11y-module.mjs.map +1 -0
  26. package/fesm2022/a11y.mjs +538 -0
  27. package/fesm2022/a11y.mjs.map +1 -0
  28. package/fesm2022/accordion.mjs +216 -0
  29. package/fesm2022/accordion.mjs.map +1 -0
  30. package/fesm2022/activedescendant-key-manager.mjs +16 -0
  31. package/fesm2022/activedescendant-key-manager.mjs.map +1 -0
  32. package/fesm2022/array.mjs +6 -0
  33. package/fesm2022/array.mjs.map +1 -0
  34. package/fesm2022/bidi.mjs +78 -0
  35. package/fesm2022/bidi.mjs.map +1 -0
  36. package/fesm2022/breakpoints-observer.mjs +179 -0
  37. package/fesm2022/breakpoints-observer.mjs.map +1 -0
  38. package/fesm2022/cdk.mjs +7 -0
  39. package/fesm2022/cdk.mjs.map +1 -0
  40. package/{fesm2020 → fesm2022}/clipboard.mjs +210 -259
  41. package/fesm2022/clipboard.mjs.map +1 -0
  42. package/fesm2022/coercion/private.mjs +15 -0
  43. package/fesm2022/coercion/private.mjs.map +1 -0
  44. package/fesm2022/coercion.mjs +43 -0
  45. package/fesm2022/coercion.mjs.map +1 -0
  46. package/fesm2022/collections.mjs +8 -0
  47. package/fesm2022/collections.mjs.map +1 -0
  48. package/fesm2022/css-pixel-value.mjs +10 -0
  49. package/fesm2022/css-pixel-value.mjs.map +1 -0
  50. package/fesm2022/data-source.mjs +15 -0
  51. package/fesm2022/data-source.mjs.map +1 -0
  52. package/{fesm2020 → fesm2022}/dialog.mjs +874 -787
  53. package/fesm2022/dialog.mjs.map +1 -0
  54. package/fesm2022/directionality.mjs +77 -0
  55. package/fesm2022/directionality.mjs.map +1 -0
  56. package/fesm2022/dispose-view-repeater-strategy.mjs +44 -0
  57. package/fesm2022/dispose-view-repeater-strategy.mjs.map +1 -0
  58. package/{fesm2020 → fesm2022}/drag-drop.mjs +4477 -3808
  59. package/fesm2022/drag-drop.mjs.map +1 -0
  60. package/fesm2022/element.mjs +29 -0
  61. package/fesm2022/element.mjs.map +1 -0
  62. package/fesm2022/fake-event-detection.mjs +24 -0
  63. package/fesm2022/fake-event-detection.mjs.map +1 -0
  64. package/fesm2022/focus-key-manager.mjs +22 -0
  65. package/fesm2022/focus-key-manager.mjs.map +1 -0
  66. package/fesm2022/focus-monitor.mjs +622 -0
  67. package/fesm2022/focus-monitor.mjs.map +1 -0
  68. package/fesm2022/id-generator.mjs +37 -0
  69. package/fesm2022/id-generator.mjs.map +1 -0
  70. package/fesm2022/keycodes.mjs +15 -0
  71. package/fesm2022/keycodes.mjs.map +1 -0
  72. package/{fesm2015/keycodes.mjs → fesm2022/keycodes2.mjs} +122 -167
  73. package/fesm2022/keycodes2.mjs.map +1 -0
  74. package/fesm2022/layout.mjs +43 -0
  75. package/fesm2022/layout.mjs.map +1 -0
  76. package/fesm2022/list-key-manager.mjs +360 -0
  77. package/fesm2022/list-key-manager.mjs.map +1 -0
  78. package/fesm2022/listbox.mjs +928 -0
  79. package/fesm2022/listbox.mjs.map +1 -0
  80. package/fesm2022/menu.mjs +2001 -0
  81. package/fesm2022/menu.mjs.map +1 -0
  82. package/fesm2022/observers/private.mjs +124 -0
  83. package/fesm2022/observers/private.mjs.map +1 -0
  84. package/fesm2022/observers.mjs +210 -0
  85. package/fesm2022/observers.mjs.map +1 -0
  86. package/{fesm2020/overlay.mjs → fesm2022/overlay-module.mjs} +3062 -3145
  87. package/fesm2022/overlay-module.mjs.map +1 -0
  88. package/fesm2022/overlay.mjs +101 -0
  89. package/fesm2022/overlay.mjs.map +1 -0
  90. package/fesm2022/passive-listeners.mjs +31 -0
  91. package/fesm2022/passive-listeners.mjs.map +1 -0
  92. package/fesm2022/platform.mjs +73 -0
  93. package/fesm2022/platform.mjs.map +1 -0
  94. package/fesm2022/platform2.mjs +77 -0
  95. package/fesm2022/platform2.mjs.map +1 -0
  96. package/{fesm2020 → fesm2022}/portal.mjs +614 -689
  97. package/fesm2022/portal.mjs.map +1 -0
  98. package/fesm2022/private.mjs +19 -0
  99. package/fesm2022/private.mjs.map +1 -0
  100. package/fesm2022/recycle-view-repeater-strategy.mjs +156 -0
  101. package/fesm2022/recycle-view-repeater-strategy.mjs.map +1 -0
  102. package/{fesm2015 → fesm2022}/scrolling.mjs +1472 -1558
  103. package/fesm2022/scrolling.mjs.map +1 -0
  104. package/fesm2022/scrolling2.mjs +99 -0
  105. package/fesm2022/scrolling2.mjs.map +1 -0
  106. package/fesm2022/selection-model.mjs +221 -0
  107. package/fesm2022/selection-model.mjs.map +1 -0
  108. package/fesm2022/shadow-dom.mjs +49 -0
  109. package/fesm2022/shadow-dom.mjs.map +1 -0
  110. package/fesm2022/stepper.mjs +632 -0
  111. package/fesm2022/stepper.mjs.map +1 -0
  112. package/fesm2022/style-loader.mjs +47 -0
  113. package/fesm2022/style-loader.mjs.map +1 -0
  114. package/{fesm2020 → fesm2022}/table.mjs +2511 -2348
  115. package/fesm2022/table.mjs.map +1 -0
  116. package/fesm2022/test-environment.mjs +19 -0
  117. package/fesm2022/test-environment.mjs.map +1 -0
  118. package/fesm2022/testing/selenium-webdriver.mjs +353 -0
  119. package/fesm2022/testing/selenium-webdriver.mjs.map +1 -0
  120. package/fesm2022/testing/testbed.mjs +782 -0
  121. package/fesm2022/testing/testbed.mjs.map +1 -0
  122. package/fesm2022/testing.mjs +950 -0
  123. package/fesm2022/testing.mjs.map +1 -0
  124. package/{fesm2020 → fesm2022}/text-field.mjs +432 -459
  125. package/fesm2022/text-field.mjs.map +1 -0
  126. package/fesm2022/tree-key-manager.mjs +360 -0
  127. package/fesm2022/tree-key-manager.mjs.map +1 -0
  128. package/fesm2022/tree.mjs +1800 -0
  129. package/fesm2022/tree.mjs.map +1 -0
  130. package/fesm2022/typeahead.mjs +88 -0
  131. package/fesm2022/typeahead.mjs.map +1 -0
  132. package/fesm2022/unique-selection-dispatcher.mjs +49 -0
  133. package/fesm2022/unique-selection-dispatcher.mjs.map +1 -0
  134. package/focus-key-manager.d.d.ts +39 -0
  135. package/focus-monitor.d.d.ts +208 -0
  136. package/harness-environment.d.d.ts +944 -0
  137. package/index.d.ts +6 -6
  138. package/keycodes/index.d.ts +129 -249
  139. package/layout/index.d.ts +89 -90
  140. package/list-key-manager.d.d.ts +170 -0
  141. package/listbox/index.d.ts +354 -419
  142. package/menu/index.d.ts +834 -1013
  143. package/number-property.d.d.ts +16 -0
  144. package/observers/index.d.ts +84 -109
  145. package/observers/private/index.d.ts +34 -0
  146. package/overlay/_index-deprecated.scss +13 -13
  147. package/overlay/_index.scss +193 -152
  148. package/overlay/index.d.ts +328 -1343
  149. package/overlay-module.d.d.ts +801 -0
  150. package/overlay-prebuilt.css +1 -1
  151. package/package.json +177 -232
  152. package/platform/index.d.ts +67 -106
  153. package/platform.d.d.ts +33 -0
  154. package/portal/index.d.ts +51 -328
  155. package/portal-directives.d.d.ts +211 -0
  156. package/private/index.d.ts +13 -0
  157. package/schematics/collection.json +18 -0
  158. package/schematics/index.d.ts +14 -0
  159. package/schematics/index.js +37 -0
  160. package/schematics/index.js.map +1 -0
  161. package/schematics/migration.json +15 -0
  162. package/schematics/ng-add/index.d.ts +17 -0
  163. package/schematics/ng-add/index.js +31 -0
  164. package/schematics/ng-add/index.js.map +1 -0
  165. package/schematics/ng-add/schema.d.ts +11 -0
  166. package/schematics/ng-add/schema.js +10 -0
  167. package/schematics/ng-add/schema.js.map +1 -0
  168. package/schematics/ng-add/schema.json +16 -0
  169. package/schematics/ng-generate/drag-drop/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template +53 -0
  170. package/schematics/ng-generate/drag-drop/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +21 -0
  171. package/schematics/ng-generate/drag-drop/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.spec.ts.template +25 -0
  172. package/schematics/ng-generate/drag-drop/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +45 -0
  173. package/schematics/ng-generate/drag-drop/index.d.ts +11 -0
  174. package/schematics/ng-generate/drag-drop/index.js +42 -0
  175. package/schematics/ng-generate/drag-drop/index.js.map +1 -0
  176. package/schematics/ng-generate/drag-drop/schema.d.ts +10 -0
  177. package/schematics/ng-generate/drag-drop/schema.js +10 -0
  178. package/schematics/ng-generate/drag-drop/schema.js.map +1 -0
  179. package/schematics/ng-generate/drag-drop/schema.json +100 -0
  180. package/schematics/ng-update/data/attribute-selectors.d.ts +15 -0
  181. package/schematics/ng-update/data/attribute-selectors.js +12 -0
  182. package/schematics/ng-update/data/attribute-selectors.js.map +1 -0
  183. package/schematics/ng-update/data/class-names.d.ts +15 -0
  184. package/schematics/ng-update/data/class-names.js +12 -0
  185. package/schematics/ng-update/data/class-names.js.map +1 -0
  186. package/schematics/ng-update/data/constructor-checks.d.ts +15 -0
  187. package/schematics/ng-update/data/constructor-checks.js +17 -0
  188. package/schematics/ng-update/data/constructor-checks.js.map +1 -0
  189. package/schematics/ng-update/data/css-selectors.d.ts +27 -0
  190. package/schematics/ng-update/data/css-selectors.js +12 -0
  191. package/schematics/ng-update/data/css-selectors.js.map +1 -0
  192. package/schematics/ng-update/data/css-tokens.d.ts +27 -0
  193. package/schematics/ng-update/data/css-tokens.js +12 -0
  194. package/schematics/ng-update/data/css-tokens.js.map +1 -0
  195. package/schematics/ng-update/data/element-selectors.d.ts +15 -0
  196. package/schematics/ng-update/data/element-selectors.js +12 -0
  197. package/schematics/ng-update/data/element-selectors.js.map +1 -0
  198. package/schematics/ng-update/data/index.d.ts +18 -0
  199. package/schematics/ng-update/data/index.js +35 -0
  200. package/schematics/ng-update/data/index.js.map +1 -0
  201. package/schematics/ng-update/data/input-names.d.ts +22 -0
  202. package/schematics/ng-update/data/input-names.js +12 -0
  203. package/schematics/ng-update/data/input-names.js.map +1 -0
  204. package/schematics/ng-update/data/method-call-checks.d.ts +17 -0
  205. package/schematics/ng-update/data/method-call-checks.js +12 -0
  206. package/schematics/ng-update/data/method-call-checks.js.map +1 -0
  207. package/schematics/ng-update/data/output-names.d.ts +22 -0
  208. package/schematics/ng-update/data/output-names.js +12 -0
  209. package/schematics/ng-update/data/output-names.js.map +1 -0
  210. package/schematics/ng-update/data/property-names.d.ts +20 -0
  211. package/schematics/ng-update/data/property-names.js +12 -0
  212. package/schematics/ng-update/data/property-names.js.map +1 -0
  213. package/schematics/ng-update/data/symbol-removal.d.ts +17 -0
  214. package/schematics/ng-update/data/symbol-removal.js +12 -0
  215. package/schematics/ng-update/data/symbol-removal.js.map +1 -0
  216. package/schematics/ng-update/devkit-file-system.d.ts +30 -0
  217. package/schematics/ng-update/devkit-file-system.js +83 -0
  218. package/schematics/ng-update/devkit-file-system.js.map +1 -0
  219. package/schematics/ng-update/devkit-migration-rule.d.ts +24 -0
  220. package/schematics/ng-update/devkit-migration-rule.js +142 -0
  221. package/schematics/ng-update/devkit-migration-rule.js.map +1 -0
  222. package/schematics/ng-update/devkit-migration.d.ts +35 -0
  223. package/schematics/ng-update/devkit-migration.js +20 -0
  224. package/schematics/ng-update/devkit-migration.js.map +1 -0
  225. package/schematics/ng-update/find-stylesheets.d.ts +16 -0
  226. package/schematics/ng-update/find-stylesheets.js +41 -0
  227. package/schematics/ng-update/find-stylesheets.js.map +1 -0
  228. package/schematics/ng-update/html-parsing/angular.d.ts +15 -0
  229. package/schematics/ng-update/html-parsing/angular.js +51 -0
  230. package/schematics/ng-update/html-parsing/angular.js.map +1 -0
  231. package/schematics/ng-update/html-parsing/elements.d.ts +24 -0
  232. package/schematics/ng-update/html-parsing/elements.js +63 -0
  233. package/schematics/ng-update/html-parsing/elements.js.map +1 -0
  234. package/schematics/ng-update/index.d.ts +10 -0
  235. package/schematics/ng-update/index.js +29 -0
  236. package/schematics/ng-update/index.js.map +1 -0
  237. package/schematics/ng-update/migrations/attribute-selectors.d.ts +26 -0
  238. package/schematics/ng-update/migrations/attribute-selectors.js +71 -0
  239. package/schematics/ng-update/migrations/attribute-selectors.js.map +1 -0
  240. package/schematics/ng-update/migrations/class-inheritance.d.ts +26 -0
  241. package/schematics/ng-update/migrations/class-inheritance.js +58 -0
  242. package/schematics/ng-update/migrations/class-inheritance.js.map +1 -0
  243. package/schematics/ng-update/migrations/class-names.d.ts +32 -0
  244. package/schematics/ng-update/migrations/class-names.js +91 -0
  245. package/schematics/ng-update/migrations/class-names.js.map +1 -0
  246. package/schematics/ng-update/migrations/constructor-signature.d.ts +29 -0
  247. package/schematics/ng-update/migrations/constructor-signature.js +139 -0
  248. package/schematics/ng-update/migrations/constructor-signature.js.map +1 -0
  249. package/schematics/ng-update/migrations/css-selectors.d.ts +26 -0
  250. package/schematics/ng-update/migrations/css-selectors.js +75 -0
  251. package/schematics/ng-update/migrations/css-selectors.js.map +1 -0
  252. package/schematics/ng-update/migrations/css-tokens.d.ts +26 -0
  253. package/schematics/ng-update/migrations/css-tokens.js +83 -0
  254. package/schematics/ng-update/migrations/css-tokens.js.map +1 -0
  255. package/schematics/ng-update/migrations/element-selectors.d.ts +26 -0
  256. package/schematics/ng-update/migrations/element-selectors.js +66 -0
  257. package/schematics/ng-update/migrations/element-selectors.js.map +1 -0
  258. package/schematics/ng-update/migrations/input-names.d.ts +26 -0
  259. package/schematics/ng-update/migrations/input-names.js +59 -0
  260. package/schematics/ng-update/migrations/input-names.js.map +1 -0
  261. package/schematics/ng-update/migrations/method-call-arguments.d.ts +22 -0
  262. package/schematics/ng-update/migrations/method-call-arguments.js +62 -0
  263. package/schematics/ng-update/migrations/method-call-arguments.js.map +1 -0
  264. package/schematics/ng-update/migrations/misc-template.d.ts +18 -0
  265. package/schematics/ng-update/migrations/misc-template.js +25 -0
  266. package/schematics/ng-update/migrations/misc-template.js.map +1 -0
  267. package/schematics/ng-update/migrations/output-names.d.ts +22 -0
  268. package/schematics/ng-update/migrations/output-names.js +46 -0
  269. package/schematics/ng-update/migrations/output-names.js.map +1 -0
  270. package/schematics/ng-update/migrations/property-names.d.ts +22 -0
  271. package/schematics/ng-update/migrations/property-names.js +60 -0
  272. package/schematics/ng-update/migrations/property-names.js.map +1 -0
  273. package/schematics/ng-update/migrations/symbol-removal.d.ts +18 -0
  274. package/schematics/ng-update/migrations/symbol-removal.js +47 -0
  275. package/schematics/ng-update/migrations/symbol-removal.js.map +1 -0
  276. package/schematics/ng-update/public-api.d.ts +19 -0
  277. package/schematics/ng-update/public-api.js +36 -0
  278. package/schematics/ng-update/public-api.js.map +1 -0
  279. package/schematics/ng-update/typescript/base-types.d.ts +10 -0
  280. package/schematics/ng-update/typescript/base-types.js +23 -0
  281. package/schematics/ng-update/typescript/base-types.js.map +1 -0
  282. package/schematics/ng-update/typescript/imports.d.ts +18 -0
  283. package/schematics/ng-update/typescript/imports.js +53 -0
  284. package/schematics/ng-update/typescript/imports.js.map +1 -0
  285. package/schematics/ng-update/typescript/literal.d.ts +18 -0
  286. package/schematics/ng-update/typescript/literal.js +32 -0
  287. package/schematics/ng-update/typescript/literal.js.map +1 -0
  288. package/schematics/ng-update/typescript/module-specifiers.d.ts +16 -0
  289. package/schematics/ng-update/typescript/module-specifiers.js +35 -0
  290. package/schematics/ng-update/typescript/module-specifiers.js.map +1 -0
  291. package/schematics/ng-update/upgrade-data.d.ts +35 -0
  292. package/schematics/ng-update/upgrade-data.js +40 -0
  293. package/schematics/ng-update/upgrade-data.js.map +1 -0
  294. package/schematics/package.json +3 -0
  295. package/schematics/paths.d.ts +11 -0
  296. package/schematics/paths.js +16 -0
  297. package/schematics/paths.js.map +1 -0
  298. package/schematics/update-tool/component-resource-collector.d.ts +44 -0
  299. package/schematics/update-tool/component-resource-collector.js +164 -0
  300. package/schematics/update-tool/component-resource-collector.js.map +1 -0
  301. package/schematics/update-tool/file-system.d.ts +72 -0
  302. package/schematics/update-tool/file-system.js +18 -0
  303. package/schematics/update-tool/file-system.js.map +1 -0
  304. package/schematics/update-tool/index.d.ts +74 -0
  305. package/schematics/update-tool/index.js +172 -0
  306. package/schematics/update-tool/index.js.map +1 -0
  307. package/schematics/update-tool/logger.d.ts +15 -0
  308. package/schematics/update-tool/logger.js +18 -0
  309. package/schematics/update-tool/logger.js.map +1 -0
  310. package/schematics/update-tool/migration.d.ts +87 -0
  311. package/schematics/update-tool/migration.js +70 -0
  312. package/schematics/update-tool/migration.js.map +1 -0
  313. package/schematics/update-tool/public-api.d.ts +16 -0
  314. package/schematics/update-tool/public-api.js +33 -0
  315. package/schematics/update-tool/public-api.js.map +1 -0
  316. package/schematics/update-tool/target-version.d.ts +16 -0
  317. package/schematics/update-tool/target-version.js +27 -0
  318. package/schematics/update-tool/target-version.js.map +1 -0
  319. package/schematics/update-tool/update-recorder.d.ts +13 -0
  320. package/schematics/update-tool/update-recorder.js +10 -0
  321. package/schematics/update-tool/update-recorder.js.map +1 -0
  322. package/schematics/update-tool/utils/decorators.d.ts +22 -0
  323. package/schematics/update-tool/utils/decorators.js +41 -0
  324. package/schematics/update-tool/utils/decorators.js.map +1 -0
  325. package/schematics/update-tool/utils/diagnostics.d.ts +11 -0
  326. package/schematics/update-tool/utils/diagnostics.js +18 -0
  327. package/schematics/update-tool/utils/diagnostics.js.map +1 -0
  328. package/schematics/update-tool/utils/functions.d.ts +14 -0
  329. package/schematics/update-tool/utils/functions.js +20 -0
  330. package/schematics/update-tool/utils/functions.js.map +1 -0
  331. package/schematics/update-tool/utils/imports.d.ts +17 -0
  332. package/schematics/update-tool/utils/imports.js +110 -0
  333. package/schematics/update-tool/utils/imports.js.map +1 -0
  334. package/schematics/update-tool/utils/line-mappings.d.ts +21 -0
  335. package/schematics/update-tool/utils/line-mappings.js +75 -0
  336. package/schematics/update-tool/utils/line-mappings.js.map +1 -0
  337. package/schematics/update-tool/utils/parse-tsconfig.d.ts +18 -0
  338. package/schematics/update-tool/utils/parse-tsconfig.js +45 -0
  339. package/schematics/update-tool/utils/parse-tsconfig.js.map +1 -0
  340. package/schematics/update-tool/utils/property-name.d.ts +18 -0
  341. package/schematics/update-tool/utils/property-name.js +27 -0
  342. package/schematics/update-tool/utils/property-name.js.map +1 -0
  343. package/schematics/update-tool/utils/virtual-host.d.ts +36 -0
  344. package/schematics/update-tool/utils/virtual-host.js +71 -0
  345. package/schematics/update-tool/utils/virtual-host.js.map +1 -0
  346. package/schematics/update-tool/version-changes.d.ts +32 -0
  347. package/schematics/update-tool/version-changes.js +38 -0
  348. package/schematics/update-tool/version-changes.js.map +1 -0
  349. package/schematics/utils/ast/ng-module-imports.d.ts +12 -0
  350. package/schematics/utils/ast/ng-module-imports.js +82 -0
  351. package/schematics/utils/ast/ng-module-imports.js.map +1 -0
  352. package/schematics/utils/ast.d.ts +25 -0
  353. package/schematics/utils/ast.js +79 -0
  354. package/schematics/utils/ast.js.map +1 -0
  355. package/schematics/utils/build-component.d.ts +20 -0
  356. package/schematics/utils/build-component.js +189 -0
  357. package/schematics/utils/build-component.js.map +1 -0
  358. package/schematics/utils/get-project.d.ts +13 -0
  359. package/schematics/utils/get-project.js +28 -0
  360. package/schematics/utils/get-project.js.map +1 -0
  361. package/schematics/utils/html-manipulation.d.ts +15 -0
  362. package/schematics/utils/html-manipulation.js +91 -0
  363. package/schematics/utils/html-manipulation.js.map +1 -0
  364. package/schematics/utils/index.d.ts +19 -0
  365. package/schematics/utils/index.js +36 -0
  366. package/schematics/utils/index.js.map +1 -0
  367. package/schematics/utils/parse5-element.d.ts +12 -0
  368. package/schematics/utils/parse5-element.js +30 -0
  369. package/schematics/utils/parse5-element.js.map +1 -0
  370. package/schematics/utils/project-index-file.d.ts +13 -0
  371. package/schematics/utils/project-index-file.js +43 -0
  372. package/schematics/utils/project-index-file.js.map +1 -0
  373. package/schematics/utils/project-main-file.d.ts +11 -0
  374. package/schematics/utils/project-main-file.js +25 -0
  375. package/schematics/utils/project-main-file.js.map +1 -0
  376. package/schematics/utils/project-style-file.d.ts +13 -0
  377. package/schematics/utils/project-style-file.js +42 -0
  378. package/schematics/utils/project-style-file.js.map +1 -0
  379. package/schematics/utils/project-targets.d.ts +15 -0
  380. package/schematics/utils/project-targets.js +46 -0
  381. package/schematics/utils/project-targets.js.map +1 -0
  382. package/schematics/utils/project-tsconfig-paths.d.ts +14 -0
  383. package/schematics/utils/project-tsconfig-paths.js +46 -0
  384. package/schematics/utils/project-tsconfig-paths.js.map +1 -0
  385. package/schematics/utils/schematic-options.d.ts +20 -0
  386. package/schematics/utils/schematic-options.js +89 -0
  387. package/schematics/utils/schematic-options.js.map +1 -0
  388. package/scrolling/index.d.ts +62 -849
  389. package/scrolling-module.d.d.ts +551 -0
  390. package/selection-model.d.d.ts +112 -0
  391. package/stepper/index.d.ts +236 -419
  392. package/style-loader.d.d.ts +21 -0
  393. package/table/index.d.ts +901 -1483
  394. package/testing/index.d.ts +98 -0
  395. package/testing/selenium-webdriver/index.d.ts +150 -0
  396. package/testing/testbed/index.d.ts +157 -0
  397. package/text-field/_index.scss +89 -89
  398. package/text-field/index.d.ts +154 -203
  399. package/text-field-prebuilt.css +1 -1
  400. package/tree/index.d.ts +720 -593
  401. package/tree-key-manager-strategy.d.d.ts +116 -0
  402. package/unique-selection-dispatcher.d.d.ts +33 -0
  403. package/view-repeater.d.d.ts +88 -0
  404. package/a11y/_index.import.scss +0 -2
  405. package/esm2020/a11y/a11y-module.mjs +0 -32
  406. package/esm2020/a11y/a11y_public_index.mjs +0 -5
  407. package/esm2020/a11y/aria-describer/aria-describer.mjs +0 -232
  408. package/esm2020/a11y/aria-describer/aria-reference.mjs +0 -44
  409. package/esm2020/a11y/fake-event-detection.mjs +0 -31
  410. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +0 -451
  411. package/esm2020/a11y/focus-trap/configurable-focus-trap-config.mjs +0 -9
  412. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +0 -53
  413. package/esm2020/a11y/focus-trap/configurable-focus-trap.mjs +0 -51
  414. package/esm2020/a11y/focus-trap/event-listener-inert-strategy.mjs +0 -61
  415. package/esm2020/a11y/focus-trap/focus-trap-inert-strategy.mjs +0 -11
  416. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +0 -53
  417. package/esm2020/a11y/focus-trap/focus-trap.mjs +0 -402
  418. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +0 -109
  419. package/esm2020/a11y/index.mjs +0 -9
  420. package/esm2020/a11y/input-modality/input-modality-detector.mjs +0 -176
  421. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +0 -238
  422. package/esm2020/a11y/key-manager/activedescendant-key-manager.mjs +0 -20
  423. package/esm2020/a11y/key-manager/focus-key-manager.mjs +0 -29
  424. package/esm2020/a11y/key-manager/list-key-manager.mjs +0 -321
  425. package/esm2020/a11y/live-announcer/live-announcer-tokens.mjs +0 -19
  426. package/esm2020/a11y/live-announcer/live-announcer.mjs +0 -178
  427. package/esm2020/a11y/public-api.mjs +0 -26
  428. package/esm2020/accordion/accordion-item.mjs +0 -167
  429. package/esm2020/accordion/accordion-module.mjs +0 -24
  430. package/esm2020/accordion/accordion.mjs +0 -70
  431. package/esm2020/accordion/accordion_public_index.mjs +0 -5
  432. package/esm2020/accordion/index.mjs +0 -9
  433. package/esm2020/accordion/public-api.mjs +0 -11
  434. package/esm2020/bidi/bidi-module.mjs +0 -23
  435. package/esm2020/bidi/bidi_public_index.mjs +0 -5
  436. package/esm2020/bidi/dir-document-token.mjs +0 -33
  437. package/esm2020/bidi/dir.mjs +0 -69
  438. package/esm2020/bidi/directionality.mjs +0 -52
  439. package/esm2020/bidi/index.mjs +0 -9
  440. package/esm2020/bidi/public-api.mjs +0 -12
  441. package/esm2020/clipboard/clipboard-module.mjs +0 -23
  442. package/esm2020/clipboard/clipboard.mjs +0 -53
  443. package/esm2020/clipboard/clipboard_public_index.mjs +0 -5
  444. package/esm2020/clipboard/copy-to-clipboard.mjs +0 -99
  445. package/esm2020/clipboard/index.mjs +0 -9
  446. package/esm2020/clipboard/pending-copy.mjs +0 -69
  447. package/esm2020/clipboard/public-api.mjs +0 -12
  448. package/esm2020/coercion/array.mjs +0 -11
  449. package/esm2020/coercion/boolean-property.mjs +0 -12
  450. package/esm2020/coercion/css-pixel-value.mjs +0 -15
  451. package/esm2020/coercion/element.mjs +0 -16
  452. package/esm2020/coercion/index.mjs +0 -9
  453. package/esm2020/coercion/number-property.mjs +0 -21
  454. package/esm2020/coercion/public-api.mjs +0 -14
  455. package/esm2020/coercion/string-array.mjs +0 -38
  456. package/esm2020/collections/array-data-source.mjs +0 -21
  457. package/esm2020/collections/collection-viewer.mjs +0 -9
  458. package/esm2020/collections/collections_public_index.mjs +0 -5
  459. package/esm2020/collections/data-source.mjs +0 -19
  460. package/esm2020/collections/dispose-view-repeater-strategy.mjs +0 -47
  461. package/esm2020/collections/index.mjs +0 -9
  462. package/esm2020/collections/public-api.mjs +0 -17
  463. package/esm2020/collections/recycle-view-repeater-strategy.mjs +0 -128
  464. package/esm2020/collections/selection-model.mjs +0 -216
  465. package/esm2020/collections/tree-adapter.mjs +0 -9
  466. package/esm2020/collections/unique-selection-dispatcher.mjs +0 -55
  467. package/esm2020/collections/view-repeater.mjs +0 -14
  468. package/esm2020/dialog/dialog-config.mjs +0 -63
  469. package/esm2020/dialog/dialog-container.mjs +0 -278
  470. package/esm2020/dialog/dialog-injectors.mjs +0 -26
  471. package/esm2020/dialog/dialog-module.mjs +0 -42
  472. package/esm2020/dialog/dialog-ref.mjs +0 -76
  473. package/esm2020/dialog/dialog.mjs +0 -301
  474. package/esm2020/dialog/dialog_public_index.mjs +0 -5
  475. package/esm2020/dialog/index.mjs +0 -9
  476. package/esm2020/dialog/public-api.mjs +0 -14
  477. package/esm2020/drag-drop/directives/assertions.mjs +0 -18
  478. package/esm2020/drag-drop/directives/config.mjs +0 -14
  479. package/esm2020/drag-drop/directives/drag-handle.mjs +0 -66
  480. package/esm2020/drag-drop/directives/drag-placeholder.mjs +0 -36
  481. package/esm2020/drag-drop/directives/drag-preview.mjs +0 -47
  482. package/esm2020/drag-drop/directives/drag.mjs +0 -487
  483. package/esm2020/drag-drop/directives/drop-list-group.mjs +0 -53
  484. package/esm2020/drag-drop/directives/drop-list.mjs +0 -345
  485. package/esm2020/drag-drop/dom/client-rect.mjs +0 -64
  486. package/esm2020/drag-drop/dom/clone-node.mjs +0 -65
  487. package/esm2020/drag-drop/dom/parent-position-tracker.mjs +0 -76
  488. package/esm2020/drag-drop/dom/styling.mjs +0 -69
  489. package/esm2020/drag-drop/dom/transition-duration.mjs +0 -36
  490. package/esm2020/drag-drop/drag-drop-module.mjs +0 -57
  491. package/esm2020/drag-drop/drag-drop-registry.mjs +0 -231
  492. package/esm2020/drag-drop/drag-drop.mjs +0 -57
  493. package/esm2020/drag-drop/drag-drop_public_index.mjs +0 -5
  494. package/esm2020/drag-drop/drag-events.mjs +0 -9
  495. package/esm2020/drag-drop/drag-parent.mjs +0 -16
  496. package/esm2020/drag-drop/drag-ref.mjs +0 -1146
  497. package/esm2020/drag-drop/drag-utils.mjs +0 -60
  498. package/esm2020/drag-drop/drop-list-ref.mjs +0 -577
  499. package/esm2020/drag-drop/index.mjs +0 -9
  500. package/esm2020/drag-drop/public-api.mjs +0 -23
  501. package/esm2020/drag-drop/sorting/drop-list-sort-strategy.mjs +0 -9
  502. package/esm2020/drag-drop/sorting/single-axis-sort-strategy.mjs +0 -341
  503. package/esm2020/index.mjs +0 -9
  504. package/esm2020/keycodes/index.mjs +0 -9
  505. package/esm2020/keycodes/keycodes.mjs +0 -127
  506. package/esm2020/keycodes/keycodes_public_index.mjs +0 -5
  507. package/esm2020/keycodes/modifiers.mjs +0 -18
  508. package/esm2020/keycodes/public-api.mjs +0 -10
  509. package/esm2020/layout/breakpoints-observer.mjs +0 -105
  510. package/esm2020/layout/breakpoints.mjs +0 -29
  511. package/esm2020/layout/index.mjs +0 -9
  512. package/esm2020/layout/layout-module.mjs +0 -19
  513. package/esm2020/layout/layout_public_index.mjs +0 -5
  514. package/esm2020/layout/media-matcher.mjs +0 -85
  515. package/esm2020/layout/public-api.mjs +0 -12
  516. package/esm2020/listbox/index.mjs +0 -9
  517. package/esm2020/listbox/listbox-module.mjs +0 -24
  518. package/esm2020/listbox/listbox.mjs +0 -872
  519. package/esm2020/listbox/listbox_public_index.mjs +0 -5
  520. package/esm2020/listbox/public-api.mjs +0 -10
  521. package/esm2020/menu/context-menu-trigger.mjs +0 -212
  522. package/esm2020/menu/index.mjs +0 -9
  523. package/esm2020/menu/menu-aim.mjs +0 -203
  524. package/esm2020/menu/menu-bar.mjs +0 -133
  525. package/esm2020/menu/menu-base.mjs +0 -187
  526. package/esm2020/menu/menu-errors.mjs +0 -22
  527. package/esm2020/menu/menu-group.mjs +0 -30
  528. package/esm2020/menu/menu-interface.mjs +0 -11
  529. package/esm2020/menu/menu-item-checkbox.mjs +0 -49
  530. package/esm2020/menu/menu-item-radio.mjs +0 -71
  531. package/esm2020/menu/menu-item-selectable.mjs +0 -42
  532. package/esm2020/menu/menu-item.mjs +0 -267
  533. package/esm2020/menu/menu-module.mjs +0 -62
  534. package/esm2020/menu/menu-stack.mjs +0 -156
  535. package/esm2020/menu/menu-trigger-base.mjs +0 -107
  536. package/esm2020/menu/menu-trigger.mjs +0 -291
  537. package/esm2020/menu/menu.mjs +0 -134
  538. package/esm2020/menu/menu_public_index.mjs +0 -5
  539. package/esm2020/menu/pointer-focus-tracker.mjs +0 -51
  540. package/esm2020/menu/public-api.mjs +0 -24
  541. package/esm2020/observers/index.mjs +0 -9
  542. package/esm2020/observers/observe-content.mjs +0 -187
  543. package/esm2020/observers/observers_public_index.mjs +0 -5
  544. package/esm2020/observers/public-api.mjs +0 -9
  545. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +0 -52
  546. package/esm2020/overlay/dispatchers/index.mjs +0 -10
  547. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +0 -81
  548. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +0 -138
  549. package/esm2020/overlay/fullscreen-overlay-container.mjs +0 -94
  550. package/esm2020/overlay/index.mjs +0 -9
  551. package/esm2020/overlay/overlay-config.mjs +0 -45
  552. package/esm2020/overlay/overlay-container.mjs +0 -81
  553. package/esm2020/overlay/overlay-directives.mjs +0 -427
  554. package/esm2020/overlay/overlay-module.mjs +0 -29
  555. package/esm2020/overlay/overlay-ref.mjs +0 -427
  556. package/esm2020/overlay/overlay-reference.mjs +0 -9
  557. package/esm2020/overlay/overlay.mjs +0 -125
  558. package/esm2020/overlay/overlay_public_index.mjs +0 -5
  559. package/esm2020/overlay/position/connected-position.mjs +0 -88
  560. package/esm2020/overlay/position/flexible-connected-position-strategy.mjs +0 -985
  561. package/esm2020/overlay/position/global-position-strategy.mjs +0 -237
  562. package/esm2020/overlay/position/overlay-position-builder.mjs +0 -50
  563. package/esm2020/overlay/position/position-strategy.mjs +0 -9
  564. package/esm2020/overlay/position/scroll-clip.mjs +0 -40
  565. package/esm2020/overlay/public-api.mjs +0 -22
  566. package/esm2020/overlay/scroll/block-scroll-strategy.mjs +0 -80
  567. package/esm2020/overlay/scroll/close-scroll-strategy.mjs +0 -61
  568. package/esm2020/overlay/scroll/index.mjs +0 -14
  569. package/esm2020/overlay/scroll/noop-scroll-strategy.mjs +0 -17
  570. package/esm2020/overlay/scroll/reposition-scroll-strategy.mjs +0 -61
  571. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +0 -55
  572. package/esm2020/overlay/scroll/scroll-strategy.mjs +0 -14
  573. package/esm2020/platform/features/input-types.mjs +0 -59
  574. package/esm2020/platform/features/passive-listeners.mjs +0 -36
  575. package/esm2020/platform/features/scrolling.mjs +0 -85
  576. package/esm2020/platform/features/shadow-dom.mjs +0 -54
  577. package/esm2020/platform/features/test-environment.mjs +0 -24
  578. package/esm2020/platform/index.mjs +0 -9
  579. package/esm2020/platform/platform-module.mjs +0 -19
  580. package/esm2020/platform/platform.mjs +0 -85
  581. package/esm2020/platform/platform_public_index.mjs +0 -5
  582. package/esm2020/platform/public-api.mjs +0 -15
  583. package/esm2020/portal/dom-portal-outlet.mjs +0 -158
  584. package/esm2020/portal/index.mjs +0 -9
  585. package/esm2020/portal/portal-directives.mjs +0 -246
  586. package/esm2020/portal/portal-errors.mjs +0 -51
  587. package/esm2020/portal/portal-injector.mjs +0 -28
  588. package/esm2020/portal/portal.mjs +0 -188
  589. package/esm2020/portal/portal_public_index.mjs +0 -5
  590. package/esm2020/portal/public-api.mjs +0 -12
  591. package/esm2020/public-api.mjs +0 -9
  592. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +0 -217
  593. package/esm2020/scrolling/index.mjs +0 -9
  594. package/esm2020/scrolling/public-api.mjs +0 -20
  595. package/esm2020/scrolling/scroll-dispatcher.mjs +0 -163
  596. package/esm2020/scrolling/scrollable.mjs +0 -176
  597. package/esm2020/scrolling/scrolling-module.mjs +0 -67
  598. package/esm2020/scrolling/scrolling_public_index.mjs +0 -5
  599. package/esm2020/scrolling/viewport-ruler.mjs +0 -146
  600. package/esm2020/scrolling/virtual-for-of.mjs +0 -298
  601. package/esm2020/scrolling/virtual-scroll-repeater.mjs +0 -9
  602. package/esm2020/scrolling/virtual-scroll-strategy.mjs +0 -11
  603. package/esm2020/scrolling/virtual-scroll-viewport.mjs +0 -437
  604. package/esm2020/scrolling/virtual-scrollable-element.mjs +0 -41
  605. package/esm2020/scrolling/virtual-scrollable-window.mjs +0 -40
  606. package/esm2020/scrolling/virtual-scrollable.mjs +0 -40
  607. package/esm2020/stepper/index.mjs +0 -9
  608. package/esm2020/stepper/public-api.mjs +0 -13
  609. package/esm2020/stepper/step-header.mjs +0 -30
  610. package/esm2020/stepper/step-label.mjs +0 -23
  611. package/esm2020/stepper/stepper-button.mjs +0 -56
  612. package/esm2020/stepper/stepper-module.mjs +0 -40
  613. package/esm2020/stepper/stepper.mjs +0 -458
  614. package/esm2020/stepper/stepper_public_index.mjs +0 -5
  615. package/esm2020/table/can-stick.mjs +0 -44
  616. package/esm2020/table/cell.mjs +0 -217
  617. package/esm2020/table/coalesced-style-scheduler.mjs +0 -91
  618. package/esm2020/table/index.mjs +0 -9
  619. package/esm2020/table/public-api.mjs +0 -20
  620. package/esm2020/table/row.mjs +0 -262
  621. package/esm2020/table/sticky-position-listener.mjs +0 -11
  622. package/esm2020/table/sticky-styler.mjs +0 -345
  623. package/esm2020/table/table-errors.mjs +0 -67
  624. package/esm2020/table/table-module.mjs +0 -94
  625. package/esm2020/table/table.mjs +0 -1065
  626. package/esm2020/table/table_public_index.mjs +0 -5
  627. package/esm2020/table/text-column.mjs +0 -153
  628. package/esm2020/table/tokens.mjs +0 -16
  629. package/esm2020/text-field/autofill.mjs +0 -113
  630. package/esm2020/text-field/autosize.mjs +0 -309
  631. package/esm2020/text-field/index.mjs +0 -9
  632. package/esm2020/text-field/public-api.mjs +0 -11
  633. package/esm2020/text-field/text-field-module.mjs +0 -24
  634. package/esm2020/text-field/text-field_public_index.mjs +0 -5
  635. package/esm2020/tree/control/base-tree-control.mjs +0 -57
  636. package/esm2020/tree/control/flat-tree-control.mjs +0 -51
  637. package/esm2020/tree/control/nested-tree-control.mjs +0 -58
  638. package/esm2020/tree/control/tree-control.mjs +0 -2
  639. package/esm2020/tree/index.mjs +0 -9
  640. package/esm2020/tree/nested-node.mjs +0 -112
  641. package/esm2020/tree/node.mjs +0 -35
  642. package/esm2020/tree/outlet.mjs +0 -39
  643. package/esm2020/tree/padding.mjs +0 -131
  644. package/esm2020/tree/public-api.mjs +0 -20
  645. package/esm2020/tree/toggle.mjs +0 -50
  646. package/esm2020/tree/tree-errors.mjs +0 -43
  647. package/esm2020/tree/tree-module.mjs +0 -49
  648. package/esm2020/tree/tree.mjs +0 -347
  649. package/esm2020/tree/tree_public_index.mjs +0 -5
  650. package/esm2020/version.mjs +0 -11
  651. package/fesm2015/a11y.mjs +0 -2473
  652. package/fesm2015/a11y.mjs.map +0 -1
  653. package/fesm2015/accordion.mjs +0 -414
  654. package/fesm2015/accordion.mjs.map +0 -1
  655. package/fesm2015/bidi.mjs +0 -194
  656. package/fesm2015/bidi.mjs.map +0 -1
  657. package/fesm2015/cdk.mjs +0 -30
  658. package/fesm2015/cdk.mjs.map +0 -1
  659. package/fesm2015/clipboard.mjs +0 -263
  660. package/fesm2015/clipboard.mjs.map +0 -1
  661. package/fesm2015/coercion.mjs +0 -132
  662. package/fesm2015/coercion.mjs.map +0 -1
  663. package/fesm2015/collections.mjs +0 -519
  664. package/fesm2015/collections.mjs.map +0 -1
  665. package/fesm2015/dialog.mjs +0 -1050
  666. package/fesm2015/dialog.mjs.map +0 -1
  667. package/fesm2015/drag-drop.mjs +0 -3812
  668. package/fesm2015/drag-drop.mjs.map +0 -1
  669. package/fesm2015/keycodes.mjs.map +0 -1
  670. package/fesm2015/layout.mjs +0 -337
  671. package/fesm2015/layout.mjs.map +0 -1
  672. package/fesm2015/listbox.mjs +0 -1200
  673. package/fesm2015/listbox.mjs.map +0 -1
  674. package/fesm2015/menu.mjs +0 -2719
  675. package/fesm2015/menu.mjs.map +0 -1
  676. package/fesm2015/observers.mjs +0 -326
  677. package/fesm2015/observers.mjs.map +0 -1
  678. package/fesm2015/overlay.mjs +0 -3137
  679. package/fesm2015/overlay.mjs.map +0 -1
  680. package/fesm2015/platform.mjs +0 -385
  681. package/fesm2015/platform.mjs.map +0 -1
  682. package/fesm2015/portal.mjs +0 -691
  683. package/fesm2015/portal.mjs.map +0 -1
  684. package/fesm2015/scrolling.mjs.map +0 -1
  685. package/fesm2015/stepper.mjs +0 -989
  686. package/fesm2015/stepper.mjs.map +0 -1
  687. package/fesm2015/table.mjs +0 -2356
  688. package/fesm2015/table.mjs.map +0 -1
  689. package/fesm2015/testing.mjs +0 -833
  690. package/fesm2015/testing.mjs.map +0 -1
  691. package/fesm2015/text-field.mjs +0 -461
  692. package/fesm2015/text-field.mjs.map +0 -1
  693. package/fesm2015/tree.mjs +0 -1303
  694. package/fesm2015/tree.mjs.map +0 -1
  695. package/fesm2020/a11y.mjs +0 -2476
  696. package/fesm2020/a11y.mjs.map +0 -1
  697. package/fesm2020/accordion.mjs +0 -414
  698. package/fesm2020/accordion.mjs.map +0 -1
  699. package/fesm2020/bidi.mjs +0 -192
  700. package/fesm2020/bidi.mjs.map +0 -1
  701. package/fesm2020/cdk.mjs +0 -30
  702. package/fesm2020/cdk.mjs.map +0 -1
  703. package/fesm2020/clipboard.mjs.map +0 -1
  704. package/fesm2020/coercion.mjs +0 -132
  705. package/fesm2020/coercion.mjs.map +0 -1
  706. package/fesm2020/collections.mjs +0 -535
  707. package/fesm2020/collections.mjs.map +0 -1
  708. package/fesm2020/dialog.mjs.map +0 -1
  709. package/fesm2020/drag-drop.mjs.map +0 -1
  710. package/fesm2020/keycodes.mjs +0 -167
  711. package/fesm2020/keycodes.mjs.map +0 -1
  712. package/fesm2020/layout.mjs +0 -337
  713. package/fesm2020/layout.mjs.map +0 -1
  714. package/fesm2020/listbox.mjs +0 -1164
  715. package/fesm2020/listbox.mjs.map +0 -1
  716. package/fesm2020/menu.mjs +0 -2615
  717. package/fesm2020/menu.mjs.map +0 -1
  718. package/fesm2020/observers.mjs +0 -325
  719. package/fesm2020/observers.mjs.map +0 -1
  720. package/fesm2020/overlay.mjs.map +0 -1
  721. package/fesm2020/platform.mjs +0 -383
  722. package/fesm2020/platform.mjs.map +0 -1
  723. package/fesm2020/portal.mjs.map +0 -1
  724. package/fesm2020/scrolling.mjs +0 -1591
  725. package/fesm2020/scrolling.mjs.map +0 -1
  726. package/fesm2020/stepper.mjs +0 -985
  727. package/fesm2020/stepper.mjs.map +0 -1
  728. package/fesm2020/table.mjs.map +0 -1
  729. package/fesm2020/testing.mjs +0 -797
  730. package/fesm2020/testing.mjs.map +0 -1
  731. package/fesm2020/text-field.mjs.map +0 -1
  732. package/fesm2020/tree.mjs +0 -1305
  733. package/fesm2020/tree.mjs.map +0 -1
  734. package/overlay/_index.import.scss +0 -13
  735. package/text-field/_index.import.scss +0 -2
@@ -0,0 +1,1801 @@
1
+ {
2
+ "repo": "angular/components",
3
+ "moduleLabel": "@kato-lee/cdk/testing/selenium-webdriver",
4
+ "moduleName": "@kato-lee/cdk/testing/selenium-webdriver",
5
+ "normalizedModuleName": "angular_cdk_testing_selenium-webdriver",
6
+ "entries": [
7
+ {
8
+ "name": "SeleniumWebDriverElement",
9
+ "isAbstract": false,
10
+ "entryType": "undecorated_class",
11
+ "members": [
12
+ {
13
+ "name": "constructor",
14
+ "signatures": [],
15
+ "implementation": {
16
+ "params": [
17
+ {
18
+ "name": "element",
19
+ "description": "",
20
+ "type": "() => webdriver.WebElement",
21
+ "isOptional": false,
22
+ "isRestParam": false
23
+ },
24
+ {
25
+ "name": "_stabilize",
26
+ "description": "",
27
+ "type": "() => Promise<void>",
28
+ "isOptional": false,
29
+ "isRestParam": false
30
+ }
31
+ ],
32
+ "isNewType": false,
33
+ "returnType": "SeleniumWebDriverElement",
34
+ "generics": [],
35
+ "name": "constructor",
36
+ "description": "",
37
+ "entryType": "function",
38
+ "jsdocTags": [],
39
+ "rawComment": ""
40
+ },
41
+ "entryType": "function",
42
+ "description": "",
43
+ "jsdocTags": [],
44
+ "rawComment": "",
45
+ "memberType": "method",
46
+ "memberTags": []
47
+ },
48
+ {
49
+ "name": "blur",
50
+ "signatures": [
51
+ {
52
+ "name": "blur",
53
+ "entryType": "function",
54
+ "description": "Blur the element.",
55
+ "generics": [],
56
+ "isNewType": false,
57
+ "jsdocTags": [],
58
+ "params": [],
59
+ "rawComment": "/** Blur the element. */",
60
+ "returnType": "Promise<void>"
61
+ }
62
+ ],
63
+ "implementation": {
64
+ "params": [],
65
+ "isNewType": false,
66
+ "returnType": "Promise<void>",
67
+ "generics": [],
68
+ "name": "blur",
69
+ "description": "Blur the element.",
70
+ "entryType": "function",
71
+ "jsdocTags": [],
72
+ "rawComment": "/** Blur the element. */"
73
+ },
74
+ "entryType": "function",
75
+ "description": "Blur the element.",
76
+ "jsdocTags": [],
77
+ "rawComment": "/** Blur the element. */",
78
+ "memberType": "method",
79
+ "memberTags": []
80
+ },
81
+ {
82
+ "name": "clear",
83
+ "signatures": [
84
+ {
85
+ "name": "clear",
86
+ "entryType": "function",
87
+ "description": "Clear the element's input (for input and textarea elements only).",
88
+ "generics": [],
89
+ "isNewType": false,
90
+ "jsdocTags": [],
91
+ "params": [],
92
+ "rawComment": "/** Clear the element's input (for input and textarea elements only). */",
93
+ "returnType": "Promise<void>"
94
+ }
95
+ ],
96
+ "implementation": {
97
+ "params": [],
98
+ "isNewType": false,
99
+ "returnType": "Promise<void>",
100
+ "generics": [],
101
+ "name": "clear",
102
+ "description": "Clear the element's input (for input and textarea elements only).",
103
+ "entryType": "function",
104
+ "jsdocTags": [],
105
+ "rawComment": "/** Clear the element's input (for input and textarea elements only). */"
106
+ },
107
+ "entryType": "function",
108
+ "description": "Clear the element's input (for input and textarea elements only).",
109
+ "jsdocTags": [],
110
+ "rawComment": "/** Clear the element's input (for input and textarea elements only). */",
111
+ "memberType": "method",
112
+ "memberTags": []
113
+ },
114
+ {
115
+ "name": "click",
116
+ "signatures": [
117
+ {
118
+ "name": "click",
119
+ "entryType": "function",
120
+ "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.",
121
+ "generics": [],
122
+ "isNewType": false,
123
+ "jsdocTags": [],
124
+ "params": [
125
+ {
126
+ "name": "modifiers",
127
+ "description": "",
128
+ "type": "any",
129
+ "isOptional": true,
130
+ "isRestParam": false
131
+ }
132
+ ],
133
+ "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 */",
134
+ "returnType": "Promise<void>"
135
+ },
136
+ {
137
+ "name": "click",
138
+ "entryType": "function",
139
+ "description": "Click the element at the element's center.",
140
+ "generics": [],
141
+ "isNewType": false,
142
+ "jsdocTags": [],
143
+ "params": [
144
+ {
145
+ "name": "location",
146
+ "description": "",
147
+ "type": "\"center\"",
148
+ "isOptional": false,
149
+ "isRestParam": false
150
+ },
151
+ {
152
+ "name": "modifiers",
153
+ "description": "",
154
+ "type": "any",
155
+ "isOptional": true,
156
+ "isRestParam": false
157
+ }
158
+ ],
159
+ "rawComment": "/** Click the element at the element's center. */",
160
+ "returnType": "Promise<void>"
161
+ },
162
+ {
163
+ "name": "click",
164
+ "entryType": "function",
165
+ "description": "Click the element at the specified coordinates relative to the top-left of the element.",
166
+ "generics": [],
167
+ "isNewType": false,
168
+ "jsdocTags": [
169
+ {
170
+ "name": "param",
171
+ "comment": "Coordinate within the element, along the X-axis at which to click."
172
+ },
173
+ {
174
+ "name": "param",
175
+ "comment": "Coordinate within the element, along the Y-axis at which to click."
176
+ },
177
+ {
178
+ "name": "param",
179
+ "comment": "Modifier keys held while clicking"
180
+ }
181
+ ],
182
+ "params": [
183
+ {
184
+ "name": "relativeX",
185
+ "description": "Coordinate within the element, along the X-axis at which to click.",
186
+ "type": "number",
187
+ "isOptional": false,
188
+ "isRestParam": false
189
+ },
190
+ {
191
+ "name": "relativeY",
192
+ "description": "Coordinate within the element, along the Y-axis at which to click.",
193
+ "type": "number",
194
+ "isOptional": false,
195
+ "isRestParam": false
196
+ },
197
+ {
198
+ "name": "modifiers",
199
+ "description": "Modifier keys held while clicking",
200
+ "type": "any",
201
+ "isOptional": true,
202
+ "isRestParam": false
203
+ }
204
+ ],
205
+ "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 */",
206
+ "returnType": "Promise<void>"
207
+ }
208
+ ],
209
+ "implementation": {
210
+ "params": [
211
+ {
212
+ "name": "args",
213
+ "description": "",
214
+ "type": "[any?] | [\"center\", any?] | [number, number, any?]",
215
+ "isOptional": false,
216
+ "isRestParam": true
217
+ }
218
+ ],
219
+ "isNewType": false,
220
+ "returnType": "Promise<void>",
221
+ "generics": [],
222
+ "name": "click",
223
+ "description": "",
224
+ "entryType": "function",
225
+ "jsdocTags": [],
226
+ "rawComment": ""
227
+ },
228
+ "entryType": "function",
229
+ "description": "",
230
+ "jsdocTags": [],
231
+ "rawComment": "",
232
+ "memberType": "method",
233
+ "memberTags": []
234
+ },
235
+ {
236
+ "name": "rightClick",
237
+ "signatures": [
238
+ {
239
+ "name": "rightClick",
240
+ "entryType": "function",
241
+ "description": "Right clicks on the element at the specified coordinates relative to the top-left of it.",
242
+ "generics": [],
243
+ "isNewType": false,
244
+ "jsdocTags": [
245
+ {
246
+ "name": "param",
247
+ "comment": "Coordinate within the element, along the X-axis at which to click."
248
+ },
249
+ {
250
+ "name": "param",
251
+ "comment": "Coordinate within the element, along the Y-axis at which to click."
252
+ },
253
+ {
254
+ "name": "param",
255
+ "comment": "Modifier keys held while clicking"
256
+ }
257
+ ],
258
+ "params": [
259
+ {
260
+ "name": "relativeX",
261
+ "description": "Coordinate within the element, along the X-axis at which to click.",
262
+ "type": "number",
263
+ "isOptional": false,
264
+ "isRestParam": false
265
+ },
266
+ {
267
+ "name": "relativeY",
268
+ "description": "Coordinate within the element, along the Y-axis at which to click.",
269
+ "type": "number",
270
+ "isOptional": false,
271
+ "isRestParam": false
272
+ },
273
+ {
274
+ "name": "modifiers",
275
+ "description": "Modifier keys held while clicking",
276
+ "type": "any",
277
+ "isOptional": true,
278
+ "isRestParam": false
279
+ }
280
+ ],
281
+ "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 */",
282
+ "returnType": "Promise<void>"
283
+ }
284
+ ],
285
+ "implementation": {
286
+ "params": [
287
+ {
288
+ "name": "args",
289
+ "description": "",
290
+ "type": "[any?] | [\"center\", any?] | [number, number, any?]",
291
+ "isOptional": false,
292
+ "isRestParam": true
293
+ }
294
+ ],
295
+ "isNewType": false,
296
+ "returnType": "Promise<void>",
297
+ "generics": [],
298
+ "name": "rightClick",
299
+ "description": "",
300
+ "entryType": "function",
301
+ "jsdocTags": [],
302
+ "rawComment": ""
303
+ },
304
+ "entryType": "function",
305
+ "description": "",
306
+ "jsdocTags": [],
307
+ "rawComment": "",
308
+ "memberType": "method",
309
+ "memberTags": []
310
+ },
311
+ {
312
+ "name": "focus",
313
+ "signatures": [
314
+ {
315
+ "name": "focus",
316
+ "entryType": "function",
317
+ "description": "Focus the element.",
318
+ "generics": [],
319
+ "isNewType": false,
320
+ "jsdocTags": [],
321
+ "params": [],
322
+ "rawComment": "/** Focus the element. */",
323
+ "returnType": "Promise<void>"
324
+ }
325
+ ],
326
+ "implementation": {
327
+ "params": [],
328
+ "isNewType": false,
329
+ "returnType": "Promise<void>",
330
+ "generics": [],
331
+ "name": "focus",
332
+ "description": "Focus the element.",
333
+ "entryType": "function",
334
+ "jsdocTags": [],
335
+ "rawComment": "/** Focus the element. */"
336
+ },
337
+ "entryType": "function",
338
+ "description": "Focus the element.",
339
+ "jsdocTags": [],
340
+ "rawComment": "/** Focus the element. */",
341
+ "memberType": "method",
342
+ "memberTags": []
343
+ },
344
+ {
345
+ "name": "getCssValue",
346
+ "signatures": [
347
+ {
348
+ "name": "getCssValue",
349
+ "entryType": "function",
350
+ "description": "Get the computed value of the given CSS property for the element.",
351
+ "generics": [],
352
+ "isNewType": false,
353
+ "jsdocTags": [],
354
+ "params": [
355
+ {
356
+ "name": "property",
357
+ "description": "",
358
+ "type": "string",
359
+ "isOptional": false,
360
+ "isRestParam": false
361
+ }
362
+ ],
363
+ "rawComment": "/** Get the computed value of the given CSS property for the element. */",
364
+ "returnType": "Promise<string>"
365
+ }
366
+ ],
367
+ "implementation": {
368
+ "params": [
369
+ {
370
+ "name": "property",
371
+ "description": "",
372
+ "type": "string",
373
+ "isOptional": false,
374
+ "isRestParam": false
375
+ }
376
+ ],
377
+ "isNewType": false,
378
+ "returnType": "Promise<string>",
379
+ "generics": [],
380
+ "name": "getCssValue",
381
+ "description": "Get the computed value of the given CSS property for the element.",
382
+ "entryType": "function",
383
+ "jsdocTags": [],
384
+ "rawComment": "/** Get the computed value of the given CSS property for the element. */"
385
+ },
386
+ "entryType": "function",
387
+ "description": "Get the computed value of the given CSS property for the element.",
388
+ "jsdocTags": [],
389
+ "rawComment": "/** Get the computed value of the given CSS property for the element. */",
390
+ "memberType": "method",
391
+ "memberTags": []
392
+ },
393
+ {
394
+ "name": "hover",
395
+ "signatures": [
396
+ {
397
+ "name": "hover",
398
+ "entryType": "function",
399
+ "description": "Hovers the mouse over the element.",
400
+ "generics": [],
401
+ "isNewType": false,
402
+ "jsdocTags": [],
403
+ "params": [],
404
+ "rawComment": "/** Hovers the mouse over the element. */",
405
+ "returnType": "Promise<void>"
406
+ }
407
+ ],
408
+ "implementation": {
409
+ "params": [],
410
+ "isNewType": false,
411
+ "returnType": "Promise<void>",
412
+ "generics": [],
413
+ "name": "hover",
414
+ "description": "Hovers the mouse over the element.",
415
+ "entryType": "function",
416
+ "jsdocTags": [],
417
+ "rawComment": "/** Hovers the mouse over the element. */"
418
+ },
419
+ "entryType": "function",
420
+ "description": "Hovers the mouse over the element.",
421
+ "jsdocTags": [],
422
+ "rawComment": "/** Hovers the mouse over the element. */",
423
+ "memberType": "method",
424
+ "memberTags": []
425
+ },
426
+ {
427
+ "name": "mouseAway",
428
+ "signatures": [
429
+ {
430
+ "name": "mouseAway",
431
+ "entryType": "function",
432
+ "description": "Moves the mouse away from the element.",
433
+ "generics": [],
434
+ "isNewType": false,
435
+ "jsdocTags": [],
436
+ "params": [],
437
+ "rawComment": "/** Moves the mouse away from the element. */",
438
+ "returnType": "Promise<void>"
439
+ }
440
+ ],
441
+ "implementation": {
442
+ "params": [],
443
+ "isNewType": false,
444
+ "returnType": "Promise<void>",
445
+ "generics": [],
446
+ "name": "mouseAway",
447
+ "description": "Moves the mouse away from the element.",
448
+ "entryType": "function",
449
+ "jsdocTags": [],
450
+ "rawComment": "/** Moves the mouse away from the element. */"
451
+ },
452
+ "entryType": "function",
453
+ "description": "Moves the mouse away from the element.",
454
+ "jsdocTags": [],
455
+ "rawComment": "/** Moves the mouse away from the element. */",
456
+ "memberType": "method",
457
+ "memberTags": []
458
+ },
459
+ {
460
+ "name": "sendKeys",
461
+ "signatures": [
462
+ {
463
+ "name": "sendKeys",
464
+ "entryType": "function",
465
+ "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.",
466
+ "generics": [],
467
+ "isNewType": false,
468
+ "jsdocTags": [],
469
+ "params": [
470
+ {
471
+ "name": "keys",
472
+ "description": "",
473
+ "type": "any[]",
474
+ "isOptional": false,
475
+ "isRestParam": true
476
+ }
477
+ ],
478
+ "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 */",
479
+ "returnType": "Promise<void>"
480
+ },
481
+ {
482
+ "name": "sendKeys",
483
+ "entryType": "function",
484
+ "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.",
485
+ "generics": [],
486
+ "isNewType": false,
487
+ "jsdocTags": [],
488
+ "params": [
489
+ {
490
+ "name": "modifiers",
491
+ "description": "",
492
+ "type": "ModifierKeys",
493
+ "isOptional": false,
494
+ "isRestParam": false
495
+ },
496
+ {
497
+ "name": "keys",
498
+ "description": "",
499
+ "type": "any[]",
500
+ "isOptional": false,
501
+ "isRestParam": true
502
+ }
503
+ ],
504
+ "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 */",
505
+ "returnType": "Promise<void>"
506
+ }
507
+ ],
508
+ "implementation": {
509
+ "params": [
510
+ {
511
+ "name": "modifiersAndKeys",
512
+ "description": "",
513
+ "type": "any[]",
514
+ "isOptional": false,
515
+ "isRestParam": true
516
+ }
517
+ ],
518
+ "isNewType": false,
519
+ "returnType": "Promise<void>",
520
+ "generics": [],
521
+ "name": "sendKeys",
522
+ "description": "",
523
+ "entryType": "function",
524
+ "jsdocTags": [],
525
+ "rawComment": ""
526
+ },
527
+ "entryType": "function",
528
+ "description": "",
529
+ "jsdocTags": [],
530
+ "rawComment": "",
531
+ "memberType": "method",
532
+ "memberTags": []
533
+ },
534
+ {
535
+ "name": "text",
536
+ "signatures": [
537
+ {
538
+ "name": "text",
539
+ "entryType": "function",
540
+ "description": "Gets the text from the element.",
541
+ "generics": [],
542
+ "isNewType": false,
543
+ "jsdocTags": [
544
+ {
545
+ "name": "param",
546
+ "comment": "Options that affect what text is included."
547
+ }
548
+ ],
549
+ "params": [
550
+ {
551
+ "name": "options",
552
+ "description": "Options that affect what text is included.",
553
+ "type": "any",
554
+ "isOptional": true,
555
+ "isRestParam": false
556
+ }
557
+ ],
558
+ "rawComment": "/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */",
559
+ "returnType": "Promise<string>"
560
+ }
561
+ ],
562
+ "implementation": {
563
+ "params": [
564
+ {
565
+ "name": "options",
566
+ "description": "Options that affect what text is included.",
567
+ "type": "any",
568
+ "isOptional": true,
569
+ "isRestParam": false
570
+ }
571
+ ],
572
+ "isNewType": false,
573
+ "returnType": "Promise<string>",
574
+ "generics": [],
575
+ "name": "text",
576
+ "description": "Gets the text from the element.",
577
+ "entryType": "function",
578
+ "jsdocTags": [
579
+ {
580
+ "name": "param",
581
+ "comment": "Options that affect what text is included."
582
+ }
583
+ ],
584
+ "rawComment": "/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */"
585
+ },
586
+ "entryType": "function",
587
+ "description": "Gets the text from the element.",
588
+ "jsdocTags": [
589
+ {
590
+ "name": "param",
591
+ "comment": "Options that affect what text is included."
592
+ }
593
+ ],
594
+ "rawComment": "/**\n * Gets the text from the element.\n * @param options Options that affect what text is included.\n */",
595
+ "memberType": "method",
596
+ "memberTags": []
597
+ },
598
+ {
599
+ "name": "setContenteditableValue",
600
+ "signatures": [
601
+ {
602
+ "name": "setContenteditableValue",
603
+ "entryType": "function",
604
+ "description": "Sets the value of a `contenteditable` element.",
605
+ "generics": [],
606
+ "isNewType": false,
607
+ "jsdocTags": [
608
+ {
609
+ "name": "param",
610
+ "comment": "Value to be set on the element."
611
+ }
612
+ ],
613
+ "params": [
614
+ {
615
+ "name": "value",
616
+ "description": "Value to be set on the element.",
617
+ "type": "string",
618
+ "isOptional": false,
619
+ "isRestParam": false
620
+ }
621
+ ],
622
+ "rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */",
623
+ "returnType": "Promise<void>"
624
+ }
625
+ ],
626
+ "implementation": {
627
+ "params": [
628
+ {
629
+ "name": "value",
630
+ "description": "Value to be set on the element.",
631
+ "type": "string",
632
+ "isOptional": false,
633
+ "isRestParam": false
634
+ }
635
+ ],
636
+ "isNewType": false,
637
+ "returnType": "Promise<void>",
638
+ "generics": [],
639
+ "name": "setContenteditableValue",
640
+ "description": "Sets the value of a `contenteditable` element.",
641
+ "entryType": "function",
642
+ "jsdocTags": [
643
+ {
644
+ "name": "param",
645
+ "comment": "Value to be set on the element."
646
+ }
647
+ ],
648
+ "rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */"
649
+ },
650
+ "entryType": "function",
651
+ "description": "Sets the value of a `contenteditable` element.",
652
+ "jsdocTags": [
653
+ {
654
+ "name": "param",
655
+ "comment": "Value to be set on the element."
656
+ }
657
+ ],
658
+ "rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */",
659
+ "memberType": "method",
660
+ "memberTags": []
661
+ },
662
+ {
663
+ "name": "getAttribute",
664
+ "signatures": [
665
+ {
666
+ "name": "getAttribute",
667
+ "entryType": "function",
668
+ "description": "Gets the value for the given attribute from the element.",
669
+ "generics": [],
670
+ "isNewType": false,
671
+ "jsdocTags": [],
672
+ "params": [
673
+ {
674
+ "name": "name",
675
+ "description": "",
676
+ "type": "string",
677
+ "isOptional": false,
678
+ "isRestParam": false
679
+ }
680
+ ],
681
+ "rawComment": "/** Gets the value for the given attribute from the element. */",
682
+ "returnType": "Promise<string | null>"
683
+ }
684
+ ],
685
+ "implementation": {
686
+ "params": [
687
+ {
688
+ "name": "name",
689
+ "description": "",
690
+ "type": "string",
691
+ "isOptional": false,
692
+ "isRestParam": false
693
+ }
694
+ ],
695
+ "isNewType": false,
696
+ "returnType": "Promise<string | null>",
697
+ "generics": [],
698
+ "name": "getAttribute",
699
+ "description": "Gets the value for the given attribute from the element.",
700
+ "entryType": "function",
701
+ "jsdocTags": [],
702
+ "rawComment": "/** Gets the value for the given attribute from the element. */"
703
+ },
704
+ "entryType": "function",
705
+ "description": "Gets the value for the given attribute from the element.",
706
+ "jsdocTags": [],
707
+ "rawComment": "/** Gets the value for the given attribute from the element. */",
708
+ "memberType": "method",
709
+ "memberTags": []
710
+ },
711
+ {
712
+ "name": "hasClass",
713
+ "signatures": [
714
+ {
715
+ "name": "hasClass",
716
+ "entryType": "function",
717
+ "description": "Checks whether the element has the given class.",
718
+ "generics": [],
719
+ "isNewType": false,
720
+ "jsdocTags": [],
721
+ "params": [
722
+ {
723
+ "name": "name",
724
+ "description": "",
725
+ "type": "string",
726
+ "isOptional": false,
727
+ "isRestParam": false
728
+ }
729
+ ],
730
+ "rawComment": "/** Checks whether the element has the given class. */",
731
+ "returnType": "Promise<boolean>"
732
+ }
733
+ ],
734
+ "implementation": {
735
+ "params": [
736
+ {
737
+ "name": "name",
738
+ "description": "",
739
+ "type": "string",
740
+ "isOptional": false,
741
+ "isRestParam": false
742
+ }
743
+ ],
744
+ "isNewType": false,
745
+ "returnType": "Promise<boolean>",
746
+ "generics": [],
747
+ "name": "hasClass",
748
+ "description": "Checks whether the element has the given class.",
749
+ "entryType": "function",
750
+ "jsdocTags": [],
751
+ "rawComment": "/** Checks whether the element has the given class. */"
752
+ },
753
+ "entryType": "function",
754
+ "description": "Checks whether the element has the given class.",
755
+ "jsdocTags": [],
756
+ "rawComment": "/** Checks whether the element has the given class. */",
757
+ "memberType": "method",
758
+ "memberTags": []
759
+ },
760
+ {
761
+ "name": "getDimensions",
762
+ "signatures": [
763
+ {
764
+ "name": "getDimensions",
765
+ "entryType": "function",
766
+ "description": "Gets the dimensions of the element.",
767
+ "generics": [],
768
+ "isNewType": false,
769
+ "jsdocTags": [],
770
+ "params": [],
771
+ "rawComment": "/** Gets the dimensions of the element. */",
772
+ "returnType": "Promise<ElementDimensions>"
773
+ }
774
+ ],
775
+ "implementation": {
776
+ "params": [],
777
+ "isNewType": false,
778
+ "returnType": "Promise<ElementDimensions>",
779
+ "generics": [],
780
+ "name": "getDimensions",
781
+ "description": "Gets the dimensions of the element.",
782
+ "entryType": "function",
783
+ "jsdocTags": [],
784
+ "rawComment": "/** Gets the dimensions of the element. */"
785
+ },
786
+ "entryType": "function",
787
+ "description": "Gets the dimensions of the element.",
788
+ "jsdocTags": [],
789
+ "rawComment": "/** Gets the dimensions of the element. */",
790
+ "memberType": "method",
791
+ "memberTags": []
792
+ },
793
+ {
794
+ "name": "getProperty",
795
+ "signatures": [
796
+ {
797
+ "name": "getProperty",
798
+ "entryType": "function",
799
+ "description": "Gets the value of a property of an element.",
800
+ "generics": [
801
+ {
802
+ "name": "T",
803
+ "default": "any"
804
+ }
805
+ ],
806
+ "isNewType": false,
807
+ "jsdocTags": [],
808
+ "params": [
809
+ {
810
+ "name": "name",
811
+ "description": "",
812
+ "type": "string",
813
+ "isOptional": false,
814
+ "isRestParam": false
815
+ }
816
+ ],
817
+ "rawComment": "/** Gets the value of a property of an element. */",
818
+ "returnType": "Promise<T>"
819
+ }
820
+ ],
821
+ "implementation": {
822
+ "params": [
823
+ {
824
+ "name": "name",
825
+ "description": "",
826
+ "type": "string",
827
+ "isOptional": false,
828
+ "isRestParam": false
829
+ }
830
+ ],
831
+ "isNewType": false,
832
+ "returnType": "Promise<T>",
833
+ "generics": [
834
+ {
835
+ "name": "T",
836
+ "default": "any"
837
+ }
838
+ ],
839
+ "name": "getProperty",
840
+ "description": "Gets the value of a property of an element.",
841
+ "entryType": "function",
842
+ "jsdocTags": [],
843
+ "rawComment": "/** Gets the value of a property of an element. */"
844
+ },
845
+ "entryType": "function",
846
+ "description": "Gets the value of a property of an element.",
847
+ "jsdocTags": [],
848
+ "rawComment": "/** Gets the value of a property of an element. */",
849
+ "memberType": "method",
850
+ "memberTags": []
851
+ },
852
+ {
853
+ "name": "setInputValue",
854
+ "signatures": [
855
+ {
856
+ "name": "setInputValue",
857
+ "entryType": "function",
858
+ "description": "Sets the value of a property of an input.",
859
+ "generics": [],
860
+ "isNewType": false,
861
+ "jsdocTags": [],
862
+ "params": [
863
+ {
864
+ "name": "newValue",
865
+ "description": "",
866
+ "type": "string",
867
+ "isOptional": false,
868
+ "isRestParam": false
869
+ }
870
+ ],
871
+ "rawComment": "/** Sets the value of a property of an input. */",
872
+ "returnType": "Promise<void>"
873
+ }
874
+ ],
875
+ "implementation": {
876
+ "params": [
877
+ {
878
+ "name": "newValue",
879
+ "description": "",
880
+ "type": "string",
881
+ "isOptional": false,
882
+ "isRestParam": false
883
+ }
884
+ ],
885
+ "isNewType": false,
886
+ "returnType": "Promise<void>",
887
+ "generics": [],
888
+ "name": "setInputValue",
889
+ "description": "Sets the value of a property of an input.",
890
+ "entryType": "function",
891
+ "jsdocTags": [],
892
+ "rawComment": "/** Sets the value of a property of an input. */"
893
+ },
894
+ "entryType": "function",
895
+ "description": "Sets the value of a property of an input.",
896
+ "jsdocTags": [],
897
+ "rawComment": "/** Sets the value of a property of an input. */",
898
+ "memberType": "method",
899
+ "memberTags": []
900
+ },
901
+ {
902
+ "name": "selectOptions",
903
+ "signatures": [
904
+ {
905
+ "name": "selectOptions",
906
+ "entryType": "function",
907
+ "description": "Selects the options at the specified indexes inside of a native `select` element.",
908
+ "generics": [],
909
+ "isNewType": false,
910
+ "jsdocTags": [],
911
+ "params": [
912
+ {
913
+ "name": "optionIndexes",
914
+ "description": "",
915
+ "type": "number[]",
916
+ "isOptional": false,
917
+ "isRestParam": true
918
+ }
919
+ ],
920
+ "rawComment": "/** Selects the options at the specified indexes inside of a native `select` element. */",
921
+ "returnType": "Promise<void>"
922
+ }
923
+ ],
924
+ "implementation": {
925
+ "params": [
926
+ {
927
+ "name": "optionIndexes",
928
+ "description": "",
929
+ "type": "number[]",
930
+ "isOptional": false,
931
+ "isRestParam": true
932
+ }
933
+ ],
934
+ "isNewType": false,
935
+ "returnType": "Promise<void>",
936
+ "generics": [],
937
+ "name": "selectOptions",
938
+ "description": "Selects the options at the specified indexes inside of a native `select` element.",
939
+ "entryType": "function",
940
+ "jsdocTags": [],
941
+ "rawComment": "/** Selects the options at the specified indexes inside of a native `select` element. */"
942
+ },
943
+ "entryType": "function",
944
+ "description": "Selects the options at the specified indexes inside of a native `select` element.",
945
+ "jsdocTags": [],
946
+ "rawComment": "/** Selects the options at the specified indexes inside of a native `select` element. */",
947
+ "memberType": "method",
948
+ "memberTags": []
949
+ },
950
+ {
951
+ "name": "matchesSelector",
952
+ "signatures": [
953
+ {
954
+ "name": "matchesSelector",
955
+ "entryType": "function",
956
+ "description": "Checks whether this element matches the given selector.",
957
+ "generics": [],
958
+ "isNewType": false,
959
+ "jsdocTags": [],
960
+ "params": [
961
+ {
962
+ "name": "selector",
963
+ "description": "",
964
+ "type": "string",
965
+ "isOptional": false,
966
+ "isRestParam": false
967
+ }
968
+ ],
969
+ "rawComment": "/** Checks whether this element matches the given selector. */",
970
+ "returnType": "Promise<boolean>"
971
+ }
972
+ ],
973
+ "implementation": {
974
+ "params": [
975
+ {
976
+ "name": "selector",
977
+ "description": "",
978
+ "type": "string",
979
+ "isOptional": false,
980
+ "isRestParam": false
981
+ }
982
+ ],
983
+ "isNewType": false,
984
+ "returnType": "Promise<boolean>",
985
+ "generics": [],
986
+ "name": "matchesSelector",
987
+ "description": "Checks whether this element matches the given selector.",
988
+ "entryType": "function",
989
+ "jsdocTags": [],
990
+ "rawComment": "/** Checks whether this element matches the given selector. */"
991
+ },
992
+ "entryType": "function",
993
+ "description": "Checks whether this element matches the given selector.",
994
+ "jsdocTags": [],
995
+ "rawComment": "/** Checks whether this element matches the given selector. */",
996
+ "memberType": "method",
997
+ "memberTags": []
998
+ },
999
+ {
1000
+ "name": "isFocused",
1001
+ "signatures": [
1002
+ {
1003
+ "name": "isFocused",
1004
+ "entryType": "function",
1005
+ "description": "Checks whether the element is focused.",
1006
+ "generics": [],
1007
+ "isNewType": false,
1008
+ "jsdocTags": [],
1009
+ "params": [],
1010
+ "rawComment": "/** Checks whether the element is focused. */",
1011
+ "returnType": "Promise<boolean>"
1012
+ }
1013
+ ],
1014
+ "implementation": {
1015
+ "params": [],
1016
+ "isNewType": false,
1017
+ "returnType": "Promise<boolean>",
1018
+ "generics": [],
1019
+ "name": "isFocused",
1020
+ "description": "Checks whether the element is focused.",
1021
+ "entryType": "function",
1022
+ "jsdocTags": [],
1023
+ "rawComment": "/** Checks whether the element is focused. */"
1024
+ },
1025
+ "entryType": "function",
1026
+ "description": "Checks whether the element is focused.",
1027
+ "jsdocTags": [],
1028
+ "rawComment": "/** Checks whether the element is focused. */",
1029
+ "memberType": "method",
1030
+ "memberTags": []
1031
+ },
1032
+ {
1033
+ "name": "dispatchEvent",
1034
+ "signatures": [
1035
+ {
1036
+ "name": "dispatchEvent",
1037
+ "entryType": "function",
1038
+ "description": "Dispatches an event with a particular name.",
1039
+ "generics": [],
1040
+ "isNewType": false,
1041
+ "jsdocTags": [
1042
+ {
1043
+ "name": "param",
1044
+ "comment": "Name of the event to be dispatched."
1045
+ }
1046
+ ],
1047
+ "params": [
1048
+ {
1049
+ "name": "name",
1050
+ "description": "Name of the event to be dispatched.",
1051
+ "type": "string",
1052
+ "isOptional": false,
1053
+ "isRestParam": false
1054
+ },
1055
+ {
1056
+ "name": "data",
1057
+ "description": "",
1058
+ "type": "Record<string, EventData> | undefined",
1059
+ "isOptional": true,
1060
+ "isRestParam": false
1061
+ }
1062
+ ],
1063
+ "rawComment": "/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */",
1064
+ "returnType": "Promise<void>"
1065
+ }
1066
+ ],
1067
+ "implementation": {
1068
+ "params": [
1069
+ {
1070
+ "name": "name",
1071
+ "description": "Name of the event to be dispatched.",
1072
+ "type": "string",
1073
+ "isOptional": false,
1074
+ "isRestParam": false
1075
+ },
1076
+ {
1077
+ "name": "data",
1078
+ "description": "",
1079
+ "type": "Record<string, EventData> | undefined",
1080
+ "isOptional": true,
1081
+ "isRestParam": false
1082
+ }
1083
+ ],
1084
+ "isNewType": false,
1085
+ "returnType": "Promise<void>",
1086
+ "generics": [],
1087
+ "name": "dispatchEvent",
1088
+ "description": "Dispatches an event with a particular name.",
1089
+ "entryType": "function",
1090
+ "jsdocTags": [
1091
+ {
1092
+ "name": "param",
1093
+ "comment": "Name of the event to be dispatched."
1094
+ }
1095
+ ],
1096
+ "rawComment": "/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */"
1097
+ },
1098
+ "entryType": "function",
1099
+ "description": "Dispatches an event with a particular name.",
1100
+ "jsdocTags": [
1101
+ {
1102
+ "name": "param",
1103
+ "comment": "Name of the event to be dispatched."
1104
+ }
1105
+ ],
1106
+ "rawComment": "/**\n * Dispatches an event with a particular name.\n * @param name Name of the event to be dispatched.\n */",
1107
+ "memberType": "method",
1108
+ "memberTags": []
1109
+ }
1110
+ ],
1111
+ "generics": [],
1112
+ "description": "A `TestElement` implementation for WebDriver.",
1113
+ "jsdocTags": [],
1114
+ "rawComment": "/** A `TestElement` implementation for WebDriver. */",
1115
+ "implements": [
1116
+ "TestElement"
1117
+ ],
1118
+ "source": {
1119
+ "filePath": "/src/cdk/testing/selenium-webdriver/selenium-web-driver-element.ts",
1120
+ "startLine": 17,
1121
+ "endLine": 318
1122
+ }
1123
+ },
1124
+ {
1125
+ "name": "WebDriverHarnessEnvironmentOptions",
1126
+ "isAbstract": false,
1127
+ "entryType": "interface",
1128
+ "members": [
1129
+ {
1130
+ "name": "queryFn",
1131
+ "type": "(selector: string, root: () => webdriver.WebElement) => Promise<webdriver.WebElement[]>",
1132
+ "memberType": "property",
1133
+ "memberTags": [],
1134
+ "description": "The query function used to find DOM elements.",
1135
+ "jsdocTags": []
1136
+ }
1137
+ ],
1138
+ "generics": [],
1139
+ "description": "Options to configure the environment.",
1140
+ "jsdocTags": [],
1141
+ "rawComment": "/** Options to configure the environment. */",
1142
+ "implements": [],
1143
+ "source": {
1144
+ "filePath": "/src/cdk/testing/selenium-webdriver/selenium-web-driver-harness-environment.ts",
1145
+ "startLine": 35,
1146
+ "endLine": 38
1147
+ }
1148
+ },
1149
+ {
1150
+ "name": "waitForAngularReady",
1151
+ "signatures": [
1152
+ {
1153
+ "name": "waitForAngularReady",
1154
+ "entryType": "function",
1155
+ "description": "Waits for angular to be ready after the page load.",
1156
+ "generics": [],
1157
+ "isNewType": false,
1158
+ "jsdocTags": [],
1159
+ "params": [
1160
+ {
1161
+ "name": "wd",
1162
+ "description": "",
1163
+ "type": "webdriver.WebDriver",
1164
+ "isOptional": false,
1165
+ "isRestParam": false
1166
+ }
1167
+ ],
1168
+ "rawComment": "/** Waits for angular to be ready after the page load. */",
1169
+ "returnType": "Promise<void>"
1170
+ }
1171
+ ],
1172
+ "implementation": {
1173
+ "params": [
1174
+ {
1175
+ "name": "wd",
1176
+ "description": "",
1177
+ "type": "webdriver.WebDriver",
1178
+ "isOptional": false,
1179
+ "isRestParam": false
1180
+ }
1181
+ ],
1182
+ "isNewType": false,
1183
+ "returnType": "Promise<void>",
1184
+ "generics": [],
1185
+ "name": "waitForAngularReady",
1186
+ "description": "Waits for angular to be ready after the page load.",
1187
+ "entryType": "function",
1188
+ "jsdocTags": [],
1189
+ "rawComment": "/** Waits for angular to be ready after the page load. */"
1190
+ },
1191
+ "entryType": "function",
1192
+ "description": "Waits for angular to be ready after the page load.",
1193
+ "jsdocTags": [],
1194
+ "rawComment": "/** Waits for angular to be ready after the page load. */",
1195
+ "source": {
1196
+ "filePath": "/src/cdk/testing/selenium-webdriver/selenium-web-driver-harness-environment.ts",
1197
+ "startLine": 65,
1198
+ "endLine": 68
1199
+ }
1200
+ },
1201
+ {
1202
+ "name": "SeleniumWebDriverHarnessEnvironment",
1203
+ "isAbstract": false,
1204
+ "entryType": "undecorated_class",
1205
+ "members": [
1206
+ {
1207
+ "name": "constructor",
1208
+ "signatures": [],
1209
+ "implementation": {
1210
+ "params": [
1211
+ {
1212
+ "name": "rawRootElement",
1213
+ "description": "",
1214
+ "type": "() => webdriver.WebElement",
1215
+ "isOptional": false,
1216
+ "isRestParam": false
1217
+ },
1218
+ {
1219
+ "name": "options",
1220
+ "description": "",
1221
+ "type": "WebDriverHarnessEnvironmentOptions | undefined",
1222
+ "isOptional": true,
1223
+ "isRestParam": false
1224
+ }
1225
+ ],
1226
+ "isNewType": false,
1227
+ "returnType": "SeleniumWebDriverHarnessEnvironment",
1228
+ "generics": [],
1229
+ "name": "constructor",
1230
+ "description": "",
1231
+ "entryType": "function",
1232
+ "jsdocTags": [],
1233
+ "rawComment": ""
1234
+ },
1235
+ "entryType": "function",
1236
+ "description": "",
1237
+ "jsdocTags": [],
1238
+ "rawComment": "",
1239
+ "memberType": "method",
1240
+ "memberTags": [
1241
+ "protected"
1242
+ ]
1243
+ },
1244
+ {
1245
+ "name": "forceStabilize",
1246
+ "signatures": [
1247
+ {
1248
+ "name": "forceStabilize",
1249
+ "entryType": "function",
1250
+ "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.",
1251
+ "generics": [],
1252
+ "isNewType": false,
1253
+ "jsdocTags": [],
1254
+ "params": [],
1255
+ "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 */",
1256
+ "returnType": "Promise<void>"
1257
+ }
1258
+ ],
1259
+ "implementation": {
1260
+ "params": [],
1261
+ "isNewType": false,
1262
+ "returnType": "Promise<void>",
1263
+ "generics": [],
1264
+ "name": "forceStabilize",
1265
+ "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.",
1266
+ "entryType": "function",
1267
+ "jsdocTags": [],
1268
+ "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 */"
1269
+ },
1270
+ "entryType": "function",
1271
+ "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.",
1272
+ "jsdocTags": [],
1273
+ "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 */",
1274
+ "memberType": "method",
1275
+ "memberTags": []
1276
+ },
1277
+ {
1278
+ "name": "waitForTasksOutsideAngular",
1279
+ "signatures": [
1280
+ {
1281
+ "name": "waitForTasksOutsideAngular",
1282
+ "entryType": "function",
1283
+ "description": "",
1284
+ "generics": [],
1285
+ "isNewType": false,
1286
+ "jsdocTags": [
1287
+ {
1288
+ "name": "docs-private",
1289
+ "comment": ""
1290
+ }
1291
+ ],
1292
+ "params": [],
1293
+ "rawComment": "/** @docs-private */",
1294
+ "returnType": "Promise<void>"
1295
+ }
1296
+ ],
1297
+ "implementation": {
1298
+ "params": [],
1299
+ "isNewType": false,
1300
+ "returnType": "Promise<void>",
1301
+ "generics": [],
1302
+ "name": "waitForTasksOutsideAngular",
1303
+ "description": "",
1304
+ "entryType": "function",
1305
+ "jsdocTags": [
1306
+ {
1307
+ "name": "docs-private",
1308
+ "comment": ""
1309
+ }
1310
+ ],
1311
+ "rawComment": "/** @docs-private */"
1312
+ },
1313
+ "entryType": "function",
1314
+ "description": "",
1315
+ "jsdocTags": [
1316
+ {
1317
+ "name": "docs-private",
1318
+ "comment": ""
1319
+ }
1320
+ ],
1321
+ "rawComment": "/** @docs-private */",
1322
+ "memberType": "method",
1323
+ "memberTags": []
1324
+ },
1325
+ {
1326
+ "name": "getDocumentRoot",
1327
+ "signatures": [
1328
+ {
1329
+ "name": "getDocumentRoot",
1330
+ "entryType": "function",
1331
+ "description": "Gets the root element for the document.",
1332
+ "generics": [],
1333
+ "isNewType": false,
1334
+ "jsdocTags": [],
1335
+ "params": [],
1336
+ "rawComment": "/** Gets the root element for the document. */",
1337
+ "returnType": "() => webdriver.WebElement"
1338
+ }
1339
+ ],
1340
+ "implementation": {
1341
+ "params": [],
1342
+ "isNewType": false,
1343
+ "returnType": "() => webdriver.WebElement",
1344
+ "generics": [],
1345
+ "name": "getDocumentRoot",
1346
+ "description": "Gets the root element for the document.",
1347
+ "entryType": "function",
1348
+ "jsdocTags": [],
1349
+ "rawComment": "/** Gets the root element for the document. */"
1350
+ },
1351
+ "entryType": "function",
1352
+ "description": "Gets the root element for the document.",
1353
+ "jsdocTags": [],
1354
+ "rawComment": "/** Gets the root element for the document. */",
1355
+ "memberType": "method",
1356
+ "memberTags": [
1357
+ "protected"
1358
+ ]
1359
+ },
1360
+ {
1361
+ "name": "createTestElement",
1362
+ "signatures": [
1363
+ {
1364
+ "name": "createTestElement",
1365
+ "entryType": "function",
1366
+ "description": "Creates a `TestElement` from a raw element.",
1367
+ "generics": [],
1368
+ "isNewType": false,
1369
+ "jsdocTags": [],
1370
+ "params": [
1371
+ {
1372
+ "name": "element",
1373
+ "description": "",
1374
+ "type": "() => webdriver.WebElement",
1375
+ "isOptional": false,
1376
+ "isRestParam": false
1377
+ }
1378
+ ],
1379
+ "rawComment": "/** Creates a `TestElement` from a raw element. */",
1380
+ "returnType": "TestElement"
1381
+ }
1382
+ ],
1383
+ "implementation": {
1384
+ "params": [
1385
+ {
1386
+ "name": "element",
1387
+ "description": "",
1388
+ "type": "() => webdriver.WebElement",
1389
+ "isOptional": false,
1390
+ "isRestParam": false
1391
+ }
1392
+ ],
1393
+ "isNewType": false,
1394
+ "returnType": "TestElement",
1395
+ "generics": [],
1396
+ "name": "createTestElement",
1397
+ "description": "Creates a `TestElement` from a raw element.",
1398
+ "entryType": "function",
1399
+ "jsdocTags": [],
1400
+ "rawComment": "/** Creates a `TestElement` from a raw element. */"
1401
+ },
1402
+ "entryType": "function",
1403
+ "description": "Creates a `TestElement` from a raw element.",
1404
+ "jsdocTags": [],
1405
+ "rawComment": "/** Creates a `TestElement` from a raw element. */",
1406
+ "memberType": "method",
1407
+ "memberTags": [
1408
+ "protected"
1409
+ ]
1410
+ },
1411
+ {
1412
+ "name": "createEnvironment",
1413
+ "signatures": [
1414
+ {
1415
+ "name": "createEnvironment",
1416
+ "entryType": "function",
1417
+ "description": "Creates a `HarnessLoader` rooted at the given raw element.",
1418
+ "generics": [],
1419
+ "isNewType": false,
1420
+ "jsdocTags": [],
1421
+ "params": [
1422
+ {
1423
+ "name": "element",
1424
+ "description": "",
1425
+ "type": "() => webdriver.WebElement",
1426
+ "isOptional": false,
1427
+ "isRestParam": false
1428
+ }
1429
+ ],
1430
+ "rawComment": "/** Creates a `HarnessLoader` rooted at the given raw element. */",
1431
+ "returnType": "HarnessEnvironment<() => webdriver.WebElement>"
1432
+ }
1433
+ ],
1434
+ "implementation": {
1435
+ "params": [
1436
+ {
1437
+ "name": "element",
1438
+ "description": "",
1439
+ "type": "() => webdriver.WebElement",
1440
+ "isOptional": false,
1441
+ "isRestParam": false
1442
+ }
1443
+ ],
1444
+ "isNewType": false,
1445
+ "returnType": "HarnessEnvironment<() => webdriver.WebElement>",
1446
+ "generics": [],
1447
+ "name": "createEnvironment",
1448
+ "description": "Creates a `HarnessLoader` rooted at the given raw element.",
1449
+ "entryType": "function",
1450
+ "jsdocTags": [],
1451
+ "rawComment": "/** Creates a `HarnessLoader` rooted at the given raw element. */"
1452
+ },
1453
+ "entryType": "function",
1454
+ "description": "Creates a `HarnessLoader` rooted at the given raw element.",
1455
+ "jsdocTags": [],
1456
+ "rawComment": "/** Creates a `HarnessLoader` rooted at the given raw element. */",
1457
+ "memberType": "method",
1458
+ "memberTags": [
1459
+ "protected"
1460
+ ]
1461
+ },
1462
+ {
1463
+ "name": "getAllRawElements",
1464
+ "signatures": [
1465
+ {
1466
+ "name": "getAllRawElements",
1467
+ "entryType": "function",
1468
+ "description": "Gets a list of all elements matching the given selector under this environment's root element.",
1469
+ "generics": [],
1470
+ "isNewType": false,
1471
+ "jsdocTags": [],
1472
+ "params": [
1473
+ {
1474
+ "name": "selector",
1475
+ "description": "",
1476
+ "type": "string",
1477
+ "isOptional": false,
1478
+ "isRestParam": false
1479
+ }
1480
+ ],
1481
+ "rawComment": "/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */",
1482
+ "returnType": "Promise<(() => webdriver.WebElement)[]>"
1483
+ }
1484
+ ],
1485
+ "implementation": {
1486
+ "params": [
1487
+ {
1488
+ "name": "selector",
1489
+ "description": "",
1490
+ "type": "string",
1491
+ "isOptional": false,
1492
+ "isRestParam": false
1493
+ }
1494
+ ],
1495
+ "isNewType": false,
1496
+ "returnType": "Promise<(() => webdriver.WebElement)[]>",
1497
+ "generics": [],
1498
+ "name": "getAllRawElements",
1499
+ "description": "Gets a list of all elements matching the given selector under this environment's root element.",
1500
+ "entryType": "function",
1501
+ "jsdocTags": [],
1502
+ "rawComment": "/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */"
1503
+ },
1504
+ "entryType": "function",
1505
+ "description": "Gets a list of all elements matching the given selector under this environment's root element.",
1506
+ "jsdocTags": [],
1507
+ "rawComment": "/**\n * Gets a list of all elements matching the given selector under this environment's root element.\n */",
1508
+ "memberType": "method",
1509
+ "memberTags": [
1510
+ "protected"
1511
+ ]
1512
+ },
1513
+ {
1514
+ "name": "getNativeElement",
1515
+ "signatures": [
1516
+ {
1517
+ "name": "getNativeElement",
1518
+ "entryType": "function",
1519
+ "description": "Gets the ElementFinder corresponding to the given TestElement.",
1520
+ "generics": [],
1521
+ "isNewType": false,
1522
+ "jsdocTags": [],
1523
+ "params": [
1524
+ {
1525
+ "name": "el",
1526
+ "description": "",
1527
+ "type": "TestElement",
1528
+ "isOptional": false,
1529
+ "isRestParam": false
1530
+ }
1531
+ ],
1532
+ "rawComment": "/** Gets the ElementFinder corresponding to the given TestElement. */",
1533
+ "returnType": "webdriver.WebElement"
1534
+ }
1535
+ ],
1536
+ "implementation": {
1537
+ "params": [
1538
+ {
1539
+ "name": "el",
1540
+ "description": "",
1541
+ "type": "TestElement",
1542
+ "isOptional": false,
1543
+ "isRestParam": false
1544
+ }
1545
+ ],
1546
+ "isNewType": false,
1547
+ "returnType": "webdriver.WebElement",
1548
+ "generics": [],
1549
+ "name": "getNativeElement",
1550
+ "description": "Gets the ElementFinder corresponding to the given TestElement.",
1551
+ "entryType": "function",
1552
+ "jsdocTags": [],
1553
+ "rawComment": "/** Gets the ElementFinder corresponding to the given TestElement. */"
1554
+ },
1555
+ "entryType": "function",
1556
+ "description": "Gets the ElementFinder corresponding to the given TestElement.",
1557
+ "jsdocTags": [],
1558
+ "rawComment": "/** Gets the ElementFinder corresponding to the given TestElement. */",
1559
+ "memberType": "method",
1560
+ "memberTags": [
1561
+ "static"
1562
+ ]
1563
+ },
1564
+ {
1565
+ "name": "loader",
1566
+ "signatures": [
1567
+ {
1568
+ "name": "loader",
1569
+ "entryType": "function",
1570
+ "description": "Creates a `HarnessLoader` rooted at the document root.",
1571
+ "generics": [],
1572
+ "isNewType": false,
1573
+ "jsdocTags": [],
1574
+ "params": [
1575
+ {
1576
+ "name": "driver",
1577
+ "description": "",
1578
+ "type": "webdriver.WebDriver",
1579
+ "isOptional": false,
1580
+ "isRestParam": false
1581
+ },
1582
+ {
1583
+ "name": "options",
1584
+ "description": "",
1585
+ "type": "WebDriverHarnessEnvironmentOptions | undefined",
1586
+ "isOptional": true,
1587
+ "isRestParam": false
1588
+ }
1589
+ ],
1590
+ "rawComment": "/** Creates a `HarnessLoader` rooted at the document root. */",
1591
+ "returnType": "HarnessLoader"
1592
+ }
1593
+ ],
1594
+ "implementation": {
1595
+ "params": [
1596
+ {
1597
+ "name": "driver",
1598
+ "description": "",
1599
+ "type": "webdriver.WebDriver",
1600
+ "isOptional": false,
1601
+ "isRestParam": false
1602
+ },
1603
+ {
1604
+ "name": "options",
1605
+ "description": "",
1606
+ "type": "WebDriverHarnessEnvironmentOptions | undefined",
1607
+ "isOptional": true,
1608
+ "isRestParam": false
1609
+ }
1610
+ ],
1611
+ "isNewType": false,
1612
+ "returnType": "HarnessLoader",
1613
+ "generics": [],
1614
+ "name": "loader",
1615
+ "description": "Creates a `HarnessLoader` rooted at the document root.",
1616
+ "entryType": "function",
1617
+ "jsdocTags": [],
1618
+ "rawComment": "/** Creates a `HarnessLoader` rooted at the document root. */"
1619
+ },
1620
+ "entryType": "function",
1621
+ "description": "Creates a `HarnessLoader` rooted at the document root.",
1622
+ "jsdocTags": [],
1623
+ "rawComment": "/** Creates a `HarnessLoader` rooted at the document root. */",
1624
+ "memberType": "method",
1625
+ "memberTags": [
1626
+ "static"
1627
+ ]
1628
+ }
1629
+ ],
1630
+ "generics": [],
1631
+ "description": "A `HarnessEnvironment` implementation for WebDriver.",
1632
+ "jsdocTags": [],
1633
+ "rawComment": "/** A `HarnessEnvironment` implementation for WebDriver. */",
1634
+ "extends": "HarnessEnvironment<\n () => webdriver.WebElement\n>",
1635
+ "implements": [],
1636
+ "source": {
1637
+ "filePath": "/src/cdk/testing/selenium-webdriver/selenium-web-driver-harness-environment.ts",
1638
+ "startLine": 71,
1639
+ "endLine": 150
1640
+ }
1641
+ }
1642
+ ],
1643
+ "symbols": [
1644
+ [
1645
+ "SeleniumWebDriverElement",
1646
+ "@kato-lee/cdk/testing/selenium-webdriver"
1647
+ ],
1648
+ [
1649
+ "WebDriverHarnessEnvironmentOptions",
1650
+ "@kato-lee/cdk/testing/selenium-webdriver"
1651
+ ],
1652
+ [
1653
+ "waitForAngularReady",
1654
+ "@kato-lee/cdk/testing/selenium-webdriver"
1655
+ ],
1656
+ [
1657
+ "SeleniumWebDriverHarnessEnvironment",
1658
+ "@kato-lee/cdk/testing/selenium-webdriver"
1659
+ ],
1660
+ [
1661
+ "SeleniumWebDriverElement",
1662
+ "@kato-lee/cdk/testing/selenium-webdriver"
1663
+ ],
1664
+ [
1665
+ "SeleniumWebDriverElement.constructor",
1666
+ "@kato-lee/cdk/testing/selenium-webdriver"
1667
+ ],
1668
+ [
1669
+ "SeleniumWebDriverElement.blur",
1670
+ "@kato-lee/cdk/testing/selenium-webdriver"
1671
+ ],
1672
+ [
1673
+ "SeleniumWebDriverElement.clear",
1674
+ "@kato-lee/cdk/testing/selenium-webdriver"
1675
+ ],
1676
+ [
1677
+ "SeleniumWebDriverElement.click",
1678
+ "@kato-lee/cdk/testing/selenium-webdriver"
1679
+ ],
1680
+ [
1681
+ "SeleniumWebDriverElement.rightClick",
1682
+ "@kato-lee/cdk/testing/selenium-webdriver"
1683
+ ],
1684
+ [
1685
+ "SeleniumWebDriverElement.focus",
1686
+ "@kato-lee/cdk/testing/selenium-webdriver"
1687
+ ],
1688
+ [
1689
+ "SeleniumWebDriverElement.getCssValue",
1690
+ "@kato-lee/cdk/testing/selenium-webdriver"
1691
+ ],
1692
+ [
1693
+ "SeleniumWebDriverElement.hover",
1694
+ "@kato-lee/cdk/testing/selenium-webdriver"
1695
+ ],
1696
+ [
1697
+ "SeleniumWebDriverElement.mouseAway",
1698
+ "@kato-lee/cdk/testing/selenium-webdriver"
1699
+ ],
1700
+ [
1701
+ "SeleniumWebDriverElement.sendKeys",
1702
+ "@kato-lee/cdk/testing/selenium-webdriver"
1703
+ ],
1704
+ [
1705
+ "SeleniumWebDriverElement.text",
1706
+ "@kato-lee/cdk/testing/selenium-webdriver"
1707
+ ],
1708
+ [
1709
+ "SeleniumWebDriverElement.setContenteditableValue",
1710
+ "@kato-lee/cdk/testing/selenium-webdriver"
1711
+ ],
1712
+ [
1713
+ "SeleniumWebDriverElement.getAttribute",
1714
+ "@kato-lee/cdk/testing/selenium-webdriver"
1715
+ ],
1716
+ [
1717
+ "SeleniumWebDriverElement.hasClass",
1718
+ "@kato-lee/cdk/testing/selenium-webdriver"
1719
+ ],
1720
+ [
1721
+ "SeleniumWebDriverElement.getDimensions",
1722
+ "@kato-lee/cdk/testing/selenium-webdriver"
1723
+ ],
1724
+ [
1725
+ "SeleniumWebDriverElement.getProperty",
1726
+ "@kato-lee/cdk/testing/selenium-webdriver"
1727
+ ],
1728
+ [
1729
+ "SeleniumWebDriverElement.setInputValue",
1730
+ "@kato-lee/cdk/testing/selenium-webdriver"
1731
+ ],
1732
+ [
1733
+ "SeleniumWebDriverElement.selectOptions",
1734
+ "@kato-lee/cdk/testing/selenium-webdriver"
1735
+ ],
1736
+ [
1737
+ "SeleniumWebDriverElement.matchesSelector",
1738
+ "@kato-lee/cdk/testing/selenium-webdriver"
1739
+ ],
1740
+ [
1741
+ "SeleniumWebDriverElement.isFocused",
1742
+ "@kato-lee/cdk/testing/selenium-webdriver"
1743
+ ],
1744
+ [
1745
+ "SeleniumWebDriverElement.dispatchEvent",
1746
+ "@kato-lee/cdk/testing/selenium-webdriver"
1747
+ ],
1748
+ [
1749
+ "WebDriverHarnessEnvironmentOptions",
1750
+ "@kato-lee/cdk/testing/selenium-webdriver"
1751
+ ],
1752
+ [
1753
+ "WebDriverHarnessEnvironmentOptions.queryFn",
1754
+ "@kato-lee/cdk/testing/selenium-webdriver"
1755
+ ],
1756
+ [
1757
+ "waitForAngularReady",
1758
+ "@kato-lee/cdk/testing/selenium-webdriver"
1759
+ ],
1760
+ [
1761
+ "SeleniumWebDriverHarnessEnvironment",
1762
+ "@kato-lee/cdk/testing/selenium-webdriver"
1763
+ ],
1764
+ [
1765
+ "SeleniumWebDriverHarnessEnvironment.constructor",
1766
+ "@kato-lee/cdk/testing/selenium-webdriver"
1767
+ ],
1768
+ [
1769
+ "SeleniumWebDriverHarnessEnvironment.forceStabilize",
1770
+ "@kato-lee/cdk/testing/selenium-webdriver"
1771
+ ],
1772
+ [
1773
+ "SeleniumWebDriverHarnessEnvironment.waitForTasksOutsideAngular",
1774
+ "@kato-lee/cdk/testing/selenium-webdriver"
1775
+ ],
1776
+ [
1777
+ "SeleniumWebDriverHarnessEnvironment.getDocumentRoot",
1778
+ "@kato-lee/cdk/testing/selenium-webdriver"
1779
+ ],
1780
+ [
1781
+ "SeleniumWebDriverHarnessEnvironment.createTestElement",
1782
+ "@kato-lee/cdk/testing/selenium-webdriver"
1783
+ ],
1784
+ [
1785
+ "SeleniumWebDriverHarnessEnvironment.createEnvironment",
1786
+ "@kato-lee/cdk/testing/selenium-webdriver"
1787
+ ],
1788
+ [
1789
+ "SeleniumWebDriverHarnessEnvironment.getAllRawElements",
1790
+ "@kato-lee/cdk/testing/selenium-webdriver"
1791
+ ],
1792
+ [
1793
+ "SeleniumWebDriverHarnessEnvironment.getNativeElement",
1794
+ "@kato-lee/cdk/testing/selenium-webdriver"
1795
+ ],
1796
+ [
1797
+ "SeleniumWebDriverHarnessEnvironment.loader",
1798
+ "@kato-lee/cdk/testing/selenium-webdriver"
1799
+ ]
1800
+ ]
1801
+ }