@eui/core 21.3.4-snapshot-1783591367803 → 23.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 +80 -0
- package/docs/changelog.html +60 -0
- package/docs/classes/ActivatedRouteAction.html +3 -3
- package/docs/classes/I18nResourceImpl.html +1 -1
- package/docs/directives/TranslateMockDirective.html +1 -1
- package/docs/injectables/EuiDynamicComponentService.html +2 -2
- package/docs/injectables/EuiThemeService.html +1 -1
- package/docs/injectables/I18nService.html +2 -2
- package/docs/injectables/StoreService.html +4 -4
- package/docs/injectables/UserService.html +2 -2
- package/docs/injectables/UserServiceMock.html +1 -1
- package/docs/interceptors/AddLangParamInterceptor.html +1 -1
- package/docs/interceptors/CachePreventionInterceptor.html +1 -1
- package/docs/interceptors/CorsSecurityInterceptor.html +1 -1
- package/docs/interceptors/CsrfPreventionInterceptor.html +1 -1
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +1 -1
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +1 -1
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +1 -1
- package/docs/interfaces/Action.html +2 -2
- package/docs/interfaces/ActionReducer.html +2 -2
- package/docs/js/libs/tablesort.min.js +2 -2
- package/docs/js/libs/tablesort.number.min.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +210 -1192
- package/docs/miscellaneous/functions.html +23 -23
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +107 -109
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +11 -11
- package/schematics/migrate/index.js +2 -1
- package/schematics/migrate/index.js.map +1 -1
- package/schematics/migrate/replacements/eui-modules.js +6 -2
- package/schematics/migrate/replacements/eui-modules.js.map +1 -1
- package/types/eui-core.d.ts +4 -4
- package/types/eui-core.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,83 @@
|
|
|
1
|
+
## 23.0.0-alpha.2 (2026-07-07)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **deps:**
|
|
6
|
+
* upgraded to Angular 22.0.5 ([690dbbac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/690dbbac98fa711eec3c7333fbb0ec5102ad8940))
|
|
7
|
+
* **other:**
|
|
8
|
+
* add missing sub deps for eslint ([99fe5679](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/99fe5679b6124bb6c88a4197083798d6aad307c1))
|
|
9
|
+
* reenabled prefer-arrow eslint exclusions ([b31e85e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b31e85e07f71a7d2382e549649fc49208d73dc67))
|
|
10
|
+
* remove CommonModule imports from accordion and blockquote components - EUI-11958 [EUI-11958](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958) ([0c034406](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0c0344069724277be5e3977bc0e8948eed54fe84))
|
|
11
|
+
* set strict false for ecl and showcase sub-pkg ([96d2825b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96d2825bfc6f242ae404c9537671c67905a9058f))
|
|
12
|
+
* update Node.js engine requirement and upgrade Angular dependencies to 22 RC - EUI-12425 [EUI-12425](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12425) ([fd6490b7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fd6490b7c6d22e232a7f66f303cc1bfc91218d2a))
|
|
13
|
+
* adapted to 23.x config ([fc7f18a8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fc7f18a813661d46cb47b46a56a8efd360ed2388))
|
|
14
|
+
* **eslint:**
|
|
15
|
+
* migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([70f0339f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/70f0339f7498432d45a81b65fbf8c343e90f369c))
|
|
16
|
+
* **eui-icon-input:**
|
|
17
|
+
* Refactor with Signal API - EUI-12124 [EUI-12124](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12124) ([84c44446](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/84c444465d563712b7d1c63428feed70e3d81616))
|
|
18
|
+
* **eui-input-button:**
|
|
19
|
+
* Refactor with Signal API - EUI-12063 [EUI-12063](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12063) ([0bd641ef](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0bd641efc0575a3138b90b999fb7a7fd265f65ae))
|
|
20
|
+
* **eui-slider:**
|
|
21
|
+
* Refactor with Signal API - EUI-12075 [EUI-12075](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12075) ([e78489f8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e78489f8e1f2381fc9215739a6ebf29254d25ed8))
|
|
22
|
+
##### New Features
|
|
23
|
+
|
|
24
|
+
* **other:**
|
|
25
|
+
* enhance EuiGrowl component with dismissal tracking and cleanup logic - EUI-12100 [EUI-12100](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12100) ([c302cf12](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c302cf12489324582f1129460908a657f7e4abfc))
|
|
26
|
+
##### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **other:**
|
|
29
|
+
* lint errors ([63d35eaa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/63d35eaa386af3174767737211499ed9302a9229))
|
|
30
|
+
* lint issues - EUI-11966 [EUI-11966](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11966) ([9a0ae241](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a0ae24179c0d20fd7717bc3bca890b663651b59))
|
|
31
|
+
* **eui-card-header:**
|
|
32
|
+
* correct function call for hasHeaderClickToggle - EUI-12274 [EUI-12274](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12274) ([a80803f0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a80803f0a8ff208862ee00f408538afebe535b7e))
|
|
33
|
+
##### Refactors
|
|
34
|
+
|
|
35
|
+
* **other:**
|
|
36
|
+
* replace signal with computed for cssClasses in eui-growl component - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([f6edf929](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f6edf92961a776f52d83b9962037757d82297b05))
|
|
37
|
+
|
|
38
|
+
* * *
|
|
39
|
+
* * *
|
|
40
|
+
## 23.0.0-alpha.1 (2026-03-06)
|
|
41
|
+
|
|
42
|
+
##### Chores
|
|
43
|
+
|
|
44
|
+
* **other:**
|
|
45
|
+
* adapted to 23.x config ([1215f0d1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1215f0d107b2edd5242593ace2ee5dd570ae0ffb))
|
|
46
|
+
* fix lint errors EUI-12031 [EUI-12031](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12031) ([9e0f3949](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9e0f39497463964d00ff02b700e13d50fd132033))
|
|
47
|
+
* **eui-comment-thread:**
|
|
48
|
+
* usage of linkedSignal to mutate the state locally when isOpen Input changes - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([9a834d2b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a834d2b758dedaabeecbd985292aa1535f2bd02))
|
|
49
|
+
* **BaseStateDirective:**
|
|
50
|
+
* migrate to Signals API - EUI-11961 [EUI-11961](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11961) ([f9a1d7ca](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f9a1d7ca03391bb0738c763cf6f138ebea54f68d))
|
|
51
|
+
* **eui-chip, eui-chip-button, eui-chip-group, eui-chip-list:**
|
|
52
|
+
* Refactor with... ([cbcea1c5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cbcea1c5b83bf20a2e02a91576a3209eb4b6b8f6))
|
|
53
|
+
##### New Features
|
|
54
|
+
|
|
55
|
+
* **other:**
|
|
56
|
+
* enhance EuiGrowl component with dismissal tracking and cleanup logic - EUI-12100 [EUI-12100](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12100) ([eab2d0f3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/eab2d0f3ca7e2ae1fbf313bc51d4d2533bc8775e))
|
|
57
|
+
##### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* **other:**
|
|
60
|
+
* lint issues - EUI-11966 [EUI-11966](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11966) ([32b5903c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/32b5903ce53d0d3df1fbafe9e623f2bc2641e5dc))
|
|
61
|
+
* add missing comma in linkedSignal computation - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([0344105c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0344105c32ca44579bb587d1beeb29eaaa60c29b))
|
|
62
|
+
* update alertTitle and euiVariant checks for proper function calls - EUI-11961 [EUI-11961](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11961) ([81ed6d00](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/81ed6d00e107869298ac7e1015e2a7d3ab794d98))
|
|
63
|
+
##### Refactors
|
|
64
|
+
|
|
65
|
+
* **other:**
|
|
66
|
+
* replace signal with computed for cssClasses in eui-growl component - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([09951d69](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/09951d69599883b6f8f2f1446b3fb6c1638978a6))
|
|
67
|
+
* remove unused OnInit lifecycle hook from language selector component - EUI-11903 [EUI-11903](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11903) ([790845c8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/790845c8b43aeb5eb116e1923e6bcbb26f463c51))
|
|
68
|
+
* update language selector to use linked signals and improve aria label handling - EUI-11903 [EUI-11903](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11903) ([10a6e595](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/10a6e595f4346accc165cfa60b72169aeca66d3d))
|
|
69
|
+
* simplify EuiCardContentComponent by removing unused imports and HostBinding - EUI-12107 [EUI-12107](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12107) ([eda9d3d8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/eda9d3d83112cb9b3ff3602a7ed5eecdc3d74967))
|
|
70
|
+
* update EuiProgressCircleComponent to use signals and computed properties - EUI-12125 [EUI-12125](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12125) ([98b4147a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/98b4147a510677de2bfeea6fafcd11914357ffc4))
|
|
71
|
+
##### Tests
|
|
72
|
+
|
|
73
|
+
* **other:**
|
|
74
|
+
* update eui-alert component tests to use setInput for state management - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([d6013975](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d601397551237ae4164bfec788e82181e49598e2))
|
|
75
|
+
* simplify euiVariant tests in eui-dialog component - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([b3cb0bfb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b3cb0bfb5641812e03369ad6a03175b25c4b9b59))
|
|
76
|
+
* refactor EuiMessageBoxComponent tests for improved clarity and efficiency - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([8e7b2abb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8e7b2abbd9b89a3995efebb10fa0b13e13df5a91))
|
|
77
|
+
* update EuiButtonComponent tests to use setInput for inputs - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([7e1e13ae](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7e1e13ae4c262ed86fed534d561028af87f357f1))
|
|
78
|
+
|
|
79
|
+
* * *
|
|
80
|
+
* * *
|
|
1
81
|
## 21.3.3 (2026-07-03)
|
|
2
82
|
|
|
3
83
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,66 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>23.0.0-alpha.1 (2026-03-06)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>other:</strong><ul>
|
|
106
|
+
<li>adapted to 23.x config (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1215f0d107b2edd5242593ace2ee5dd570ae0ffb">1215f0d1</a>)</li>
|
|
107
|
+
<li>fix lint errors EUI-12031 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12031">EUI-12031</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9e0f39497463964d00ff02b700e13d50fd132033">9e0f3949</a>)</li>
|
|
108
|
+
</ul>
|
|
109
|
+
</li>
|
|
110
|
+
<li><strong>eui-comment-thread:</strong><ul>
|
|
111
|
+
<li>usage of linkedSignal to mutate the state locally when isOpen Input changes - 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/9a834d2b758dedaabeecbd985292aa1535f2bd02">9a834d2b</a>)</li>
|
|
112
|
+
</ul>
|
|
113
|
+
</li>
|
|
114
|
+
<li><strong>BaseStateDirective:</strong><ul>
|
|
115
|
+
<li>migrate to Signals API - EUI-11961 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11961">EUI-11961</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f9a1d7ca03391bb0738c763cf6f138ebea54f68d">f9a1d7ca</a>)</li>
|
|
116
|
+
</ul>
|
|
117
|
+
</li>
|
|
118
|
+
<li><strong>eui-chip, eui-chip-button, eui-chip-group, eui-chip-list:</strong><ul>
|
|
119
|
+
<li>Refactor with... (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cbcea1c5b83bf20a2e02a91576a3209eb4b6b8f6">cbcea1c5</a>)</li>
|
|
120
|
+
</ul>
|
|
121
|
+
</li>
|
|
122
|
+
</ul>
|
|
123
|
+
<h5>New Features</h5>
|
|
124
|
+
<ul>
|
|
125
|
+
<li><strong>other:</strong><ul>
|
|
126
|
+
<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/eab2d0f3ca7e2ae1fbf313bc51d4d2533bc8775e">eab2d0f3</a>)</li>
|
|
127
|
+
</ul>
|
|
128
|
+
</li>
|
|
129
|
+
</ul>
|
|
130
|
+
<h5>Bug Fixes</h5>
|
|
131
|
+
<ul>
|
|
132
|
+
<li><strong>other:</strong><ul>
|
|
133
|
+
<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/32b5903ce53d0d3df1fbafe9e623f2bc2641e5dc">32b5903c</a>)</li>
|
|
134
|
+
<li>add missing comma in linkedSignal computation - 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/0344105c32ca44579bb587d1beeb29eaaa60c29b">0344105c</a>)</li>
|
|
135
|
+
<li>update alertTitle and euiVariant checks for proper function calls - EUI-11961 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11961">EUI-11961</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/81ed6d00e107869298ac7e1015e2a7d3ab794d98">81ed6d00</a>)</li>
|
|
136
|
+
</ul>
|
|
137
|
+
</li>
|
|
138
|
+
</ul>
|
|
139
|
+
<h5>Refactors</h5>
|
|
140
|
+
<ul>
|
|
141
|
+
<li><strong>other:</strong><ul>
|
|
142
|
+
<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/09951d69599883b6f8f2f1446b3fb6c1638978a6">09951d69</a>)</li>
|
|
143
|
+
<li>remove unused OnInit lifecycle hook from language selector component - EUI-11903 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11903">EUI-11903</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/790845c8b43aeb5eb116e1923e6bcbb26f463c51">790845c8</a>)</li>
|
|
144
|
+
<li>update language selector to use linked signals and improve aria label handling - EUI-11903 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11903">EUI-11903</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/10a6e595f4346accc165cfa60b72169aeca66d3d">10a6e595</a>)</li>
|
|
145
|
+
<li>simplify EuiCardContentComponent by removing unused imports and HostBinding - EUI-12107 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12107">EUI-12107</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/eda9d3d83112cb9b3ff3602a7ed5eecdc3d74967">eda9d3d8</a>)</li>
|
|
146
|
+
<li>update EuiProgressCircleComponent to use signals and computed properties - EUI-12125 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12125">EUI-12125</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/98b4147a510677de2bfeea6fafcd11914357ffc4">98b4147a</a>)</li>
|
|
147
|
+
</ul>
|
|
148
|
+
</li>
|
|
149
|
+
</ul>
|
|
150
|
+
<h5>Tests</h5>
|
|
151
|
+
<ul>
|
|
152
|
+
<li><strong>other:</strong><ul>
|
|
153
|
+
<li>update eui-alert component tests to use setInput for state management - EUI-12146 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146">EUI-12146</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d601397551237ae4164bfec788e82181e49598e2">d6013975</a>)</li>
|
|
154
|
+
<li>simplify euiVariant tests in eui-dialog component - EUI-12146 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146">EUI-12146</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b3cb0bfb5641812e03369ad6a03175b25c4b9b59">b3cb0bfb</a>)</li>
|
|
155
|
+
<li>refactor EuiMessageBoxComponent tests for improved clarity and efficiency - EUI-12146 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146">EUI-12146</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8e7b2abbd9b89a3995efebb10fa0b13e13df5a91">8e7b2abb</a>)</li>
|
|
156
|
+
<li>update EuiButtonComponent tests to use setInput for inputs - EUI-12146 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146">EUI-12146</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7e1e13ae4c262ed86fed534d561028af87f357f1">7e1e13ae</a>)</li>
|
|
157
|
+
</ul>
|
|
158
|
+
</li>
|
|
159
|
+
</ul>
|
|
160
|
+
<hr>
|
|
161
|
+
<hr>
|
|
102
162
|
<h2>21.3.3 (2026-07-03)</h2>
|
|
103
163
|
<h5>Chores</h5>
|
|
104
164
|
<ul>
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<tbody>
|
|
193
193
|
<tr>
|
|
194
194
|
<td class="col-md-4">
|
|
195
|
-
<code>constructor(payload:
|
|
195
|
+
<code>constructor(payload: ActivatedRoute)</code>
|
|
196
196
|
</td>
|
|
197
197
|
</tr>
|
|
198
198
|
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
<td>payload</td>
|
|
214
214
|
|
|
215
215
|
<td>
|
|
216
|
-
|
|
216
|
+
<code>ActivatedRoute</code>
|
|
217
217
|
</td>
|
|
218
218
|
|
|
219
219
|
<td>
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
</tr>
|
|
250
250
|
<tr>
|
|
251
251
|
<td class="col-md-4">
|
|
252
|
-
<i>Type : </i>
|
|
252
|
+
<i>Type : </i> <code>ActivatedRoute</code>
|
|
253
253
|
|
|
254
254
|
</td>
|
|
255
255
|
</tr>
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
<tbody>
|
|
184
184
|
<tr>
|
|
185
185
|
<td class="col-md-4">
|
|
186
|
-
<code>constructor(prefix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, suffix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, compileTranslationsFn: (translations: unknown,
|
|
186
|
+
<code>constructor(prefix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, suffix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, compileTranslationsFn: (translations: unknown,lang: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>) => void)</code>
|
|
187
187
|
</td>
|
|
188
188
|
</tr>
|
|
189
189
|
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
<tr>
|
|
190
190
|
<td class="col-md-4">
|
|
191
191
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
192
|
-
<code>add(component: ComponentType<T>, el?:
|
|
192
|
+
<code>add(component: ComponentType<T>, el?: ElementRef, config?: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
195
195
|
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
<tr>
|
|
242
242
|
<td>el</td>
|
|
243
243
|
<td>
|
|
244
|
-
|
|
244
|
+
<code>ElementRef</code>
|
|
245
245
|
</td>
|
|
246
246
|
|
|
247
247
|
<td>
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
</tr>
|
|
485
485
|
<tr>
|
|
486
486
|
<td class="col-md-4">
|
|
487
|
-
<code>setActiveTheme(theme: <a href="../
|
|
487
|
+
<code>setActiveTheme(theme: <a href="../undefineds/EuiTheme.html" target="_self">EuiTheme</a>, isActive: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>)</code>
|
|
488
488
|
</td>
|
|
489
489
|
</tr>
|
|
490
490
|
|
|
@@ -936,7 +936,7 @@ fetch module name from the state.</p>
|
|
|
936
936
|
</tr>
|
|
937
937
|
<tr>
|
|
938
938
|
<td class="col-md-4">
|
|
939
|
-
<code>updateState(slice: DeepPartial<T>, reducer: (state: T,
|
|
939
|
+
<code>updateState(slice: DeepPartial<T>, reducer: (state: T,action: DeepPartial<T>) => void)</code>
|
|
940
940
|
</td>
|
|
941
941
|
</tr>
|
|
942
942
|
|
|
@@ -1009,7 +1009,7 @@ fetch module name from the state.</p>
|
|
|
1009
1009
|
</tr>
|
|
1010
1010
|
<tr>
|
|
1011
1011
|
<td class="col-md-4">
|
|
1012
|
-
<code>updateState(state: DeepPartial<K>, reducer?: (state?: T,
|
|
1012
|
+
<code>updateState(state: DeepPartial<K>, reducer?: (state?: T,action?: DeepPartial<K>) => void)</code>
|
|
1013
1013
|
</td>
|
|
1014
1014
|
</tr>
|
|
1015
1015
|
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
</tr>
|
|
222
222
|
<tr>
|
|
223
223
|
<td class="col-md-4">
|
|
224
|
-
<code>addAutoSaveHandler(stateSlice: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, handler: <a href="../
|
|
224
|
+
<code>addAutoSaveHandler(stateSlice: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, handler: <a href="../undefineds/Handler.html" target="_self">Handler<T></a>)</code>
|
|
225
225
|
</td>
|
|
226
226
|
</tr>
|
|
227
227
|
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
</tr>
|
|
328
328
|
<tr>
|
|
329
329
|
<td class="col-md-4">
|
|
330
|
-
<code>init(version?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, storageType?: <a href="../
|
|
330
|
+
<code>init(version?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, storageType?: <a href="../undefineds/BrowserStorageType.html" target="_self">BrowserStorageType</a>)</code>
|
|
331
331
|
</td>
|
|
332
332
|
</tr>
|
|
333
333
|
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
</tr>
|
|
599
599
|
<tr>
|
|
600
600
|
<td class="col-md-4">
|
|
601
|
-
<code>updateState(slice: DeepPartial<T>, reducer: (state: T,
|
|
601
|
+
<code>updateState(slice: DeepPartial<T>, reducer: (state: T,action: DeepPartial<T>) => void)</code>
|
|
602
602
|
</td>
|
|
603
603
|
</tr>
|
|
604
604
|
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
</tr>
|
|
672
672
|
<tr>
|
|
673
673
|
<td class="col-md-4">
|
|
674
|
-
<code>updateState(state: DeepPartial<K>, reducer?: (state?: T,
|
|
674
|
+
<code>updateState(state: DeepPartial<K>, reducer?: (state?: T,action?: DeepPartial<K>) => void)</code>
|
|
675
675
|
</td>
|
|
676
676
|
</tr>
|
|
677
677
|
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
</tr>
|
|
631
631
|
<tr>
|
|
632
632
|
<td class="col-md-4">
|
|
633
|
-
<code>updateState(slice: DeepPartial<T>, reducer: (state: T,
|
|
633
|
+
<code>updateState(slice: DeepPartial<T>, reducer: (state: T,action: DeepPartial<T>) => void)</code>
|
|
634
634
|
</td>
|
|
635
635
|
</tr>
|
|
636
636
|
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
</tr>
|
|
704
704
|
<tr>
|
|
705
705
|
<td class="col-md-4">
|
|
706
|
-
<code>updateState(state: DeepPartial<K>, reducer?: (state?: T,
|
|
706
|
+
<code>updateState(state: DeepPartial<K>, reducer?: (state?: T,action?: DeepPartial<K>) => void)</code>
|
|
707
707
|
</td>
|
|
708
708
|
</tr>
|
|
709
709
|
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
<tr>
|
|
571
571
|
<td class="col-md-4">
|
|
572
572
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
573
|
-
<code>updateState(slice: T, reducer: (state: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>,
|
|
573
|
+
<code>updateState(slice: T, reducer: (state: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>,action: T) => void)</code>
|
|
574
574
|
</td>
|
|
575
575
|
</tr>
|
|
576
576
|
|
|
@@ -190,7 +190,7 @@ Add the header (LANG_PARAM_KEY, <language parameter>) to your request http heade
|
|
|
190
190
|
</tr>
|
|
191
191
|
<tr>
|
|
192
192
|
<td class="col-md-4">
|
|
193
|
-
<code>intercept(req: HttpRequest<T>, next: <a href="../
|
|
193
|
+
<code>intercept(req: HttpRequest<T>, next: <a href="../undefineds/Handler.html" target="_self">HttpHandler</a>)</code>
|
|
194
194
|
</td>
|
|
195
195
|
</tr>
|
|
196
196
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
</tr>
|
|
183
183
|
<tr>
|
|
184
184
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(req: HttpRequest<T>, next: <a href="../
|
|
185
|
+
<code>intercept(req: HttpRequest<T>, next: <a href="../undefineds/Handler.html" target="_self">HttpHandler</a>)</code>
|
|
186
186
|
</td>
|
|
187
187
|
</tr>
|
|
188
188
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
</tr>
|
|
183
183
|
<tr>
|
|
184
184
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(request: HttpRequest<T>, next: <a href="../
|
|
185
|
+
<code>intercept(request: HttpRequest<T>, next: <a href="../undefineds/Handler.html" target="_self">HttpHandler</a>)</code>
|
|
186
186
|
</td>
|
|
187
187
|
</tr>
|
|
188
188
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
</tr>
|
|
183
183
|
<tr>
|
|
184
184
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(request: HttpRequest<T>, next: <a href="../
|
|
185
|
+
<code>intercept(request: HttpRequest<T>, next: <a href="../undefineds/Handler.html" target="_self">HttpHandler</a>)</code>
|
|
186
186
|
</td>
|
|
187
187
|
</tr>
|
|
188
188
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
</tr>
|
|
183
183
|
<tr>
|
|
184
184
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(request: HttpRequest<T>, next: <a href="../
|
|
185
|
+
<code>intercept(request: HttpRequest<T>, next: <a href="../undefineds/Handler.html" target="_self">HttpHandler</a>)</code>
|
|
186
186
|
</td>
|
|
187
187
|
</tr>
|
|
188
188
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
</tr>
|
|
183
183
|
<tr>
|
|
184
184
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(req: HttpRequest<any>, next: <a href="../
|
|
185
|
+
<code>intercept(req: HttpRequest<any>, next: <a href="../undefineds/Handler.html" target="_self">HttpHandler</a>)</code>
|
|
186
186
|
</td>
|
|
187
187
|
</tr>
|
|
188
188
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
</tr>
|
|
183
183
|
<tr>
|
|
184
184
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(req: HttpRequest<any>, next: <a href="../
|
|
185
|
+
<code>intercept(req: HttpRequest<any>, next: <a href="../undefineds/Handler.html" target="_self">HttpHandler</a>)</code>
|
|
186
186
|
</td>
|
|
187
187
|
</tr>
|
|
188
188
|
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
</tr>
|
|
185
185
|
<tr>
|
|
186
186
|
<td class="col-md-4">
|
|
187
|
-
<code>type:
|
|
187
|
+
<code>type: <code>Type</code>
|
|
188
188
|
</code>
|
|
189
189
|
</td>
|
|
190
190
|
</tr>
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
|
|
193
193
|
<tr>
|
|
194
194
|
<td class="col-md-4">
|
|
195
|
-
<i>Type : </i>
|
|
195
|
+
<i>Type : </i> <code>Type</code>
|
|
196
196
|
|
|
197
197
|
</td>
|
|
198
198
|
</tr>
|
|
@@ -162,7 +162,7 @@ See <code>createReducer</code>.</p>
|
|
|
162
162
|
<td class="col-md-4">
|
|
163
163
|
<ul class="index-list">
|
|
164
164
|
<li>
|
|
165
|
-
<a href="#call-declaration-
|
|
165
|
+
<a href="#call-declaration-0136320203d97c7881bc4d6f04f191ddd421f8a65d2d2a9a01c3a3174522e7dc3e7b4ee0f4bc8fff944b4d830517645eb2c39fd77526c8658ea00ed54906a926">Unamed property</a>
|
|
166
166
|
</li>
|
|
167
167
|
</ul>
|
|
168
168
|
</td>
|
|
@@ -181,7 +181,7 @@ See <code>createReducer</code>.</p>
|
|
|
181
181
|
<tr>
|
|
182
182
|
<td class="col-md-4">
|
|
183
183
|
<i>Signature :</i>
|
|
184
|
-
<a name="call-declaration-
|
|
184
|
+
<a name="call-declaration-0136320203d97c7881bc4d6f04f191ddd421f8a65d2d2a9a01c3a3174522e7dc3e7b4ee0f4bc8fff944b4d830517645eb2c39fd77526c8658ea00ed54906a926"></a>
|
|
185
185
|
<code>
|
|
186
186
|
<!--ts.SyntaxKind.CallSignature-->
|
|
187
187
|
[state: T | undefined, action: V]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* tablesort v5.
|
|
2
|
+
* tablesort v5.6.0 (2025-04-20)
|
|
3
3
|
* http://tristen.ca/tablesort/demo/
|
|
4
4
|
* Copyright (c) 2025 ; Licensed MIT
|
|
5
5
|
*/
|
|
6
|
-
(()=>{function r(t,e){if(!(this instanceof r))return new r(t,e);if(!t||"TABLE"!==t.tagName)throw new Error("Element must be a table");this.init(t,e||{})}function v(t){var e;return window.CustomEvent&&"function"==typeof window.CustomEvent?e=new CustomEvent(t):(e=document.createEvent("CustomEvent")).initCustomEvent(t,!1,!1,void 0),e}function p(t,e){return e
|
|
6
|
+
(()=>{function r(t,e){if(!(this instanceof r))return new r(t,e);if(!t||"TABLE"!==t.tagName)throw new Error("Element must be a table");this.init(t,e||{})}function v(t){var e;return window.CustomEvent&&"function"==typeof window.CustomEvent?e=new CustomEvent(t):(e=document.createEvent("CustomEvent")).initCustomEvent(t,!1,!1,void 0),e}function p(t,e){return t.getAttribute(e.sortAttribute||"data-sort")||t.textContent||t.innerText||""}function A(t,e){return(t=t.trim().toLowerCase())===(e=e.trim().toLowerCase())?0:t<e?1:-1}function E(t,e){return[].slice.call(t).find(function(t){return t.getAttribute("data-sort-column-key")===e})}function x(n,o){return function(t,e){var r=n(t.td,e.td);return 0===r?o?e.index-t.index:t.index-e.index:r}}var y=[];r.extend=function(t,e,r){if("function"!=typeof e||"function"!=typeof r)throw new Error("Pattern and sort must be a function");y.push({name:t,pattern:e,sort:r})},r.prototype={init:function(t,e){var r,n,o,i=this;if(i.table=t,i.thead=!1,i.options=e,t.rows&&0<t.rows.length)if(t.tHead&&0<t.tHead.rows.length){for(a=0;a<t.tHead.rows.length;a++)if("thead"===t.tHead.rows[a].getAttribute("data-sort-method")){r=t.tHead.rows[a];break}r=r||t.tHead.rows[t.tHead.rows.length-1],i.thead=!0}else r=t.rows[0];if(r){for(var s=function(){i.current&&i.current!==this&&i.current.removeAttribute("aria-sort"),i.current=this,i.sortTable(this)},a=0;a<r.cells.length;a++)(o=r.cells[a]).setAttribute("role","columnheader"),"none"!==o.getAttribute("data-sort-method")&&(o.tabIndex=0,o.addEventListener("click",s,!1),o.addEventListener("keydown",function(t){"Enter"===t.key&&(t.preventDefault(),s.call(this))}),null!==o.getAttribute("data-sort-default"))&&(n=o);n&&(i.current=n,i.sortTable(n))}},sortTable:function(t,e){var r=this,n=t.getAttribute("data-sort-column-key"),o=t.cellIndex,i=A,s="",a=[],d=r.thead?0:1,u=t.getAttribute("data-sort-method"),l=t.hasAttribute("data-sort-reverse"),c=t.getAttribute("aria-sort");if(r.table.dispatchEvent(v("beforeSort")),e||(c="ascending"===c||"descending"!==c&&r.options.descending?"descending":"ascending",t.setAttribute("aria-sort",c)),!(r.table.rows.length<2)){if(!u){for(;a.length<3&&d<r.table.tBodies[0].rows.length;)0<(s=(s=(h=n?E(r.table.tBodies[0].rows[d].cells,n):r.table.tBodies[0].rows[d].cells[o])?p(h,r.options):"").trim()).length&&a.push(s),d++;if(!a)return}for(d=0;d<y.length;d++)if(s=y[d],u){if(s.name===u){i=s.sort;break}}else if(a.every(s.pattern)){i=s.sort;break}for(r.col=o,d=0;d<r.table.tBodies.length;d++){var f,h,b=[],w={},g=0,m=0;if(!(r.table.tBodies[d].rows.length<2)){for(f=0;f<r.table.tBodies[d].rows.length;f++)"none"===(s=r.table.tBodies[d].rows[f]).getAttribute("data-sort-method")?w[g]=s:(h=n?E(s.cells,n):s.cells[r.col],b.push({tr:s,td:h?p(h,r.options):"",index:g})),g++;for("descending"===c&&!l||"ascending"===c&&l?b.sort(x(i,!0)):(b.sort(x(i,!1)),b.reverse()),f=0;f<g;f++)w[f]?(s=w[f],m++):s=b[f-m].tr,r.table.tBodies[d].appendChild(s)}}r.table.dispatchEvent(v("afterSort"))}},refresh:function(){void 0!==this.current&&this.sortTable(this.current,!0)}},"undefined"!=typeof module&&module.exports?module.exports=r:window.Tablesort=r})();
|