@eui/core 23.0.0-alpha.5 → 23.0.0-alpha.7

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/docs/changelog.html +98 -0
  3. package/docs/interfaces/Edit-3.html +395 -0
  4. package/docs/interfaces/Schema-1.html +13 -1
  5. package/docs/interfaces/Schema-13.html +1 -1
  6. package/docs/interfaces/Schema-14.html +1 -1
  7. package/docs/interfaces/Schema-15.html +1 -1
  8. package/docs/interfaces/Schema-16.html +1 -1
  9. package/docs/interfaces/Schema-17.html +1 -1
  10. package/docs/interfaces/Schema-18.html +1 -1
  11. package/docs/interfaces/Schema-19.html +1 -1
  12. package/docs/interfaces/Schema-2.html +52 -1
  13. package/docs/interfaces/Schema-21.html +368 -0
  14. package/docs/interfaces/Schema-3.html +15 -33
  15. package/docs/interfaces/Schema-6.html +1 -1
  16. package/docs/interfaces/Schema-7.html +1 -1
  17. package/docs/interfaces/Schema-8.html +1 -1
  18. package/docs/interfaces/Schema.html +1 -46
  19. package/docs/interfaces/UIState.html +45 -0
  20. package/docs/js/menu-wc.js +6 -0
  21. package/docs/js/search/search_index.js +2 -2
  22. package/docs/json/documentation.json +1589 -793
  23. package/docs/llms.txt +97 -61
  24. package/docs/miscellaneous/functions.html +1044 -528
  25. package/docs/miscellaneous/variables.html +103 -41
  26. package/docs/overview.html +1 -1
  27. package/docs/properties.html +1 -1
  28. package/fesm2022/eui-core.mjs +7 -0
  29. package/fesm2022/eui-core.mjs.map +1 -1
  30. package/package.json +2 -2
  31. package/schematics/collection.json +5 -0
  32. package/schematics/migrate-all/index.js +1 -0
  33. package/schematics/migrate-all/index.js.map +1 -1
  34. package/schematics/migrate-eui-tooltip/index.d.ts +7 -0
  35. package/schematics/migrate-eui-tooltip/index.js +263 -0
  36. package/schematics/migrate-eui-tooltip/index.js.map +1 -0
  37. package/types/eui-core.d.ts +1 -0
  38. package/types/eui-core.d.ts.map +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,63 @@
1
+ ## 23.0.0-alpha.7 (2026-08-03)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * update template bindings to use function calls for reactive properties - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([9b05d8e4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9b05d8e41eb8d836af5e0f98386a1b78f83fad5e))
7
+ * update component decorators to use new Angular syntax for content and view children + eslint config - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([fa69393c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fa69393cd4527b0bb13561c884c220c961b49115))
8
+ * signal migration - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([096e4faf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/096e4faf4b9026576e20565a1ae662d3cd2a02e1))
9
+ * update timepicker component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([a2828931](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a2828931bb6f12b46ddae7948999872ad3bcaafd))
10
+ * standardize string quotes in tooltip service and helper files - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a86ba145](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a86ba145e592b5015fc754616b0bd596b763326a))
11
+ * 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) ([54785901](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5478590142a2c5327ffb1a5a18a602f4f0738eef))
12
+ * update package.json for version and peerDependencies adjustments - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a40d368e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a40d368e903606ab37f53476d00441ab5298adf2))
13
+ * replace @Input with readonly input for various components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([12adcb9c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/12adcb9cd9bb8b55276dee01065bee5ed8106ec3))
14
+ * **eui-ecl:**
15
+ * migrate to signals - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([92ce96f2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/92ce96f2e943675b076cebb55273950611b29496))
16
+ * **eui-list-item:**
17
+ * update component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([96baea11](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96baea11fac8bbb0764450fccdbccd783a1f4c86))
18
+ * **eui-timepicker:**
19
+ * migration to signals - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([065cf8a4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/065cf8a4be4dbfe4f2c179beb99370178654e049))
20
+ * **eui-date-range-selector:**
21
+ * migration to signals - EUI-12068 [EUI-12068](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12068) ([2bfccae4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2bfccae46f5450485ec9afdc39a1d418c88fcba1))
22
+ * **eui-list:**
23
+ * migration to signals - EUI-12086 [EUI-12086](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12086) ([303f914d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/303f914dbbb93bc2d62f1821a285f5d6213a370f))
24
+ ##### Bug Fixes
25
+
26
+ * **other:**
27
+ * 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) ([58352fb5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/58352fb587d139e2617d27b2cd49e35bdc8638eb))
28
+ * improve tab body children length check - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([ffa4ca98](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ffa4ca981246dff04641620f27ce14865452e91b))
29
+
30
+ * * *
31
+ * * *
32
+ ## 23.0.0-alpha.6 (2026-07-31)
33
+
34
+ ##### Chores
35
+
36
+ * **eui-list-item:**
37
+ * 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))
38
+ * **other:**
39
+ * 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))
40
+ * 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))
41
+ * 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))
42
+ * 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))
43
+ * 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))
44
+ * 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))
45
+ * 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))
46
+ * 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))
47
+ * **eui-timepicker:**
48
+ * 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))
49
+ * **eui-date-range-selector:**
50
+ * 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))
51
+ * **eui-list:**
52
+ * 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))
53
+ ##### Bug Fixes
54
+
55
+ * **other:**
56
+ * 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))
57
+ * 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))
58
+
59
+ * * *
60
+ * * *
1
61
  ## 23.0.0-alpha.5 (2026-07-10)
2
62
 
3
63
  ##### Chores
@@ -146,6 +206,39 @@
146
206
  * 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))
147
207
  * 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))
148
208
 
209
+ * * *
210
+ * * *
211
+ ## 21.4.0 (2026-07-20)
212
+
213
+ ##### Chores
214
+
215
+ * **eds:**
216
+ * 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))
217
+ * 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))
218
+ * 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))
219
+ * 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))
220
+ * 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))
221
+ * 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))
222
+ * 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))
223
+ * 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))
224
+ * 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))
225
+ * **eui-card-content:**
226
+ * 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))
227
+ * **eui-autocomplete:**
228
+ * 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))
229
+ * **other:**
230
+ * skipTest on eui-eds sub-package ([e4836ade](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4836ade146b21acc3309ae8717b972ba2170e3c))
231
+ * **styles:**
232
+ * 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))
233
+ * 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))
234
+ * **eui-tree:**
235
+ * 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))
236
+ ##### Bug Fixes
237
+
238
+ * **other:**
239
+ * eds-tabs wrong var used ([a400dc19](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a400dc19c3e1b6694c53de0e774a7ea86c0ec101))
240
+ * linting issues ([e47b6d44](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e47b6d44c2b154331761241488ede9d60aef1fdf))
241
+
149
242
  * * *
150
243
  * * *
151
244
  ## 21.3.3 (2026-07-03)
@@ -106,6 +106,57 @@
106
106
 
107
107
 
108
108
 
109
+ <h2>23.0.0-alpha.6 (2026-07-31)</h2>
110
+ <h5>Chores</h5>
111
+ <ul>
112
+ <li><strong>eui-list-item:</strong><ul>
113
+ <li>update component to use state-based inputs - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e830b99bbfcb53d9148666f8a1405d09995a8d90">e830b99b</a>)</li>
114
+ </ul>
115
+ </li>
116
+ <li><strong>other:</strong><ul>
117
+ <li>update timepicker component to use state-based inputs - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3e5e2d22c93c31c79e9538e5828ae9518edb484d">3e5e2d22</a>)</li>
118
+ <li>standardize string quotes in tooltip service and helper files - 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/8ddb3647729112593d17cd6a8e4985c9250d2a67">8ddb3647</a>)</li>
119
+ <li>update template bindings to use function calls for dynamic values - 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/4aca2bfe4a55ded69fb1881fe6cc49aded6af29c">4aca2bfe</a>)</li>
120
+ <li>update package.json for version and peerDependencies adjustments - 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/1dbbb8234086294d94ccf80c6f256efcd1fe52cc">1dbbb823</a>)</li>
121
+ <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/e1e17241863117e3ea9d37b0df2ce1878ad48b1c">e1e17241</a>)</li>
122
+ <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/6be5d6d5c2572ef71e119401b2c6de4cdd2e9163">6be5d6d5</a>)</li>
123
+ <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/07dd566dde5022b8d485eccbf3b5439858c1cb4c">07dd566d</a>)</li>
124
+ <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/2a383c77dec27a639c3f9844a3e866ecd70cc83b">2a383c77</a>)</li>
125
+ </ul>
126
+ </li>
127
+ <li><strong>eui-timepicker:</strong><ul>
128
+ <li>migration to signals - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f101c56572c1c3244d2fccb6e65370ea183b14bd">f101c565</a>)</li>
129
+ </ul>
130
+ </li>
131
+ <li><strong>eui-date-range-selector:</strong><ul>
132
+ <li>migration to signals - EUI-12068 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12068">EUI-12068</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/24650f79c169286866765c76baef83a505e421d7">24650f79</a>)</li>
133
+ </ul>
134
+ </li>
135
+ <li><strong>eui-list:</strong><ul>
136
+ <li>migration to signals - EUI-12086 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12086">EUI-12086</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/34f751017a3cfd0ff50637c50a731ce905aa40af">34f75101</a>)</li>
137
+ </ul>
138
+ </li>
139
+ </ul>
140
+ <h5>Bug Fixes</h5>
141
+ <ul>
142
+ <li><strong>other:</strong><ul>
143
+ <li>update EdsTooltip interface and handle null values in tooltip logick - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d8cff0a839ba394d01cb17d9f7c534dc5e9c8fdb">d8cff0a8</a>)</li>
144
+ <li>improve tab body children length check - EUI-12102 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102">EUI-12102</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5f3e03aca6a785f27555eec9b9695fd0f678e42">d5f3e03a</a>)</li>
145
+ </ul>
146
+ </li>
147
+ </ul>
148
+ <hr>
149
+ <hr>
150
+ <h2>23.0.0-alpha.5 (2026-07-10)</h2>
151
+ <h5>Chores</h5>
152
+ <ul>
153
+ <li><strong>other:</strong><ul>
154
+ <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>
155
+ </ul>
156
+ </li>
157
+ </ul>
158
+ <hr>
159
+ <hr>
109
160
  <h2>23.0.0-alpha.4 (2026-07-09)</h2>
110
161
  <h5>Chores</h5>
111
162
  <ul>
@@ -304,6 +355,53 @@
304
355
  </ul>
305
356
  <hr>
306
357
  <hr>
358
+ <h2>21.4.0 (2026-07-20)</h2>
359
+ <h5>Chores</h5>
360
+ <ul>
361
+ <li><strong>eds:</strong><ul>
362
+ <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>
363
+ <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>
364
+ <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>
365
+ <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>
366
+ <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>
367
+ <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>
368
+ <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>
369
+ <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>
370
+ <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>
371
+ </ul>
372
+ </li>
373
+ <li><strong>eui-card-content:</strong><ul>
374
+ <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>
375
+ </ul>
376
+ </li>
377
+ <li><strong>eui-autocomplete:</strong><ul>
378
+ <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>
379
+ </ul>
380
+ </li>
381
+ <li><strong>other:</strong><ul>
382
+ <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>
383
+ </ul>
384
+ </li>
385
+ <li><strong>styles:</strong><ul>
386
+ <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>
387
+ <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>
388
+ </ul>
389
+ </li>
390
+ <li><strong>eui-tree:</strong><ul>
391
+ <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>
392
+ </ul>
393
+ </li>
394
+ </ul>
395
+ <h5>Bug Fixes</h5>
396
+ <ul>
397
+ <li><strong>other:</strong><ul>
398
+ <li>eds-tabs wrong var used (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a400dc19c3e1b6694c53de0e774a7ea86c0ec101">a400dc19</a>)</li>
399
+ <li>linting issues (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e47b6d44c2b154331761241488ede9d60aef1fdf">e47b6d44</a>)</li>
400
+ </ul>
401
+ </li>
402
+ </ul>
403
+ <hr>
404
+ <hr>
307
405
  <h2>21.3.3 (2026-07-03)</h2>
308
406
  <h5>Chores</h5>
309
407
  <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>&times;</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>