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