@eui/core 19.0.2 → 19.0.3-snapshot-1737728205029
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/injectables/LocaleService.html +2 -2
- package/docs/injectables/LocaleServiceMock.html +5 -5
- package/docs/injectables/StoreService.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/fesm2022/eui-core.mjs +119 -146
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/services/i18n/i18n.service.d.ts +5 -1
- package/lib/services/i18n/i18n.service.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts +5 -1
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/locale/locale.service.mock.d.ts +7 -7
- package/lib/services/locale/locale.service.mock.d.ts.map +1 -1
- package/lib/services/store/store.service.d.ts +0 -1
- package/lib/services/store/store.service.d.ts.map +1 -1
- package/lib/services/user/user.service.d.ts +5 -1
- package/lib/services/user/user.service.d.ts.map +1 -1
- package/package.json +3 -3
package/docs/dependencies.html
CHANGED
|
@@ -266,9 +266,9 @@
|
|
|
266
266
|
<li>
|
|
267
267
|
<b>@stackblitz/sdk</b> : 1.11.0</li>
|
|
268
268
|
<li>
|
|
269
|
-
<b>@eui/styles</b> : 19.0.
|
|
269
|
+
<b>@eui/styles</b> : 19.0.3-snapshot-1736863765061</li>
|
|
270
270
|
<li>
|
|
271
|
-
<b>@eui/ecl</b> : 19.0.
|
|
271
|
+
<b>@eui/ecl</b> : 19.0.3-snapshot-1736863765061</li>
|
|
272
272
|
<li>
|
|
273
273
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
274
274
|
</ul>
|
|
@@ -772,7 +772,7 @@ Binds language changes to the state and dynamically loads the appropriate locale
|
|
|
772
772
|
</tr>
|
|
773
773
|
<tr>
|
|
774
774
|
<td class="col-md-4">
|
|
775
|
-
<code>updateState(state:
|
|
775
|
+
<code>updateState(state: DeepPartial<K>)</code>
|
|
776
776
|
</td>
|
|
777
777
|
</tr>
|
|
778
778
|
|
|
@@ -809,7 +809,7 @@ it throws an error. Also updates the global LOCALE_ID token if configured to do
|
|
|
809
809
|
<tr>
|
|
810
810
|
<td>state</td>
|
|
811
811
|
<td>
|
|
812
|
-
<code>
|
|
812
|
+
<code>DeepPartial<K></code>
|
|
813
813
|
</td>
|
|
814
814
|
|
|
815
815
|
<td>
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
<td class="col-md-4">
|
|
239
239
|
|
|
240
240
|
<div class="io-description">
|
|
241
|
-
<b>Returns : </b> <code>Observable<
|
|
241
|
+
<b>Returns : </b> <code>Observable<T></code>
|
|
242
242
|
|
|
243
243
|
</div>
|
|
244
244
|
</td>
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
<tr>
|
|
261
261
|
<td class="col-md-4">
|
|
262
262
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
263
|
-
<code>init(state?:
|
|
263
|
+
<code>init(state?: T)</code>
|
|
264
264
|
</td>
|
|
265
265
|
</tr>
|
|
266
266
|
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
<tr>
|
|
286
286
|
<td>state</td>
|
|
287
287
|
<td>
|
|
288
|
-
<code>
|
|
288
|
+
<code>T</code>
|
|
289
289
|
</td>
|
|
290
290
|
|
|
291
291
|
<td>
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
<tr>
|
|
324
324
|
<td class="col-md-4">
|
|
325
325
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
326
|
-
<code>updateState(state:
|
|
326
|
+
<code>updateState(state: T)</code>
|
|
327
327
|
</td>
|
|
328
328
|
</tr>
|
|
329
329
|
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
<tr>
|
|
349
349
|
<td>state</td>
|
|
350
350
|
<td>
|
|
351
|
-
<code>
|
|
351
|
+
<code>T</code>
|
|
352
352
|
</td>
|
|
353
353
|
|
|
354
354
|
<td>
|
|
@@ -552,7 +552,7 @@ that allows to intercept if the store is present</p>
|
|
|
552
552
|
</tr>
|
|
553
553
|
<tr>
|
|
554
554
|
<td class="col-md-4">
|
|
555
|
-
<code>select(keyOrMapFn?:
|
|
555
|
+
<code>select(keyOrMapFn?: | string)</code>
|
|
556
556
|
</td>
|
|
557
557
|
</tr>
|
|
558
558
|
|
|
@@ -585,7 +585,7 @@ that allows to intercept if the store is present</p>
|
|
|
585
585
|
<tr>
|
|
586
586
|
<td>keyOrMapFn</td>
|
|
587
587
|
<td>
|
|
588
|
-
|
|
588
|
+
<code> | string</code>
|
|
589
589
|
</td>
|
|
590
590
|
|
|
591
591
|
<td>
|