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