@eui/core 13.0.0-rc.24 → 13.0.0-rc.28
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 +4 -4
- package/docs/injectables/UxAppShellService.html +74 -0
- package/docs/interfaces/UIState.html +45 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1 -0
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +1 -2
- package/esm2020/lib/services/queue/api-queue.service.mjs +1 -3
- package/esm2020/lib/services/queue/api-queue.service.mock.mjs +1 -5
- package/esm2020/lib/services/storage/async-storage.service.mock.mjs +1 -5
- package/esm2020/lib/services/store/store.service.mjs +2 -2
- package/esm2020/lib/services/ux-app-shell.service.mjs +17 -4
- package/fesm2015/eui-core.mjs +14 -15
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +17 -15
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/services/queue/api-queue.service.d.ts.map +1 -1
- package/lib/services/queue/api-queue.service.mock.d.ts.map +1 -1
- package/lib/services/storage/async-storage.service.mock.d.ts.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts +3 -0
- package/lib/services/ux-app-shell.service.d.ts.map +1 -1
- package/package.json +11 -1
package/docs/dependencies.html
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
<li>
|
|
99
99
|
<b>rxjs-tslint</b> : 0.1.8</li>
|
|
100
100
|
<li>
|
|
101
|
-
<b>@types/node</b> : 16.11.
|
|
101
|
+
<b>@types/node</b> : 16.11.7</li>
|
|
102
102
|
<li>
|
|
103
103
|
<b>@types/jasmine</b> : 3.10.2</li>
|
|
104
104
|
<li>
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
<li>
|
|
153
153
|
<b>reselect</b> : 4.1.2</li>
|
|
154
154
|
<li>
|
|
155
|
-
<b>@ngx-translate/core</b> :
|
|
155
|
+
<b>@ngx-translate/core</b> : 14.0.0</li>
|
|
156
156
|
<li>
|
|
157
|
-
<b>@ngx-translate/http-loader</b> :
|
|
157
|
+
<b>@ngx-translate/http-loader</b> : 7.0.0</li>
|
|
158
158
|
<li>
|
|
159
159
|
<b>ngx-infinite-scroll</b> : 10.0.1</li>
|
|
160
160
|
<li>
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
<li>
|
|
233
233
|
<b>apexcharts</b> : 3.29.0</li>
|
|
234
234
|
<li>
|
|
235
|
-
<b>@eui/styles-base</b> : 13.0.0-rc.
|
|
235
|
+
<b>@eui/styles-base</b> : 13.0.0-rc.16</li>
|
|
236
236
|
<li>
|
|
237
237
|
<b>@eui/tools</b> : ^4.0.0</li>
|
|
238
238
|
</ul>
|
|
@@ -165,6 +165,14 @@
|
|
|
165
165
|
<span class="modifier">Public</span>
|
|
166
166
|
<a href="#activateToolbarMenu" >activateToolbarMenu</a>
|
|
167
167
|
</li>
|
|
168
|
+
<li>
|
|
169
|
+
<span class="modifier">Public</span>
|
|
170
|
+
<a href="#activateTopMessage" >activateTopMessage</a>
|
|
171
|
+
</li>
|
|
172
|
+
<li>
|
|
173
|
+
<span class="modifier">Public</span>
|
|
174
|
+
<a href="#activateTopMessageCssVars" >activateTopMessageCssVars</a>
|
|
175
|
+
</li>
|
|
168
176
|
<li>
|
|
169
177
|
<a href="#clearGrowl" >clearGrowl</a>
|
|
170
178
|
</li>
|
|
@@ -853,6 +861,72 @@
|
|
|
853
861
|
|
|
854
862
|
|
|
855
863
|
|
|
864
|
+
<tr>
|
|
865
|
+
<td class="col-md-4">
|
|
866
|
+
|
|
867
|
+
<div class="io-description">
|
|
868
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
869
|
+
|
|
870
|
+
</div>
|
|
871
|
+
</td>
|
|
872
|
+
</tr>
|
|
873
|
+
</tbody>
|
|
874
|
+
</table>
|
|
875
|
+
<table class="table table-sm table-bordered">
|
|
876
|
+
<tbody>
|
|
877
|
+
<tr>
|
|
878
|
+
<td class="col-md-4">
|
|
879
|
+
<a name="activateTopMessage"></a>
|
|
880
|
+
<span class="name">
|
|
881
|
+
<span class="modifier">Public</span>
|
|
882
|
+
<span ><b>activateTopMessage</b></span>
|
|
883
|
+
<a href="#activateTopMessage"><span class="icon ion-ios-link"></span></a>
|
|
884
|
+
</span>
|
|
885
|
+
</td>
|
|
886
|
+
</tr>
|
|
887
|
+
<tr>
|
|
888
|
+
<td class="col-md-4">
|
|
889
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
890
|
+
<code>activateTopMessage()</code>
|
|
891
|
+
</td>
|
|
892
|
+
</tr>
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
<tr>
|
|
898
|
+
<td class="col-md-4">
|
|
899
|
+
|
|
900
|
+
<div class="io-description">
|
|
901
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
902
|
+
|
|
903
|
+
</div>
|
|
904
|
+
</td>
|
|
905
|
+
</tr>
|
|
906
|
+
</tbody>
|
|
907
|
+
</table>
|
|
908
|
+
<table class="table table-sm table-bordered">
|
|
909
|
+
<tbody>
|
|
910
|
+
<tr>
|
|
911
|
+
<td class="col-md-4">
|
|
912
|
+
<a name="activateTopMessageCssVars"></a>
|
|
913
|
+
<span class="name">
|
|
914
|
+
<span class="modifier">Public</span>
|
|
915
|
+
<span ><b>activateTopMessageCssVars</b></span>
|
|
916
|
+
<a href="#activateTopMessageCssVars"><span class="icon ion-ios-link"></span></a>
|
|
917
|
+
</span>
|
|
918
|
+
</td>
|
|
919
|
+
</tr>
|
|
920
|
+
<tr>
|
|
921
|
+
<td class="col-md-4">
|
|
922
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
923
|
+
<code>activateTopMessageCssVars()</code>
|
|
924
|
+
</td>
|
|
925
|
+
</tr>
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
856
930
|
<tr>
|
|
857
931
|
<td class="col-md-4">
|
|
858
932
|
|
|
@@ -196,6 +196,13 @@
|
|
|
196
196
|
hasToolbarMenu
|
|
197
197
|
</a>
|
|
198
198
|
</li>
|
|
199
|
+
<li>
|
|
200
|
+
<span class="modifier">Optional</span>
|
|
201
|
+
<a href="#hasTopMessage"
|
|
202
|
+
>
|
|
203
|
+
hasTopMessage
|
|
204
|
+
</a>
|
|
205
|
+
</li>
|
|
199
206
|
<li>
|
|
200
207
|
<span class="modifier">Optional</span>
|
|
201
208
|
<a href="#impersonatedUserInfos"
|
|
@@ -968,6 +975,44 @@
|
|
|
968
975
|
|
|
969
976
|
|
|
970
977
|
|
|
978
|
+
</tbody>
|
|
979
|
+
</table>
|
|
980
|
+
<table class="table table-sm table-bordered">
|
|
981
|
+
<tbody>
|
|
982
|
+
<tr>
|
|
983
|
+
<td class="col-md-4">
|
|
984
|
+
<a name="hasTopMessage"></a>
|
|
985
|
+
<span class="name "><b>hasTopMessage</b>
|
|
986
|
+
<a href="#hasTopMessage">
|
|
987
|
+
<span class="icon ion-ios-link"></span>
|
|
988
|
+
</a>
|
|
989
|
+
</span>
|
|
990
|
+
</td>
|
|
991
|
+
</tr>
|
|
992
|
+
<tr>
|
|
993
|
+
<td class="col-md-4">
|
|
994
|
+
<code>hasTopMessage: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
995
|
+
</code>
|
|
996
|
+
</td>
|
|
997
|
+
</tr>
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
<tr>
|
|
1001
|
+
<td class="col-md-4">
|
|
1002
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1003
|
+
|
|
1004
|
+
</td>
|
|
1005
|
+
</tr>
|
|
1006
|
+
|
|
1007
|
+
<tr>
|
|
1008
|
+
<td class="col-md-4">
|
|
1009
|
+
<i>Optional</i>
|
|
1010
|
+
</td>
|
|
1011
|
+
</tr>
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
971
1016
|
</tbody>
|
|
972
1017
|
</table>
|
|
973
1018
|
<table class="table table-sm table-bordered">
|