@eui/core 23.0.0-alpha.4 → 23.0.0-alpha.6
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 +71 -0
- package/docs/changelog.html +95 -0
- package/docs/interfaces/Edit-3.html +395 -0
- package/docs/interfaces/Schema-13.html +1 -1
- package/docs/interfaces/Schema-14.html +1 -1
- package/docs/interfaces/Schema-15.html +1 -1
- package/docs/interfaces/Schema-16.html +1 -1
- package/docs/interfaces/Schema-19.html +1 -1
- package/docs/interfaces/Schema-20.html +1 -1
- package/docs/interfaces/Schema-21.html +368 -0
- package/docs/interfaces/Schema-4.html +1 -1
- package/docs/interfaces/Schema-5.html +1 -1
- package/docs/interfaces/Schema-6.html +1 -1
- package/docs/js/menu-wc.js +6 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +1050 -266
- package/docs/llms.txt +75 -40
- package/docs/miscellaneous/functions.html +632 -116
- package/docs/miscellaneous/variables.html +94 -33
- package/docs/overview.html +1 -1
- package/docs/properties.html +1 -1
- package/package.json +2 -2
- package/schematics/collection.json +5 -0
- package/schematics/migrate-all/index.js +1 -0
- package/schematics/migrate-all/index.js.map +1 -1
- package/schematics/migrate-eui-tooltip/index.d.ts +7 -0
- package/schematics/migrate-eui-tooltip/index.js +263 -0
- package/schematics/migrate-eui-tooltip/index.js.map +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
## 23.0.0-alpha.6 (2026-07-31)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **eui-list-item:**
|
|
6
|
+
* update component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([e830b99b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e830b99bbfcb53d9148666f8a1405d09995a8d90))
|
|
7
|
+
* **other:**
|
|
8
|
+
* update timepicker component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([3e5e2d22](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3e5e2d22c93c31c79e9538e5828ae9518edb484d))
|
|
9
|
+
* standardize string quotes in tooltip service and helper files - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([8ddb3647](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8ddb3647729112593d17cd6a8e4985c9250d2a67))
|
|
10
|
+
* update template bindings to use function calls for dynamic values - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([4aca2bfe](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4aca2bfe4a55ded69fb1881fe6cc49aded6af29c))
|
|
11
|
+
* update package.json for version and peerDependencies adjustments - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([1dbbb823](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1dbbb8234086294d94ccf80c6f256efcd1fe52cc))
|
|
12
|
+
* replace @Input with readonly input for various components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([e1e17241](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e1e17241863117e3ea9d37b0df2ce1878ad48b1c))
|
|
13
|
+
* update package.json with new dependencies and peer adjustments - EUI-12618 [EUI-12618](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12618) ([6be5d6d5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6be5d6d5c2572ef71e119401b2c6de4cdd2e9163))
|
|
14
|
+
* replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([07dd566d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/07dd566dde5022b8d485eccbf3b5439858c1cb4c))
|
|
15
|
+
* update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([2a383c77](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2a383c77dec27a639c3f9844a3e866ecd70cc83b))
|
|
16
|
+
* **eui-timepicker:**
|
|
17
|
+
* migration to signals - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([f101c565](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f101c56572c1c3244d2fccb6e65370ea183b14bd))
|
|
18
|
+
* **eui-date-range-selector:**
|
|
19
|
+
* migration to signals - EUI-12068 [EUI-12068](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12068) ([24650f79](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/24650f79c169286866765c76baef83a505e421d7))
|
|
20
|
+
* **eui-list:**
|
|
21
|
+
* migration to signals - EUI-12086 [EUI-12086](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12086) ([34f75101](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/34f751017a3cfd0ff50637c50a731ce905aa40af))
|
|
22
|
+
##### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **other:**
|
|
25
|
+
* update EdsTooltip interface and handle null values in tooltip logick - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([d8cff0a8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d8cff0a839ba394d01cb17d9f7c534dc5e9c8fdb))
|
|
26
|
+
* improve tab body children length check - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([d5f3e03a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5f3e03aca6a785f27555eec9b9695fd0f678e42))
|
|
27
|
+
|
|
28
|
+
* * *
|
|
29
|
+
* * *
|
|
30
|
+
## 23.0.0-alpha.5 (2026-07-10)
|
|
31
|
+
|
|
32
|
+
##### Chores
|
|
33
|
+
|
|
34
|
+
* **other:**
|
|
35
|
+
* replace @Input with readonly input for various components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([e5f1a368](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e5f1a3681d453ff50f899e90b97e3b5944c1f9a1))
|
|
36
|
+
|
|
37
|
+
* * *
|
|
38
|
+
* * *
|
|
1
39
|
## 23.0.0-alpha.4 (2026-07-09)
|
|
2
40
|
|
|
3
41
|
##### Chores
|
|
@@ -137,6 +175,39 @@
|
|
|
137
175
|
* 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))
|
|
138
176
|
* 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))
|
|
139
177
|
|
|
178
|
+
* * *
|
|
179
|
+
* * *
|
|
180
|
+
## 21.4.0 (2026-07-20)
|
|
181
|
+
|
|
182
|
+
##### Chores
|
|
183
|
+
|
|
184
|
+
* **eds:**
|
|
185
|
+
* eds own base styles and mixins - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([153f4bbd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/153f4bbdc8a25ebcc67fa6c0dcbde67d78cda54e))
|
|
186
|
+
* added breakpoints and shadow tokens - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([71dcde65](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/71dcde651f01a88c5f603163d7e7cc6184433ff5))
|
|
187
|
+
* adapted avatar badge position - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([a338685b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a338685b12f20729a3e2adcfb38dbcdad52b90ad))
|
|
188
|
+
* eds-avatar list and label - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([e4df82e9](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4df82e91e509e72c04cb3c03354ae2f56d2c185))
|
|
189
|
+
* add eds-avatar following specs - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([3f7d0e42](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3f7d0e42cbdd126051eeec019d30be3eda172709))
|
|
190
|
+
* added disabled on eui-icon-button - eui-tabs improvements - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([223eca23](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/223eca2399c3574d0307517c426db454c5feb1fc))
|
|
191
|
+
* added eds-tabs draft - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([a39e4bef](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a39e4bef648109c9ed7becefc4ec39432b864829))
|
|
192
|
+
* added alpha palettes - eds-toolip - adapted eui-icon-button with sizes - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([f7f8f4fa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f7f8f4fab81b5fa29e837beb41221365a9afa4fa))
|
|
193
|
+
* add eds-alert - eds-icon-state - eds-icon-button - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([9a8a8841](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a8a8841ffaaf08e28ec34180534b229297eb125))
|
|
194
|
+
* **eui-card-content:**
|
|
195
|
+
* makes content focusable when overflow and scrollHeight are correct - EUI-12584 [EUI-12584](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12584) ([108b11f2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/108b11f27c2431246a6a1590f65dd19fa1536585))
|
|
196
|
+
* **eui-autocomplete:**
|
|
197
|
+
* makes aria label dynamic and removable - EUI-12579 [EUI-12579](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12579) ([5ef036bb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5ef036bb5217de6516716d9f06d52669b598f4be))
|
|
198
|
+
* **other:**
|
|
199
|
+
* skipTest on eui-eds sub-package ([e4836ade](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4836ade146b21acc3309ae8717b972ba2170e3c))
|
|
200
|
+
* **styles:**
|
|
201
|
+
* fixed contrast color for autocomplete focused element, eui-list and eui-dropdown active items - EUI-12574 [EUI-12574](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12574) ([d5f8eb16](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5f8eb16727273e2ee92c65627669f619bcce129))
|
|
202
|
+
* EDS button testing - adapted css-vars and tokens - semantic colors implemented - wip - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([77f757ab](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/77f757ab7b0a37d2a24bc18b1a7529c2c0385f83))
|
|
203
|
+
* **eui-tree:**
|
|
204
|
+
* Fix issue with label not refreshed with programatic update value - EUI-12591 [EUI-12591](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12591) ([54e63ef0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/54e63ef0d4ba7b9da81b559cc9064ba2db16298f))
|
|
205
|
+
##### Bug Fixes
|
|
206
|
+
|
|
207
|
+
* **other:**
|
|
208
|
+
* eds-tabs wrong var used ([a400dc19](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a400dc19c3e1b6694c53de0e774a7ea86c0ec101))
|
|
209
|
+
* linting issues ([e47b6d44](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e47b6d44c2b154331761241488ede9d60aef1fdf))
|
|
210
|
+
|
|
140
211
|
* * *
|
|
141
212
|
* * *
|
|
142
213
|
## 21.3.3 (2026-07-03)
|
package/docs/changelog.html
CHANGED
|
@@ -106,6 +106,54 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
+
<h2>23.0.0-alpha.5 (2026-07-10)</h2>
|
|
110
|
+
<h5>Chores</h5>
|
|
111
|
+
<ul>
|
|
112
|
+
<li><strong>other:</strong><ul>
|
|
113
|
+
<li>replace @Input with readonly input for various components - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e5f1a3681d453ff50f899e90b97e3b5944c1f9a1">e5f1a368</a>)</li>
|
|
114
|
+
</ul>
|
|
115
|
+
</li>
|
|
116
|
+
</ul>
|
|
117
|
+
<hr>
|
|
118
|
+
<hr>
|
|
119
|
+
<h2>23.0.0-alpha.4 (2026-07-09)</h2>
|
|
120
|
+
<h5>Chores</h5>
|
|
121
|
+
<ul>
|
|
122
|
+
<li><strong>other:</strong><ul>
|
|
123
|
+
<li>update package.json with new dependencies and peer adjustments - EUI-12618 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12618">EUI-12618</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d834b2fb41380687ad6bd3a7bd536e6d749e98c2">d834b2fb</a>)</li>
|
|
124
|
+
<li>replace EventEmitter with output for event emissions in components - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7e813ac39967916fbd7b13ee1d7325a266bf1d04">7e813ac3</a>)</li>
|
|
125
|
+
<li>update Angular and related package versions - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/36e8b83b252b79568bb4e1769367f677ef294e6e">36e8b83b</a>)</li>
|
|
126
|
+
<li>update mock components and improve type safety - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a92d592240356410840d134b138094536d2b21a6">a92d5922</a>)</li>
|
|
127
|
+
<li>simplify EclHiddenDirective and update module imports - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c05977e4e19f8792129cda28467224e581be89d4">c05977e4</a>)</li>
|
|
128
|
+
<li>update apexcharts version and refine series type casting - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f4dac6acc4dfc81efa3e694262e3b857104b1461">f4dac6ac</a>)</li>
|
|
129
|
+
<li>update Embla Carousel imports for consistency - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3bf448a27abbad64ff19fe5bd0eac1cc0cdc2221">3bf448a2</a>)</li>
|
|
130
|
+
<li>enhance markdown renderer with improved token handling and blockquote support - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/27fdd19ac3b6e4944ca79bb5eb848e57797a7624">27fdd19a</a>)</li>
|
|
131
|
+
<li>replace TranslateModule with TranslatePipe in components - EUI-12615 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615">EUI-12615</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/236ddd31f48e0763b0c894e8743844948a0d28ed">236ddd31</a>)</li>
|
|
132
|
+
<li>improve documentation path handling in loader and schema - EUI-12613 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613">EUI-12613</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/30d38c82271d5f9fb6afbf0fb88c3ea521e2e7b7">30d38c82</a>)</li>
|
|
133
|
+
<li>add support for gzipped documentation files and improve path resolution - EUI-12613 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613">EUI-12613</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cacc81e0b3a5e2766b8d528595bafec3af5ffb44">cacc81e0</a>)</li>
|
|
134
|
+
<li>add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613">EUI-12613</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b03403a080e5ce800480dc5993d842c039905318">b03403a0</a>)</li>
|
|
135
|
+
<li>add missing sub deps for eslint (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0863c4acc349043e067cb893ff899ae8379108bc">0863c4ac</a>)</li>
|
|
136
|
+
<li>reenabled prefer-arrow eslint exclusions (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d0cb1e741dfef525a4c8f2eebf2e74a7f4a00067">d0cb1e74</a>)</li>
|
|
137
|
+
</ul>
|
|
138
|
+
</li>
|
|
139
|
+
<li><strong>deps:</strong><ul>
|
|
140
|
+
<li>upgraded to Angular 22.0.5 (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c50236bfab01ff6f3cae6aafa2e0342c78ad854a">c50236bf</a>)</li>
|
|
141
|
+
</ul>
|
|
142
|
+
</li>
|
|
143
|
+
<li><strong>eslint:</strong><ul>
|
|
144
|
+
<li>migrated to mjs config - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2d93f13d700eb1be70bbfa7d24f5276ba28f011f">2d93f13d</a>)</li>
|
|
145
|
+
</ul>
|
|
146
|
+
</li>
|
|
147
|
+
</ul>
|
|
148
|
+
<h5>Bug Fixes</h5>
|
|
149
|
+
<ul>
|
|
150
|
+
<li><strong>other:</strong><ul>
|
|
151
|
+
<li>lint errors (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a63d93f719792f9c07ce968b636e08c2d893a6f3">a63d93f7</a>)</li>
|
|
152
|
+
</ul>
|
|
153
|
+
</li>
|
|
154
|
+
</ul>
|
|
155
|
+
<hr>
|
|
156
|
+
<hr>
|
|
109
157
|
<h2>23.0.0-alpha.3 (2026-07-09)</h2>
|
|
110
158
|
<h5>Chores</h5>
|
|
111
159
|
<ul>
|
|
@@ -266,6 +314,53 @@
|
|
|
266
314
|
</ul>
|
|
267
315
|
<hr>
|
|
268
316
|
<hr>
|
|
317
|
+
<h2>21.4.0 (2026-07-20)</h2>
|
|
318
|
+
<h5>Chores</h5>
|
|
319
|
+
<ul>
|
|
320
|
+
<li><strong>eds:</strong><ul>
|
|
321
|
+
<li>eds own base styles and mixins - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/153f4bbdc8a25ebcc67fa6c0dcbde67d78cda54e">153f4bbd</a>)</li>
|
|
322
|
+
<li>added breakpoints and shadow tokens - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/71dcde651f01a88c5f603163d7e7cc6184433ff5">71dcde65</a>)</li>
|
|
323
|
+
<li>adapted avatar badge position - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a338685b12f20729a3e2adcfb38dbcdad52b90ad">a338685b</a>)</li>
|
|
324
|
+
<li>eds-avatar list and label - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4df82e91e509e72c04cb3c03354ae2f56d2c185">e4df82e9</a>)</li>
|
|
325
|
+
<li>add eds-avatar following specs - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3f7d0e42cbdd126051eeec019d30be3eda172709">3f7d0e42</a>)</li>
|
|
326
|
+
<li>added disabled on eui-icon-button - eui-tabs improvements - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/223eca2399c3574d0307517c426db454c5feb1fc">223eca23</a>)</li>
|
|
327
|
+
<li>added eds-tabs draft - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a39e4bef648109c9ed7becefc4ec39432b864829">a39e4bef</a>)</li>
|
|
328
|
+
<li>added alpha palettes - eds-toolip - adapted eui-icon-button with sizes - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f7f8f4fab81b5fa29e837beb41221365a9afa4fa">f7f8f4fa</a>)</li>
|
|
329
|
+
<li>add eds-alert - eds-icon-state - eds-icon-button - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a8a8841ffaaf08e28ec34180534b229297eb125">9a8a8841</a>)</li>
|
|
330
|
+
</ul>
|
|
331
|
+
</li>
|
|
332
|
+
<li><strong>eui-card-content:</strong><ul>
|
|
333
|
+
<li>makes content focusable when overflow and scrollHeight are correct - EUI-12584 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12584">EUI-12584</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/108b11f27c2431246a6a1590f65dd19fa1536585">108b11f2</a>)</li>
|
|
334
|
+
</ul>
|
|
335
|
+
</li>
|
|
336
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
|
337
|
+
<li>makes aria label dynamic and removable - EUI-12579 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12579">EUI-12579</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5ef036bb5217de6516716d9f06d52669b598f4be">5ef036bb</a>)</li>
|
|
338
|
+
</ul>
|
|
339
|
+
</li>
|
|
340
|
+
<li><strong>other:</strong><ul>
|
|
341
|
+
<li>skipTest on eui-eds sub-package (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4836ade146b21acc3309ae8717b972ba2170e3c">e4836ade</a>)</li>
|
|
342
|
+
</ul>
|
|
343
|
+
</li>
|
|
344
|
+
<li><strong>styles:</strong><ul>
|
|
345
|
+
<li>fixed contrast color for autocomplete focused element, eui-list and eui-dropdown active items - EUI-12574 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12574">EUI-12574</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5f8eb16727273e2ee92c65627669f619bcce129">d5f8eb16</a>)</li>
|
|
346
|
+
<li>EDS button testing - adapted css-vars and tokens - semantic colors implemented - wip - EUI-12528 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528">EUI-12528</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/77f757ab7b0a37d2a24bc18b1a7529c2c0385f83">77f757ab</a>)</li>
|
|
347
|
+
</ul>
|
|
348
|
+
</li>
|
|
349
|
+
<li><strong>eui-tree:</strong><ul>
|
|
350
|
+
<li>Fix issue with label not refreshed with programatic update value - EUI-12591 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12591">EUI-12591</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/54e63ef0d4ba7b9da81b559cc9064ba2db16298f">54e63ef0</a>)</li>
|
|
351
|
+
</ul>
|
|
352
|
+
</li>
|
|
353
|
+
</ul>
|
|
354
|
+
<h5>Bug Fixes</h5>
|
|
355
|
+
<ul>
|
|
356
|
+
<li><strong>other:</strong><ul>
|
|
357
|
+
<li>eds-tabs wrong var used (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a400dc19c3e1b6694c53de0e774a7ea86c0ec101">a400dc19</a>)</li>
|
|
358
|
+
<li>linting issues (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e47b6d44c2b154331761241488ede9d60aef1fdf">e47b6d44</a>)</li>
|
|
359
|
+
</ul>
|
|
360
|
+
</li>
|
|
361
|
+
</ul>
|
|
362
|
+
<hr>
|
|
363
|
+
<hr>
|
|
269
364
|
<h2>21.3.3 (2026-07-03)</h2>
|
|
270
365
|
<h5>Chores</h5>
|
|
271
366
|
<ul>
|
|
@@ -0,0 +1,395 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
+
<title>eui documentation</title>
|
|
7
|
+
<meta name="description" content="">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
+
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
+
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
<script>
|
|
17
|
+
// Blocking script to avoid flickering dark mode
|
|
18
|
+
// Dark mode toggle button
|
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
+
var darkModeState = useDark.matches;
|
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
+
|
|
25
|
+
function checkToggle(check) {
|
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function toggleDarkMode(state) {
|
|
32
|
+
if (window.localStorage) {
|
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
checkToggle(state);
|
|
37
|
+
|
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
|
39
|
+
|
|
40
|
+
if (state) {
|
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
|
43
|
+
}
|
|
44
|
+
if (!hasClass) {
|
|
45
|
+
document.body.classList.add('dark');
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
+
}
|
|
51
|
+
if (hasClass) {
|
|
52
|
+
document.body.classList.remove('dark');
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
|
58
|
+
toggleDarkMode(evt.matches);
|
|
59
|
+
});
|
|
60
|
+
if (darkModeStateLocal) {
|
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
+
}
|
|
63
|
+
toggleDarkMode(darkModeState);
|
|
64
|
+
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
79
|
+
|
|
80
|
+
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
81
|
+
<div class="d-flex">
|
|
82
|
+
<a href="../" class="navbar-brand">eui documentation</a>
|
|
83
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div class="container-fluid main">
|
|
99
|
+
<div class="row main">
|
|
100
|
+
<div class="d-none d-md-block menu">
|
|
101
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
102
|
+
</div>
|
|
103
|
+
<!-- START CONTENT -->
|
|
104
|
+
<div class="content interface">
|
|
105
|
+
<div class="content-data">
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
<ol class="breadcrumb">
|
|
124
|
+
<li class="breadcrumb-item">Interfaces</li>
|
|
125
|
+
<li class="breadcrumb-item"
|
|
126
|
+
>
|
|
127
|
+
Edit</li>
|
|
128
|
+
</ol>
|
|
129
|
+
|
|
130
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-tooltip/index.ts</code>
|
|
133
|
+
</div>
|
|
134
|
+
|
|
135
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
136
|
+
<li class="nav-item">
|
|
137
|
+
<a href="#info"
|
|
138
|
+
class="nav-link"
|
|
139
|
+
class="nav-link active"
|
|
140
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="nav-item">
|
|
143
|
+
<a href="#api"
|
|
144
|
+
class="nav-link"
|
|
145
|
+
|
|
146
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
147
|
+
</li>
|
|
148
|
+
</ul>
|
|
149
|
+
|
|
150
|
+
<div class="tab-content">
|
|
151
|
+
<div class="tab-pane fade active in" id="info">
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
</div>
|
|
156
|
+
|
|
157
|
+
<div class="tab-pane fade " id="api"><section data-compodoc="block-index">
|
|
158
|
+
<h3 id="index">Index</h3>
|
|
159
|
+
<table class="table table-sm table-bordered index-table">
|
|
160
|
+
<tbody>
|
|
161
|
+
<tr>
|
|
162
|
+
<td class="col-md-3">
|
|
163
|
+
<h6><b>Properties</b></h6>
|
|
164
|
+
</td>
|
|
165
|
+
<td class="col-md-9">
|
|
166
|
+
<ul class="index-list">
|
|
167
|
+
<li>
|
|
168
|
+
<a href="#end" class="reference-link ">
|
|
169
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">end</span>
|
|
170
|
+
</a>
|
|
171
|
+
</li>
|
|
172
|
+
<li>
|
|
173
|
+
<a href="#replacement" class="reference-link ">
|
|
174
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">replacement</span>
|
|
175
|
+
</a>
|
|
176
|
+
</li>
|
|
177
|
+
<li>
|
|
178
|
+
<a href="#start" class="reference-link ">
|
|
179
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">start</span>
|
|
180
|
+
</a>
|
|
181
|
+
</li>
|
|
182
|
+
</ul>
|
|
183
|
+
</td>
|
|
184
|
+
</tr>
|
|
185
|
+
</tbody>
|
|
186
|
+
</table>
|
|
187
|
+
</section>
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
<section data-compodoc="block-properties">
|
|
192
|
+
<h3 id="inputs">Properties</h3>
|
|
193
|
+
<table class="table table-sm table-bordered">
|
|
194
|
+
<tbody>
|
|
195
|
+
<tr>
|
|
196
|
+
<td class="col-md-4">
|
|
197
|
+
<a name="end"></a>
|
|
198
|
+
<span class="name "><b>end</b>
|
|
199
|
+
<a href="#end">
|
|
200
|
+
<span class="icon ion-ios-link"></span>
|
|
201
|
+
</a>
|
|
202
|
+
</span>
|
|
203
|
+
</td>
|
|
204
|
+
</tr>
|
|
205
|
+
<tr>
|
|
206
|
+
<td class="col-md-4">
|
|
207
|
+
<code>end: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
208
|
+
</code>
|
|
209
|
+
</td>
|
|
210
|
+
</tr>
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
<tr>
|
|
214
|
+
<td class="col-md-4">
|
|
215
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
216
|
+
|
|
217
|
+
</td>
|
|
218
|
+
</tr>
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
</tbody>
|
|
226
|
+
</table>
|
|
227
|
+
<table class="table table-sm table-bordered">
|
|
228
|
+
<tbody>
|
|
229
|
+
<tr>
|
|
230
|
+
<td class="col-md-4">
|
|
231
|
+
<a name="replacement"></a>
|
|
232
|
+
<span class="name "><b>replacement</b>
|
|
233
|
+
<a href="#replacement">
|
|
234
|
+
<span class="icon ion-ios-link"></span>
|
|
235
|
+
</a>
|
|
236
|
+
</span>
|
|
237
|
+
</td>
|
|
238
|
+
</tr>
|
|
239
|
+
<tr>
|
|
240
|
+
<td class="col-md-4">
|
|
241
|
+
<code>replacement: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
242
|
+
</code>
|
|
243
|
+
</td>
|
|
244
|
+
</tr>
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
<tr>
|
|
248
|
+
<td class="col-md-4">
|
|
249
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
250
|
+
|
|
251
|
+
</td>
|
|
252
|
+
</tr>
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
</tbody>
|
|
260
|
+
</table>
|
|
261
|
+
<table class="table table-sm table-bordered">
|
|
262
|
+
<tbody>
|
|
263
|
+
<tr>
|
|
264
|
+
<td class="col-md-4">
|
|
265
|
+
<a name="start"></a>
|
|
266
|
+
<span class="name "><b>start</b>
|
|
267
|
+
<a href="#start">
|
|
268
|
+
<span class="icon ion-ios-link"></span>
|
|
269
|
+
</a>
|
|
270
|
+
</span>
|
|
271
|
+
</td>
|
|
272
|
+
</tr>
|
|
273
|
+
<tr>
|
|
274
|
+
<td class="col-md-4">
|
|
275
|
+
<code>start: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
276
|
+
</code>
|
|
277
|
+
</td>
|
|
278
|
+
</tr>
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
<tr>
|
|
282
|
+
<td class="col-md-4">
|
|
283
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
284
|
+
|
|
285
|
+
</td>
|
|
286
|
+
</tr>
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
</tbody>
|
|
294
|
+
</table>
|
|
295
|
+
</section>
|
|
296
|
+
</div>
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
</div>
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
</div><div class="search-results">
|
|
309
|
+
<div class="has-results">
|
|
310
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
311
|
+
<ul class="search-results-list"></ul>
|
|
312
|
+
</div>
|
|
313
|
+
<div class="no-results">
|
|
314
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
315
|
+
</div>
|
|
316
|
+
</div>
|
|
317
|
+
</div>
|
|
318
|
+
<!-- END CONTENT -->
|
|
319
|
+
</div>
|
|
320
|
+
</div>
|
|
321
|
+
|
|
322
|
+
<label class="dark-mode-switch">
|
|
323
|
+
<input type="checkbox">
|
|
324
|
+
<span class="slider">
|
|
325
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
326
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
327
|
+
</svg>
|
|
328
|
+
</span>
|
|
329
|
+
</label>
|
|
330
|
+
|
|
331
|
+
<script>
|
|
332
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
333
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
334
|
+
var COMPODOC_CURRENT_PAGE_URL = 'Edit-3.html';
|
|
335
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
336
|
+
</script>
|
|
337
|
+
|
|
338
|
+
<script>
|
|
339
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
340
|
+
var updateDarkModeSwitchOffset = function () {
|
|
341
|
+
var content = document.querySelector('.content');
|
|
342
|
+
var scrollbarWidth = 0;
|
|
343
|
+
|
|
344
|
+
if (content) {
|
|
345
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
document.documentElement.style.setProperty(
|
|
349
|
+
'--content-scrollbar-width',
|
|
350
|
+
scrollbarWidth + 'px'
|
|
351
|
+
);
|
|
352
|
+
};
|
|
353
|
+
|
|
354
|
+
updateDarkModeSwitchOffset();
|
|
355
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
356
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
357
|
+
|
|
358
|
+
checkToggle(darkModeState);
|
|
359
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
360
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
361
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
362
|
+
darkModeState = !darkModeState;
|
|
363
|
+
toggleDarkMode(darkModeState);
|
|
364
|
+
});
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
</script>
|
|
368
|
+
|
|
369
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
|
370
|
+
<script src="../js/libs/lit-html.js"></script>
|
|
371
|
+
|
|
372
|
+
<script src="../js/menu-wc.js" defer></script>
|
|
373
|
+
|
|
374
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
|
375
|
+
|
|
376
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
|
377
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
|
378
|
+
<script src="../js/libs/promise.min.js"></script>
|
|
379
|
+
|
|
380
|
+
<script src="../js/compodoc.js"></script>
|
|
381
|
+
|
|
382
|
+
<script src="../js/tabs.js"></script>
|
|
383
|
+
<script src="../js/menu.js"></script>
|
|
384
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
|
385
|
+
<script src="../js/libs/prism.js"></script>
|
|
386
|
+
<script src="../js/sourceCode.js"></script>
|
|
387
|
+
<script src="../js/search/search.js"></script>
|
|
388
|
+
<script src="../js/search/lunr.min.js"></script>
|
|
389
|
+
<script src="../js/search/search-lunr.js"></script>
|
|
390
|
+
<script src="../js/search/search_index.js"></script>
|
|
391
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
</body>
|
|
395
|
+
</html>
|
|
@@ -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-icon-
|
|
132
|
+
<code>packages/core/schematics/migrate-eui-icon-toggle/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-popover/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-progress-circle/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-icon-svg/index.ts</code>
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<ul class="nav nav-tabs" role="tablist">
|