Skip to content

Commit 34f2504

Browse files
committed
main - 415b9ab ci: include cdk/drag-drop api json in npm_package (#31117)
1 parent 3f087e6 commit 34f2504

26 files changed

+4842
-65
lines changed

docs-content/api-docs/cdk-testing-selenium-webdriver.html

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,60 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
12321232

12331233

12341234

1235+
<table class="docs-api-method-table">
1236+
<thead>
1237+
<tr class="docs-api-method-name-row">
1238+
<th colspan="2" class="docs-api-method-name-cell"><div class="docs-api-modifier-method-marker">
1239+
async
1240+
</div>countHarnesses
1241+
</th>
1242+
</tr>
1243+
</thead><tr class="docs-api-method-description-row">
1244+
<td colspan="2" class="docs-api-method-description-cell">
1245+
<p>Searches for all instance of the component corresponding to the given harness type under the
1246+
<code>HarnessEnvironment</code>&#39;s root element, and returns the number that were found.</p>
1247+
1248+
</td>
1249+
</tr><thead>
1250+
<tr class="docs-api-method-parameters-header-row">
1251+
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
1252+
</tr>
1253+
</thead>
1254+
1255+
<tr class="docs-api-method-parameter-row">
1256+
<td class="docs-api-method-parameter-cell">
1257+
<p class="docs-api-method-parameter-name">
1258+
query</p>
1259+
<code class="docs-api-method-parameter-type">HarnessQuery&lt;T&gt;</code>
1260+
</td>
1261+
<td class="docs-api-method-parameter-description-cell">
1262+
<p class="docs-api-method-parameter-description">
1263+
<p>A query for a harness to create</p>
1264+
1265+
</p>
1266+
</td>
1267+
</tr>
1268+
<thead>
1269+
<tr class="docs-api-method-returns-header-row">
1270+
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
1271+
</tr>
1272+
</thead>
1273+
<tr>
1274+
<td class="docs-api-method-returns-type-cell">
1275+
<code class="docs-api-method-returns-type">Promise&lt;number&gt;</code>
1276+
</td>
1277+
<td class="docs-api-method-returns-description-cell">
1278+
<p class="docs-api-method-returns-description">
1279+
<p>The number of instances that were found.</p>
1280+
1281+
</p>
1282+
</td>
1283+
</tr></table>
1284+
1285+
1286+
1287+
1288+
12351289
<table class="docs-api-method-table">
12361290
<thead>
12371291
<tr class="docs-api-method-name-row">
@@ -1699,6 +1753,89 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
16991753

17001754

17011755

1756+
<table class="docs-api-method-table">
1757+
<thead>
1758+
<tr class="docs-api-method-name-row">
1759+
<th colspan="2" class="docs-api-method-name-cell"><div class="docs-api-modifier-method-marker">
1760+
async
1761+
</div>getHarnessAtIndex
1762+
</th>
1763+
</tr>
1764+
</thead><tr class="docs-api-method-description-row">
1765+
<td colspan="2" class="docs-api-method-description-cell">
1766+
<p>Searches for an instance of the component corresponding to the given harness type and index
1767+
under the <code>HarnessEnvironment</code>&#39;s root element, and returns a <code>ComponentHarness</code> for that
1768+
instance. The index specifies the offset of the component to find. If no matching
1769+
component is found at that index, an error is thrown.</p>
1770+
1771+
</td>
1772+
</tr><thead>
1773+
<tr class="docs-api-method-parameters-header-row">
1774+
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
1775+
</tr>
1776+
</thead>
1777+
1778+
<tr class="docs-api-method-parameter-row">
1779+
<td class="docs-api-method-parameter-cell">
1780+
<p class="docs-api-method-parameter-name">
1781+
query</p>
1782+
<code class="docs-api-method-parameter-type">HarnessQuery&lt;T&gt;</code>
1783+
</td>
1784+
<td class="docs-api-method-parameter-description-cell">
1785+
<p class="docs-api-method-parameter-description">
1786+
<p>A query for a harness to create</p>
1787+
1788+
</p>
1789+
</td>
1790+
</tr>
1791+
1792+
<tr class="docs-api-method-parameter-row">
1793+
<td class="docs-api-method-parameter-cell">
1794+
<p class="docs-api-method-parameter-name">
1795+
index</p>
1796+
<code class="docs-api-method-parameter-type"></code>
1797+
</td>
1798+
<td class="docs-api-method-parameter-description-cell">
1799+
<p class="docs-api-method-parameter-description">
1800+
<p>The zero-indexed offset of the component to find</p>
1801+
1802+
</p>
1803+
</td>
1804+
</tr>
1805+
1806+
<tr class="docs-api-method-parameter-row">
1807+
<td class="docs-api-method-parameter-cell">
1808+
<p class="docs-api-method-parameter-name">
1809+
offset</p>
1810+
<code class="docs-api-method-parameter-type">number</code>
1811+
</td>
1812+
<td class="docs-api-method-parameter-description-cell">
1813+
<p class="docs-api-method-parameter-description">
1814+
1815+
</p>
1816+
</td>
1817+
</tr>
1818+
<thead>
1819+
<tr class="docs-api-method-returns-header-row">
1820+
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
1821+
</tr>
1822+
</thead>
1823+
<tr>
1824+
<td class="docs-api-method-returns-type-cell">
1825+
<code class="docs-api-method-returns-type">Promise&lt;T&gt;</code>
1826+
</td>
1827+
<td class="docs-api-method-returns-description-cell">
1828+
<p class="docs-api-method-returns-description">
1829+
<p>An instance of the given harness type</p>
1830+
1831+
</p>
1832+
</td>
1833+
</tr></table>
1834+
1835+
1836+
1837+
1838+
17021839
<table class="docs-api-method-table">
17031840
<thead>
17041841
<tr class="docs-api-method-name-row">

docs-content/api-docs/cdk-testing-testbed.html

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,60 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
6565

6666

6767

68+
<table class="docs-api-method-table">
69+
<thead>
70+
<tr class="docs-api-method-name-row">
71+
<th colspan="2" class="docs-api-method-name-cell"><div class="docs-api-modifier-method-marker">
72+
async
73+
</div>countHarnesses
74+
</th>
75+
</tr>
76+
</thead><tr class="docs-api-method-description-row">
77+
<td colspan="2" class="docs-api-method-description-cell">
78+
<p>Searches for all instance of the component corresponding to the given harness type under the
79+
<code>HarnessEnvironment</code>&#39;s root element, and returns the number that were found.</p>
80+
81+
</td>
82+
</tr><thead>
83+
<tr class="docs-api-method-parameters-header-row">
84+
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
85+
</tr>
86+
</thead>
87+
88+
<tr class="docs-api-method-parameter-row">
89+
<td class="docs-api-method-parameter-cell">
90+
<p class="docs-api-method-parameter-name">
91+
query</p>
92+
<code class="docs-api-method-parameter-type">HarnessQuery&lt;T&gt;</code>
93+
</td>
94+
<td class="docs-api-method-parameter-description-cell">
95+
<p class="docs-api-method-parameter-description">
96+
<p>A query for a harness to create</p>
97+
98+
</p>
99+
</td>
100+
</tr>
101+
<thead>
102+
<tr class="docs-api-method-returns-header-row">
103+
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
104+
</tr>
105+
</thead>
106+
<tr>
107+
<td class="docs-api-method-returns-type-cell">
108+
<code class="docs-api-method-returns-type">Promise&lt;number&gt;</code>
109+
</td>
110+
<td class="docs-api-method-returns-description-cell">
111+
<p class="docs-api-method-returns-description">
112+
<p>The number of instances that were found.</p>
113+
114+
</p>
115+
</td>
116+
</tr></table>
117+
118+
119+
120+
121+
68122
<table class="docs-api-method-table">
69123
<thead>
70124
<tr class="docs-api-method-name-row">
@@ -597,6 +651,89 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
597651

598652

599653

654+
<table class="docs-api-method-table">
655+
<thead>
656+
<tr class="docs-api-method-name-row">
657+
<th colspan="2" class="docs-api-method-name-cell"><div class="docs-api-modifier-method-marker">
658+
async
659+
</div>getHarnessAtIndex
660+
</th>
661+
</tr>
662+
</thead><tr class="docs-api-method-description-row">
663+
<td colspan="2" class="docs-api-method-description-cell">
664+
<p>Searches for an instance of the component corresponding to the given harness type and index
665+
under the <code>HarnessEnvironment</code>&#39;s root element, and returns a <code>ComponentHarness</code> for that
666+
instance. The index specifies the offset of the component to find. If no matching
667+
component is found at that index, an error is thrown.</p>
668+
669+
</td>
670+
</tr><thead>
671+
<tr class="docs-api-method-parameters-header-row">
672+
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
673+
</tr>
674+
</thead>
675+
676+
<tr class="docs-api-method-parameter-row">
677+
<td class="docs-api-method-parameter-cell">
678+
<p class="docs-api-method-parameter-name">
679+
query</p>
680+
<code class="docs-api-method-parameter-type">HarnessQuery&lt;T&gt;</code>
681+
</td>
682+
<td class="docs-api-method-parameter-description-cell">
683+
<p class="docs-api-method-parameter-description">
684+
<p>A query for a harness to create</p>
685+
686+
</p>
687+
</td>
688+
</tr>
689+
690+
<tr class="docs-api-method-parameter-row">
691+
<td class="docs-api-method-parameter-cell">
692+
<p class="docs-api-method-parameter-name">
693+
index</p>
694+
<code class="docs-api-method-parameter-type"></code>
695+
</td>
696+
<td class="docs-api-method-parameter-description-cell">
697+
<p class="docs-api-method-parameter-description">
698+
<p>The zero-indexed offset of the component to find</p>
699+
700+
</p>
701+
</td>
702+
</tr>
703+
704+
<tr class="docs-api-method-parameter-row">
705+
<td class="docs-api-method-parameter-cell">
706+
<p class="docs-api-method-parameter-name">
707+
offset</p>
708+
<code class="docs-api-method-parameter-type">number</code>
709+
</td>
710+
<td class="docs-api-method-parameter-description-cell">
711+
<p class="docs-api-method-parameter-description">
712+
713+
</p>
714+
</td>
715+
</tr>
716+
<thead>
717+
<tr class="docs-api-method-returns-header-row">
718+
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
719+
</tr>
720+
</thead>
721+
<tr>
722+
<td class="docs-api-method-returns-type-cell">
723+
<code class="docs-api-method-returns-type">Promise&lt;T&gt;</code>
724+
</td>
725+
<td class="docs-api-method-returns-description-cell">
726+
<p class="docs-api-method-returns-description">
727+
<p>An instance of the given harness type</p>
728+
729+
</p>
730+
</td>
731+
</tr></table>
732+
733+
734+
735+
736+
600737
<table class="docs-api-method-table">
601738
<thead>
602739
<tr class="docs-api-method-name-row">

0 commit comments

Comments
 (0)