@eui/core 19.3.5-snapshot-1758007611369 → 19.3.5-snapshot-1758180512380
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/interfaces/UIState.html +45 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1 -0
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +1 -0
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/services/eui-app-shell.service.d.ts +1 -0
- package/lib/services/eui-app-shell.service.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -314,6 +314,13 @@
|
|
|
314
314
|
isSidebarActive
|
|
315
315
|
</a>
|
|
316
316
|
</li>
|
|
317
|
+
<li>
|
|
318
|
+
<span class="modifier">Optional</span>
|
|
319
|
+
<a href="#isSidebarFocused"
|
|
320
|
+
>
|
|
321
|
+
isSidebarFocused
|
|
322
|
+
</a>
|
|
323
|
+
</li>
|
|
317
324
|
<li>
|
|
318
325
|
<span class="modifier">Optional</span>
|
|
319
326
|
<a href="#isSidebarHidden"
|
|
@@ -1365,6 +1372,44 @@
|
|
|
1365
1372
|
|
|
1366
1373
|
|
|
1367
1374
|
|
|
1375
|
+
</tbody>
|
|
1376
|
+
</table>
|
|
1377
|
+
<table class="table table-sm table-bordered">
|
|
1378
|
+
<tbody>
|
|
1379
|
+
<tr>
|
|
1380
|
+
<td class="col-md-4">
|
|
1381
|
+
<a name="isSidebarFocused"></a>
|
|
1382
|
+
<span class="name "><b>isSidebarFocused</b>
|
|
1383
|
+
<a href="#isSidebarFocused">
|
|
1384
|
+
<span class="icon ion-ios-link"></span>
|
|
1385
|
+
</a>
|
|
1386
|
+
</span>
|
|
1387
|
+
</td>
|
|
1388
|
+
</tr>
|
|
1389
|
+
<tr>
|
|
1390
|
+
<td class="col-md-4">
|
|
1391
|
+
<code>isSidebarFocused: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1392
|
+
</code>
|
|
1393
|
+
</td>
|
|
1394
|
+
</tr>
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
<tr>
|
|
1398
|
+
<td class="col-md-4">
|
|
1399
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1400
|
+
|
|
1401
|
+
</td>
|
|
1402
|
+
</tr>
|
|
1403
|
+
|
|
1404
|
+
<tr>
|
|
1405
|
+
<td class="col-md-4">
|
|
1406
|
+
<i>Optional</i>
|
|
1407
|
+
</td>
|
|
1408
|
+
</tr>
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1368
1413
|
</tbody>
|
|
1369
1414
|
</table>
|
|
1370
1415
|
<table class="table table-sm table-bordered">
|