@eui/core 22.0.0-alpha.1 → 22.0.0-alpha.2
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 +33 -0
- package/docs/changelog.html +70 -0
- package/docs/interfaces/Schema-6.html +1 -1
- package/docs/interfaces/Schema-7.html +1 -1
- package/docs/interfaces/Schema-8.html +1 -1
- package/docs/interfaces/Schema-9.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/llms.txt +19 -19
- package/docs/miscellaneous/functions.html +34 -34
- package/docs/miscellaneous/variables.html +7 -7
- package/docs/properties.html +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## 22.0.0-alpha.2 (2026-08-26)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* update jsdom to version 30.0.1 - EUI-12814 [EUI-12814](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12814) ([b513fe9c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b513fe9caedf4c6a4cd80f95903437d4716ef9b4))
|
|
7
|
+
* remove wrongly injected devDeps in the root package.json ([ce6870bd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ce6870bd6f2feeee39f68d5b576ee6212d9f60a7))
|
|
8
|
+
* force rebuild - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([8f79e5d6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8f79e5d677c40021b0dad9f9b230e29f9f740a0d))
|
|
9
|
+
* update csdr-config ([5536eeb7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5536eeb7a824bf9d8a87b4971081a2627d1be5c9))
|
|
10
|
+
* **eui-tree:**
|
|
11
|
+
* signals migration - EUI-12728 [EUI-12728](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12728) ([438d2e6e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/438d2e6e53d689af70b1c9fffae649b7e480cf5e))
|
|
12
|
+
* **ecl-category-filter:**
|
|
13
|
+
* fix for accessibility EUI-12801 [EUI-12801](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12801) ([7554a430](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7554a43086fe09cd57a73fbc71836ae532bdcb96))
|
|
14
|
+
* added tests + fixed accessibility issues EUI-12801 [EUI-12801](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12801) ([46829da2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/46829da2152b311a81f372a8b15b6f8bfbfc5d68))
|
|
15
|
+
##### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **components:**
|
|
18
|
+
* resolve signal migration test failures in input components ([efd64860](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/efd64860406d5b43923b0246c1be60b08c572495))
|
|
19
|
+
* **eui-avatar-image:**
|
|
20
|
+
* update avatar image handling to use function calls for imageUrl - EUI-12729 [EUI-12729](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12729) ([2b12012e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2b12012e7f39dc215bdade0bdd520404607cc65d))
|
|
21
|
+
##### Refactors
|
|
22
|
+
|
|
23
|
+
* **input-checkbox,input-radio:**
|
|
24
|
+
* migrate to Signal APIs ([52e0f39f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/52e0f39f52299909165d2178e7658e60684b33ae))
|
|
25
|
+
* **other:**
|
|
26
|
+
* update checkbox component to use signals for checked state management - EUI-12726 [EUI-12726](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12726) ([bc8fd5a8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bc8fd5a8e9ddb54b2c885f74e7e6fb7f066310bc))
|
|
27
|
+
* **eui-menu:**
|
|
28
|
+
* migrate to Angular Signal APIs ([b9129d9d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b9129d9d0e6113168c43a2b188a7c75692cbac6f))
|
|
29
|
+
* **shared:**
|
|
30
|
+
* migrate input.directive.ts to Angular Signal APIs ([244ee470](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/244ee470e49bbbf4a6e39765911a499bfe9214b7))
|
|
31
|
+
|
|
32
|
+
* * *
|
|
33
|
+
* * *
|
|
1
34
|
## 22.0.0-alpha.1 (2026-08-24)
|
|
2
35
|
|
|
3
36
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -106,6 +106,76 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
+
<h2>22.0.0-alpha.1 (2026-08-24)</h2>
|
|
110
|
+
<h5>Chores</h5>
|
|
111
|
+
<ul>
|
|
112
|
+
<li><strong>other:</strong><ul>
|
|
113
|
+
<li>updated to 22.x - 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/c3a7ce1bb1dc9550b9eb0bc732eb5f521f284bc7">c3a7ce1b</a>)</li>
|
|
114
|
+
<li>updated readme file - 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/dd0bb214d32ae82486036f73a971b723b3975b04">dd0bb214</a>)</li>
|
|
115
|
+
<li>add missing deps (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0f929f5b9170181c5a49ac5c12d04c8636f0ecbc">0f929f5b</a>)</li>
|
|
116
|
+
</ul>
|
|
117
|
+
</li>
|
|
118
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
|
119
|
+
<li>Migrate component to Signal - EUI-12743 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12743">EUI-12743</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/892615ac0ac754af57729bce498f239bd252177f">892615ac</a>)</li>
|
|
120
|
+
</ul>
|
|
121
|
+
</li>
|
|
122
|
+
<li><strong>ecl-carousel:</strong><ul>
|
|
123
|
+
<li>added tests EUI-12772 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12772">EUI-12772</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/52c7df915873d856c86d9a458de710164fbdf85b">52c7df91</a>)</li>
|
|
124
|
+
</ul>
|
|
125
|
+
</li>
|
|
126
|
+
<li><strong>eui-menu:</strong><ul>
|
|
127
|
+
<li>export EuiMenuItem from @eui/core (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/474331f3e284b13e6b5ea3e18d150bf5127d6b61">474331f3</a>)</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</li>
|
|
130
|
+
<li><strong>i18n:</strong><ul>
|
|
131
|
+
<li>update translate mocks and specs for loader and currentLang (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4255c3346d98e31c531eba73a8ffa878cfc0eba0">4255c334</a>)</li>
|
|
132
|
+
</ul>
|
|
133
|
+
</li>
|
|
134
|
+
<li><strong>ecl-card:</strong><ul>
|
|
135
|
+
<li>added tests,removed deprecation EUI-12771 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12771">EUI-12771</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/78a130c1b39af3a0f2aca6b832e2661aa4ce15d3">78a130c1</a>)</li>
|
|
136
|
+
</ul>
|
|
137
|
+
</li>
|
|
138
|
+
<li><strong>eui-slider:</strong><ul>
|
|
139
|
+
<li>Implements Signal Forms POC - EUI-11514 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11514">EUI-11514</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4398b488fdb4a258d389049b92da4082ff8b238">e4398b48</a>)</li>
|
|
140
|
+
</ul>
|
|
141
|
+
</li>
|
|
142
|
+
<li><strong>ecl-button:</strong><ul>
|
|
143
|
+
<li>added tests EUI-12770 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12770">EUI-12770</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/236baf75f3278872ab57e4b2466035ff71293735">236baf75</a>)</li>
|
|
144
|
+
</ul>
|
|
145
|
+
</li>
|
|
146
|
+
<li><strong>ecl-breadcrumb:</strong><ul>
|
|
147
|
+
<li>deleted ecl-breadcrumb selector + added tests EUI-12769 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12769">EUI-12769</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/30cbbd2063fc5eb3a7f1b88abb8592144a3f3043">30cbbd20</a>)</li>
|
|
148
|
+
</ul>
|
|
149
|
+
</li>
|
|
150
|
+
<li><strong>ecl-blockquote:</strong><ul>
|
|
151
|
+
<li>create tests EUI-12764 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12764">EUI-12764</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/425f9ad63dda1b96f42c3b05fdba533925b8248a">425f9ad6</a>)</li>
|
|
152
|
+
</ul>
|
|
153
|
+
</li>
|
|
154
|
+
<li><strong>eui-popover:</strong><ul>
|
|
155
|
+
<li>Migrate component to Signal - EUI-12730 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12730">EUI-12730</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5e2bc866b403aabf53bd0c41e652829bdba43d0d">5e2bc866</a>)</li>
|
|
156
|
+
</ul>
|
|
157
|
+
</li>
|
|
158
|
+
<li><strong>eui-tabs:</strong><ul>
|
|
159
|
+
<li>Migrate components to Signal - EUI-12708 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12708">EUI-12708</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c3284a4d89e87f0ce04bf721984c90506027586a">c3284a4d</a>)</li>
|
|
160
|
+
</ul>
|
|
161
|
+
</li>
|
|
162
|
+
<li><strong>deps:</strong><ul>
|
|
163
|
+
<li>adjusted dependencies for vulnerabilities high/moderate audit (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e22f6239750bc6f4b323fd21e9ca802ccc489242">e22f6239</a>)</li>
|
|
164
|
+
<li>cleanup (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2d381ad3f6834722246f8ce74431ff4da2252690">2d381ad3</a>)</li>
|
|
165
|
+
<li>upgraded to Angular 22.1.2 - 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/dc232dc7f9703c97b243fbc4af440dcca890cfcd">dc232dc7</a>)</li>
|
|
166
|
+
</ul>
|
|
167
|
+
</li>
|
|
168
|
+
</ul>
|
|
169
|
+
<h5>Bug Fixes</h5>
|
|
170
|
+
<ul>
|
|
171
|
+
<li><strong>other:</strong><ul>
|
|
172
|
+
<li>linting issues (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/504fecb3f16733545dfff57fbd094b5bb7509edc">504fecb3</a>)</li>
|
|
173
|
+
<li>align specs and components with Angular Signal APIs for all tests - EUI-12806 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12806">EUI-12806</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/827ee82431c757f3517083d886c5f8f8b362ba39">827ee824</a>)</li>
|
|
174
|
+
</ul>
|
|
175
|
+
</li>
|
|
176
|
+
</ul>
|
|
177
|
+
<hr>
|
|
178
|
+
<hr>
|
|
109
179
|
<h2>23.0.0-alpha.13 (2026-08-19)</h2>
|
|
110
180
|
<h5>Chores</h5>
|
|
111
181
|
<ul>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-avatar/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-button/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-chip
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-chip/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
131
|
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
-
<code>packages/core/schematics/migrate-eui-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-chip-list/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|