@eui/core 17.0.0-next.25 → 17.0.0-next.27
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/dependencies.html +2 -2
- package/docs/interfaces/UIState.html +0 -135
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1 -3
- package/esm2022/lib/services/eui-app-shell.service.mjs +1 -4
- package/fesm2022/eui-core.mjs +0 -3
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/services/eui-app-shell.service.d.ts +0 -3
- package/lib/services/eui-app-shell.service.d.ts.map +1 -1
- package/package.json +1 -1
package/docs/dependencies.html
CHANGED
|
@@ -263,9 +263,9 @@
|
|
|
263
263
|
<li>
|
|
264
264
|
<b>@ecl/ecl-webcomponents</b> : 0.12.0</li>
|
|
265
265
|
<li>
|
|
266
|
-
<b>@eui/styles-base</b> : 17.0.0-next.
|
|
266
|
+
<b>@eui/styles-base</b> : 17.0.0-next.26</li>
|
|
267
267
|
<li>
|
|
268
|
-
<b>@eui/ecl</b> : 17.0.0-next.
|
|
268
|
+
<b>@eui/ecl</b> : 17.0.0-next.26</li>
|
|
269
269
|
<li>
|
|
270
270
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
271
271
|
</ul>
|
|
@@ -221,13 +221,6 @@
|
|
|
221
221
|
hasTopMessage
|
|
222
222
|
</a>
|
|
223
223
|
</li>
|
|
224
|
-
<li>
|
|
225
|
-
<span class="modifier">Optional</span>
|
|
226
|
-
<a href="#impersonatedUserInfos"
|
|
227
|
-
>
|
|
228
|
-
impersonatedUserInfos
|
|
229
|
-
</a>
|
|
230
|
-
</li>
|
|
231
224
|
<li>
|
|
232
225
|
<span class="modifier">Optional</span>
|
|
233
226
|
<a href="#isBlockDocumentActive"
|
|
@@ -325,20 +318,6 @@
|
|
|
325
318
|
sidebarLinks
|
|
326
319
|
</a>
|
|
327
320
|
</li>
|
|
328
|
-
<li>
|
|
329
|
-
<span class="modifier">Optional</span>
|
|
330
|
-
<a href="#userInfos"
|
|
331
|
-
>
|
|
332
|
-
userInfos
|
|
333
|
-
</a>
|
|
334
|
-
</li>
|
|
335
|
-
<li>
|
|
336
|
-
<span class="modifier">Optional</span>
|
|
337
|
-
<a href="#userSubInfos"
|
|
338
|
-
>
|
|
339
|
-
userSubInfos
|
|
340
|
-
</a>
|
|
341
|
-
</li>
|
|
342
321
|
<li>
|
|
343
322
|
<span class="modifier">Optional</span>
|
|
344
323
|
<a href="#windowHeight"
|
|
@@ -1114,44 +1093,6 @@
|
|
|
1114
1093
|
|
|
1115
1094
|
|
|
1116
1095
|
|
|
1117
|
-
</tbody>
|
|
1118
|
-
</table>
|
|
1119
|
-
<table class="table table-sm table-bordered">
|
|
1120
|
-
<tbody>
|
|
1121
|
-
<tr>
|
|
1122
|
-
<td class="col-md-4">
|
|
1123
|
-
<a name="impersonatedUserInfos"></a>
|
|
1124
|
-
<span class="name "><b>impersonatedUserInfos</b>
|
|
1125
|
-
<a href="#impersonatedUserInfos">
|
|
1126
|
-
<span class="icon ion-ios-link"></span>
|
|
1127
|
-
</a>
|
|
1128
|
-
</span>
|
|
1129
|
-
</td>
|
|
1130
|
-
</tr>
|
|
1131
|
-
<tr>
|
|
1132
|
-
<td class="col-md-4">
|
|
1133
|
-
<code>impersonatedUserInfos: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1134
|
-
</code>
|
|
1135
|
-
</td>
|
|
1136
|
-
</tr>
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
<tr>
|
|
1140
|
-
<td class="col-md-4">
|
|
1141
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1142
|
-
|
|
1143
|
-
</td>
|
|
1144
|
-
</tr>
|
|
1145
|
-
|
|
1146
|
-
<tr>
|
|
1147
|
-
<td class="col-md-4">
|
|
1148
|
-
<i>Optional</i>
|
|
1149
|
-
</td>
|
|
1150
|
-
</tr>
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
1096
|
</tbody>
|
|
1156
1097
|
</table>
|
|
1157
1098
|
<table class="table table-sm table-bordered">
|
|
@@ -1679,82 +1620,6 @@
|
|
|
1679
1620
|
|
|
1680
1621
|
|
|
1681
1622
|
|
|
1682
|
-
</tbody>
|
|
1683
|
-
</table>
|
|
1684
|
-
<table class="table table-sm table-bordered">
|
|
1685
|
-
<tbody>
|
|
1686
|
-
<tr>
|
|
1687
|
-
<td class="col-md-4">
|
|
1688
|
-
<a name="userInfos"></a>
|
|
1689
|
-
<span class="name "><b>userInfos</b>
|
|
1690
|
-
<a href="#userInfos">
|
|
1691
|
-
<span class="icon ion-ios-link"></span>
|
|
1692
|
-
</a>
|
|
1693
|
-
</span>
|
|
1694
|
-
</td>
|
|
1695
|
-
</tr>
|
|
1696
|
-
<tr>
|
|
1697
|
-
<td class="col-md-4">
|
|
1698
|
-
<code>userInfos: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1699
|
-
</code>
|
|
1700
|
-
</td>
|
|
1701
|
-
</tr>
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
<tr>
|
|
1705
|
-
<td class="col-md-4">
|
|
1706
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1707
|
-
|
|
1708
|
-
</td>
|
|
1709
|
-
</tr>
|
|
1710
|
-
|
|
1711
|
-
<tr>
|
|
1712
|
-
<td class="col-md-4">
|
|
1713
|
-
<i>Optional</i>
|
|
1714
|
-
</td>
|
|
1715
|
-
</tr>
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
</tbody>
|
|
1721
|
-
</table>
|
|
1722
|
-
<table class="table table-sm table-bordered">
|
|
1723
|
-
<tbody>
|
|
1724
|
-
<tr>
|
|
1725
|
-
<td class="col-md-4">
|
|
1726
|
-
<a name="userSubInfos"></a>
|
|
1727
|
-
<span class="name "><b>userSubInfos</b>
|
|
1728
|
-
<a href="#userSubInfos">
|
|
1729
|
-
<span class="icon ion-ios-link"></span>
|
|
1730
|
-
</a>
|
|
1731
|
-
</span>
|
|
1732
|
-
</td>
|
|
1733
|
-
</tr>
|
|
1734
|
-
<tr>
|
|
1735
|
-
<td class="col-md-4">
|
|
1736
|
-
<code>userSubInfos: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1737
|
-
</code>
|
|
1738
|
-
</td>
|
|
1739
|
-
</tr>
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
<tr>
|
|
1743
|
-
<td class="col-md-4">
|
|
1744
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1745
|
-
|
|
1746
|
-
</td>
|
|
1747
|
-
</tr>
|
|
1748
|
-
|
|
1749
|
-
<tr>
|
|
1750
|
-
<td class="col-md-4">
|
|
1751
|
-
<i>Optional</i>
|
|
1752
|
-
</td>
|
|
1753
|
-
</tr>
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
1623
|
</tbody>
|
|
1759
1624
|
</table>
|
|
1760
1625
|
<table class="table table-sm table-bordered">
|