@eui/components 19.2.0-snapshot-1745830490717 → 19.2.0-snapshot-1745837960626
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.
- package/docs/components/EuiDropdownComponent.html +7 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/eui-dropdown/eui-dropdown.component.d.ts +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +3 -3
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/package.json +3 -3
@@ -150,6 +150,12 @@
|
|
150
150
|
|
151
151
|
|
152
152
|
|
153
|
+
<tr>
|
154
|
+
<td class="col-md-3">providers</td>
|
155
|
+
<td class="col-md-9">
|
156
|
+
<code><a href="../injectables/EuiDropdownService.html" target="_self" >EuiDropdownService</a></code>
|
157
|
+
</td>
|
158
|
+
</tr>
|
153
159
|
|
154
160
|
|
155
161
|
<tr>
|
@@ -846,7 +852,7 @@
|
|
846
852
|
</tr>
|
847
853
|
<tr>
|
848
854
|
<td class="col-md-4">
|
849
|
-
<div class="io-description"><p>Sets the <code>tabindex</code> attribute for dropdown panel.</p>
|
855
|
+
<div class="io-description"><p>Sets the <code>tabindex</code> attribute for a dropdown panel.</p>
|
850
856
|
</div>
|
851
857
|
</td>
|
852
858
|
</tr>
|
package/docs/dependencies.html
CHANGED
@@ -268,9 +268,9 @@
|
|
268
268
|
<li>
|
269
269
|
<b>@stackblitz/sdk</b> : 1.11.0</li>
|
270
270
|
<li>
|
271
|
-
<b>@eui/styles</b> : 19.2.0-snapshot-
|
271
|
+
<b>@eui/styles</b> : 19.2.0-snapshot-1745830490717</li>
|
272
272
|
<li>
|
273
|
-
<b>@eui/ecl</b> : 19.2.0-snapshot-
|
273
|
+
<b>@eui/ecl</b> : 19.2.0-snapshot-1745830490717</li>
|
274
274
|
<li>
|
275
275
|
<b>@eui/tools</b> : ^6.0.0</li>
|
276
276
|
</ul>
|