@eui/core 21.4.2-snapshot-1787737932680 → 22.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/CHANGELOG.md +375 -0
  2. package/docs/architecture.html +223 -0
  3. package/docs/changelog.html +510 -2
  4. package/docs/classes/ActivatedRouteAction.html +70 -20
  5. package/docs/classes/AddApiQueueItemAction.html +70 -20
  6. package/docs/classes/AddAppLoadedConfigModulesAction.html +70 -20
  7. package/docs/classes/ApiQueueServiceMock.html +77 -20
  8. package/docs/classes/AsyncStorageService.html +86 -20
  9. package/docs/classes/AsyncStorageServiceMock.html +73 -17
  10. package/docs/classes/CssUtils.html +74 -20
  11. package/docs/classes/EmptyApiQueueAction.html +67 -17
  12. package/docs/classes/ErrorSubClass.html +68 -16
  13. package/docs/classes/EuiAppShellServiceMock.html +58 -20
  14. package/docs/classes/EuiCoreRootGuardClass.html +39 -8
  15. package/docs/classes/EuiError.html +69 -17
  16. package/docs/classes/I18nResourceImpl.html +49 -16
  17. package/docs/classes/InitStoreAction.html +70 -20
  18. package/docs/classes/LogServiceMock.html +67 -17
  19. package/docs/classes/RemoveApiQueueItemAction.html +67 -17
  20. package/docs/classes/StorageService.html +83 -19
  21. package/docs/classes/StorageServiceMock.html +70 -17
  22. package/docs/classes/TranslateLoaderMock.html +354 -0
  23. package/docs/classes/TranslateServiceMock.html +90 -35
  24. package/docs/classes/UpdateAppConnectionAction.html +67 -17
  25. package/docs/classes/UpdateAppStatusAction.html +67 -17
  26. package/docs/classes/UpdateAppVersionAction.html +67 -17
  27. package/docs/classes/UpdateCurrentModuleAction.html +67 -17
  28. package/docs/classes/UpdateI18nStateAction.html +67 -17
  29. package/docs/classes/UpdateLocaleStateAction.html +67 -17
  30. package/docs/classes/UpdateNotificationsListAction.html +67 -17
  31. package/docs/classes/UpdateUserDashboardAction.html +67 -17
  32. package/docs/classes/UpdateUserDetailsAction.html +67 -17
  33. package/docs/classes/UpdateUserPreferencesAction.html +67 -17
  34. package/docs/classes/UpdateUserRightsAction.html +67 -17
  35. package/docs/classes/UpdateUserStateAction.html +67 -17
  36. package/docs/dependencies.html +38 -4
  37. package/docs/directives/TranslateMockDirective.html +72 -19
  38. package/docs/index.html +27 -3
  39. package/docs/injectables/ApiQueueService.html +97 -20
  40. package/docs/injectables/EuiAppShellService.html +149 -70
  41. package/docs/injectables/EuiDynamicComponentService.html +51 -18
  42. package/docs/injectables/EuiDynamicMenuService.html +67 -20
  43. package/docs/injectables/EuiGrowlService.html +85 -21
  44. package/docs/injectables/EuiLoaderService.html +65 -17
  45. package/docs/injectables/EuiPermissionService.html +95 -20
  46. package/docs/injectables/EuiThemeService.html +88 -33
  47. package/docs/injectables/EuiTimezoneService.html +51 -16
  48. package/docs/injectables/GlobalErrorHandler.html +79 -17
  49. package/docs/injectables/I18nLoader.html +53 -17
  50. package/docs/injectables/I18nService.html +100 -22
  51. package/docs/injectables/I18nServiceMock.html +96 -34
  52. package/docs/injectables/LocalForageService.html +81 -21
  53. package/docs/injectables/LocalStorageService.html +78 -21
  54. package/docs/injectables/LocaleService.html +124 -41
  55. package/docs/injectables/LocaleServiceMock.html +72 -18
  56. package/docs/injectables/LogService.html +68 -17
  57. package/docs/injectables/SessionStorageService.html +78 -21
  58. package/docs/injectables/StoreService.html +88 -19
  59. package/docs/injectables/StoreServiceMock.html +72 -17
  60. package/docs/injectables/UserService.html +96 -22
  61. package/docs/injectables/UserServiceMock.html +81 -23
  62. package/docs/interceptors/AddLangParamInterceptor.html +49 -18
  63. package/docs/interceptors/CachePreventionInterceptor.html +48 -17
  64. package/docs/interceptors/CorsSecurityInterceptor.html +48 -17
  65. package/docs/interceptors/CsrfPreventionInterceptor.html +48 -17
  66. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +48 -17
  67. package/docs/interceptors/HttpErrorHandlerInterceptor.html +47 -16
  68. package/docs/interceptors/UxRequestErrorModelInterceptor.html +47 -16
  69. package/docs/interfaces/Action.html +158 -60
  70. package/docs/interfaces/ActionReducer.html +84 -55
  71. package/docs/interfaces/ComponentInfo.html +151 -123
  72. package/docs/interfaces/Dependency.html +278 -250
  73. package/docs/interfaces/Edit-1.html +151 -123
  74. package/docs/interfaces/Edit-2.html +151 -123
  75. package/docs/interfaces/Edit-3.html +395 -0
  76. package/docs/interfaces/Edit.html +151 -123
  77. package/docs/interfaces/EuiComponentEntry.html +230 -202
  78. package/docs/interfaces/EuiTimeZone.html +121 -93
  79. package/docs/interfaces/IEuiTheme.html +181 -153
  80. package/docs/interfaces/ImportToAdd.html +164 -136
  81. package/docs/interfaces/ImportsArrayInfo.html +121 -93
  82. package/docs/interfaces/Library.html +169 -137
  83. package/docs/interfaces/LoadedResources.html +164 -136
  84. package/docs/interfaces/LoadedResourcesError.html +121 -93
  85. package/docs/interfaces/MemoizedSelector.html +187 -138
  86. package/docs/interfaces/MemoizedSelectorWithProps.html +188 -139
  87. package/docs/interfaces/MigrateAllSchema.html +228 -200
  88. package/docs/interfaces/MigrationResult.html +151 -123
  89. package/docs/interfaces/ModuleLoadEvent.html +164 -136
  90. package/docs/interfaces/ModuleMapping.html +121 -93
  91. package/docs/interfaces/NgModuleInfo.html +151 -123
  92. package/docs/interfaces/Policy.html +164 -136
  93. package/docs/interfaces/ResourceError.html +170 -142
  94. package/docs/interfaces/Schema-1.html +140 -112
  95. package/docs/interfaces/Schema-10.html +140 -112
  96. package/docs/interfaces/Schema-11.html +140 -112
  97. package/docs/interfaces/Schema-12.html +140 -112
  98. package/docs/interfaces/Schema-13.html +140 -112
  99. package/docs/interfaces/Schema-14.html +140 -112
  100. package/docs/interfaces/Schema-15.html +140 -112
  101. package/docs/interfaces/Schema-16.html +140 -112
  102. package/docs/interfaces/Schema-17.html +140 -112
  103. package/docs/interfaces/Schema-18.html +140 -112
  104. package/docs/interfaces/Schema-19.html +140 -112
  105. package/docs/interfaces/Schema-2.html +141 -113
  106. package/docs/interfaces/Schema-20.html +140 -112
  107. package/docs/interfaces/Schema-21.html +368 -0
  108. package/docs/interfaces/Schema-3.html +180 -152
  109. package/docs/interfaces/Schema-4.html +140 -112
  110. package/docs/interfaces/Schema-5.html +140 -112
  111. package/docs/interfaces/Schema-6.html +140 -112
  112. package/docs/interfaces/Schema-7.html +140 -112
  113. package/docs/interfaces/Schema-8.html +140 -112
  114. package/docs/interfaces/Schema-9.html +140 -112
  115. package/docs/interfaces/Schema.html +184 -156
  116. package/docs/interfaces/SelectorEntry.html +230 -202
  117. package/docs/interfaces/TextChange.html +151 -123
  118. package/docs/interfaces/ThemeState.html +121 -93
  119. package/docs/interfaces/TranslationKeys.html +41 -11
  120. package/docs/interfaces/UIState.html +1757 -1684
  121. package/docs/interfaces/body.html +181 -153
  122. package/docs/js/architecture-graph.js +288 -0
  123. package/docs/js/libs/bootstrap-native.js +4 -2
  124. package/docs/js/libs/tablesort.min.js +2 -2
  125. package/docs/js/libs/tablesort.number.min.js +2 -2
  126. package/docs/js/libs/vis-network.min.js +7 -7
  127. package/docs/js/menu-wc.js +56 -14
  128. package/docs/js/routes.js +138 -37
  129. package/docs/js/search/search.js +62 -0
  130. package/docs/js/search/search_index.js +2 -2
  131. package/docs/js/tabs.js +98 -15
  132. package/docs/js/tree.js +44 -7
  133. package/docs/json/EuiPermissionService.md +1 -0
  134. package/docs/json/LocaleService.md +1 -0
  135. package/docs/json/documentation.json +6494 -1009
  136. package/docs/license.html +26 -2
  137. package/docs/llms.txt +2326 -0
  138. package/docs/miscellaneous/enumerations.html +34 -10
  139. package/docs/miscellaneous/functions.html +1189 -517
  140. package/docs/miscellaneous/typealiases.html +59 -27
  141. package/docs/miscellaneous/variables.html +257 -175
  142. package/docs/modules/CoreModule.html +34 -9
  143. package/docs/modules/I18nModule.html +34 -9
  144. package/docs/modules/LogModule.html +34 -9
  145. package/docs/modules/TranslateMockModule.html +60 -13
  146. package/docs/modules.html +26 -2
  147. package/docs/overview.html +29 -5
  148. package/docs/pipes/TranslateMockPipe.html +87 -9
  149. package/docs/properties.html +27 -3
  150. package/docs/routes.html +26 -2
  151. package/docs/styles/compodoc.css +365 -44
  152. package/docs/styles/dark.css +16 -0
  153. package/docs/template-playground/hbs-render.service.ts +6 -1
  154. package/fesm2022/eui-core.mjs +144 -135
  155. package/fesm2022/eui-core.mjs.map +1 -1
  156. package/package.json +11 -11
  157. package/schematics/collection.json +5 -0
  158. package/schematics/migrate/index.js +2 -1
  159. package/schematics/migrate/index.js.map +1 -1
  160. package/schematics/migrate/replacements/eui-modules.js +6 -2
  161. package/schematics/migrate/replacements/eui-modules.js.map +1 -1
  162. package/schematics/migrate-all/index.js +1 -0
  163. package/schematics/migrate-all/index.js.map +1 -1
  164. package/schematics/migrate-eui-tooltip/index.d.ts +7 -0
  165. package/schematics/migrate-eui-tooltip/index.js +263 -0
  166. package/schematics/migrate-eui-tooltip/index.js.map +1 -0
  167. package/types/eui-core.d.ts +15 -13
  168. package/types/eui-core.d.ts.map +1 -1
  169. package/docs/js/menu-wc_es5.js +0 -40
package/CHANGELOG.md CHANGED
@@ -1,3 +1,378 @@
1
+ ## 22.0.0-alpha.2 (2026-08-26)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * update jsdom to version 30.0.1 - EUI-12814 [EUI-12814](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12814) ([b513fe9c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b513fe9caedf4c6a4cd80f95903437d4716ef9b4))
7
+ * remove wrongly injected devDeps in the root package.json ([ce6870bd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ce6870bd6f2feeee39f68d5b576ee6212d9f60a7))
8
+ * force rebuild - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([8f79e5d6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8f79e5d677c40021b0dad9f9b230e29f9f740a0d))
9
+ * update csdr-config ([5536eeb7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5536eeb7a824bf9d8a87b4971081a2627d1be5c9))
10
+ * **eui-tree:**
11
+ * signals migration - EUI-12728 [EUI-12728](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12728) ([438d2e6e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/438d2e6e53d689af70b1c9fffae649b7e480cf5e))
12
+ * **ecl-category-filter:**
13
+ * fix for accessibility EUI-12801 [EUI-12801](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12801) ([7554a430](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7554a43086fe09cd57a73fbc71836ae532bdcb96))
14
+ * added tests + fixed accessibility issues EUI-12801 [EUI-12801](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12801) ([46829da2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/46829da2152b311a81f372a8b15b6f8bfbfc5d68))
15
+ ##### Bug Fixes
16
+
17
+ * **components:**
18
+ * resolve signal migration test failures in input components ([efd64860](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/efd64860406d5b43923b0246c1be60b08c572495))
19
+ * **eui-avatar-image:**
20
+ * update avatar image handling to use function calls for imageUrl - EUI-12729 [EUI-12729](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12729) ([2b12012e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2b12012e7f39dc215bdade0bdd520404607cc65d))
21
+ ##### Refactors
22
+
23
+ * **input-checkbox,input-radio:**
24
+ * migrate to Signal APIs ([52e0f39f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/52e0f39f52299909165d2178e7658e60684b33ae))
25
+ * **other:**
26
+ * update checkbox component to use signals for checked state management - EUI-12726 [EUI-12726](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12726) ([bc8fd5a8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bc8fd5a8e9ddb54b2c885f74e7e6fb7f066310bc))
27
+ * **eui-menu:**
28
+ * migrate to Angular Signal APIs ([b9129d9d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b9129d9d0e6113168c43a2b188a7c75692cbac6f))
29
+ * **shared:**
30
+ * migrate input.directive.ts to Angular Signal APIs ([244ee470](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/244ee470e49bbbf4a6e39765911a499bfe9214b7))
31
+
32
+ * * *
33
+ * * *
34
+ ## 22.0.0-alpha.1 (2026-08-24)
35
+
36
+ ##### Chores
37
+
38
+ * **other:**
39
+ * updated to 22.x - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([c3a7ce1b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c3a7ce1bb1dc9550b9eb0bc732eb5f521f284bc7))
40
+ * updated readme file - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([dd0bb214](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/dd0bb214d32ae82486036f73a971b723b3975b04))
41
+ * add missing deps ([0f929f5b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0f929f5b9170181c5a49ac5c12d04c8636f0ecbc))
42
+ * **eui-autocomplete:**
43
+ * Migrate component to Signal - EUI-12743 [EUI-12743](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12743) ([892615ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/892615ac0ac754af57729bce498f239bd252177f))
44
+ * **ecl-carousel:**
45
+ * added tests EUI-12772 [EUI-12772](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12772) ([52c7df91](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/52c7df915873d856c86d9a458de710164fbdf85b))
46
+ * **eui-menu:**
47
+ * export EuiMenuItem from @eui/core ([474331f3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/474331f3e284b13e6b5ea3e18d150bf5127d6b61))
48
+ * **i18n:**
49
+ * update translate mocks and specs for loader and currentLang ([4255c334](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4255c3346d98e31c531eba73a8ffa878cfc0eba0))
50
+ * **ecl-card:**
51
+ * added tests,removed deprecation EUI-12771 [EUI-12771](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12771) ([78a130c1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/78a130c1b39af3a0f2aca6b832e2661aa4ce15d3))
52
+ * **eui-slider:**
53
+ * Implements Signal Forms POC - EUI-11514 [EUI-11514](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11514) ([e4398b48](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4398b488fdb4a258d389049b92da4082ff8b238))
54
+ * **ecl-button:**
55
+ * added tests EUI-12770 [EUI-12770](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12770) ([236baf75](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/236baf75f3278872ab57e4b2466035ff71293735))
56
+ * **ecl-breadcrumb:**
57
+ * deleted ecl-breadcrumb selector + added tests EUI-12769 [EUI-12769](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12769) ([30cbbd20](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/30cbbd2063fc5eb3a7f1b88abb8592144a3f3043))
58
+ * **ecl-blockquote:**
59
+ * create tests EUI-12764 [EUI-12764](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12764) ([425f9ad6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/425f9ad63dda1b96f42c3b05fdba533925b8248a))
60
+ * **eui-popover:**
61
+ * Migrate component to Signal - EUI-12730 [EUI-12730](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12730) ([5e2bc866](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5e2bc866b403aabf53bd0c41e652829bdba43d0d))
62
+ * **eui-tabs:**
63
+ * Migrate components to Signal - EUI-12708 [EUI-12708](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12708) ([c3284a4d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c3284a4d89e87f0ce04bf721984c90506027586a))
64
+ * **deps:**
65
+ * adjusted dependencies for vulnerabilities high/moderate audit ([e22f6239](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e22f6239750bc6f4b323fd21e9ca802ccc489242))
66
+ * cleanup ([2d381ad3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2d381ad3f6834722246f8ce74431ff4da2252690))
67
+ * upgraded to Angular 22.1.2 - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([dc232dc7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/dc232dc7f9703c97b243fbc4af440dcca890cfcd))
68
+ ##### Bug Fixes
69
+
70
+ * **other:**
71
+ * linting issues ([504fecb3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/504fecb3f16733545dfff57fbd094b5bb7509edc))
72
+ * align specs and components with Angular Signal APIs for all tests - EUI-12806 [EUI-12806](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12806) ([827ee824](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/827ee82431c757f3517083d886c5f8f8b362ba39))
73
+
74
+ * * *
75
+ * * *
76
+ ## 23.0.0-alpha.13 (2026-08-19)
77
+
78
+ ##### Chores
79
+
80
+ * **other:**
81
+ * updated readme file - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([a44c770d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a44c770d20aa6f1a1f69ec225590c659d191800b))
82
+ * add missing deps ([a881887c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a881887c3a8e66ea14cf744c87a5580fb17074bc))
83
+
84
+ * * *
85
+ * * *
86
+ ## 23.0.0-alpha.12 (2026-08-18)
87
+
88
+ ##### Chores
89
+
90
+ * **deps:**
91
+ * adjusted dependencies for vulnerabilities high/moderate audit ([09dbd95a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/09dbd95a1418a8d64cef7aa9d1b6609168346ac0))
92
+ * cleanup ([716f6f76](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/716f6f76a41ab5216204b928db76a32845eaeaac))
93
+ * upgraded to Angular 22.1.2 - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([0c2b30ba](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0c2b30ba4638c857259d0f594d543386c77fd8fc))
94
+ * update eui-deps-base-dev - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([bdb64e29](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bdb64e2957a86c321a53717a46f2e9c3a9ebbd70))
95
+ * split eui-deps-base into eui-deps-base and eui-deps-base-dev ([e474d63f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e474d63f19548dd50589db67aff05cd5838611a6))
96
+
97
+ * * *
98
+ * * *
99
+ ## 23.0.0-alpha.11 (2026-08-18)
100
+
101
+ ##### Chores
102
+
103
+ * **eui-dialog|eui-message-box:**
104
+ * Migrate comps to signal - EUI-12724 [EUI-12724](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12724) ([7aaab47c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7aaab47c5f92d5be1e66843cf159d621159a9f01))
105
+ * **other:**
106
+ * signals migration for eui-dropdown, eui-wizard, eui-wizard-v2, eui-navbar, eui-button - EUI-12716 [EUI-12716](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12716) ([ae34769e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ae34769eca78f2a0816baa1c7291c07046562c0d))
107
+ * migrates eui-button, button-group, badge, disable-content, datepicker to signals - EUI-12742 [EUI-12742](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12742) ([7032361b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7032361b5dfb1a93cdd9d8454ea08683c77bfa75))
108
+ * strict false on tsconfig.spec.json ([e5fa6bb4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e5fa6bb424712f572e7c1b16a8a13e3b75b237ca))
109
+ * **eui-tabs:**
110
+ * Migrate components to Signal - EUI-12708 [EUI-12708](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12708) ([875e0c7d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/875e0c7da2770fb4d0921d81a2839db4751188d5))
111
+ * **ecl-app:**
112
+ * added tests EUI-12761 [EUI-12761](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12761) ([dc87b22d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/dc87b22d8cfc8d846dc7f824001b5b69ae42cac8))
113
+ * **ecl-banner:**
114
+ * added tests EUI-12763 [EUI-12763](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12763) ([c106232e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c106232e58e86cd05ae7ffc773005451b83b596e))
115
+ * **ecl-animated-numbers:**
116
+ * added tests EUI-12760 [EUI-12760](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12760) ([9589ff6c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9589ff6cd894ac483f500d30b71de5849479b15d))
117
+ * **ecl-add-to-calendar:**
118
+ * added tests EUI-12759 [EUI-12759](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12759) ([d67a396a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d67a396a4e8d7eb68758a527711e7f07e56c699f))
119
+ * **eui-avatar, eui-progress-bar, eui-toggle-group:**
120
+ * migration to signals - EUI-12729 [EUI-12729](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12729) ([b2d03b89](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b2d03b89d88641d13328039883b90453c10219e7))
121
+ ##### Bug Fixes
122
+
123
+ * **eds:**
124
+ * issues fixed in develop and out of sync in 23 ([7bbea042](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7bbea0420e79e8510966697d7b2626505ed9653e))
125
+ * **lint:**
126
+ * enable OnPush change detection strategy across 27 components - EUI-12701 [EUI-12701](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12701) ([00eb3f2a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/00eb3f2a6109fb3450d77d738585b62b6396d729))
127
+ * standardize host metadata property formatting across components - EUI-12701 [EUI-12701](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12701) ([02ae83ad](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/02ae83adce9a6229c2f8e8a8fae48bec5e8622d5))
128
+ * **other:**
129
+ * update title binding in advanced tab - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([0d0641ed](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0d0641ed857242f80eb55abb578296b7c8076aa5))
130
+ * correct label comparison in doc-page.component.ts - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([d0fc96df](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d0fc96df299d5d88d4afd10dbf836215bd3faae6))
131
+ * simplify tab navigation click handlers in doc-page component - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([559aad05](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/559aad05bc0aaf15bd9bc87f0ff007ce4d636634))
132
+ ##### Refactors
133
+
134
+ * **eui-page:**
135
+ * migrate to Angular Signal APIs ([11b1c47d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/11b1c47dcf2c009ffff6230b4ddd182e3dd60142))
136
+
137
+ * * *
138
+ * * *
139
+ ## 23.0.0-alpha.10 (2026-08-04)
140
+
141
+ ##### Bug Fixes
142
+
143
+ * **other:**
144
+ * update label display fallback in navigation components to "id" - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([17318de4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/17318de407dc383017e4a1c3e6c0f5756bbfcca8))
145
+
146
+ * * *
147
+ * * *
148
+ ## 23.0.0-alpha.9 (2026-08-03)
149
+
150
+ ##### Bug Fixes
151
+
152
+ * **other:**
153
+ * doc-page component with injector and destruction handling - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([bde98241](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bde982414d7af4d49db016ca1b62c500cd79c4d0))
154
+
155
+ * * *
156
+ * * *
157
+ ## 23.0.0-alpha.8 (2026-08-03)
158
+
159
+ ##### Chores
160
+
161
+ * **other:**
162
+ * replace input with model for isNavigationVisible - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([caa7065d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/caa7065d2f80751be1ad05bce6797f4d41462978))
163
+
164
+ * * *
165
+ * * *
166
+ ## 23.0.0-alpha.7 (2026-08-03)
167
+
168
+ ##### Chores
169
+
170
+ * **other:**
171
+ * 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))
172
+ * 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))
173
+ * 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))
174
+ * 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))
175
+ * 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))
176
+ * 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))
177
+ * 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))
178
+ * 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))
179
+ * **eui-ecl:**
180
+ * 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))
181
+ * **eui-list-item:**
182
+ * 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))
183
+ * **eui-timepicker:**
184
+ * 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))
185
+ * **eui-date-range-selector:**
186
+ * 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))
187
+ * **eui-list:**
188
+ * 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))
189
+ ##### Bug Fixes
190
+
191
+ * **other:**
192
+ * 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))
193
+ * 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))
194
+
195
+ * * *
196
+ * * *
197
+ ## 23.0.0-alpha.6 (2026-07-31)
198
+
199
+ ##### Chores
200
+
201
+ * **eui-list-item:**
202
+ * 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))
203
+ * **other:**
204
+ * 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))
205
+ * 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))
206
+ * 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))
207
+ * 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))
208
+ * 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))
209
+ * 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))
210
+ * 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))
211
+ * 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))
212
+ * **eui-timepicker:**
213
+ * 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))
214
+ * **eui-date-range-selector:**
215
+ * 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))
216
+ * **eui-list:**
217
+ * 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))
218
+ ##### Bug Fixes
219
+
220
+ * **other:**
221
+ * 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))
222
+ * 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))
223
+
224
+ * * *
225
+ * * *
226
+ ## 23.0.0-alpha.5 (2026-07-10)
227
+
228
+ ##### Chores
229
+
230
+ * **other:**
231
+ * 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))
232
+
233
+ * * *
234
+ * * *
235
+ ## 23.0.0-alpha.4 (2026-07-09)
236
+
237
+ ##### Chores
238
+
239
+ * **other:**
240
+ * update package.json with new dependencies and peer adjustments - EUI-12618 [EUI-12618](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12618) ([d834b2fb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d834b2fb41380687ad6bd3a7bd536e6d749e98c2))
241
+ * replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([7e813ac3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7e813ac39967916fbd7b13ee1d7325a266bf1d04))
242
+ * update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([36e8b83b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/36e8b83b252b79568bb4e1769367f677ef294e6e))
243
+ * update mock components and improve type safety - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a92d5922](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a92d592240356410840d134b138094536d2b21a6))
244
+ * simplify EclHiddenDirective and update module imports - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([c05977e4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c05977e4e19f8792129cda28467224e581be89d4))
245
+ * update apexcharts version and refine series type casting - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([f4dac6ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f4dac6acc4dfc81efa3e694262e3b857104b1461))
246
+ * update Embla Carousel imports for consistency - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([3bf448a2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3bf448a27abbad64ff19fe5bd0eac1cc0cdc2221))
247
+ * enhance markdown renderer with improved token handling and blockquote support - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([27fdd19a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/27fdd19ac3b6e4944ca79bb5eb848e57797a7624))
248
+ * replace TranslateModule with TranslatePipe in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([236ddd31](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/236ddd31f48e0763b0c894e8743844948a0d28ed))
249
+ * improve documentation path handling in loader and schema - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([30d38c82](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/30d38c82271d5f9fb6afbf0fb88c3ea521e2e7b7))
250
+ * add support for gzipped documentation files and improve path resolution - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([cacc81e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cacc81e0b3a5e2766b8d528595bafec3af5ffb44))
251
+ * add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([b03403a0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b03403a080e5ce800480dc5993d842c039905318))
252
+ * add missing sub deps for eslint ([0863c4ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0863c4acc349043e067cb893ff899ae8379108bc))
253
+ * reenabled prefer-arrow eslint exclusions ([d0cb1e74](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d0cb1e741dfef525a4c8f2eebf2e74a7f4a00067))
254
+ * **deps:**
255
+ * upgraded to Angular 22.0.5 ([c50236bf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c50236bfab01ff6f3cae6aafa2e0342c78ad854a))
256
+ * **eslint:**
257
+ * migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([2d93f13d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2d93f13d700eb1be70bbfa7d24f5276ba28f011f))
258
+ ##### Bug Fixes
259
+
260
+ * **other:**
261
+ * lint errors ([a63d93f7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a63d93f719792f9c07ce968b636e08c2d893a6f3))
262
+
263
+ * * *
264
+ * * *
265
+ ## 23.0.0-alpha.3 (2026-07-09)
266
+
267
+ ##### Chores
268
+
269
+ * **other:**
270
+ * replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([96e74bdd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e74bddf718c574754737a5862b90e36eaf161a))
271
+ * update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([da98c0ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/da98c0aca2e3c7ec1e8edc92113fa08a67c0f177))
272
+ * update mock components and improve type safety - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([96e1105f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e1105f87003e011eb7972f5b87d3e97b721182))
273
+ * simplify EclHiddenDirective and update module imports - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([815141e5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/815141e5d50b7187dc5e675cff3cf427e9bb9478))
274
+ * update apexcharts version and refine series type casting - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([766fec0a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/766fec0aba29c1a057be50b7f9cd3f98268e0bb0))
275
+ * update Embla Carousel imports for consistency - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([014f3b8b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/014f3b8bb846b00108fc646e2ac5f53d7ff1a73a))
276
+ * enhance markdown renderer with improved token handling and blockquote support - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([fbfc42b6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fbfc42b6c631df620a8ede6878d1c2fb5da1c778))
277
+ * replace TranslateModule with TranslatePipe in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([bc77fc4e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bc77fc4e5985f4434a877096bc46f9793410dcaa))
278
+ * improve documentation path handling in loader and schema - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([60f0668c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/60f0668cb074a893e9b6f970961a531ee078d941))
279
+ * add support for gzipped documentation files and improve path resolution - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([3254d63e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3254d63eb1417f53416d1e1df7b3f37989f1c76b))
280
+ * add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([e23da213](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e23da213f472dbaea37d813c21f82f82a57790b4))
281
+ * add missing sub deps for eslint ([93d98bc8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/93d98bc8ff811596ba8456718a61c782382a6bf3))
282
+ * reenabled prefer-arrow eslint exclusions ([5219f611](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5219f61108eec07e39ddcbc97573071fcf444ed3))
283
+ * remove CommonModule imports from accordion and blockquote components - EUI-11958 [EUI-11958](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958) ([402654b8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/402654b8842fc38e43550443000dc84e7a3597df))
284
+ * set strict false for ecl and showcase sub-pkg ([b5f5a6aa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b5f5a6aa98ee10c416cc639bb0852f268cf8e34e))
285
+ * **deps:**
286
+ * upgraded to Angular 22.0.5 ([5cfd28de](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5cfd28de26b3d436ebfe63bd36d2766e3ee9535a))
287
+ * **eslint:**
288
+ * migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([313ebe1a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/313ebe1ad7742733aea83ecf53a40c2d868d38ea))
289
+ ##### Bug Fixes
290
+
291
+ * **other:**
292
+ * lint errors ([925f0b12](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/925f0b122a20c85ff2a497e77c25930d6ffcd9e9))
293
+
294
+ * * *
295
+ * * *
296
+ ## 23.0.0-alpha.2 (2026-07-07)
297
+
298
+ ##### Chores
299
+
300
+ * **deps:**
301
+ * upgraded to Angular 22.0.5 ([690dbbac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/690dbbac98fa711eec3c7333fbb0ec5102ad8940))
302
+ * **other:**
303
+ * add missing sub deps for eslint ([99fe5679](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/99fe5679b6124bb6c88a4197083798d6aad307c1))
304
+ * reenabled prefer-arrow eslint exclusions ([b31e85e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b31e85e07f71a7d2382e549649fc49208d73dc67))
305
+ * remove CommonModule imports from accordion and blockquote components - EUI-11958 [EUI-11958](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958) ([0c034406](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0c0344069724277be5e3977bc0e8948eed54fe84))
306
+ * set strict false for ecl and showcase sub-pkg ([96d2825b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96d2825bfc6f242ae404c9537671c67905a9058f))
307
+ * update Node.js engine requirement and upgrade Angular dependencies to 22 RC - EUI-12425 [EUI-12425](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12425) ([fd6490b7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fd6490b7c6d22e232a7f66f303cc1bfc91218d2a))
308
+ * adapted to 23.x config ([fc7f18a8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fc7f18a813661d46cb47b46a56a8efd360ed2388))
309
+ * **eslint:**
310
+ * migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([70f0339f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/70f0339f7498432d45a81b65fbf8c343e90f369c))
311
+ * **eui-icon-input:**
312
+ * Refactor with Signal API - EUI-12124 [EUI-12124](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12124) ([84c44446](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/84c444465d563712b7d1c63428feed70e3d81616))
313
+ * **eui-input-button:**
314
+ * Refactor with Signal API - EUI-12063 [EUI-12063](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12063) ([0bd641ef](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0bd641efc0575a3138b90b999fb7a7fd265f65ae))
315
+ * **eui-slider:**
316
+ * Refactor with Signal API - EUI-12075 [EUI-12075](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12075) ([e78489f8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e78489f8e1f2381fc9215739a6ebf29254d25ed8))
317
+ ##### New Features
318
+
319
+ * **other:**
320
+ * enhance EuiGrowl component with dismissal tracking and cleanup logic - EUI-12100 [EUI-12100](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12100) ([c302cf12](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c302cf12489324582f1129460908a657f7e4abfc))
321
+ ##### Bug Fixes
322
+
323
+ * **other:**
324
+ * lint errors ([63d35eaa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/63d35eaa386af3174767737211499ed9302a9229))
325
+ * lint issues - EUI-11966 [EUI-11966](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11966) ([9a0ae241](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a0ae24179c0d20fd7717bc3bca890b663651b59))
326
+ * **eui-card-header:**
327
+ * correct function call for hasHeaderClickToggle - EUI-12274 [EUI-12274](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12274) ([a80803f0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a80803f0a8ff208862ee00f408538afebe535b7e))
328
+ ##### Refactors
329
+
330
+ * **other:**
331
+ * replace signal with computed for cssClasses in eui-growl component - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([f6edf929](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f6edf92961a776f52d83b9962037757d82297b05))
332
+
333
+ * * *
334
+ * * *
335
+ ## 23.0.0-alpha.1 (2026-03-06)
336
+
337
+ ##### Chores
338
+
339
+ * **other:**
340
+ * adapted to 23.x config ([1215f0d1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1215f0d107b2edd5242593ace2ee5dd570ae0ffb))
341
+ * fix lint errors EUI-12031 [EUI-12031](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12031) ([9e0f3949](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9e0f39497463964d00ff02b700e13d50fd132033))
342
+ * **eui-comment-thread:**
343
+ * usage of linkedSignal to mutate the state locally when isOpen Input changes - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([9a834d2b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a834d2b758dedaabeecbd985292aa1535f2bd02))
344
+ * **BaseStateDirective:**
345
+ * migrate to Signals API - EUI-11961 [EUI-11961](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11961) ([f9a1d7ca](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f9a1d7ca03391bb0738c763cf6f138ebea54f68d))
346
+ * **eui-chip, eui-chip-button, eui-chip-group, eui-chip-list:**
347
+ * Refactor with... ([cbcea1c5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cbcea1c5b83bf20a2e02a91576a3209eb4b6b8f6))
348
+ ##### New Features
349
+
350
+ * **other:**
351
+ * enhance EuiGrowl component with dismissal tracking and cleanup logic - EUI-12100 [EUI-12100](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12100) ([eab2d0f3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/eab2d0f3ca7e2ae1fbf313bc51d4d2533bc8775e))
352
+ ##### Bug Fixes
353
+
354
+ * **other:**
355
+ * lint issues - EUI-11966 [EUI-11966](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11966) ([32b5903c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/32b5903ce53d0d3df1fbafe9e623f2bc2641e5dc))
356
+ * add missing comma in linkedSignal computation - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([0344105c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0344105c32ca44579bb587d1beeb29eaaa60c29b))
357
+ * update alertTitle and euiVariant checks for proper function calls - EUI-11961 [EUI-11961](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11961) ([81ed6d00](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/81ed6d00e107869298ac7e1015e2a7d3ab794d98))
358
+ ##### Refactors
359
+
360
+ * **other:**
361
+ * replace signal with computed for cssClasses in eui-growl component - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([09951d69](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/09951d69599883b6f8f2f1446b3fb6c1638978a6))
362
+ * remove unused OnInit lifecycle hook from language selector component - EUI-11903 [EUI-11903](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11903) ([790845c8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/790845c8b43aeb5eb116e1923e6bcbb26f463c51))
363
+ * update language selector to use linked signals and improve aria label handling - EUI-11903 [EUI-11903](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11903) ([10a6e595](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/10a6e595f4346accc165cfa60b72169aeca66d3d))
364
+ * simplify EuiCardContentComponent by removing unused imports and HostBinding - EUI-12107 [EUI-12107](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12107) ([eda9d3d8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/eda9d3d83112cb9b3ff3602a7ed5eecdc3d74967))
365
+ * update EuiProgressCircleComponent to use signals and computed properties - EUI-12125 [EUI-12125](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12125) ([98b4147a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/98b4147a510677de2bfeea6fafcd11914357ffc4))
366
+ ##### Tests
367
+
368
+ * **other:**
369
+ * update eui-alert component tests to use setInput for state management - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([d6013975](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d601397551237ae4164bfec788e82181e49598e2))
370
+ * simplify euiVariant tests in eui-dialog component - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([b3cb0bfb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b3cb0bfb5641812e03369ad6a03175b25c4b9b59))
371
+ * 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))
372
+ * 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))
373
+
374
+ * * *
375
+ * * *
1
376
  ## 21.4.1 (2026-08-17)
2
377
 
3
378
  ##### Chores
@@ -0,0 +1,223 @@
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 architecture">
105
+ <div class="content-data">
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <ol class="breadcrumb">
113
+ <li class="breadcrumb-item">Architecture</li>
114
+ </ol>
115
+
116
+ <p class="alert alert-warning">Graph generation is disabled.</p>
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ </div><div class="search-results">
137
+ <div class="has-results">
138
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
139
+ <ul class="search-results-list"></ul>
140
+ </div>
141
+ <div class="no-results">
142
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ <!-- END CONTENT -->
147
+ </div>
148
+ </div>
149
+
150
+ <label class="dark-mode-switch">
151
+ <input type="checkbox">
152
+ <span class="slider">
153
+ <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">
154
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
155
+ </svg>
156
+ </span>
157
+ </label>
158
+
159
+ <script>
160
+ var COMPODOC_CURRENT_PAGE_DEPTH = 0;
161
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'architecture';
162
+ var COMPODOC_CURRENT_PAGE_URL = 'architecture.html';
163
+ var MAX_SEARCH_RESULTS = 15;
164
+ </script>
165
+
166
+ <script>
167
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
168
+ var updateDarkModeSwitchOffset = function () {
169
+ var content = document.querySelector('.content');
170
+ var scrollbarWidth = 0;
171
+
172
+ if (content) {
173
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
174
+ }
175
+
176
+ document.documentElement.style.setProperty(
177
+ '--content-scrollbar-width',
178
+ scrollbarWidth + 'px'
179
+ );
180
+ };
181
+
182
+ updateDarkModeSwitchOffset();
183
+ requestAnimationFrame(updateDarkModeSwitchOffset);
184
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
185
+
186
+ checkToggle(darkModeState);
187
+ if ($darkModeToggleSwitchers.length > 0) {
188
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
189
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
190
+ darkModeState = !darkModeState;
191
+ toggleDarkMode(darkModeState);
192
+ });
193
+ }
194
+ }
195
+ </script>
196
+
197
+ <script src="./js/libs/custom-elements.min.js"></script>
198
+ <script src="./js/libs/lit-html.js"></script>
199
+
200
+ <script src="./js/menu-wc.js" defer></script>
201
+
202
+ <script src="./js/libs/bootstrap-native.js"></script>
203
+
204
+ <script src="./js/libs/es6-shim.min.js"></script>
205
+ <script src="./js/libs/EventDispatcher.js"></script>
206
+ <script src="./js/libs/promise.min.js"></script>
207
+
208
+ <script src="./js/compodoc.js"></script>
209
+
210
+ <script src="./js/tabs.js"></script>
211
+ <script src="./js/menu.js"></script>
212
+ <script src="./js/libs/clipboard.min.js"></script>
213
+ <script src="./js/libs/prism.js"></script>
214
+ <script src="./js/sourceCode.js"></script>
215
+ <script src="./js/search/search.js"></script>
216
+ <script src="./js/search/lunr.min.js"></script>
217
+ <script src="./js/search/search-lunr.js"></script>
218
+ <script src="./js/search/search_index.js"></script>
219
+ <script src="./js/lazy-load-graphs.js"></script>
220
+
221
+
222
+ </body>
223
+ </html>