@eui/core 23.0.0-alpha.2 → 23.0.0-alpha.4
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 +61 -0
- package/docs/architecture.html +223 -0
- package/docs/changelog.html +126 -2
- package/docs/classes/ActivatedRouteAction.html +70 -20
- package/docs/classes/AddApiQueueItemAction.html +70 -20
- package/docs/classes/AddAppLoadedConfigModulesAction.html +70 -20
- package/docs/classes/ApiQueueServiceMock.html +77 -20
- package/docs/classes/AsyncStorageService.html +86 -20
- package/docs/classes/AsyncStorageServiceMock.html +73 -17
- package/docs/classes/CssUtils.html +74 -20
- package/docs/classes/EmptyApiQueueAction.html +67 -17
- package/docs/classes/ErrorSubClass.html +68 -16
- package/docs/classes/EuiAppShellServiceMock.html +58 -20
- package/docs/classes/EuiCoreRootGuardClass.html +39 -8
- package/docs/classes/EuiError.html +69 -17
- package/docs/classes/I18nResourceImpl.html +50 -17
- package/docs/classes/InitStoreAction.html +70 -20
- package/docs/classes/LogServiceMock.html +67 -17
- package/docs/classes/RemoveApiQueueItemAction.html +67 -17
- package/docs/classes/StorageService.html +83 -19
- package/docs/classes/StorageServiceMock.html +70 -17
- package/docs/classes/TranslateServiceMock.html +90 -35
- package/docs/classes/UpdateAppConnectionAction.html +67 -17
- package/docs/classes/UpdateAppStatusAction.html +67 -17
- package/docs/classes/UpdateAppVersionAction.html +67 -17
- package/docs/classes/UpdateCurrentModuleAction.html +67 -17
- package/docs/classes/UpdateI18nStateAction.html +67 -17
- package/docs/classes/UpdateLocaleStateAction.html +67 -17
- package/docs/classes/UpdateNotificationsListAction.html +67 -17
- package/docs/classes/UpdateUserDashboardAction.html +67 -17
- package/docs/classes/UpdateUserDetailsAction.html +67 -17
- package/docs/classes/UpdateUserPreferencesAction.html +67 -17
- package/docs/classes/UpdateUserRightsAction.html +67 -17
- package/docs/classes/UpdateUserStateAction.html +67 -17
- package/docs/dependencies.html +38 -4
- package/docs/directives/TranslateMockDirective.html +72 -19
- package/docs/index.html +26 -2
- package/docs/injectables/ApiQueueService.html +97 -20
- package/docs/injectables/EuiAppShellService.html +147 -68
- package/docs/injectables/EuiDynamicComponentService.html +51 -18
- package/docs/injectables/EuiDynamicMenuService.html +67 -20
- package/docs/injectables/EuiGrowlService.html +85 -21
- package/docs/injectables/EuiLoaderService.html +65 -17
- package/docs/injectables/EuiPermissionService.html +95 -20
- package/docs/injectables/EuiThemeService.html +89 -34
- package/docs/injectables/EuiTimezoneService.html +51 -16
- package/docs/injectables/GlobalErrorHandler.html +79 -17
- package/docs/injectables/I18nLoader.html +53 -17
- package/docs/injectables/I18nService.html +101 -23
- package/docs/injectables/I18nServiceMock.html +96 -34
- package/docs/injectables/LocalForageService.html +81 -21
- package/docs/injectables/LocalStorageService.html +78 -21
- package/docs/injectables/LocaleService.html +124 -41
- package/docs/injectables/LocaleServiceMock.html +72 -18
- package/docs/injectables/LogService.html +68 -17
- package/docs/injectables/SessionStorageService.html +78 -21
- package/docs/injectables/StoreService.html +91 -22
- package/docs/injectables/StoreServiceMock.html +72 -17
- package/docs/injectables/UserService.html +97 -23
- package/docs/injectables/UserServiceMock.html +81 -23
- package/docs/interceptors/AddLangParamInterceptor.html +49 -18
- package/docs/interceptors/CachePreventionInterceptor.html +48 -17
- package/docs/interceptors/CorsSecurityInterceptor.html +48 -17
- package/docs/interceptors/CsrfPreventionInterceptor.html +48 -17
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +48 -17
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +48 -17
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +48 -17
- package/docs/interfaces/Action.html +158 -60
- package/docs/interfaces/ActionReducer.html +84 -55
- package/docs/interfaces/ComponentInfo.html +151 -123
- package/docs/interfaces/Dependency.html +278 -250
- package/docs/interfaces/Edit-1.html +151 -123
- package/docs/interfaces/Edit-2.html +151 -123
- package/docs/interfaces/Edit.html +151 -123
- package/docs/interfaces/EuiComponentEntry.html +230 -202
- package/docs/interfaces/EuiTimeZone.html +121 -93
- package/docs/interfaces/IEuiTheme.html +181 -153
- package/docs/interfaces/ImportToAdd.html +164 -136
- package/docs/interfaces/ImportsArrayInfo.html +121 -93
- package/docs/interfaces/Library.html +169 -137
- package/docs/interfaces/LoadedResources.html +164 -136
- package/docs/interfaces/LoadedResourcesError.html +121 -93
- package/docs/interfaces/MemoizedSelector.html +187 -138
- package/docs/interfaces/MemoizedSelectorWithProps.html +188 -139
- package/docs/interfaces/MigrateAllSchema.html +228 -200
- package/docs/interfaces/MigrationResult.html +151 -123
- package/docs/interfaces/ModuleLoadEvent.html +164 -136
- package/docs/interfaces/ModuleMapping.html +121 -93
- package/docs/interfaces/NgModuleInfo.html +151 -123
- package/docs/interfaces/Policy.html +164 -136
- package/docs/interfaces/ResourceError.html +170 -142
- package/docs/interfaces/Schema-1.html +140 -112
- package/docs/interfaces/Schema-10.html +140 -112
- package/docs/interfaces/Schema-11.html +140 -112
- package/docs/interfaces/Schema-12.html +140 -112
- package/docs/interfaces/Schema-13.html +140 -112
- package/docs/interfaces/Schema-14.html +140 -112
- package/docs/interfaces/Schema-15.html +140 -112
- package/docs/interfaces/Schema-16.html +140 -112
- package/docs/interfaces/Schema-17.html +140 -112
- package/docs/interfaces/Schema-18.html +140 -112
- package/docs/interfaces/Schema-19.html +140 -112
- package/docs/interfaces/Schema-2.html +141 -113
- package/docs/interfaces/Schema-20.html +140 -112
- package/docs/interfaces/Schema-3.html +180 -152
- package/docs/interfaces/Schema-4.html +140 -112
- package/docs/interfaces/Schema-5.html +140 -112
- package/docs/interfaces/Schema-6.html +140 -112
- package/docs/interfaces/Schema-7.html +140 -112
- package/docs/interfaces/Schema-8.html +140 -112
- package/docs/interfaces/Schema-9.html +140 -112
- package/docs/interfaces/Schema.html +184 -156
- package/docs/interfaces/SelectorEntry.html +230 -202
- package/docs/interfaces/TextChange.html +151 -123
- package/docs/interfaces/ThemeState.html +121 -93
- package/docs/interfaces/TranslationKeys.html +41 -11
- package/docs/interfaces/UIState.html +1669 -1641
- package/docs/interfaces/body.html +181 -153
- package/docs/js/architecture-graph.js +288 -0
- package/docs/js/libs/bootstrap-native.js +4 -2
- package/docs/js/libs/tablesort.min.js +3 -3
- package/docs/js/libs/tablesort.number.min.js +2 -2
- package/docs/js/libs/vis-network.min.js +7 -7
- package/docs/js/menu-wc.js +47 -14
- package/docs/js/routes.js +138 -37
- package/docs/js/search/search.js +62 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/js/tabs.js +98 -15
- package/docs/js/tree.js +44 -7
- package/docs/json/EuiPermissionService.md +1 -0
- package/docs/json/LocaleService.md +1 -0
- package/docs/json/documentation.json +6691 -1067
- package/docs/license.html +26 -2
- package/docs/llms.txt +2282 -0
- package/docs/miscellaneous/enumerations.html +34 -10
- package/docs/miscellaneous/functions.html +550 -394
- package/docs/miscellaneous/typealiases.html +59 -27
- package/docs/miscellaneous/variables.html +196 -175
- package/docs/modules/CoreModule.html +34 -9
- package/docs/modules/I18nModule.html +34 -9
- package/docs/modules/LogModule.html +34 -9
- package/docs/modules/TranslateMockModule.html +60 -13
- package/docs/modules.html +26 -2
- package/docs/overview.html +27 -3
- package/docs/pipes/TranslateMockPipe.html +87 -9
- package/docs/properties.html +27 -3
- package/docs/routes.html +26 -2
- package/docs/styles/compodoc.css +365 -44
- package/docs/styles/dark.css +16 -0
- package/docs/template-playground/hbs-render.service.ts +6 -1
- package/fesm2022/eui-core.mjs +26 -27
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +9 -11
- package/types/eui-core.d.ts.map +1 -1
- package/docs/js/menu-wc_es5.js +0 -40
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,64 @@
|
|
|
1
|
+
## 23.0.0-alpha.4 (2026-07-09)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* update package.json with new dependencies and peer adjustments - EUI-12618 [EUI-12618](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12618) ([d834b2fb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d834b2fb41380687ad6bd3a7bd536e6d749e98c2))
|
|
7
|
+
* replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([7e813ac3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7e813ac39967916fbd7b13ee1d7325a266bf1d04))
|
|
8
|
+
* update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([36e8b83b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/36e8b83b252b79568bb4e1769367f677ef294e6e))
|
|
9
|
+
* update mock components and improve type safety - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a92d5922](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a92d592240356410840d134b138094536d2b21a6))
|
|
10
|
+
* simplify EclHiddenDirective and update module imports - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([c05977e4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c05977e4e19f8792129cda28467224e581be89d4))
|
|
11
|
+
* update apexcharts version and refine series type casting - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([f4dac6ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f4dac6acc4dfc81efa3e694262e3b857104b1461))
|
|
12
|
+
* update Embla Carousel imports for consistency - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([3bf448a2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3bf448a27abbad64ff19fe5bd0eac1cc0cdc2221))
|
|
13
|
+
* enhance markdown renderer with improved token handling and blockquote support - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([27fdd19a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/27fdd19ac3b6e4944ca79bb5eb848e57797a7624))
|
|
14
|
+
* replace TranslateModule with TranslatePipe in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([236ddd31](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/236ddd31f48e0763b0c894e8743844948a0d28ed))
|
|
15
|
+
* improve documentation path handling in loader and schema - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([30d38c82](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/30d38c82271d5f9fb6afbf0fb88c3ea521e2e7b7))
|
|
16
|
+
* add support for gzipped documentation files and improve path resolution - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([cacc81e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cacc81e0b3a5e2766b8d528595bafec3af5ffb44))
|
|
17
|
+
* add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([b03403a0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b03403a080e5ce800480dc5993d842c039905318))
|
|
18
|
+
* add missing sub deps for eslint ([0863c4ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0863c4acc349043e067cb893ff899ae8379108bc))
|
|
19
|
+
* reenabled prefer-arrow eslint exclusions ([d0cb1e74](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d0cb1e741dfef525a4c8f2eebf2e74a7f4a00067))
|
|
20
|
+
* **deps:**
|
|
21
|
+
* upgraded to Angular 22.0.5 ([c50236bf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c50236bfab01ff6f3cae6aafa2e0342c78ad854a))
|
|
22
|
+
* **eslint:**
|
|
23
|
+
* migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([2d93f13d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2d93f13d700eb1be70bbfa7d24f5276ba28f011f))
|
|
24
|
+
##### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **other:**
|
|
27
|
+
* lint errors ([a63d93f7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a63d93f719792f9c07ce968b636e08c2d893a6f3))
|
|
28
|
+
|
|
29
|
+
* * *
|
|
30
|
+
* * *
|
|
31
|
+
## 23.0.0-alpha.3 (2026-07-09)
|
|
32
|
+
|
|
33
|
+
##### Chores
|
|
34
|
+
|
|
35
|
+
* **other:**
|
|
36
|
+
* replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([96e74bdd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e74bddf718c574754737a5862b90e36eaf161a))
|
|
37
|
+
* update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([da98c0ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/da98c0aca2e3c7ec1e8edc92113fa08a67c0f177))
|
|
38
|
+
* update mock components and improve type safety - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([96e1105f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e1105f87003e011eb7972f5b87d3e97b721182))
|
|
39
|
+
* simplify EclHiddenDirective and update module imports - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([815141e5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/815141e5d50b7187dc5e675cff3cf427e9bb9478))
|
|
40
|
+
* update apexcharts version and refine series type casting - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([766fec0a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/766fec0aba29c1a057be50b7f9cd3f98268e0bb0))
|
|
41
|
+
* update Embla Carousel imports for consistency - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([014f3b8b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/014f3b8bb846b00108fc646e2ac5f53d7ff1a73a))
|
|
42
|
+
* enhance markdown renderer with improved token handling and blockquote support - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([fbfc42b6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fbfc42b6c631df620a8ede6878d1c2fb5da1c778))
|
|
43
|
+
* replace TranslateModule with TranslatePipe in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([bc77fc4e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bc77fc4e5985f4434a877096bc46f9793410dcaa))
|
|
44
|
+
* improve documentation path handling in loader and schema - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([60f0668c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/60f0668cb074a893e9b6f970961a531ee078d941))
|
|
45
|
+
* add support for gzipped documentation files and improve path resolution - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([3254d63e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3254d63eb1417f53416d1e1df7b3f37989f1c76b))
|
|
46
|
+
* add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([e23da213](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e23da213f472dbaea37d813c21f82f82a57790b4))
|
|
47
|
+
* add missing sub deps for eslint ([93d98bc8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/93d98bc8ff811596ba8456718a61c782382a6bf3))
|
|
48
|
+
* reenabled prefer-arrow eslint exclusions ([5219f611](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5219f61108eec07e39ddcbc97573071fcf444ed3))
|
|
49
|
+
* remove CommonModule imports from accordion and blockquote components - EUI-11958 [EUI-11958](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958) ([402654b8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/402654b8842fc38e43550443000dc84e7a3597df))
|
|
50
|
+
* set strict false for ecl and showcase sub-pkg ([b5f5a6aa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b5f5a6aa98ee10c416cc639bb0852f268cf8e34e))
|
|
51
|
+
* **deps:**
|
|
52
|
+
* upgraded to Angular 22.0.5 ([5cfd28de](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5cfd28de26b3d436ebfe63bd36d2766e3ee9535a))
|
|
53
|
+
* **eslint:**
|
|
54
|
+
* migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([313ebe1a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/313ebe1ad7742733aea83ecf53a40c2d868d38ea))
|
|
55
|
+
##### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* **other:**
|
|
58
|
+
* lint errors ([925f0b12](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/925f0b122a20c85ff2a497e77c25930d6ffcd9e9))
|
|
59
|
+
|
|
60
|
+
* * *
|
|
61
|
+
* * *
|
|
1
62
|
## 23.0.0-alpha.2 (2026-07-07)
|
|
2
63
|
|
|
3
64
|
##### Chores
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
+
<title>eui documentation</title>
|
|
7
|
+
<meta name="description" content="">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
|
|
11
|
+
<link rel="stylesheet" href="./styles/style.css">
|
|
12
|
+
<link rel="stylesheet" href="./styles/dark.css">
|
|
13
|
+
<link rel="stylesheet" href="./styles/material.css">
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
<script>
|
|
17
|
+
// Blocking script to avoid flickering dark mode
|
|
18
|
+
// Dark mode toggle button
|
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
+
var darkModeState = useDark.matches;
|
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
+
|
|
25
|
+
function checkToggle(check) {
|
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function toggleDarkMode(state) {
|
|
32
|
+
if (window.localStorage) {
|
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
checkToggle(state);
|
|
37
|
+
|
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
|
39
|
+
|
|
40
|
+
if (state) {
|
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
|
43
|
+
}
|
|
44
|
+
if (!hasClass) {
|
|
45
|
+
document.body.classList.add('dark');
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
+
}
|
|
51
|
+
if (hasClass) {
|
|
52
|
+
document.body.classList.remove('dark');
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
|
58
|
+
toggleDarkMode(evt.matches);
|
|
59
|
+
});
|
|
60
|
+
if (darkModeStateLocal) {
|
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
+
}
|
|
63
|
+
toggleDarkMode(darkModeState);
|
|
64
|
+
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
79
|
+
|
|
80
|
+
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
81
|
+
<div class="d-flex">
|
|
82
|
+
<a href="./" class="navbar-brand">eui documentation</a>
|
|
83
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div class="container-fluid main">
|
|
99
|
+
<div class="row main">
|
|
100
|
+
<div class="d-none d-md-block menu">
|
|
101
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
102
|
+
</div>
|
|
103
|
+
<!-- START CONTENT -->
|
|
104
|
+
<div class="content architecture">
|
|
105
|
+
<div class="content-data">
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
<ol class="breadcrumb">
|
|
113
|
+
<li class="breadcrumb-item">Architecture</li>
|
|
114
|
+
</ol>
|
|
115
|
+
|
|
116
|
+
<p class="alert alert-warning">Graph generation is disabled.</p>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
</div><div class="search-results">
|
|
137
|
+
<div class="has-results">
|
|
138
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
139
|
+
<ul class="search-results-list"></ul>
|
|
140
|
+
</div>
|
|
141
|
+
<div class="no-results">
|
|
142
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
<!-- END CONTENT -->
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
|
|
150
|
+
<label class="dark-mode-switch">
|
|
151
|
+
<input type="checkbox">
|
|
152
|
+
<span class="slider">
|
|
153
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
154
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
155
|
+
</svg>
|
|
156
|
+
</span>
|
|
157
|
+
</label>
|
|
158
|
+
|
|
159
|
+
<script>
|
|
160
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
161
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'architecture';
|
|
162
|
+
var COMPODOC_CURRENT_PAGE_URL = 'architecture.html';
|
|
163
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
164
|
+
</script>
|
|
165
|
+
|
|
166
|
+
<script>
|
|
167
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
168
|
+
var updateDarkModeSwitchOffset = function () {
|
|
169
|
+
var content = document.querySelector('.content');
|
|
170
|
+
var scrollbarWidth = 0;
|
|
171
|
+
|
|
172
|
+
if (content) {
|
|
173
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
document.documentElement.style.setProperty(
|
|
177
|
+
'--content-scrollbar-width',
|
|
178
|
+
scrollbarWidth + 'px'
|
|
179
|
+
);
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
updateDarkModeSwitchOffset();
|
|
183
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
184
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
185
|
+
|
|
186
|
+
checkToggle(darkModeState);
|
|
187
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
188
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
189
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
190
|
+
darkModeState = !darkModeState;
|
|
191
|
+
toggleDarkMode(darkModeState);
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
</script>
|
|
196
|
+
|
|
197
|
+
<script src="./js/libs/custom-elements.min.js"></script>
|
|
198
|
+
<script src="./js/libs/lit-html.js"></script>
|
|
199
|
+
|
|
200
|
+
<script src="./js/menu-wc.js" defer></script>
|
|
201
|
+
|
|
202
|
+
<script src="./js/libs/bootstrap-native.js"></script>
|
|
203
|
+
|
|
204
|
+
<script src="./js/libs/es6-shim.min.js"></script>
|
|
205
|
+
<script src="./js/libs/EventDispatcher.js"></script>
|
|
206
|
+
<script src="./js/libs/promise.min.js"></script>
|
|
207
|
+
|
|
208
|
+
<script src="./js/compodoc.js"></script>
|
|
209
|
+
|
|
210
|
+
<script src="./js/tabs.js"></script>
|
|
211
|
+
<script src="./js/menu.js"></script>
|
|
212
|
+
<script src="./js/libs/clipboard.min.js"></script>
|
|
213
|
+
<script src="./js/libs/prism.js"></script>
|
|
214
|
+
<script src="./js/sourceCode.js"></script>
|
|
215
|
+
<script src="./js/search/search.js"></script>
|
|
216
|
+
<script src="./js/search/lunr.min.js"></script>
|
|
217
|
+
<script src="./js/search/search-lunr.js"></script>
|
|
218
|
+
<script src="./js/search/search_index.js"></script>
|
|
219
|
+
<script src="./js/lazy-load-graphs.js"></script>
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
</body>
|
|
223
|
+
</html>
|
package/docs/changelog.html
CHANGED
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -99,6 +106,106 @@
|
|
|
99
106
|
|
|
100
107
|
|
|
101
108
|
|
|
109
|
+
<h2>23.0.0-alpha.3 (2026-07-09)</h2>
|
|
110
|
+
<h5>Chores</h5>
|
|
111
|
+
<ul>
|
|
112
|
+
<li><strong>other:</strong><ul>
|
|
113
|
+
<li>replace EventEmitter with output for event emissions in components - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e74bddf718c574754737a5862b90e36eaf161a">96e74bdd</a>)</li>
|
|
114
|
+
<li>update Angular and related package versions - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/da98c0aca2e3c7ec1e8edc92113fa08a67c0f177">da98c0ac</a>)</li>
|
|
115
|
+
<li>update mock components and improve type safety - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e1105f87003e011eb7972f5b87d3e97b721182">96e1105f</a>)</li>
|
|
116
|
+
<li>simplify EclHiddenDirective and update module imports - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/815141e5d50b7187dc5e675cff3cf427e9bb9478">815141e5</a>)</li>
|
|
117
|
+
<li>update apexcharts version and refine series type casting - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/766fec0aba29c1a057be50b7f9cd3f98268e0bb0">766fec0a</a>)</li>
|
|
118
|
+
<li>update Embla Carousel imports for consistency - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/014f3b8bb846b00108fc646e2ac5f53d7ff1a73a">014f3b8b</a>)</li>
|
|
119
|
+
<li>enhance markdown renderer with improved token handling and blockquote support - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fbfc42b6c631df620a8ede6878d1c2fb5da1c778">fbfc42b6</a>)</li>
|
|
120
|
+
<li>replace TranslateModule with TranslatePipe in components - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bc77fc4e5985f4434a877096bc46f9793410dcaa">bc77fc4e</a>)</li>
|
|
121
|
+
<li>improve documentation path handling in loader and schema - EUI-12613 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613">EUI-12613</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/60f0668cb074a893e9b6f970961a531ee078d941">60f0668c</a>)</li>
|
|
122
|
+
<li>add support for gzipped documentation files and improve path resolution - EUI-12613 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613">EUI-12613</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3254d63eb1417f53416d1e1df7b3f37989f1c76b">3254d63e</a>)</li>
|
|
123
|
+
<li>add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613">EUI-12613</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e23da213f472dbaea37d813c21f82f82a57790b4">e23da213</a>)</li>
|
|
124
|
+
<li>add missing sub deps for eslint (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/93d98bc8ff811596ba8456718a61c782382a6bf3">93d98bc8</a>)</li>
|
|
125
|
+
<li>reenabled prefer-arrow eslint exclusions (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5219f61108eec07e39ddcbc97573071fcf444ed3">5219f611</a>)</li>
|
|
126
|
+
<li>remove CommonModule imports from accordion and blockquote components - EUI-11958 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958">EUI-11958</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/402654b8842fc38e43550443000dc84e7a3597df">402654b8</a>)</li>
|
|
127
|
+
<li>set strict false for ecl and showcase sub-pkg (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b5f5a6aa98ee10c416cc639bb0852f268cf8e34e">b5f5a6aa</a>)</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</li>
|
|
130
|
+
<li><strong>deps:</strong><ul>
|
|
131
|
+
<li>upgraded to Angular 22.0.5 (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5cfd28de26b3d436ebfe63bd36d2766e3ee9535a">5cfd28de</a>)</li>
|
|
132
|
+
</ul>
|
|
133
|
+
</li>
|
|
134
|
+
<li><strong>eslint:</strong><ul>
|
|
135
|
+
<li>migrated to mjs config - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/313ebe1ad7742733aea83ecf53a40c2d868d38ea">313ebe1a</a>)</li>
|
|
136
|
+
</ul>
|
|
137
|
+
</li>
|
|
138
|
+
</ul>
|
|
139
|
+
<h5>Bug Fixes</h5>
|
|
140
|
+
<ul>
|
|
141
|
+
<li><strong>other:</strong><ul>
|
|
142
|
+
<li>lint errors (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/925f0b122a20c85ff2a497e77c25930d6ffcd9e9">925f0b12</a>)</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</li>
|
|
145
|
+
</ul>
|
|
146
|
+
<hr>
|
|
147
|
+
<hr>
|
|
148
|
+
<h2>23.0.0-alpha.2 (2026-07-07)</h2>
|
|
149
|
+
<h5>Chores</h5>
|
|
150
|
+
<ul>
|
|
151
|
+
<li><strong>deps:</strong><ul>
|
|
152
|
+
<li>upgraded to Angular 22.0.5 (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/690dbbac98fa711eec3c7333fbb0ec5102ad8940">690dbbac</a>)</li>
|
|
153
|
+
</ul>
|
|
154
|
+
</li>
|
|
155
|
+
<li><strong>other:</strong><ul>
|
|
156
|
+
<li>add missing sub deps for eslint (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/99fe5679b6124bb6c88a4197083798d6aad307c1">99fe5679</a>)</li>
|
|
157
|
+
<li>reenabled prefer-arrow eslint exclusions (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b31e85e07f71a7d2382e549649fc49208d73dc67">b31e85e0</a>)</li>
|
|
158
|
+
<li>remove CommonModule imports from accordion and blockquote components - EUI-11958 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958">EUI-11958</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0c0344069724277be5e3977bc0e8948eed54fe84">0c034406</a>)</li>
|
|
159
|
+
<li>set strict false for ecl and showcase sub-pkg (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96d2825bfc6f242ae404c9537671c67905a9058f">96d2825b</a>)</li>
|
|
160
|
+
<li>update Node.js engine requirement and upgrade Angular dependencies to 22 RC - EUI-12425 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12425">EUI-12425</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fd6490b7c6d22e232a7f66f303cc1bfc91218d2a">fd6490b7</a>)</li>
|
|
161
|
+
<li>adapted to 23.x config (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fc7f18a813661d46cb47b46a56a8efd360ed2388">fc7f18a8</a>)</li>
|
|
162
|
+
</ul>
|
|
163
|
+
</li>
|
|
164
|
+
<li><strong>eslint:</strong><ul>
|
|
165
|
+
<li>migrated to mjs config - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/70f0339f7498432d45a81b65fbf8c343e90f369c">70f0339f</a>)</li>
|
|
166
|
+
</ul>
|
|
167
|
+
</li>
|
|
168
|
+
<li><strong>eui-icon-input:</strong><ul>
|
|
169
|
+
<li>Refactor with Signal API - EUI-12124 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12124">EUI-12124</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/84c444465d563712b7d1c63428feed70e3d81616">84c44446</a>)</li>
|
|
170
|
+
</ul>
|
|
171
|
+
</li>
|
|
172
|
+
<li><strong>eui-input-button:</strong><ul>
|
|
173
|
+
<li>Refactor with Signal API - EUI-12063 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12063">EUI-12063</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0bd641efc0575a3138b90b999fb7a7fd265f65ae">0bd641ef</a>)</li>
|
|
174
|
+
</ul>
|
|
175
|
+
</li>
|
|
176
|
+
<li><strong>eui-slider:</strong><ul>
|
|
177
|
+
<li>Refactor with Signal API - EUI-12075 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12075">EUI-12075</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e78489f8e1f2381fc9215739a6ebf29254d25ed8">e78489f8</a>)</li>
|
|
178
|
+
</ul>
|
|
179
|
+
</li>
|
|
180
|
+
</ul>
|
|
181
|
+
<h5>New Features</h5>
|
|
182
|
+
<ul>
|
|
183
|
+
<li><strong>other:</strong><ul>
|
|
184
|
+
<li>enhance EuiGrowl component with dismissal tracking and cleanup logic - EUI-12100 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12100">EUI-12100</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c302cf12489324582f1129460908a657f7e4abfc">c302cf12</a>)</li>
|
|
185
|
+
</ul>
|
|
186
|
+
</li>
|
|
187
|
+
</ul>
|
|
188
|
+
<h5>Bug Fixes</h5>
|
|
189
|
+
<ul>
|
|
190
|
+
<li><strong>other:</strong><ul>
|
|
191
|
+
<li>lint errors (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/63d35eaa386af3174767737211499ed9302a9229">63d35eaa</a>)</li>
|
|
192
|
+
<li>lint issues - EUI-11966 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11966">EUI-11966</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a0ae24179c0d20fd7717bc3bca890b663651b59">9a0ae241</a>)</li>
|
|
193
|
+
</ul>
|
|
194
|
+
</li>
|
|
195
|
+
<li><strong>eui-card-header:</strong><ul>
|
|
196
|
+
<li>correct function call for hasHeaderClickToggle - EUI-12274 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12274">EUI-12274</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a80803f0a8ff208862ee00f408538afebe535b7e">a80803f0</a>)</li>
|
|
197
|
+
</ul>
|
|
198
|
+
</li>
|
|
199
|
+
</ul>
|
|
200
|
+
<h5>Refactors</h5>
|
|
201
|
+
<ul>
|
|
202
|
+
<li><strong>other:</strong><ul>
|
|
203
|
+
<li>replace signal with computed for cssClasses in eui-growl component - EUI-12056 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056">EUI-12056</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f6edf92961a776f52d83b9962037757d82297b05">f6edf929</a>)</li>
|
|
204
|
+
</ul>
|
|
205
|
+
</li>
|
|
206
|
+
</ul>
|
|
207
|
+
<hr>
|
|
208
|
+
<hr>
|
|
102
209
|
<h2>23.0.0-alpha.1 (2026-03-06)</h2>
|
|
103
210
|
<h5>Chores</h5>
|
|
104
211
|
<ul>
|
|
@@ -3671,6 +3778,24 @@
|
|
|
3671
3778
|
|
|
3672
3779
|
<script>
|
|
3673
3780
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
3781
|
+
var updateDarkModeSwitchOffset = function () {
|
|
3782
|
+
var content = document.querySelector('.content');
|
|
3783
|
+
var scrollbarWidth = 0;
|
|
3784
|
+
|
|
3785
|
+
if (content) {
|
|
3786
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
3787
|
+
}
|
|
3788
|
+
|
|
3789
|
+
document.documentElement.style.setProperty(
|
|
3790
|
+
'--content-scrollbar-width',
|
|
3791
|
+
scrollbarWidth + 'px'
|
|
3792
|
+
);
|
|
3793
|
+
};
|
|
3794
|
+
|
|
3795
|
+
updateDarkModeSwitchOffset();
|
|
3796
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
3797
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
3798
|
+
|
|
3674
3799
|
checkToggle(darkModeState);
|
|
3675
3800
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
3676
3801
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -3686,7 +3811,6 @@
|
|
|
3686
3811
|
<script src="./js/libs/lit-html.js"></script>
|
|
3687
3812
|
|
|
3688
3813
|
<script src="./js/menu-wc.js" defer></script>
|
|
3689
|
-
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
3690
3814
|
|
|
3691
3815
|
<script src="./js/libs/bootstrap-native.js"></script>
|
|
3692
3816
|
|
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -119,6 +126,11 @@
|
|
|
119
126
|
>ActivatedRouteAction</li>
|
|
120
127
|
</ol>
|
|
121
128
|
|
|
129
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
130
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
131
|
+
<code>packages/core/src/lib/services/store/actions/app.actions.ts</code>
|
|
132
|
+
</div>
|
|
133
|
+
|
|
122
134
|
<ul class="nav nav-tabs" role="tablist">
|
|
123
135
|
<li class="nav-item">
|
|
124
136
|
<a href="#info"
|
|
@@ -126,17 +138,16 @@
|
|
|
126
138
|
class="nav-link active"
|
|
127
139
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
128
140
|
</li>
|
|
141
|
+
<li class="nav-item">
|
|
142
|
+
<a href="#api"
|
|
143
|
+
class="nav-link"
|
|
144
|
+
|
|
145
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
146
|
+
</li>
|
|
129
147
|
</ul>
|
|
130
148
|
|
|
131
149
|
<div class="tab-content">
|
|
132
150
|
<div class="tab-pane fade active in" id="info">
|
|
133
|
-
<p class="comment">
|
|
134
|
-
<h3>File</h3>
|
|
135
|
-
</p>
|
|
136
|
-
<p class="comment">
|
|
137
|
-
<code>packages/core/src/lib/services/store/actions/app.actions.ts</code>
|
|
138
|
-
</p>
|
|
139
|
-
|
|
140
151
|
<p class="comment">
|
|
141
152
|
<h3 class="deprecated">Deprecated</h3>
|
|
142
153
|
</p>
|
|
@@ -154,36 +165,58 @@
|
|
|
154
165
|
</p>
|
|
155
166
|
|
|
156
167
|
|
|
168
|
+
<section data-compodoc="block-relationships">
|
|
169
|
+
<h3>Relationships</h3>
|
|
170
|
+
|
|
171
|
+
<div class="row pt-3">
|
|
172
|
+
<div class="col-sm-6">
|
|
173
|
+
<h4>Used by</h4>
|
|
174
|
+
<p class="comment"><i>No results matching.</i></p>
|
|
175
|
+
</div>
|
|
176
|
+
|
|
177
|
+
<div class="col-sm-6">
|
|
178
|
+
<h4>Depends on</h4>
|
|
179
|
+
<ul class="list-unstyled relationships-list">
|
|
180
|
+
<li>
|
|
181
|
+
<code><a href="../interfaces/Action.html" target="_self" >Action</a></code>
|
|
182
|
+
</li>
|
|
183
|
+
</ul>
|
|
184
|
+
</div>
|
|
185
|
+
</div>
|
|
186
|
+
</section>
|
|
187
|
+
</div>
|
|
188
|
+
|
|
189
|
+
<div class="tab-pane fade " id="api">
|
|
157
190
|
<section data-compodoc="block-index">
|
|
158
191
|
<h3 id="index">Index</h3>
|
|
159
|
-
|
|
160
|
-
|
|
192
|
+
<table class="table table-sm table-bordered index-table">
|
|
193
|
+
<tbody>
|
|
161
194
|
<tr>
|
|
162
|
-
<td class="col-md-
|
|
195
|
+
<td class="col-md-3">
|
|
163
196
|
<h6><b>Properties</b></h6>
|
|
164
197
|
</td>
|
|
165
|
-
|
|
166
|
-
<tr>
|
|
167
|
-
<td class="col-md-4">
|
|
198
|
+
<td class="col-md-9">
|
|
168
199
|
<ul class="index-list">
|
|
169
200
|
<li>
|
|
201
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
170
202
|
<span class="modifier">Public</span>
|
|
171
203
|
<a href="#payload" >payload</a>
|
|
172
204
|
</li>
|
|
173
205
|
<li>
|
|
206
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
174
207
|
<a href="#type" >type</a>
|
|
175
208
|
</li>
|
|
176
209
|
</ul>
|
|
177
210
|
</td>
|
|
178
211
|
</tr>
|
|
212
|
+
</tbody>
|
|
213
|
+
</table>
|
|
179
214
|
|
|
180
215
|
|
|
181
216
|
|
|
182
217
|
|
|
183
218
|
|
|
184
219
|
|
|
185
|
-
</tbody>
|
|
186
|
-
</table>
|
|
187
220
|
</section>
|
|
188
221
|
|
|
189
222
|
<section data-compodoc="block-constructor">
|
|
@@ -192,7 +225,7 @@
|
|
|
192
225
|
<tbody>
|
|
193
226
|
<tr>
|
|
194
227
|
<td class="col-md-4">
|
|
195
|
-
<code>constructor(payload: ActivatedRoute)</code>
|
|
228
|
+
<code>constructor(payload: <a href="https://angular.dev/api/router/ActivatedRoute" target="_blank">ActivatedRoute</a>)</code>
|
|
196
229
|
</td>
|
|
197
230
|
</tr>
|
|
198
231
|
|
|
@@ -213,7 +246,7 @@
|
|
|
213
246
|
<td>payload</td>
|
|
214
247
|
|
|
215
248
|
<td>
|
|
216
|
-
|
|
249
|
+
<code><a href="https://angular.dev/api/router/ActivatedRoute" target="_blank" >ActivatedRoute</a></code>
|
|
217
250
|
</td>
|
|
218
251
|
|
|
219
252
|
<td>
|
|
@@ -249,7 +282,7 @@
|
|
|
249
282
|
</tr>
|
|
250
283
|
<tr>
|
|
251
284
|
<td class="col-md-4">
|
|
252
|
-
<i>Type : </i>
|
|
285
|
+
<i>Type : </i> <code><a href="https://angular.dev/api/router/ActivatedRoute" target="_blank" >ActivatedRoute</a></code>
|
|
253
286
|
|
|
254
287
|
</td>
|
|
255
288
|
</tr>
|
|
@@ -336,6 +369,24 @@
|
|
|
336
369
|
|
|
337
370
|
<script>
|
|
338
371
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
372
|
+
var updateDarkModeSwitchOffset = function () {
|
|
373
|
+
var content = document.querySelector('.content');
|
|
374
|
+
var scrollbarWidth = 0;
|
|
375
|
+
|
|
376
|
+
if (content) {
|
|
377
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
document.documentElement.style.setProperty(
|
|
381
|
+
'--content-scrollbar-width',
|
|
382
|
+
scrollbarWidth + 'px'
|
|
383
|
+
);
|
|
384
|
+
};
|
|
385
|
+
|
|
386
|
+
updateDarkModeSwitchOffset();
|
|
387
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
388
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
389
|
+
|
|
339
390
|
checkToggle(darkModeState);
|
|
340
391
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
341
392
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -351,7 +402,6 @@
|
|
|
351
402
|
<script src="../js/libs/lit-html.js"></script>
|
|
352
403
|
|
|
353
404
|
<script src="../js/menu-wc.js" defer></script>
|
|
354
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
355
405
|
|
|
356
406
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
357
407
|
|