@eui/core 21.0.0-alpha.15 → 21.0.0-alpha.17
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 +88 -0
- package/docs/changelog.html +111 -0
- package/docs/interfaces/UIState.html +45 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1 -0
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +96 -95
- package/fesm2022/eui-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,91 @@
|
|
|
1
|
+
## 21.0.0-alpha.17 (2025-09-17)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **toolbar:**
|
|
6
|
+
* BREAKING CHANGE - remove toolbar-menu - replaced by toolbar-mega-menu component following EDS specs v1 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([5f8aef42](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
7
|
+
/commits/5f8aef420e5074eaf4df78cfb3876ecc49d16ead))
|
|
8
|
+
* **charts:**
|
|
9
|
+
* remove remaining ngModule usages in components - EUI_CHARTS import has to be used instead of EuiChartsModule - EUI-11924 [EUI-11924](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924) ([dbeea8eb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
10
|
+
/commits/dbeea8ebbe05e9ab1cec73240dac1d211235cd96))
|
|
11
|
+
* **eui-table:**
|
|
12
|
+
* BREAKING CHANGE - Replace eui-table by eui-table-v2 - EUI-11342 [EUI-11342](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11342) ([d64aa8de](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
13
|
+
/commits/d64aa8decd74ea8a920fdbc9aa596a3bdb8741d8))
|
|
14
|
+
* **breaking changes:**
|
|
15
|
+
* remove all modules exports from components - standalone export has to be used instead - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([9e3f2f8a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
16
|
+
/commits/9e3f2f8a10ecdc7b51432b9e3104ec81046365f8))
|
|
17
|
+
* remove all module exports from components - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([757299c7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
18
|
+
/commits/757299c7f27bd4be5aa5cb9f7e67901db4aefea6))
|
|
19
|
+
* **styles:**
|
|
20
|
+
* Fixed eui-autocomplete & eui-chips-list with chips positions & vertical drag and drop - EUI-11354 [EUI-11354](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354) ([57872b1d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
21
|
+
/commits/57872b1dd8a851597e48934029007e3a4243d812))
|
|
22
|
+
* Fixed eui-chip-list & eui-autocomplete with chips list display and positions - EUI-11354 [EUI-11354](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354) ([5aefc417](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
23
|
+
/commits/5aefc41724ce2839c534e93d80c053268bc3567e))
|
|
24
|
+
* **showcase:**
|
|
25
|
+
* migrated all components to standalone - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([70336fb7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
26
|
+
/commits/70336fb7b1d18d311376cbd0bf47923292fcf0a6))
|
|
27
|
+
* **layout:**
|
|
28
|
+
* BREAKING CHANGES - removal of EuiLayoutModule - EUI_LAYOUT and related sub-entries for layout components must be imported explicitely and in standalone way - EUI-11924 [EUI-11924](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924) ([be18c924](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
29
|
+
/commits/be18c9249aa4e5fb49aaa502d679655a9da00b6b))
|
|
30
|
+
* **deps:**
|
|
31
|
+
* BREAKING CHANGE - upgraded to Angular 21.0.0-next.3 - Typescript 5.9.2 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([a0fb48f1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
32
|
+
/commits/a0fb48f1fb4684ac6bbaed2af16988bf388ad2ba))
|
|
33
|
+
* **other:**
|
|
34
|
+
* update post-build script - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([3f5d7cfc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
35
|
+
/commits/3f5d7cfc1f9ea3e82b48b141089917b6b17fdbc1))
|
|
36
|
+
* remove unused .version.properties file ([e9abf0d0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
37
|
+
/commits/e9abf0d054bdc01253b3a8515b8a698edea1280a))
|
|
38
|
+
* adapted postbuild script - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([9335b19c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
39
|
+
/commits/9335b19cc7a2f5851cce96a24730467214d59eb4))
|
|
40
|
+
* **eui-icon-svg:**
|
|
41
|
+
* Replacement of icons with new sets - EUI-11353 [EUI-11353](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11353) ([0039d3ba](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
42
|
+
/commits/0039d3bad570d343ec63de30c54bed754db0f6eb))
|
|
43
|
+
##### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* **ecl-banner:**
|
|
46
|
+
* flickering issue, updated the resize funtions from ECL EUI-11357 [EUI-11357](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11357) ([ac1686ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
47
|
+
/commits/ac1686acaba2efe9b774971cf47700f9c8a1432a))
|
|
48
|
+
|
|
49
|
+
* * *
|
|
50
|
+
* * *
|
|
51
|
+
## 21.0.0-alpha.16 (2025-09-17)
|
|
52
|
+
|
|
53
|
+
##### Chores
|
|
54
|
+
|
|
55
|
+
* **toolbar:**
|
|
56
|
+
* BREAKING CHANGE - remove toolbar-menu - replaced by toolbar-mega-menu component following EDS specs v1 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([b697664f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
57
|
+
/commits/b697664f110019bfc02451dd77bf4f63b9ac2fee))
|
|
58
|
+
* **charts:**
|
|
59
|
+
* remove remaining ngModule usages in components - EUI_CHARTS import has to be used instead of EuiChartsModule - EUI-11924 [EUI-11924](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924) ([aac43e8f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
60
|
+
/commits/aac43e8ff59b6b35f77b5ad328260331376035b8))
|
|
61
|
+
* **eui-table:**
|
|
62
|
+
* BREAKING CHANGE - Replace eui-table by eui-table-v2 - EUI-11342 [EUI-11342](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11342) ([099d5c0c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
63
|
+
/commits/099d5c0c6ee9b13c57e437c657d948031ad6bd85))
|
|
64
|
+
* **breaking changes:**
|
|
65
|
+
* remove all modules exports from components - standalone export has to be used instead - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([e4a8eb2c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
66
|
+
/commits/e4a8eb2ca66d7c90f00ca701292475467dc28c9f))
|
|
67
|
+
* remove all module exports from components - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([fc50fac5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
68
|
+
/commits/fc50fac5bafe00abe459f8cf89166422aea954c5))
|
|
69
|
+
* **styles:**
|
|
70
|
+
* Fixed eui-autocomplete & eui-chips-list with chips positions & vertical drag and drop - EUI-11354 [EUI-11354](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354) ([80a6bc87](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
71
|
+
/commits/80a6bc87ac813d91e4d8aa03da7d8a871525fa06))
|
|
72
|
+
* **showcase:**
|
|
73
|
+
* migrated all components to standalone - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([9974fc66](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
74
|
+
/commits/9974fc66af570b55787685ab094f7b2bae35c3a4))
|
|
75
|
+
* **layout:**
|
|
76
|
+
* BREAKING CHANGES - removal of EuiLayoutModule - EUI_LAYOUT and related sub-entries for layout components must be imported explicitely and in standalone way - EUI-11924 [EUI-11924](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924) ([7dd224be](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
77
|
+
/commits/7dd224beabd319b0417442d48c90d841577657b6))
|
|
78
|
+
* **deps:**
|
|
79
|
+
* BREAKING CHANGE - upgraded to Angular 21.0.0-next.3 - Typescript 5.9.2 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([48e355f6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
80
|
+
/commits/48e355f64fce1af1dc3437bcb75c8b2c0f9f772b))
|
|
81
|
+
##### Bug Fixes
|
|
82
|
+
|
|
83
|
+
* **ecl-banner:**
|
|
84
|
+
* flickering issue, updated the resize funtions from ECL EUI-11357 [EUI-11357](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11357) ([57f6ffd2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
85
|
+
/commits/57f6ffd25ceb6267895d9d05bc9054b781023a4a))
|
|
86
|
+
|
|
87
|
+
* * *
|
|
88
|
+
* * *
|
|
1
89
|
## 21.0.0-alpha.15 (2025-09-12)
|
|
2
90
|
|
|
3
91
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,117 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-alpha.16 (2025-09-17)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>toolbar:</strong><ul>
|
|
106
|
+
<li>BREAKING CHANGE - remove toolbar-menu - replaced by toolbar-mega-menu component following EDS specs v1 - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([b697664f](<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>
|
|
107
|
+
/commits/b697664f110019bfc02451dd77bf4f63b9ac2fee))</li>
|
|
108
|
+
</ul>
|
|
109
|
+
</li>
|
|
110
|
+
<li><strong>charts:</strong><ul>
|
|
111
|
+
<li>remove remaining ngModule usages in components - EUI_CHARTS import has to be used instead of EuiChartsModule - EUI-11924 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924">EUI-11924</a> ([aac43e8f](<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>
|
|
112
|
+
/commits/aac43e8ff59b6b35f77b5ad328260331376035b8))</li>
|
|
113
|
+
</ul>
|
|
114
|
+
</li>
|
|
115
|
+
<li><strong>eui-table:</strong><ul>
|
|
116
|
+
<li>BREAKING CHANGE - Replace eui-table by eui-table-v2 - EUI-11342 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11342">EUI-11342</a> ([099d5c0c](<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>
|
|
117
|
+
/commits/099d5c0c6ee9b13c57e437c657d948031ad6bd85))</li>
|
|
118
|
+
</ul>
|
|
119
|
+
</li>
|
|
120
|
+
<li><strong>breaking changes:</strong><ul>
|
|
121
|
+
<li>remove all modules exports from components - standalone export has to be used instead - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([e4a8eb2c](<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>
|
|
122
|
+
/commits/e4a8eb2ca66d7c90f00ca701292475467dc28c9f))</li>
|
|
123
|
+
<li>remove all module exports from components - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([fc50fac5](<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>
|
|
124
|
+
/commits/fc50fac5bafe00abe459f8cf89166422aea954c5))</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</li>
|
|
127
|
+
<li><strong>styles:</strong><ul>
|
|
128
|
+
<li>Fixed eui-autocomplete & eui-chips-list with chips positions & vertical drag and drop - EUI-11354 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354">EUI-11354</a> ([80a6bc87](<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>
|
|
129
|
+
/commits/80a6bc87ac813d91e4d8aa03da7d8a871525fa06))</li>
|
|
130
|
+
</ul>
|
|
131
|
+
</li>
|
|
132
|
+
<li><strong>showcase:</strong><ul>
|
|
133
|
+
<li>migrated all components to standalone - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([9974fc66](<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>
|
|
134
|
+
/commits/9974fc66af570b55787685ab094f7b2bae35c3a4))</li>
|
|
135
|
+
</ul>
|
|
136
|
+
</li>
|
|
137
|
+
<li><strong>layout:</strong><ul>
|
|
138
|
+
<li>BREAKING CHANGES - removal of EuiLayoutModule - EUI_LAYOUT and related sub-entries for layout components must be imported explicitely and in standalone way - EUI-11924 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924">EUI-11924</a> ([7dd224be](<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>
|
|
139
|
+
/commits/7dd224beabd319b0417442d48c90d841577657b6))</li>
|
|
140
|
+
</ul>
|
|
141
|
+
</li>
|
|
142
|
+
<li><strong>deps:</strong><ul>
|
|
143
|
+
<li>BREAKING CHANGE - upgraded to Angular 21.0.0-next.3 - Typescript 5.9.2 - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([48e355f6](<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>
|
|
144
|
+
/commits/48e355f64fce1af1dc3437bcb75c8b2c0f9f772b))</li>
|
|
145
|
+
</ul>
|
|
146
|
+
</li>
|
|
147
|
+
</ul>
|
|
148
|
+
<h5>Bug Fixes</h5>
|
|
149
|
+
<ul>
|
|
150
|
+
<li><strong>ecl-banner:</strong><ul>
|
|
151
|
+
<li>flickering issue, updated the resize funtions from ECL EUI-11357 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11357">EUI-11357</a> ([57f6ffd2](<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>
|
|
152
|
+
/commits/57f6ffd25ceb6267895d9d05bc9054b781023a4a))</li>
|
|
153
|
+
</ul>
|
|
154
|
+
</li>
|
|
155
|
+
</ul>
|
|
156
|
+
<hr>
|
|
157
|
+
<hr>
|
|
158
|
+
<h2>21.0.0-alpha.15 (2025-09-12)</h2>
|
|
159
|
+
<h5>Chores</h5>
|
|
160
|
+
<ul>
|
|
161
|
+
<li><strong>other:</strong><ul>
|
|
162
|
+
<li>update post-build script - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([c8c1b113](<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>
|
|
163
|
+
/commits/c8c1b113f102d998166706ccf0af9aab87a6bc77))</li>
|
|
164
|
+
<li>remove unused .version.properties file ([a0228268](<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>
|
|
165
|
+
/commits/a0228268dfc6ac46698ae7c9e7740d27242ef7ca))</li>
|
|
166
|
+
<li>adapted postbuild script - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([da4706a1](<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>
|
|
167
|
+
/commits/da4706a1e854382888ece0e43fc39147eca74509))</li>
|
|
168
|
+
<li>remove icons duplication - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([bd23c08c](<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>
|
|
169
|
+
/commits/bd23c08c71531d49764df27d080f87a70ffa4806))</li>
|
|
170
|
+
<li>added phosphor regular ([a11abcd9](<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>
|
|
171
|
+
/commits/a11abcd90e06955ba96c88bb372c51aad816084d))</li>
|
|
172
|
+
<li>prevent publication of phosphor assets ([1814f61c](<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>
|
|
173
|
+
/commits/1814f61c1f4655728cfd945747921cbc70d43f27))</li>
|
|
174
|
+
</ul>
|
|
175
|
+
</li>
|
|
176
|
+
<li><strong>eui-icon-svg:</strong><ul>
|
|
177
|
+
<li>Replacement of icons with new sets - EUI-11353 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11353">EUI-11353</a> ([1260a646](<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>
|
|
178
|
+
/commits/1260a646225dfed553077388a94e544c62b211e8))</li>
|
|
179
|
+
<li>Replacement of icons with new sets - EUI-11187 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11187">EUI-11187</a> ([d52fdd35](<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>
|
|
180
|
+
/commits/d52fdd3581a6d497259c60eee448f6fdba408d9c))</li>
|
|
181
|
+
<li>Updates of Svg icon sets, samples & documentation - EUI-11187 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11187">EUI-11187</a> ([79ee4d70](<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>
|
|
182
|
+
/commits/79ee4d70e0fc96e498b8806fa8924bd9bcd2c8c3))</li>
|
|
183
|
+
</ul>
|
|
184
|
+
</li>
|
|
185
|
+
<li><strong>styles:</strong><ul>
|
|
186
|
+
<li>Fixed eui-chip-list & eui-autocomplete with chips list display and positions - EUI-11354 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354">EUI-11354</a> ([a6ff3f52](<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>
|
|
187
|
+
/commits/a6ff3f527cf0e1635135d9d321230e9432672d0d))</li>
|
|
188
|
+
<li>update sass map-get usage - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([89a91c26](<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/89a91c261a00f6af1455189e6a9b6222e34cf01d))</li>
|
|
190
|
+
</ul>
|
|
191
|
+
</li>
|
|
192
|
+
<li><strong>eui-tabs:</strong><ul>
|
|
193
|
+
<li>Replace eui-tabs by eui-tabs-v2 - EUI-11343 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11343">EUI-11343</a> ([14e0ae9c](<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>
|
|
194
|
+
/commits/14e0ae9cc4b8c37e9ebf1dd2b7d3e44b50b571ed))</li>
|
|
195
|
+
</ul>
|
|
196
|
+
</li>
|
|
197
|
+
</ul>
|
|
198
|
+
<h5>Bug Fixes</h5>
|
|
199
|
+
<ul>
|
|
200
|
+
<li><strong>label:</strong><ul>
|
|
201
|
+
<li>positioning and sizes according to specs - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([a12c0eee](<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>
|
|
202
|
+
/commits/a12c0eee7afb1e52582760e3b5b13d8af72fe1eb))</li>
|
|
203
|
+
</ul>
|
|
204
|
+
</li>
|
|
205
|
+
<li><strong>styles:</strong><ul>
|
|
206
|
+
<li>label and bg color wrongly set - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([da3d5f5c](<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>
|
|
207
|
+
/commits/da3d5f5cf290a2f397b0dacc2f960c8b0b300c18))</li>
|
|
208
|
+
</ul>
|
|
209
|
+
</li>
|
|
210
|
+
</ul>
|
|
211
|
+
<hr>
|
|
212
|
+
<hr>
|
|
102
213
|
<h2>21.0.0-alpha.14 (2025-09-12)</h2>
|
|
103
214
|
<h5>Chores</h5>
|
|
104
215
|
<ul>
|
|
@@ -332,6 +332,13 @@
|
|
|
332
332
|
isSidebarActive
|
|
333
333
|
</a>
|
|
334
334
|
</li>
|
|
335
|
+
<li>
|
|
336
|
+
<span class="modifier">Optional</span>
|
|
337
|
+
<a href="#isSidebarFocused"
|
|
338
|
+
>
|
|
339
|
+
isSidebarFocused
|
|
340
|
+
</a>
|
|
341
|
+
</li>
|
|
335
342
|
<li>
|
|
336
343
|
<span class="modifier">Optional</span>
|
|
337
344
|
<a href="#isSidebarHidden"
|
|
@@ -1383,6 +1390,44 @@
|
|
|
1383
1390
|
|
|
1384
1391
|
|
|
1385
1392
|
|
|
1393
|
+
</tbody>
|
|
1394
|
+
</table>
|
|
1395
|
+
<table class="table table-sm table-bordered">
|
|
1396
|
+
<tbody>
|
|
1397
|
+
<tr>
|
|
1398
|
+
<td class="col-md-4">
|
|
1399
|
+
<a name="isSidebarFocused"></a>
|
|
1400
|
+
<span class="name "><b>isSidebarFocused</b>
|
|
1401
|
+
<a href="#isSidebarFocused">
|
|
1402
|
+
<span class="icon ion-ios-link"></span>
|
|
1403
|
+
</a>
|
|
1404
|
+
</span>
|
|
1405
|
+
</td>
|
|
1406
|
+
</tr>
|
|
1407
|
+
<tr>
|
|
1408
|
+
<td class="col-md-4">
|
|
1409
|
+
<code>isSidebarFocused: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1410
|
+
</code>
|
|
1411
|
+
</td>
|
|
1412
|
+
</tr>
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
<tr>
|
|
1416
|
+
<td class="col-md-4">
|
|
1417
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1418
|
+
|
|
1419
|
+
</td>
|
|
1420
|
+
</tr>
|
|
1421
|
+
|
|
1422
|
+
<tr>
|
|
1423
|
+
<td class="col-md-4">
|
|
1424
|
+
<i>Optional</i>
|
|
1425
|
+
</td>
|
|
1426
|
+
</tr>
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
|
|
1386
1431
|
</tbody>
|
|
1387
1432
|
</table>
|
|
1388
1433
|
<table class="table table-sm table-bordered">
|