@eui/base 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.
Files changed (108) hide show
  1. package/docs/architecture.html +223 -0
  2. package/docs/changelog.html +126 -2
  3. package/docs/classes/ConsoleAppender.html +76 -27
  4. package/docs/classes/EuiEuLanguages.html +55 -16
  5. package/docs/classes/EuiLazyService.html +86 -25
  6. package/docs/classes/EuiPagination.html +69 -16
  7. package/docs/classes/EuiService.html +103 -28
  8. package/docs/classes/LogAppender.html +52 -20
  9. package/docs/classes/Logger.html +100 -30
  10. package/docs/classes/LoggerMock.html +92 -22
  11. package/docs/classes/UrlAppender.html +78 -24
  12. package/docs/classes/UxBadgeLegacy.html +47 -16
  13. package/docs/classes/UxClearErrorFeedbackEvent.html +47 -16
  14. package/docs/classes/UxErrorGroupOnClickEvent.html +47 -16
  15. package/docs/classes/UxErrorOutput.html +91 -24
  16. package/docs/classes/UxLinkLegacy.html +105 -31
  17. package/docs/classes/UxPublishErrorFeedbackEvent.html +49 -16
  18. package/docs/classes/UxValidationErrorClass.html +77 -18
  19. package/docs/dependencies.html +38 -4
  20. package/docs/index.html +26 -2
  21. package/docs/interfaces/ApiQueue.html +41 -11
  22. package/docs/interfaces/ApiQueueItem.html +209 -181
  23. package/docs/interfaces/AppState.html +312 -284
  24. package/docs/interfaces/ConnectionStatus.html +134 -93
  25. package/docs/interfaces/ConsoleAppenderConfig.html +206 -104
  26. package/docs/interfaces/ConsoleAppenderTypeConfig.html +253 -53
  27. package/docs/interfaces/CoreState.html +272 -244
  28. package/docs/interfaces/EnvDynamicConfig.html +218 -190
  29. package/docs/interfaces/EuiAppHandlersConfig.html +229 -201
  30. package/docs/interfaces/EuiAppJsonConfig.html +171 -143
  31. package/docs/interfaces/EuiAuthConfig.html +184 -156
  32. package/docs/interfaces/EuiConfig.html +131 -103
  33. package/docs/interfaces/EuiEnvConfig.html +180 -152
  34. package/docs/interfaces/EuiGlobalConfig.html +140 -112
  35. package/docs/interfaces/EuiGrowlMessage.html +408 -380
  36. package/docs/interfaces/EuiLanguage.html +169 -141
  37. package/docs/interfaces/EuiMenuItem.html +1708 -1653
  38. package/docs/interfaces/EuiPaginationConfig.html +228 -200
  39. package/docs/interfaces/EuiServiceModel.html +109 -67
  40. package/docs/interfaces/EuiServiceStatus.html +138 -108
  41. package/docs/interfaces/EuiStoreServiceModel.html +64 -36
  42. package/docs/interfaces/EuiUserRight.html +127 -99
  43. package/docs/interfaces/GlobalConfig.html +268 -240
  44. package/docs/interfaces/HttpErrorHandlerConfig.html +96 -68
  45. package/docs/interfaces/HttpErrorRouteConfig.html +136 -108
  46. package/docs/interfaces/I18nConfig.html +157 -129
  47. package/docs/interfaces/I18nLoaderConfig.html +199 -152
  48. package/docs/interfaces/I18nResource.html +176 -148
  49. package/docs/interfaces/I18nServiceConfig.html +141 -113
  50. package/docs/interfaces/I18nState.html +91 -63
  51. package/docs/interfaces/LoadedConfigModules.html +137 -107
  52. package/docs/interfaces/LocaleServiceConfig.html +102 -74
  53. package/docs/interfaces/LocaleState.html +96 -68
  54. package/docs/interfaces/LogAppenderConfig.html +123 -70
  55. package/docs/interfaces/LogAppenderTypeConfig.html +159 -61
  56. package/docs/interfaces/LogConfig.html +196 -149
  57. package/docs/interfaces/LogEvent.html +246 -199
  58. package/docs/interfaces/LogPosition.html +151 -123
  59. package/docs/interfaces/ModuleConfig.html +236 -12
  60. package/docs/interfaces/ModulesConfig.html +41 -11
  61. package/docs/interfaces/NotificationsState.html +98 -70
  62. package/docs/interfaces/UrlAppenderConfig.html +200 -98
  63. package/docs/interfaces/UrlAppenderTypeConfig.html +247 -53
  64. package/docs/interfaces/UrlLogEvent.html +368 -96
  65. package/docs/interfaces/UserConfig.html +97 -69
  66. package/docs/interfaces/UserDetails.html +237 -190
  67. package/docs/interfaces/UserPreferences.html +141 -113
  68. package/docs/interfaces/UserState.html +326 -279
  69. package/docs/interfaces/UxErrorFeedback.html +373 -235
  70. package/docs/interfaces/UxErrorFollowMap.html +41 -11
  71. package/docs/interfaces/UxErrorInfo.html +201 -151
  72. package/docs/interfaces/UxErrorMessage.html +149 -102
  73. package/docs/interfaces/UxFormValidationError.html +91 -63
  74. package/docs/interfaces/UxHttpErrorInfo.html +112 -65
  75. package/docs/interfaces/UxHttpErrorResponse.html +108 -61
  76. package/docs/interfaces/UxModalLegacy.html +164 -136
  77. package/docs/interfaces/UxValidationErrorAttribute.html +121 -93
  78. package/docs/interfaces/UxValidationErrorFeedback.html +126 -98
  79. package/docs/interfaces/UxValidationErrorI18nMessage.html +127 -99
  80. package/docs/interfaces/VersionsConfig.html +96 -68
  81. package/docs/interfaces/XHRConfig.html +346 -318
  82. package/docs/js/architecture-graph.js +288 -0
  83. package/docs/js/libs/bootstrap-native.js +4 -2
  84. package/docs/js/libs/tablesort.min.js +3 -3
  85. package/docs/js/libs/tablesort.number.min.js +2 -2
  86. package/docs/js/libs/vis-network.min.js +7 -7
  87. package/docs/js/menu-wc.js +30 -23
  88. package/docs/js/routes.js +138 -37
  89. package/docs/js/search/search.js +62 -0
  90. package/docs/js/search/search_index.js +2 -2
  91. package/docs/js/tabs.js +98 -15
  92. package/docs/js/tree.js +44 -7
  93. package/docs/json/documentation.json +3154 -482
  94. package/docs/license.html +26 -2
  95. package/docs/llms.txt +1084 -0
  96. package/docs/miscellaneous/enumerations.html +30 -6
  97. package/docs/miscellaneous/functions.html +138 -27
  98. package/docs/miscellaneous/typealiases.html +62 -29
  99. package/docs/miscellaneous/variables.html +77 -53
  100. package/docs/modules.html +26 -2
  101. package/docs/overview.html +26 -2
  102. package/docs/properties.html +27 -3
  103. package/docs/routes.html +26 -2
  104. package/docs/styles/compodoc.css +365 -44
  105. package/docs/styles/dark.css +16 -0
  106. package/docs/template-playground/hbs-render.service.ts +6 -1
  107. package/package.json +1 -1
  108. package/docs/js/menu-wc_es5.js +0 -40
@@ -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>&times;</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>
@@ -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"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-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>&times;</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"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-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>&times;</button>
94
+ </div>
95
+ <compodoc-menu></compodoc-menu>
89
96
  </div>
90
97
 
91
98
  <div class="container-fluid main">
@@ -117,6 +124,11 @@
117
124
  <li class="breadcrumb-item" >ConsoleAppender</li>
118
125
  </ol>
119
126
 
127
+ <div class="io-file io-file-path" data-compodoc="entity-file-path">
128
+ <span class="icon ion-ios-document" aria-hidden="true"></span>
129
+ <code>packages/base/src/lib/eui-models/log/console.appender.ts</code>
130
+ </div>
131
+
120
132
  <ul class="nav nav-tabs" role="tablist">
121
133
  <li class="nav-item">
122
134
  <a href="#info"
@@ -124,17 +136,16 @@
124
136
  class="nav-link active"
125
137
  role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
126
138
  </li>
139
+ <li class="nav-item">
140
+ <a href="#api"
141
+ class="nav-link"
142
+
143
+ role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
144
+ </li>
127
145
  </ul>
128
146
 
129
147
  <div class="tab-content">
130
148
  <div class="tab-pane fade active in" id="info">
131
- <p class="comment">
132
- <h3>File</h3>
133
- </p>
134
- <p class="comment">
135
- <code>packages/base/src/lib/eui-models/log/console.appender.ts</code>
136
- </p>
137
-
138
149
 
139
150
  <p class="comment">
140
151
  <h3>Description</h3>
@@ -148,24 +159,45 @@
148
159
  <h3>Extends</h3>
149
160
  </p>
150
161
  <p class="comment">
151
- <code><a href="../classes/LogAppender.html" target="_self" >LogAppender</a></code>
162
+ <code><a href="../interfaces/ConsoleAppenderConfig.html" target="_self" >LogAppender&lt;ConsoleAppenderConfig&gt;</a></code>
152
163
  </p>
153
164
 
154
165
 
155
166
 
167
+ <section data-compodoc="block-relationships">
168
+ <h3>Relationships</h3>
169
+
170
+ <div class="row pt-3">
171
+ <div class="col-sm-6">
172
+ <h4>Used by</h4>
173
+ <p class="comment"><i>No results matching.</i></p>
174
+ </div>
175
+
176
+ <div class="col-sm-6">
177
+ <h4>Depends on</h4>
178
+ <ul class="list-unstyled relationships-list">
179
+ <li>
180
+ <code><a href="../interfaces/ConsoleAppenderConfig.html" target="_self" >LogAppender&lt;ConsoleAppenderConfig&gt;</a></code>
181
+ </li>
182
+ </ul>
183
+ </div>
184
+ </div>
185
+ </section>
186
+ </div>
187
+
188
+ <div class="tab-pane fade " id="api">
156
189
  <section data-compodoc="block-index">
157
190
  <h3 id="index">Index</h3>
158
- <table class="table table-sm table-bordered index-table">
159
- <tbody>
191
+ <table class="table table-sm table-bordered index-table">
192
+ <tbody>
160
193
  <tr>
161
- <td class="col-md-4">
194
+ <td class="col-md-3">
162
195
  <h6><b>Properties</b></h6>
163
196
  </td>
164
- </tr>
165
- <tr>
166
- <td class="col-md-4">
197
+ <td class="col-md-9">
167
198
  <ul class="index-list">
168
199
  <li>
200
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
169
201
  <span class="modifier">Public</span>
170
202
  <span class="modifier"></span>
171
203
  <a href="#config" >config</a>
@@ -173,31 +205,35 @@
173
205
  </ul>
174
206
  </td>
175
207
  </tr>
208
+ </tbody>
209
+ </table>
176
210
 
211
+ <table class="table table-sm table-bordered index-table">
212
+ <tbody>
177
213
  <tr>
178
- <td class="col-md-4">
214
+ <td class="col-md-3">
179
215
  <h6><b>Methods</b></h6>
180
216
  </td>
181
- </tr>
182
- <tr>
183
- <td class="col-md-4">
217
+ <td class="col-md-9">
184
218
  <ul class="index-list">
185
219
  <li>
220
+ <span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
186
221
  <a href="#append" >append</a>
187
222
  </li>
188
223
  <li>
224
+ <span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
189
225
  <a href="#getConfig" >getConfig</a>
190
226
  </li>
191
227
  </ul>
192
228
  </td>
193
229
  </tr>
230
+ </tbody>
231
+ </table>
194
232
 
195
233
 
196
234
 
197
235
 
198
236
 
199
- </tbody>
200
- </table>
201
237
  </section>
202
238
 
203
239
  <section data-compodoc="block-constructor">
@@ -268,11 +304,6 @@
268
304
 
269
305
  </td>
270
306
  </tr>
271
- <tr>
272
- <td class="col-md-4">
273
- <i>Default value : </i><code>{}</code>
274
- </td>
275
- </tr>
276
307
 
277
308
 
278
309
  </tbody>
@@ -390,6 +421,7 @@
390
421
 
391
422
 
392
423
 
424
+
393
425
  </div>
394
426
 
395
427
 
@@ -435,6 +467,24 @@
435
467
 
436
468
  <script>
437
469
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
470
+ var updateDarkModeSwitchOffset = function () {
471
+ var content = document.querySelector('.content');
472
+ var scrollbarWidth = 0;
473
+
474
+ if (content) {
475
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
476
+ }
477
+
478
+ document.documentElement.style.setProperty(
479
+ '--content-scrollbar-width',
480
+ scrollbarWidth + 'px'
481
+ );
482
+ };
483
+
484
+ updateDarkModeSwitchOffset();
485
+ requestAnimationFrame(updateDarkModeSwitchOffset);
486
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
487
+
438
488
  checkToggle(darkModeState);
439
489
  if ($darkModeToggleSwitchers.length > 0) {
440
490
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -450,7 +500,6 @@
450
500
  <script src="../js/libs/lit-html.js"></script>
451
501
 
452
502
  <script src="../js/menu-wc.js" defer></script>
453
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
454
503
 
455
504
  <script src="../js/libs/bootstrap-native.js"></script>
456
505