@eui/core 21.0.0-alpha.33 → 21.0.0-alpha.34
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/CHANGELOG.md +21 -0
- package/docs/changelog.html +75 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +26 -0
- package/docs/properties.html +1 -1
- package/package.json +2 -2
|
@@ -361,6 +361,9 @@
|
|
|
361
361
|
<li>
|
|
362
362
|
<a href="#SHOW_CONNECTION_STATUS_TOKEN" title="packages/core/src/lib/services/config/tokens.ts" ><b>SHOW_CONNECTION_STATUS_TOKEN</b> (packages/.../tokens.ts)</a>
|
|
363
363
|
</li>
|
|
364
|
+
<li>
|
|
365
|
+
<a href="#testBed" title="packages/core/test-setup.ts" ><b>testBed</b> (packages/.../test-setup.ts)</a>
|
|
366
|
+
</li>
|
|
364
367
|
<li>
|
|
365
368
|
<a href="#translateConfig" title="packages/core/src/lib/services/i18n/i18n.loader.ts" ><b>translateConfig</b> (packages/.../i18n.loader.ts)</a>
|
|
366
369
|
</li>
|
|
@@ -3942,6 +3945,29 @@
|
|
|
3942
3945
|
</tr>
|
|
3943
3946
|
|
|
3944
3947
|
|
|
3948
|
+
</tbody>
|
|
3949
|
+
</table>
|
|
3950
|
+
</section>
|
|
3951
|
+
<h3>packages/core/test-setup.ts</h3>
|
|
3952
|
+
<section data-compodoc="block-properties">
|
|
3953
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
3954
|
+
<tbody>
|
|
3955
|
+
<tr>
|
|
3956
|
+
<td class="col-md-4">
|
|
3957
|
+
<a name="testBed"></a>
|
|
3958
|
+
<span class="name">
|
|
3959
|
+
<span ><b>testBed</b></span>
|
|
3960
|
+
<a href="#testBed"><span class="icon ion-ios-link"></span></a>
|
|
3961
|
+
</span>
|
|
3962
|
+
</td>
|
|
3963
|
+
</tr>
|
|
3964
|
+
<tr>
|
|
3965
|
+
<td class="col-md-4">
|
|
3966
|
+
<i>Default value : </i><code>getTestBed()</code>
|
|
3967
|
+
</td>
|
|
3968
|
+
</tr>
|
|
3969
|
+
|
|
3970
|
+
|
|
3945
3971
|
</tbody>
|
|
3946
3972
|
</table>
|
|
3947
3973
|
</section>
|
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/core",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.34",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI core package - holding UI components for Desktop applications",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://sdlc.webcloud.ec.europa.eu/csdr/eui/eui.git"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@eui/base": "21.0.0-alpha.
|
|
13
|
+
"@eui/base": "21.0.0-alpha.34",
|
|
14
14
|
"rxjs": "^7.8.0",
|
|
15
15
|
"extend": "^3.0.2",
|
|
16
16
|
"localforage": "^1.10.0",
|