@eui/core 19.3.3-snapshot-1756410268787 → 21.0.0-alpha.10
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 +290 -0
- package/docs/changelog.html +346 -0
- package/docs/directives/TranslateMockDirective.html +0 -43
- package/docs/injectables/ApiQueueService.html +1 -55
- package/docs/injectables/EuiAppShellService.html +1 -103
- package/docs/injectables/EuiDynamicComponentService.html +0 -67
- package/docs/injectables/EuiDynamicMenuService.html +1 -43
- package/docs/injectables/EuiPermissionService.html +1 -43
- package/docs/injectables/EuiThemeService.html +1 -55
- package/docs/injectables/GlobalErrorHandler.html +0 -43
- package/docs/injectables/I18nLoader.html +1 -55
- package/docs/injectables/I18nService.html +1 -79
- package/docs/injectables/LocalForageService.html +1 -43
- package/docs/injectables/LocalStorageService.html +0 -54
- package/docs/injectables/LocaleService.html +1 -91
- package/docs/injectables/LocaleServiceMock.html +1 -31
- package/docs/injectables/LogService.html +1 -55
- package/docs/injectables/SessionStorageService.html +0 -43
- package/docs/injectables/StoreService.html +1 -42
- package/docs/injectables/UserService.html +1 -31
- package/docs/interceptors/AddLangParamInterceptor.html +0 -43
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -67
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -43
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +2 -47
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +229 -320
- package/fesm2022/eui-core.mjs.map +1 -1
- package/index.d.ts +2470 -5
- package/index.d.ts.map +1 -1
- package/package.json +11 -11
- package/eui-core.d.ts.map +0 -1
- package/lib/eui-core.module.d.ts +0 -21
- package/lib/eui-core.module.d.ts.map +0 -1
- package/lib/helpers/css-utils.d.ts +0 -35
- package/lib/helpers/css-utils.d.ts.map +0 -1
- package/lib/helpers/date-helpers.d.ts +0 -3
- package/lib/helpers/date-helpers.d.ts.map +0 -1
- package/lib/helpers/dom-helpers.d.ts +0 -34
- package/lib/helpers/dom-helpers.d.ts.map +0 -1
- package/lib/helpers/event-helpers.d.ts +0 -2
- package/lib/helpers/event-helpers.d.ts.map +0 -1
- package/lib/helpers/form-helpers.d.ts +0 -11
- package/lib/helpers/form-helpers.d.ts.map +0 -1
- package/lib/helpers/format-helpers.d.ts +0 -13
- package/lib/helpers/format-helpers.d.ts.map +0 -1
- package/lib/helpers/http-helpers.d.ts +0 -8
- package/lib/helpers/http-helpers.d.ts.map +0 -1
- package/lib/helpers/index.d.ts +0 -10
- package/lib/helpers/index.d.ts.map +0 -1
- package/lib/helpers/injector.d.ts +0 -11
- package/lib/helpers/injector.d.ts.map +0 -1
- package/lib/helpers/utils.d.ts +0 -7
- package/lib/helpers/utils.d.ts.map +0 -1
- package/lib/interceptors/add-lang-param.interceptor.d.ts +0 -17
- package/lib/interceptors/add-lang-param.interceptor.d.ts.map +0 -1
- package/lib/interceptors/cache-prevention.interceptor.d.ts +0 -9
- package/lib/interceptors/cache-prevention.interceptor.d.ts.map +0 -1
- package/lib/interceptors/cors-security.interceptor.d.ts +0 -9
- package/lib/interceptors/cors-security.interceptor.d.ts.map +0 -1
- package/lib/interceptors/csrf-prevention.interceptor.d.ts +0 -9
- package/lib/interceptors/csrf-prevention.interceptor.d.ts.map +0 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +0 -20
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +0 -1
- package/lib/interceptors/index.d.ts +0 -7
- package/lib/interceptors/index.d.ts.map +0 -1
- package/lib/interceptors/ux-request-error-model.interceptor.d.ts +0 -14
- package/lib/interceptors/ux-request-error-model.interceptor.d.ts.map +0 -1
- package/lib/services/app/eui-init-app.d.ts +0 -12
- package/lib/services/app/eui-init-app.d.ts.map +0 -1
- package/lib/services/app/eui-pre-init-app.d.ts +0 -17
- package/lib/services/app/eui-pre-init-app.d.ts.map +0 -1
- package/lib/services/app/eui-startup.d.ts +0 -5
- package/lib/services/app/eui-startup.d.ts.map +0 -1
- package/lib/services/app/factories/log.d.ts +0 -26
- package/lib/services/app/factories/log.d.ts.map +0 -1
- package/lib/services/app/index.d.ts +0 -3
- package/lib/services/app/index.d.ts.map +0 -1
- package/lib/services/config/defaults.d.ts +0 -12
- package/lib/services/config/defaults.d.ts.map +0 -1
- package/lib/services/config/tokens.d.ts +0 -20
- package/lib/services/config/tokens.d.ts.map +0 -1
- package/lib/services/dynamic-component/dynamic-component.service.d.ts +0 -42
- package/lib/services/dynamic-component/dynamic-component.service.d.ts.map +0 -1
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +0 -15
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +0 -1
- package/lib/services/errors/eui.error.d.ts +0 -14
- package/lib/services/errors/eui.error.d.ts.map +0 -1
- package/lib/services/errors/global-error-handler.d.ts +0 -11
- package/lib/services/errors/global-error-handler.d.ts.map +0 -1
- package/lib/services/errors/http-error-handler-callback-functions.d.ts +0 -7
- package/lib/services/errors/http-error-handler-callback-functions.d.ts.map +0 -1
- package/lib/services/errors/http-error-handler.interceptor.d.ts +0 -23
- package/lib/services/errors/http-error-handler.interceptor.d.ts.map +0 -1
- package/lib/services/errors/index.d.ts +0 -5
- package/lib/services/errors/index.d.ts.map +0 -1
- package/lib/services/eui-app-shell.service.d.ts +0 -110
- package/lib/services/eui-app-shell.service.d.ts.map +0 -1
- package/lib/services/eui-theme.service.d.ts +0 -52
- package/lib/services/eui-theme.service.d.ts.map +0 -1
- package/lib/services/eui-timezone.service.d.ts +0 -270
- package/lib/services/eui-timezone.service.d.ts.map +0 -1
- package/lib/services/growl/eui-growl.service.d.ts +0 -23
- package/lib/services/growl/eui-growl.service.d.ts.map +0 -1
- package/lib/services/growl/index.d.ts +0 -2
- package/lib/services/growl/index.d.ts.map +0 -1
- package/lib/services/i18n/i18n.loader.d.ts +0 -93
- package/lib/services/i18n/i18n.loader.d.ts.map +0 -1
- package/lib/services/i18n/i18n.resource.d.ts +0 -36
- package/lib/services/i18n/i18n.resource.d.ts.map +0 -1
- package/lib/services/i18n/i18n.service.d.ts +0 -102
- package/lib/services/i18n/i18n.service.d.ts.map +0 -1
- package/lib/services/i18n/index.d.ts +0 -4
- package/lib/services/i18n/index.d.ts.map +0 -1
- package/lib/services/index.d.ts +0 -20
- package/lib/services/index.d.ts.map +0 -1
- package/lib/services/loader/eui-loader.model.d.ts +0 -97
- package/lib/services/loader/eui-loader.model.d.ts.map +0 -1
- package/lib/services/loader/eui-loader.service.d.ts +0 -143
- package/lib/services/loader/eui-loader.service.d.ts.map +0 -1
- package/lib/services/loader/index.d.ts +0 -3
- package/lib/services/loader/index.d.ts.map +0 -1
- package/lib/services/locale/index.d.ts +0 -3
- package/lib/services/locale/index.d.ts.map +0 -1
- package/lib/services/locale/locale.service.d.ts +0 -103
- package/lib/services/locale/locale.service.d.ts.map +0 -1
- package/lib/services/locale/locale.service.mock.d.ts +0 -16
- package/lib/services/locale/locale.service.mock.d.ts.map +0 -1
- package/lib/services/log/index.d.ts +0 -4
- package/lib/services/log/index.d.ts.map +0 -1
- package/lib/services/log/log.module.d.ts +0 -16
- package/lib/services/log/log.module.d.ts.map +0 -1
- package/lib/services/log/log.service.d.ts +0 -28
- package/lib/services/log/log.service.d.ts.map +0 -1
- package/lib/services/log/log.service.mock.d.ts +0 -5
- package/lib/services/log/log.service.mock.d.ts.map +0 -1
- package/lib/services/permission/permission.service.d.ts +0 -188
- package/lib/services/permission/permission.service.d.ts.map +0 -1
- package/lib/services/queue/api-queue.service.d.ts +0 -278
- package/lib/services/queue/api-queue.service.d.ts.map +0 -1
- package/lib/services/queue/api-queue.service.mock.d.ts +0 -14
- package/lib/services/queue/api-queue.service.mock.d.ts.map +0 -1
- package/lib/services/queue/index.d.ts +0 -3
- package/lib/services/queue/index.d.ts.map +0 -1
- package/lib/services/storage/async-storage.service.d.ts +0 -45
- package/lib/services/storage/async-storage.service.d.ts.map +0 -1
- package/lib/services/storage/async-storage.service.mock.d.ts +0 -12
- package/lib/services/storage/async-storage.service.mock.d.ts.map +0 -1
- package/lib/services/storage/index.d.ts +0 -8
- package/lib/services/storage/index.d.ts.map +0 -1
- package/lib/services/storage/local-forage.service.d.ts +0 -49
- package/lib/services/storage/local-forage.service.d.ts.map +0 -1
- package/lib/services/storage/local-storage.service.d.ts +0 -36
- package/lib/services/storage/local-storage.service.d.ts.map +0 -1
- package/lib/services/storage/session-storage.service.d.ts +0 -35
- package/lib/services/storage/session-storage.service.d.ts.map +0 -1
- package/lib/services/storage/storage.service.d.ts +0 -29
- package/lib/services/storage/storage.service.d.ts.map +0 -1
- package/lib/services/storage/storage.service.mock.d.ts +0 -8
- package/lib/services/storage/storage.service.mock.d.ts.map +0 -1
- package/lib/services/store/actions/app.actions.d.ts +0 -119
- package/lib/services/store/actions/app.actions.d.ts.map +0 -1
- package/lib/services/store/actions/i18n.actions.d.ts +0 -21
- package/lib/services/store/actions/i18n.actions.d.ts.map +0 -1
- package/lib/services/store/actions/index.d.ts +0 -6
- package/lib/services/store/actions/index.d.ts.map +0 -1
- package/lib/services/store/actions/locale.actions.d.ts +0 -21
- package/lib/services/store/actions/locale.actions.d.ts.map +0 -1
- package/lib/services/store/actions/notifications.actions.d.ts +0 -20
- package/lib/services/store/actions/notifications.actions.d.ts.map +0 -1
- package/lib/services/store/actions/user.actions.d.ts +0 -57
- package/lib/services/store/actions/user.actions.d.ts.map +0 -1
- package/lib/services/store/index.d.ts +0 -5
- package/lib/services/store/index.d.ts.map +0 -1
- package/lib/services/store/ngrx_kit.d.ts +0 -54
- package/lib/services/store/ngrx_kit.d.ts.map +0 -1
- package/lib/services/store/reducers/app.reducers.d.ts +0 -7
- package/lib/services/store/reducers/app.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/core.reducers.d.ts +0 -7
- package/lib/services/store/reducers/core.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/i18n.reducers.d.ts +0 -7
- package/lib/services/store/reducers/i18n.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/index.d.ts +0 -8
- package/lib/services/store/reducers/index.d.ts.map +0 -1
- package/lib/services/store/reducers/locale.reducers.d.ts +0 -7
- package/lib/services/store/reducers/locale.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/meta.reducers.d.ts +0 -32
- package/lib/services/store/reducers/meta.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/notifications.reducers.d.ts +0 -7
- package/lib/services/store/reducers/notifications.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/user.reducers.d.ts +0 -7
- package/lib/services/store/reducers/user.reducers.d.ts.map +0 -1
- package/lib/services/store/store.service.d.ts +0 -72
- package/lib/services/store/store.service.d.ts.map +0 -1
- package/lib/services/store/store.service.mock.d.ts +0 -15
- package/lib/services/store/store.service.mock.d.ts.map +0 -1
- package/lib/services/user/index.d.ts +0 -3
- package/lib/services/user/index.d.ts.map +0 -1
- package/lib/services/user/user.service.d.ts +0 -46
- package/lib/services/user/user.service.d.ts.map +0 -1
- package/lib/services/user/user.service.mock.d.ts +0 -15
- package/lib/services/user/user.service.mock.d.ts.map +0 -1
package/docs/changelog.html
CHANGED
|
@@ -83,6 +83,352 @@
|
|
|
83
83
|
<div class="content getting-started">
|
|
84
84
|
<div class="content-data">
|
|
85
85
|
|
|
86
|
+
<h2>21.0.0-alpha.9 (2025-08-15)</h2>
|
|
87
|
+
<h5>Chores</h5>
|
|
88
|
+
<ul>
|
|
89
|
+
<li><strong>styles:</strong><ul>
|
|
90
|
+
<li>refactored to new color palette - one semantic level for usage internally and utilities exposure -- BREAKING CHANGE - check utilities remapping for bg and bg-light to surface-light and surface-lighter - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([964263bb](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
91
|
+
/commits/964263bbb711fdbd4632ceb4069e302257c30c08))</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</li>
|
|
94
|
+
</ul>
|
|
95
|
+
<hr>
|
|
96
|
+
<hr>
|
|
97
|
+
<h2>21.0.0-alpha.8 (2025-08-14)</h2>
|
|
98
|
+
<h5>Chores</h5>
|
|
99
|
+
<ul>
|
|
100
|
+
<li><strong>styles:</strong><ul>
|
|
101
|
+
<li>adjusted shadows to EDS specs from eui-sh-1 to 5 - adapted typography maps for responsive font and non-responsive fonts - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([d713cab1](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
102
|
+
/commits/d713cab1f41825bf227803d539e6449d126b23da))</li>
|
|
103
|
+
<li>visual BREAKING CHANGES - EDS / ECLv5 sizes specs adjusted - 4xs to 5xs, 3xs to 4xs, 2xs to 3xs, 2xl to 3xl, 3xl to 5xl, 4xl to 6xl, 5xl to 7xl, 6xl to 8xl, 7xl to 10xl - branding color palette adjusted to branding dark, base, light for toolbar and shell usage - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([68e664fc](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
104
|
+
/commits/68e664fce974b7fb11e3e0e27d4dc1fd05a5036d))</li>
|
|
105
|
+
</ul>
|
|
106
|
+
</li>
|
|
107
|
+
</ul>
|
|
108
|
+
<hr>
|
|
109
|
+
<hr>
|
|
110
|
+
<h2>21.0.0-alpha.7 (2025-08-13)</h2>
|
|
111
|
+
<h5>Chores</h5>
|
|
112
|
+
<ul>
|
|
113
|
+
<li><strong>other:</strong><ul>
|
|
114
|
+
<li>add eui-u-text-link-neutral utility classes for EDS specs of links within eui-alert - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([8c9538e3](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
115
|
+
/commits/8c9538e3146727dcd99c676181dbbefc40645da2))</li>
|
|
116
|
+
</ul>
|
|
117
|
+
</li>
|
|
118
|
+
<li><strong>styles:</strong><ul>
|
|
119
|
+
<li>BREAKING CHANGE - remove euiAccent from autocomplete, avatar, badge, button, card, chip, chip-list- dashboard-card, dialog, feedback-message,list, message-box, progress-bar, section-header, slide-toggle, status-badge, tags, timeline, tree-list, top-message - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([ad374c3a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
120
|
+
/commits/ad374c3adf0a26ad452e2166f812cb7c44d40aab))</li>
|
|
121
|
+
</ul>
|
|
122
|
+
</li>
|
|
123
|
+
<li><strong>alert:</strong><ul>
|
|
124
|
+
<li>BREAKING CHANGE - remove isMuted / isBordered - aligned variants to EDS specs - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([74091b36](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
125
|
+
/commits/74091b36ad189d85ffc72fb1775d9dc2ef011185))</li>
|
|
126
|
+
</ul>
|
|
127
|
+
</li>
|
|
128
|
+
</ul>
|
|
129
|
+
<hr>
|
|
130
|
+
<hr>
|
|
131
|
+
<h2>21.0.0-alpha.6 (2025-08-12)</h2>
|
|
132
|
+
<h5>Chores</h5>
|
|
133
|
+
<ul>
|
|
134
|
+
<li><strong>styles:</strong><ul>
|
|
135
|
+
<li>adopted EDS neutral palette - set new font specs to components where ds2025 theme was used - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([1ef3b5dd](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
136
|
+
/commits/1ef3b5dd333862d8b367a76ba7417a47985741e8))</li>
|
|
137
|
+
</ul>
|
|
138
|
+
</li>
|
|
139
|
+
</ul>
|
|
140
|
+
<hr>
|
|
141
|
+
<hr>
|
|
142
|
+
<h2>21.0.0-alpha.5 (2025-08-11)</h2>
|
|
143
|
+
<h5>Chores</h5>
|
|
144
|
+
<ul>
|
|
145
|
+
<li><strong>other:</strong><ul>
|
|
146
|
+
<li>force rebuild - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([48e6980a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
147
|
+
/commits/48e6980a3dfc3ecd75b1e6f9e9ee504e696f9119))</li>
|
|
148
|
+
<li>adjusted csdr config ([28f9265b](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
149
|
+
/commits/28f9265b60df1391fb7654a5d149bc0ff7a129a8))</li>
|
|
150
|
+
</ul>
|
|
151
|
+
</li>
|
|
152
|
+
</ul>
|
|
153
|
+
<hr>
|
|
154
|
+
<hr>
|
|
155
|
+
<h2>21.0.0-alpha.4 (2025-08-11)</h2>
|
|
156
|
+
<h5>Chores</h5>
|
|
157
|
+
<ul>
|
|
158
|
+
<li><strong>other:</strong><ul>
|
|
159
|
+
<li>adapt autocomplete component signal ([c97ac346](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
160
|
+
/commits/c97ac346a05718ff22432a531f9e83cdbb9ac160))</li>
|
|
161
|
+
<li>adapt pipeline - reset ([ad65b675](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
162
|
+
/commits/ad65b6755ebc0a932123bc4b9884b1d50d0613d0))</li>
|
|
163
|
+
<li>adapt pipeline ([c2ee2339](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
164
|
+
/commits/c2ee23392290b95986817db362d855861409b6ea))</li>
|
|
165
|
+
<li>adapted gitlab pipeline ([71b9b08a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
166
|
+
/commits/71b9b08ac4ae25c989ca23a9e47f3578bee4a26f))</li>
|
|
167
|
+
<li>enforce usage of the inject API - EUI-11074 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074">EUI-11074</a> ([7934869e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
168
|
+
/commits/7934869e61bdf96f66ac7a0f0b27f55c278e6324))</li>
|
|
169
|
+
<li>fix tests - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([774e4b43](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
170
|
+
/commits/774e4b436abe7c1acbdf7257302e91e4f78d05f0))</li>
|
|
171
|
+
<li>use ng20 dependencies - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([0288931b](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
172
|
+
/commits/0288931bfed41b93257ecbcd7bb47229edffaa97))</li>
|
|
173
|
+
<li>upgrade deps to latest/next - EUI-10719 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719">EUI-10719</a> ([d681ab60](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
174
|
+
/commits/d681ab603660c5bbdad04e8b247008a95a016a11))</li>
|
|
175
|
+
</ul>
|
|
176
|
+
</li>
|
|
177
|
+
<li><strong>styles:</strong><ul>
|
|
178
|
+
<li>enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([cfa03768](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
179
|
+
/commits/cfa03768212cb96b3ea1b10327d48d80bae59b20))</li>
|
|
180
|
+
</ul>
|
|
181
|
+
</li>
|
|
182
|
+
<li><strong>eui-card-header:</strong><ul>
|
|
183
|
+
<li>removes coolapsible header feature to prevent a11y errors - EUI-10767 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767">EUI-10767</a> ([82b5b2d1](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
184
|
+
/commits/82b5b2d179edcb249b47485eab25866c17504e80))</li>
|
|
185
|
+
</ul>
|
|
186
|
+
</li>
|
|
187
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
|
188
|
+
<li>Minor changes in spec file - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([eea7a028](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
189
|
+
/commits/eea7a02835ed50ef4b8872d0b86ec0bcbb6b4a45))</li>
|
|
190
|
+
<li>migrate to Signal API and provide documentation - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([4dc25cfc](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
191
|
+
/commits/4dc25cfc5d602002770d3295a3acdda682f61868))</li>
|
|
192
|
+
<li>migrate to standalone - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([38d5ae6a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
193
|
+
/commits/38d5ae6a8d154017dba12cf3d2da0f766fe7cccd))</li>
|
|
194
|
+
</ul>
|
|
195
|
+
</li>
|
|
196
|
+
<li><strong>eui-alert:</strong><ul>
|
|
197
|
+
<li>migrate to Signal API - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([f5371672](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
198
|
+
/commits/f5371672491dd1b8f71029372ba9d74419d78eb5))</li>
|
|
199
|
+
<li>update documentation - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([5bffbb6e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
200
|
+
/commits/5bffbb6ea81768b61d0524b219efa72c6312e861))</li>
|
|
201
|
+
</ul>
|
|
202
|
+
</li>
|
|
203
|
+
<li><strong>eui-progress-circle:</strong><ul>
|
|
204
|
+
<li>migrate to Signal API - EUI-10709 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709">EUI-10709</a> ([dcc4edd8](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
205
|
+
/commits/dcc4edd8d9975b14c143b6d1fe2b3a45623e3655))</li>
|
|
206
|
+
</ul>
|
|
207
|
+
</li>
|
|
208
|
+
</ul>
|
|
209
|
+
<h5>Bug Fixes</h5>
|
|
210
|
+
<ul>
|
|
211
|
+
<li><strong>other:</strong><ul>
|
|
212
|
+
<li>linting issue ([c6ebebbd](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
213
|
+
/commits/c6ebebbdea9f30d55fb87700e8975499a00d32c3))</li>
|
|
214
|
+
</ul>
|
|
215
|
+
</li>
|
|
216
|
+
<li><strong>eui-progress-circle:</strong><ul>
|
|
217
|
+
<li>duplicate transform ([1a2b2b84](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
218
|
+
/commits/1a2b2b84f6c4a233f4e7a226a172ad99a1896a05))</li>
|
|
219
|
+
</ul>
|
|
220
|
+
</li>
|
|
221
|
+
</ul>
|
|
222
|
+
<hr>
|
|
223
|
+
<hr>
|
|
224
|
+
<h2>21.0.0-alpha.3 (2025-08-11)</h2>
|
|
225
|
+
<h5>Chores</h5>
|
|
226
|
+
<ul>
|
|
227
|
+
<li><strong>other:</strong><ul>
|
|
228
|
+
<li>adapt autocomplete component signal ([adfeb43f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
229
|
+
/commits/adfeb43f87dd61b8da357ab785797571e832b1c9))</li>
|
|
230
|
+
<li>adapt pipeline - reset ([bce34793](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
231
|
+
/commits/bce3479367e8a8d387ecc59253f69a8979fbed61))</li>
|
|
232
|
+
<li>adapt pipeline ([3dc9f729](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
233
|
+
/commits/3dc9f7293aa27ac6aa91b98d95fc80d652f7b98f))</li>
|
|
234
|
+
<li>adapted gitlab pipeline ([244d6d82](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
235
|
+
/commits/244d6d82eaf054f74ab11b1da6a8f14d3904da66))</li>
|
|
236
|
+
<li>enforce usage of the inject API - EUI-11074 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074">EUI-11074</a> ([b82b5d2a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
237
|
+
/commits/b82b5d2a47a401a7cb763da8ce8fd12577ba0a01))</li>
|
|
238
|
+
<li>fix tests - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([669813b8](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
239
|
+
/commits/669813b885a814e3a212f31331b9fa19a4178ae2))</li>
|
|
240
|
+
<li>use ng20 dependencies - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([8df81321](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
241
|
+
/commits/8df81321ee5ba8ff202d37e07996957d4420c524))</li>
|
|
242
|
+
<li>upgrade deps to latest/next - EUI-10719 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719">EUI-10719</a> ([658d4dd4](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
243
|
+
/commits/658d4dd4f7dc59b54c9eb79c9f8fff85c24cbc34))</li>
|
|
244
|
+
</ul>
|
|
245
|
+
</li>
|
|
246
|
+
<li><strong>styles:</strong><ul>
|
|
247
|
+
<li>enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([9f8be51a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
248
|
+
/commits/9f8be51a6f87330aabd43ba4d2c3e0db2d952c4a))</li>
|
|
249
|
+
</ul>
|
|
250
|
+
</li>
|
|
251
|
+
<li><strong>eui-card-header:</strong><ul>
|
|
252
|
+
<li>removes coolapsible header feature to prevent a11y errors - EUI-10767 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767">EUI-10767</a> ([f33b86a9](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
253
|
+
/commits/f33b86a9e0cd0d51c6891c57cc5c09ded8165f2d))</li>
|
|
254
|
+
</ul>
|
|
255
|
+
</li>
|
|
256
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
|
257
|
+
<li>Minor changes in spec file - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([5c0cf443](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
258
|
+
/commits/5c0cf443643898b0844b93281d264d396be4bb65))</li>
|
|
259
|
+
<li>migrate to Signal API and provide documentation - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([799ae09f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
260
|
+
/commits/799ae09fd76b1e44a1b366e75e7e885d144359a4))</li>
|
|
261
|
+
<li>migrate to standalone - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([5cba99ca](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
262
|
+
/commits/5cba99ca9320b73267d43d003554c2807c3a4c11))</li>
|
|
263
|
+
</ul>
|
|
264
|
+
</li>
|
|
265
|
+
<li><strong>eui-alert:</strong><ul>
|
|
266
|
+
<li>migrate to Signal API - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([a59fb5b6](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
267
|
+
/commits/a59fb5b64b4a19813518c46afa79e0f6c042fbef))</li>
|
|
268
|
+
<li>update documentation - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([f361bb73](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
269
|
+
/commits/f361bb735a0d394450ee981a38a1a6ac72d87322))</li>
|
|
270
|
+
</ul>
|
|
271
|
+
</li>
|
|
272
|
+
<li><strong>eui-progress-circle:</strong><ul>
|
|
273
|
+
<li>migrate to Signal API - EUI-10709 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709">EUI-10709</a> ([34250f9c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
274
|
+
/commits/34250f9c8ac2f1a9da1d0e721275605b56be76db))</li>
|
|
275
|
+
</ul>
|
|
276
|
+
</li>
|
|
277
|
+
</ul>
|
|
278
|
+
<h5>Bug Fixes</h5>
|
|
279
|
+
<ul>
|
|
280
|
+
<li><strong>other:</strong><ul>
|
|
281
|
+
<li>linting issue ([e543c7c4](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
282
|
+
/commits/e543c7c44544ed619be626616c052c86be63270e))</li>
|
|
283
|
+
</ul>
|
|
284
|
+
</li>
|
|
285
|
+
<li><strong>eui-progress-circle:</strong><ul>
|
|
286
|
+
<li>duplicate transform ([71b91386](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
287
|
+
/commits/71b913868386fd1bc14d4f8af08c213eb0a0ccda))</li>
|
|
288
|
+
</ul>
|
|
289
|
+
</li>
|
|
290
|
+
</ul>
|
|
291
|
+
<hr>
|
|
292
|
+
<hr>
|
|
293
|
+
<h2>21.0.0-alpha.2 (2025-08-10)</h2>
|
|
294
|
+
<h5>Chores</h5>
|
|
295
|
+
<ul>
|
|
296
|
+
<li><strong>other:</strong><ul>
|
|
297
|
+
<li>adapted config skipSonar temporary - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([10f7486d](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
298
|
+
/commits/10f7486d681e9ee6757876f725632c582da70304))</li>
|
|
299
|
+
</ul>
|
|
300
|
+
</li>
|
|
301
|
+
</ul>
|
|
302
|
+
<h5>Bug Fixes</h5>
|
|
303
|
+
<ul>
|
|
304
|
+
<li><strong>table:</strong><ul>
|
|
305
|
+
<li>missing export of model - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([61395323](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
306
|
+
/commits/61395323fea2a170f40a19b2f72559b6e6a6c40a))</li>
|
|
307
|
+
</ul>
|
|
308
|
+
</li>
|
|
309
|
+
</ul>
|
|
310
|
+
<hr>
|
|
311
|
+
<hr>
|
|
312
|
+
<h2>21.0.0-alpha.1 (2025-08-10)</h2>
|
|
313
|
+
<h5>Chores</h5>
|
|
314
|
+
<ul>
|
|
315
|
+
<li><strong>other:</strong><ul>
|
|
316
|
+
<li>set to 21.0.0-alpha.0 ([ccdf2913](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
317
|
+
/commits/ccdf291397ac7218b9d41db80440f1b355e35e8d))</li>
|
|
318
|
+
<li>merge from develop ([4025a7d1](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
319
|
+
/commits/4025a7d1d7f9d1ee8523992c8c81f2a9a9727669))</li>
|
|
320
|
+
<li>setup sdlc migration ([4af66a1c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
321
|
+
/commits/4af66a1c7a68139c9376d2a784b74b2a6158f57f))</li>
|
|
322
|
+
<li>update pipeline ([2034129f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
323
|
+
/commits/2034129f24509331622de8533bdc7bb5e323b3a4))</li>
|
|
324
|
+
<li>adapted pipeline for eui-cli test ([d5e01823](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
325
|
+
/commits/d5e01823db060a17089df9b6dee278069125083b))</li>
|
|
326
|
+
<li>enforce usage of the inject API - EUI-11074 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074">EUI-11074</a> ([f2c68e86](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
327
|
+
/commits/f2c68e86c9ee86a9a7f7e668862420c119f4d68e))</li>
|
|
328
|
+
<li>fix tests - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([cc9ee3c4](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
329
|
+
/commits/cc9ee3c4b1300efb48b1cb69e03a075070b7ec0c))</li>
|
|
330
|
+
<li>use ng20 dependencies - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([f5404e0e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
331
|
+
/commits/f5404e0e095c9a6d1dc7da81d5836d8b94d5f8d6))</li>
|
|
332
|
+
<li>removes unessesary next packages ([82c751f5](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
333
|
+
/commits/82c751f57e72ed12b6a0c0c84cf8a71d5926bea3))</li>
|
|
334
|
+
<li>upgrade deps to latest/next - EUI-10719 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719">EUI-10719</a> ([319ada93](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
335
|
+
/commits/319ada93b085b052e3b1e845e01a2292c5eec61c))</li>
|
|
336
|
+
</ul>
|
|
337
|
+
</li>
|
|
338
|
+
<li><strong>styles:</strong><ul>
|
|
339
|
+
<li>enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([fb628a65](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
340
|
+
/commits/fb628a65bad49f8c4f97b3de8ea988d906576d8d))</li>
|
|
341
|
+
<li>adapted ds2025 theme palettes to new specs - shadows to new specs - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([4d1183c6](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
342
|
+
/commits/4d1183c648390bebd36d31158ba9b997aea1d978))</li>
|
|
343
|
+
</ul>
|
|
344
|
+
</li>
|
|
345
|
+
<li><strong>ecl-featured:</strong><ul>
|
|
346
|
+
<li>standalone component migration EUI-11173 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11173">EUI-11173</a> ([90141c2a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
347
|
+
/commits/90141c2a5f7efe0e601a9d2a2d604fcd19f2447e))</li>
|
|
348
|
+
</ul>
|
|
349
|
+
</li>
|
|
350
|
+
<li><strong>ecl-site-header, ecl-site-footer:</strong><ul>
|
|
351
|
+
<li>standalone components migration EUI-11180 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11180">EUI-11180</a> ([dedbc53e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
352
|
+
/commits/dedbc53e446ab8f9bbbc6e4ed9aa17735a08b687))</li>
|
|
353
|
+
</ul>
|
|
354
|
+
</li>
|
|
355
|
+
<li><strong>ecl-text-input:</strong><ul>
|
|
356
|
+
<li>migrate component to standalone - EUI-11172 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11172">EUI-11172</a> ([5be1b10e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
357
|
+
/commits/5be1b10e69928fe3e6c2f2ab4264222679985775))</li>
|
|
358
|
+
</ul>
|
|
359
|
+
</li>
|
|
360
|
+
<li><strong>ecl-text-area:</strong><ul>
|
|
361
|
+
<li>migrate component to standalone - EUI-11171 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11171">EUI-11171</a> ([412f2479](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
362
|
+
/commits/412f2479247ed08456ddfb159383d3c43ea8234f))</li>
|
|
363
|
+
</ul>
|
|
364
|
+
</li>
|
|
365
|
+
<li><strong>ecl-breadcrumb, ecl-page-header:</strong><ul>
|
|
366
|
+
<li>standalone components refactoring EUI-11179 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11179">EUI-11179</a> ([eceed44f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
367
|
+
/commits/eceed44f90b02969f2f444233ccb5d3bc9b54fd3))</li>
|
|
368
|
+
</ul>
|
|
369
|
+
</li>
|
|
370
|
+
<li><strong>ecl-app, ecl-tabs:</strong><ul>
|
|
371
|
+
<li>standalone components upgrade EUI-11178 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11178">EUI-11178</a> ([40327ecc](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
372
|
+
/commits/40327ecc73b39abbccd7efefb1a8b9fb5f61014f))</li>
|
|
373
|
+
</ul>
|
|
374
|
+
</li>
|
|
375
|
+
<li><strong>ecl-manu, ecl-navigation-list:</strong><ul>
|
|
376
|
+
<li>standalone components migration EUI-11176 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11176">EUI-11176</a> ([649c1f39](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
377
|
+
/commits/649c1f3970351cb00d1dd6e726bac9efef6693d6))</li>
|
|
378
|
+
</ul>
|
|
379
|
+
</li>
|
|
380
|
+
<li><strong>eui-card-header:</strong><ul>
|
|
381
|
+
<li>removes coolapsible header feature to prevent a11y errors - EUI-10767 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767">EUI-10767</a> ([041d14da](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
382
|
+
/commits/041d14da6e92a44f0f506611c2ec4df6cc5da2a4))</li>
|
|
383
|
+
</ul>
|
|
384
|
+
</li>
|
|
385
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
|
386
|
+
<li>Minor changes in spec file - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([92d5770e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
387
|
+
/commits/92d5770eb12fe0bbe6fbbe7d22b7fd62a78d5952))</li>
|
|
388
|
+
<li>migrate to Signal API and provide documentation - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([6ff07e4d](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
389
|
+
/commits/6ff07e4d3c468925a58d315a9b56a4542aca3443))</li>
|
|
390
|
+
<li>migrate to standalone - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([0c7e134a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
391
|
+
/commits/0c7e134a10cbc6131a618a3d4aa77000ec90f536))</li>
|
|
392
|
+
</ul>
|
|
393
|
+
</li>
|
|
394
|
+
<li><strong>eui-alert:</strong><ul>
|
|
395
|
+
<li>migrate to Signal API - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([dd2ad60e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
396
|
+
/commits/dd2ad60e13c26a81689c8f2d4289f72d4ca5a8de))</li>
|
|
397
|
+
<li>update documentation - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([c6384c3f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
398
|
+
/commits/c6384c3f340e1a106b653f2ab4b60078cc051a2b))</li>
|
|
399
|
+
</ul>
|
|
400
|
+
</li>
|
|
401
|
+
<li><strong>eui-progress-circle:</strong><ul>
|
|
402
|
+
<li>migrate to Signal API - EUI-10709 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709">EUI-10709</a> ([94505dd6](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
403
|
+
/commits/94505dd6bbb708ac409b444ba0d88dbbd626423b))</li>
|
|
404
|
+
</ul>
|
|
405
|
+
</li>
|
|
406
|
+
</ul>
|
|
407
|
+
<h5>Bug Fixes</h5>
|
|
408
|
+
<ul>
|
|
409
|
+
<li><strong>other:</strong><ul>
|
|
410
|
+
<li>ecl imports merge issues ([fe5bc6e0](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
411
|
+
/commits/fe5bc6e0bf3b374d65eab68a48cfa246fba6a62b))</li>
|
|
412
|
+
</ul>
|
|
413
|
+
</li>
|
|
414
|
+
<li><strong>ecl-date-picker:</strong><ul>
|
|
415
|
+
<li>calendar position not correct EUI-111213 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-111213">EUI-111213</a> ([f3bde84e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
416
|
+
/commits/f3bde84e121713ee94104caaf9b96e3b9d295608))</li>
|
|
417
|
+
</ul>
|
|
418
|
+
</li>
|
|
419
|
+
<li><strong>chip:</strong><ul>
|
|
420
|
+
<li>filled state close icon on icon-button - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([a073f1fc](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
421
|
+
/commits/a073f1fc56b5453724c2772d4842521a7fe5cf70))</li>
|
|
422
|
+
</ul>
|
|
423
|
+
</li>
|
|
424
|
+
<li><strong>eui-progress-circle:</strong><ul>
|
|
425
|
+
<li>duplicate transform ([5d54b0e1](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
426
|
+
/commits/5d54b0e1153496bf8f099ba696c68dca29819398))</li>
|
|
427
|
+
</ul>
|
|
428
|
+
</li>
|
|
429
|
+
</ul>
|
|
430
|
+
<hr>
|
|
431
|
+
<hr>
|
|
86
432
|
<h2>19.3.2 (2025-08-02)</h2>
|
|
87
433
|
<h5>Chores</h5>
|
|
88
434
|
<ul>
|
|
@@ -168,49 +168,6 @@
|
|
|
168
168
|
</table>
|
|
169
169
|
</section>
|
|
170
170
|
|
|
171
|
-
<section data-compodoc="block-constructor">
|
|
172
|
-
<h3 id="constructor">Constructor</h3>
|
|
173
|
-
<table class="table table-sm table-bordered">
|
|
174
|
-
<tbody>
|
|
175
|
-
<tr>
|
|
176
|
-
<td class="col-md-4">
|
|
177
|
-
<code>constructor(_element: ElementRef)</code>
|
|
178
|
-
</td>
|
|
179
|
-
</tr>
|
|
180
|
-
|
|
181
|
-
<tr>
|
|
182
|
-
<td class="col-md-4">
|
|
183
|
-
<div>
|
|
184
|
-
<b>Parameters :</b>
|
|
185
|
-
<table class="params">
|
|
186
|
-
<thead>
|
|
187
|
-
<tr>
|
|
188
|
-
<td>Name</td>
|
|
189
|
-
<td>Type</td>
|
|
190
|
-
<td>Optional</td>
|
|
191
|
-
</tr>
|
|
192
|
-
</thead>
|
|
193
|
-
<tbody>
|
|
194
|
-
<tr>
|
|
195
|
-
<td>_element</td>
|
|
196
|
-
|
|
197
|
-
<td>
|
|
198
|
-
<code>ElementRef</code>
|
|
199
|
-
</td>
|
|
200
|
-
|
|
201
|
-
<td>
|
|
202
|
-
No
|
|
203
|
-
</td>
|
|
204
|
-
|
|
205
|
-
</tr>
|
|
206
|
-
</tbody>
|
|
207
|
-
</table>
|
|
208
|
-
</div>
|
|
209
|
-
</td>
|
|
210
|
-
</tr>
|
|
211
|
-
</tbody>
|
|
212
|
-
</table>
|
|
213
|
-
</section>
|
|
214
171
|
|
|
215
172
|
<section data-compodoc="block-inputs">
|
|
216
173
|
<h3 id="inputs">Inputs</h3>
|
|
@@ -201,64 +201,10 @@ apiQueueService.processAllQueueItems(true).subscribe(results => {
|
|
|
201
201
|
<tbody>
|
|
202
202
|
<tr>
|
|
203
203
|
<td class="col-md-4">
|
|
204
|
-
<code>constructor(
|
|
204
|
+
<code>constructor()</code>
|
|
205
205
|
</td>
|
|
206
206
|
</tr>
|
|
207
207
|
|
|
208
|
-
<tr>
|
|
209
|
-
<td class="col-md-4">
|
|
210
|
-
<div>
|
|
211
|
-
<b>Parameters :</b>
|
|
212
|
-
<table class="params">
|
|
213
|
-
<thead>
|
|
214
|
-
<tr>
|
|
215
|
-
<td>Name</td>
|
|
216
|
-
<td>Type</td>
|
|
217
|
-
<td>Optional</td>
|
|
218
|
-
</tr>
|
|
219
|
-
</thead>
|
|
220
|
-
<tbody>
|
|
221
|
-
<tr>
|
|
222
|
-
<td>store</td>
|
|
223
|
-
|
|
224
|
-
<td>
|
|
225
|
-
<code><a href="../injectables/StoreService.html" target="_self" >StoreService</a></code>
|
|
226
|
-
</td>
|
|
227
|
-
|
|
228
|
-
<td>
|
|
229
|
-
No
|
|
230
|
-
</td>
|
|
231
|
-
|
|
232
|
-
</tr>
|
|
233
|
-
<tr>
|
|
234
|
-
<td>http</td>
|
|
235
|
-
|
|
236
|
-
<td>
|
|
237
|
-
<code>HttpClient</code>
|
|
238
|
-
</td>
|
|
239
|
-
|
|
240
|
-
<td>
|
|
241
|
-
No
|
|
242
|
-
</td>
|
|
243
|
-
|
|
244
|
-
</tr>
|
|
245
|
-
<tr>
|
|
246
|
-
<td>logService</td>
|
|
247
|
-
|
|
248
|
-
<td>
|
|
249
|
-
<code><a href="../injectables/LogService.html" target="_self" >LogService</a></code>
|
|
250
|
-
</td>
|
|
251
|
-
|
|
252
|
-
<td>
|
|
253
|
-
No
|
|
254
|
-
</td>
|
|
255
|
-
|
|
256
|
-
</tr>
|
|
257
|
-
</tbody>
|
|
258
|
-
</table>
|
|
259
|
-
</div>
|
|
260
|
-
</td>
|
|
261
|
-
</tr>
|
|
262
208
|
</tbody>
|
|
263
209
|
</table>
|
|
264
210
|
</section>
|
|
@@ -274,112 +274,10 @@
|
|
|
274
274
|
<tbody>
|
|
275
275
|
<tr>
|
|
276
276
|
<td class="col-md-4">
|
|
277
|
-
<code>constructor(
|
|
277
|
+
<code>constructor()</code>
|
|
278
278
|
</td>
|
|
279
279
|
</tr>
|
|
280
280
|
|
|
281
|
-
<tr>
|
|
282
|
-
<td class="col-md-4">
|
|
283
|
-
<div>
|
|
284
|
-
<b>Parameters :</b>
|
|
285
|
-
<table class="params">
|
|
286
|
-
<thead>
|
|
287
|
-
<tr>
|
|
288
|
-
<td>Name</td>
|
|
289
|
-
<td>Type</td>
|
|
290
|
-
<td>Optional</td>
|
|
291
|
-
</tr>
|
|
292
|
-
</thead>
|
|
293
|
-
<tbody>
|
|
294
|
-
<tr>
|
|
295
|
-
<td>config</td>
|
|
296
|
-
|
|
297
|
-
<td>
|
|
298
|
-
<code>GlobalConfig</code>
|
|
299
|
-
</td>
|
|
300
|
-
|
|
301
|
-
<td>
|
|
302
|
-
No
|
|
303
|
-
</td>
|
|
304
|
-
|
|
305
|
-
</tr>
|
|
306
|
-
<tr>
|
|
307
|
-
<td>http</td>
|
|
308
|
-
|
|
309
|
-
<td>
|
|
310
|
-
<code>HttpClient</code>
|
|
311
|
-
</td>
|
|
312
|
-
|
|
313
|
-
<td>
|
|
314
|
-
No
|
|
315
|
-
</td>
|
|
316
|
-
|
|
317
|
-
</tr>
|
|
318
|
-
<tr>
|
|
319
|
-
<td>platformId</td>
|
|
320
|
-
|
|
321
|
-
<td>
|
|
322
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
|
|
323
|
-
</td>
|
|
324
|
-
|
|
325
|
-
<td>
|
|
326
|
-
No
|
|
327
|
-
</td>
|
|
328
|
-
|
|
329
|
-
</tr>
|
|
330
|
-
<tr>
|
|
331
|
-
<td>document</td>
|
|
332
|
-
|
|
333
|
-
<td>
|
|
334
|
-
<code>Document</code>
|
|
335
|
-
</td>
|
|
336
|
-
|
|
337
|
-
<td>
|
|
338
|
-
No
|
|
339
|
-
</td>
|
|
340
|
-
|
|
341
|
-
</tr>
|
|
342
|
-
<tr>
|
|
343
|
-
<td>router</td>
|
|
344
|
-
|
|
345
|
-
<td>
|
|
346
|
-
<code>Router</code>
|
|
347
|
-
</td>
|
|
348
|
-
|
|
349
|
-
<td>
|
|
350
|
-
No
|
|
351
|
-
</td>
|
|
352
|
-
|
|
353
|
-
</tr>
|
|
354
|
-
<tr>
|
|
355
|
-
<td>storeService</td>
|
|
356
|
-
|
|
357
|
-
<td>
|
|
358
|
-
<code><a href="../injectables/StoreService.html" target="_self" >StoreService</a></code>
|
|
359
|
-
</td>
|
|
360
|
-
|
|
361
|
-
<td>
|
|
362
|
-
No
|
|
363
|
-
</td>
|
|
364
|
-
|
|
365
|
-
</tr>
|
|
366
|
-
<tr>
|
|
367
|
-
<td>i18nService</td>
|
|
368
|
-
|
|
369
|
-
<td>
|
|
370
|
-
<code><a href="../injectables/I18nService.html" target="_self" >I18nService</a></code>
|
|
371
|
-
</td>
|
|
372
|
-
|
|
373
|
-
<td>
|
|
374
|
-
No
|
|
375
|
-
</td>
|
|
376
|
-
|
|
377
|
-
</tr>
|
|
378
|
-
</tbody>
|
|
379
|
-
</table>
|
|
380
|
-
</div>
|
|
381
|
-
</td>
|
|
382
|
-
</tr>
|
|
383
281
|
</tbody>
|
|
384
282
|
</table>
|
|
385
283
|
</section>
|