@eui/core 19.3.3-snapshot-1754667754469 → 21.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 (203) hide show
  1. package/CHANGELOG.md +101 -0
  2. package/docs/changelog.html +120 -0
  3. package/docs/directives/TranslateMockDirective.html +0 -43
  4. package/docs/injectables/ApiQueueService.html +1 -55
  5. package/docs/injectables/EuiAppShellService.html +1 -103
  6. package/docs/injectables/EuiDynamicComponentService.html +0 -67
  7. package/docs/injectables/EuiDynamicMenuService.html +1 -43
  8. package/docs/injectables/EuiPermissionService.html +1 -43
  9. package/docs/injectables/EuiThemeService.html +1 -55
  10. package/docs/injectables/GlobalErrorHandler.html +0 -43
  11. package/docs/injectables/I18nLoader.html +1 -55
  12. package/docs/injectables/I18nService.html +1 -79
  13. package/docs/injectables/LocalForageService.html +1 -43
  14. package/docs/injectables/LocalStorageService.html +0 -54
  15. package/docs/injectables/LocaleService.html +1 -91
  16. package/docs/injectables/LocaleServiceMock.html +1 -31
  17. package/docs/injectables/LogService.html +1 -55
  18. package/docs/injectables/SessionStorageService.html +0 -43
  19. package/docs/injectables/StoreService.html +1 -42
  20. package/docs/injectables/UserService.html +1 -31
  21. package/docs/interceptors/AddLangParamInterceptor.html +0 -43
  22. package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -67
  23. package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -43
  24. package/docs/js/menu-wc.js +6 -6
  25. package/docs/js/menu-wc_es5.js +1 -1
  26. package/docs/js/search/search_index.js +2 -2
  27. package/docs/properties.html +1 -1
  28. package/fesm2022/eui-core.mjs +224 -315
  29. package/fesm2022/eui-core.mjs.map +1 -1
  30. package/index.d.ts +2470 -5
  31. package/index.d.ts.map +1 -1
  32. package/package.json +11 -11
  33. package/eui-core.d.ts.map +0 -1
  34. package/lib/eui-core.module.d.ts +0 -21
  35. package/lib/eui-core.module.d.ts.map +0 -1
  36. package/lib/helpers/css-utils.d.ts +0 -35
  37. package/lib/helpers/css-utils.d.ts.map +0 -1
  38. package/lib/helpers/date-helpers.d.ts +0 -3
  39. package/lib/helpers/date-helpers.d.ts.map +0 -1
  40. package/lib/helpers/dom-helpers.d.ts +0 -34
  41. package/lib/helpers/dom-helpers.d.ts.map +0 -1
  42. package/lib/helpers/event-helpers.d.ts +0 -2
  43. package/lib/helpers/event-helpers.d.ts.map +0 -1
  44. package/lib/helpers/form-helpers.d.ts +0 -11
  45. package/lib/helpers/form-helpers.d.ts.map +0 -1
  46. package/lib/helpers/format-helpers.d.ts +0 -13
  47. package/lib/helpers/format-helpers.d.ts.map +0 -1
  48. package/lib/helpers/http-helpers.d.ts +0 -8
  49. package/lib/helpers/http-helpers.d.ts.map +0 -1
  50. package/lib/helpers/index.d.ts +0 -10
  51. package/lib/helpers/index.d.ts.map +0 -1
  52. package/lib/helpers/injector.d.ts +0 -11
  53. package/lib/helpers/injector.d.ts.map +0 -1
  54. package/lib/helpers/utils.d.ts +0 -7
  55. package/lib/helpers/utils.d.ts.map +0 -1
  56. package/lib/interceptors/add-lang-param.interceptor.d.ts +0 -17
  57. package/lib/interceptors/add-lang-param.interceptor.d.ts.map +0 -1
  58. package/lib/interceptors/cache-prevention.interceptor.d.ts +0 -9
  59. package/lib/interceptors/cache-prevention.interceptor.d.ts.map +0 -1
  60. package/lib/interceptors/cors-security.interceptor.d.ts +0 -9
  61. package/lib/interceptors/cors-security.interceptor.d.ts.map +0 -1
  62. package/lib/interceptors/csrf-prevention.interceptor.d.ts +0 -9
  63. package/lib/interceptors/csrf-prevention.interceptor.d.ts.map +0 -1
  64. package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +0 -20
  65. package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +0 -1
  66. package/lib/interceptors/index.d.ts +0 -7
  67. package/lib/interceptors/index.d.ts.map +0 -1
  68. package/lib/interceptors/ux-request-error-model.interceptor.d.ts +0 -14
  69. package/lib/interceptors/ux-request-error-model.interceptor.d.ts.map +0 -1
  70. package/lib/services/app/eui-init-app.d.ts +0 -12
  71. package/lib/services/app/eui-init-app.d.ts.map +0 -1
  72. package/lib/services/app/eui-pre-init-app.d.ts +0 -17
  73. package/lib/services/app/eui-pre-init-app.d.ts.map +0 -1
  74. package/lib/services/app/eui-startup.d.ts +0 -5
  75. package/lib/services/app/eui-startup.d.ts.map +0 -1
  76. package/lib/services/app/factories/log.d.ts +0 -26
  77. package/lib/services/app/factories/log.d.ts.map +0 -1
  78. package/lib/services/app/index.d.ts +0 -3
  79. package/lib/services/app/index.d.ts.map +0 -1
  80. package/lib/services/config/defaults.d.ts +0 -12
  81. package/lib/services/config/defaults.d.ts.map +0 -1
  82. package/lib/services/config/tokens.d.ts +0 -20
  83. package/lib/services/config/tokens.d.ts.map +0 -1
  84. package/lib/services/dynamic-component/dynamic-component.service.d.ts +0 -42
  85. package/lib/services/dynamic-component/dynamic-component.service.d.ts.map +0 -1
  86. package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +0 -15
  87. package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +0 -1
  88. package/lib/services/errors/eui.error.d.ts +0 -14
  89. package/lib/services/errors/eui.error.d.ts.map +0 -1
  90. package/lib/services/errors/global-error-handler.d.ts +0 -11
  91. package/lib/services/errors/global-error-handler.d.ts.map +0 -1
  92. package/lib/services/errors/http-error-handler-callback-functions.d.ts +0 -7
  93. package/lib/services/errors/http-error-handler-callback-functions.d.ts.map +0 -1
  94. package/lib/services/errors/http-error-handler.interceptor.d.ts +0 -23
  95. package/lib/services/errors/http-error-handler.interceptor.d.ts.map +0 -1
  96. package/lib/services/errors/index.d.ts +0 -5
  97. package/lib/services/errors/index.d.ts.map +0 -1
  98. package/lib/services/eui-app-shell.service.d.ts +0 -110
  99. package/lib/services/eui-app-shell.service.d.ts.map +0 -1
  100. package/lib/services/eui-theme.service.d.ts +0 -52
  101. package/lib/services/eui-theme.service.d.ts.map +0 -1
  102. package/lib/services/eui-timezone.service.d.ts +0 -270
  103. package/lib/services/eui-timezone.service.d.ts.map +0 -1
  104. package/lib/services/growl/eui-growl.service.d.ts +0 -23
  105. package/lib/services/growl/eui-growl.service.d.ts.map +0 -1
  106. package/lib/services/growl/index.d.ts +0 -2
  107. package/lib/services/growl/index.d.ts.map +0 -1
  108. package/lib/services/i18n/i18n.loader.d.ts +0 -93
  109. package/lib/services/i18n/i18n.loader.d.ts.map +0 -1
  110. package/lib/services/i18n/i18n.resource.d.ts +0 -36
  111. package/lib/services/i18n/i18n.resource.d.ts.map +0 -1
  112. package/lib/services/i18n/i18n.service.d.ts +0 -102
  113. package/lib/services/i18n/i18n.service.d.ts.map +0 -1
  114. package/lib/services/i18n/index.d.ts +0 -4
  115. package/lib/services/i18n/index.d.ts.map +0 -1
  116. package/lib/services/index.d.ts +0 -20
  117. package/lib/services/index.d.ts.map +0 -1
  118. package/lib/services/loader/eui-loader.model.d.ts +0 -97
  119. package/lib/services/loader/eui-loader.model.d.ts.map +0 -1
  120. package/lib/services/loader/eui-loader.service.d.ts +0 -143
  121. package/lib/services/loader/eui-loader.service.d.ts.map +0 -1
  122. package/lib/services/loader/index.d.ts +0 -3
  123. package/lib/services/loader/index.d.ts.map +0 -1
  124. package/lib/services/locale/index.d.ts +0 -3
  125. package/lib/services/locale/index.d.ts.map +0 -1
  126. package/lib/services/locale/locale.service.d.ts +0 -103
  127. package/lib/services/locale/locale.service.d.ts.map +0 -1
  128. package/lib/services/locale/locale.service.mock.d.ts +0 -16
  129. package/lib/services/locale/locale.service.mock.d.ts.map +0 -1
  130. package/lib/services/log/index.d.ts +0 -4
  131. package/lib/services/log/index.d.ts.map +0 -1
  132. package/lib/services/log/log.module.d.ts +0 -16
  133. package/lib/services/log/log.module.d.ts.map +0 -1
  134. package/lib/services/log/log.service.d.ts +0 -28
  135. package/lib/services/log/log.service.d.ts.map +0 -1
  136. package/lib/services/log/log.service.mock.d.ts +0 -5
  137. package/lib/services/log/log.service.mock.d.ts.map +0 -1
  138. package/lib/services/permission/permission.service.d.ts +0 -188
  139. package/lib/services/permission/permission.service.d.ts.map +0 -1
  140. package/lib/services/queue/api-queue.service.d.ts +0 -278
  141. package/lib/services/queue/api-queue.service.d.ts.map +0 -1
  142. package/lib/services/queue/api-queue.service.mock.d.ts +0 -14
  143. package/lib/services/queue/api-queue.service.mock.d.ts.map +0 -1
  144. package/lib/services/queue/index.d.ts +0 -3
  145. package/lib/services/queue/index.d.ts.map +0 -1
  146. package/lib/services/storage/async-storage.service.d.ts +0 -45
  147. package/lib/services/storage/async-storage.service.d.ts.map +0 -1
  148. package/lib/services/storage/async-storage.service.mock.d.ts +0 -12
  149. package/lib/services/storage/async-storage.service.mock.d.ts.map +0 -1
  150. package/lib/services/storage/index.d.ts +0 -8
  151. package/lib/services/storage/index.d.ts.map +0 -1
  152. package/lib/services/storage/local-forage.service.d.ts +0 -49
  153. package/lib/services/storage/local-forage.service.d.ts.map +0 -1
  154. package/lib/services/storage/local-storage.service.d.ts +0 -36
  155. package/lib/services/storage/local-storage.service.d.ts.map +0 -1
  156. package/lib/services/storage/session-storage.service.d.ts +0 -35
  157. package/lib/services/storage/session-storage.service.d.ts.map +0 -1
  158. package/lib/services/storage/storage.service.d.ts +0 -29
  159. package/lib/services/storage/storage.service.d.ts.map +0 -1
  160. package/lib/services/storage/storage.service.mock.d.ts +0 -8
  161. package/lib/services/storage/storage.service.mock.d.ts.map +0 -1
  162. package/lib/services/store/actions/app.actions.d.ts +0 -119
  163. package/lib/services/store/actions/app.actions.d.ts.map +0 -1
  164. package/lib/services/store/actions/i18n.actions.d.ts +0 -21
  165. package/lib/services/store/actions/i18n.actions.d.ts.map +0 -1
  166. package/lib/services/store/actions/index.d.ts +0 -6
  167. package/lib/services/store/actions/index.d.ts.map +0 -1
  168. package/lib/services/store/actions/locale.actions.d.ts +0 -21
  169. package/lib/services/store/actions/locale.actions.d.ts.map +0 -1
  170. package/lib/services/store/actions/notifications.actions.d.ts +0 -20
  171. package/lib/services/store/actions/notifications.actions.d.ts.map +0 -1
  172. package/lib/services/store/actions/user.actions.d.ts +0 -57
  173. package/lib/services/store/actions/user.actions.d.ts.map +0 -1
  174. package/lib/services/store/index.d.ts +0 -5
  175. package/lib/services/store/index.d.ts.map +0 -1
  176. package/lib/services/store/ngrx_kit.d.ts +0 -54
  177. package/lib/services/store/ngrx_kit.d.ts.map +0 -1
  178. package/lib/services/store/reducers/app.reducers.d.ts +0 -7
  179. package/lib/services/store/reducers/app.reducers.d.ts.map +0 -1
  180. package/lib/services/store/reducers/core.reducers.d.ts +0 -7
  181. package/lib/services/store/reducers/core.reducers.d.ts.map +0 -1
  182. package/lib/services/store/reducers/i18n.reducers.d.ts +0 -7
  183. package/lib/services/store/reducers/i18n.reducers.d.ts.map +0 -1
  184. package/lib/services/store/reducers/index.d.ts +0 -8
  185. package/lib/services/store/reducers/index.d.ts.map +0 -1
  186. package/lib/services/store/reducers/locale.reducers.d.ts +0 -7
  187. package/lib/services/store/reducers/locale.reducers.d.ts.map +0 -1
  188. package/lib/services/store/reducers/meta.reducers.d.ts +0 -32
  189. package/lib/services/store/reducers/meta.reducers.d.ts.map +0 -1
  190. package/lib/services/store/reducers/notifications.reducers.d.ts +0 -7
  191. package/lib/services/store/reducers/notifications.reducers.d.ts.map +0 -1
  192. package/lib/services/store/reducers/user.reducers.d.ts +0 -7
  193. package/lib/services/store/reducers/user.reducers.d.ts.map +0 -1
  194. package/lib/services/store/store.service.d.ts +0 -72
  195. package/lib/services/store/store.service.d.ts.map +0 -1
  196. package/lib/services/store/store.service.mock.d.ts +0 -15
  197. package/lib/services/store/store.service.mock.d.ts.map +0 -1
  198. package/lib/services/user/index.d.ts +0 -3
  199. package/lib/services/user/index.d.ts.map +0 -1
  200. package/lib/services/user/user.service.d.ts +0 -46
  201. package/lib/services/user/user.service.d.ts.map +0 -1
  202. package/lib/services/user/user.service.mock.d.ts +0 -15
  203. package/lib/services/user/user.service.mock.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,104 @@
1
+ ## 21.0.0-alpha.2 (2025-08-10)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * adapted config skipSonar temporary - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([10f7486d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
7
+ /commits/10f7486d681e9ee6757876f725632c582da70304))
8
+ ##### Bug Fixes
9
+
10
+ * **table:**
11
+ * missing export of model - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([61395323](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
12
+ /commits/61395323fea2a170f40a19b2f72559b6e6a6c40a))
13
+
14
+ * * *
15
+ * * *
16
+ ## 21.0.0-alpha.1 (2025-08-10)
17
+
18
+ ##### Chores
19
+
20
+ * **other:**
21
+ * set to 21.0.0-alpha.0 ([ccdf2913](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
22
+ /commits/ccdf291397ac7218b9d41db80440f1b355e35e8d))
23
+ * merge from develop ([4025a7d1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
24
+ /commits/4025a7d1d7f9d1ee8523992c8c81f2a9a9727669))
25
+ * setup sdlc migration ([4af66a1c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
26
+ /commits/4af66a1c7a68139c9376d2a784b74b2a6158f57f))
27
+ * update pipeline ([2034129f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
28
+ /commits/2034129f24509331622de8533bdc7bb5e323b3a4))
29
+ * adapted pipeline for eui-cli test ([d5e01823](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
30
+ /commits/d5e01823db060a17089df9b6dee278069125083b))
31
+ * enforce usage of the inject API - EUI-11074 [EUI-11074](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074) ([f2c68e86](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
32
+ /commits/f2c68e86c9ee86a9a7f7e668862420c119f4d68e))
33
+ * fix tests - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([cc9ee3c4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
34
+ /commits/cc9ee3c4b1300efb48b1cb69e03a075070b7ec0c))
35
+ * use ng20 dependencies - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([f5404e0e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
36
+ /commits/f5404e0e095c9a6d1dc7da81d5836d8b94d5f8d6))
37
+ * removes unessesary next packages ([82c751f5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
38
+ /commits/82c751f57e72ed12b6a0c0c84cf8a71d5926bea3))
39
+ * upgrade deps to latest/next - EUI-10719 [EUI-10719](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719) ([319ada93](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
40
+ /commits/319ada93b085b052e3b1e845e01a2292c5eec61c))
41
+ * **styles:**
42
+ * enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([fb628a65](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
43
+ /commits/fb628a65bad49f8c4f97b3de8ea988d906576d8d))
44
+ * adapted ds2025 theme palettes to new specs - shadows to new specs - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([4d1183c6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
45
+ /commits/4d1183c648390bebd36d31158ba9b997aea1d978))
46
+ * **ecl-featured:**
47
+ * standalone component migration EUI-11173 [EUI-11173](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11173) ([90141c2a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
48
+ /commits/90141c2a5f7efe0e601a9d2a2d604fcd19f2447e))
49
+ * **ecl-site-header, ecl-site-footer:**
50
+ * standalone components migration EUI-11180 [EUI-11180](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11180) ([dedbc53e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
51
+ /commits/dedbc53e446ab8f9bbbc6e4ed9aa17735a08b687))
52
+ * **ecl-text-input:**
53
+ * migrate component to standalone - EUI-11172 [EUI-11172](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11172) ([5be1b10e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
54
+ /commits/5be1b10e69928fe3e6c2f2ab4264222679985775))
55
+ * **ecl-text-area:**
56
+ * migrate component to standalone - EUI-11171 [EUI-11171](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11171) ([412f2479](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
57
+ /commits/412f2479247ed08456ddfb159383d3c43ea8234f))
58
+ * **ecl-breadcrumb, ecl-page-header:**
59
+ * standalone components refactoring EUI-11179 [EUI-11179](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11179) ([eceed44f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
60
+ /commits/eceed44f90b02969f2f444233ccb5d3bc9b54fd3))
61
+ * **ecl-app, ecl-tabs:**
62
+ * standalone components upgrade EUI-11178 [EUI-11178](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11178) ([40327ecc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
63
+ /commits/40327ecc73b39abbccd7efefb1a8b9fb5f61014f))
64
+ * **ecl-manu, ecl-navigation-list:**
65
+ * standalone components migration EUI-11176 [EUI-11176](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11176) ([649c1f39](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
66
+ /commits/649c1f3970351cb00d1dd6e726bac9efef6693d6))
67
+ * **eui-card-header:**
68
+ * removes coolapsible header feature to prevent a11y errors - EUI-10767 [EUI-10767](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767) ([041d14da](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
69
+ /commits/041d14da6e92a44f0f506611c2ec4df6cc5da2a4))
70
+ * **eui-autocomplete:**
71
+ * Minor changes in spec file - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([92d5770e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
72
+ /commits/92d5770eb12fe0bbe6fbbe7d22b7fd62a78d5952))
73
+ * migrate to Signal API and provide documentation - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([6ff07e4d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
74
+ /commits/6ff07e4d3c468925a58d315a9b56a4542aca3443))
75
+ * migrate to standalone - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([0c7e134a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
76
+ /commits/0c7e134a10cbc6131a618a3d4aa77000ec90f536))
77
+ * **eui-alert:**
78
+ * migrate to Signal API - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([dd2ad60e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
79
+ /commits/dd2ad60e13c26a81689c8f2d4289f72d4ca5a8de))
80
+ * update documentation - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([c6384c3f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
81
+ /commits/c6384c3f340e1a106b653f2ab4b60078cc051a2b))
82
+ * **eui-progress-circle:**
83
+ * migrate to Signal API - EUI-10709 [EUI-10709](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709) ([94505dd6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
84
+ /commits/94505dd6bbb708ac409b444ba0d88dbbd626423b))
85
+ ##### Bug Fixes
86
+
87
+ * **other:**
88
+ * ecl imports merge issues ([fe5bc6e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
89
+ /commits/fe5bc6e0bf3b374d65eab68a48cfa246fba6a62b))
90
+ * **ecl-date-picker:**
91
+ * calendar position not correct EUI-111213 [EUI-111213](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-111213) ([f3bde84e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
92
+ /commits/f3bde84e121713ee94104caaf9b96e3b9d295608))
93
+ * **chip:**
94
+ * filled state close icon on icon-button - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([a073f1fc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
95
+ /commits/a073f1fc56b5453724c2772d4842521a7fe5cf70))
96
+ * **eui-progress-circle:**
97
+ * duplicate transform ([5d54b0e1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
98
+ /commits/5d54b0e1153496bf8f099ba696c68dca29819398))
99
+
100
+ * * *
101
+ * * *
1
102
  ## 19.3.2 (2025-08-02)
2
103
 
3
104
  ##### Chores
@@ -83,6 +83,126 @@
83
83
  <div class="content getting-started">
84
84
  <div class="content-data">
85
85
 
86
+ <h2>21.0.0-alpha.1 (2025-08-10)</h2>
87
+ <h5>Chores</h5>
88
+ <ul>
89
+ <li><strong>other:</strong><ul>
90
+ <li>set to 21.0.0-alpha.0 ([ccdf2913](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
91
+ /commits/ccdf291397ac7218b9d41db80440f1b355e35e8d))</li>
92
+ <li>merge from develop ([4025a7d1](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
93
+ /commits/4025a7d1d7f9d1ee8523992c8c81f2a9a9727669))</li>
94
+ <li>setup sdlc migration ([4af66a1c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
95
+ /commits/4af66a1c7a68139c9376d2a784b74b2a6158f57f))</li>
96
+ <li>update pipeline ([2034129f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
97
+ /commits/2034129f24509331622de8533bdc7bb5e323b3a4))</li>
98
+ <li>adapted pipeline for eui-cli test ([d5e01823](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
99
+ /commits/d5e01823db060a17089df9b6dee278069125083b))</li>
100
+ <li>enforce usage of the inject API - EUI-11074 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074">EUI-11074</a> ([f2c68e86](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
101
+ /commits/f2c68e86c9ee86a9a7f7e668862420c119f4d68e))</li>
102
+ <li>fix tests - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([cc9ee3c4](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
103
+ /commits/cc9ee3c4b1300efb48b1cb69e03a075070b7ec0c))</li>
104
+ <li>use ng20 dependencies - EUI-10945 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945">EUI-10945</a> ([f5404e0e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
105
+ /commits/f5404e0e095c9a6d1dc7da81d5836d8b94d5f8d6))</li>
106
+ <li>removes unessesary next packages ([82c751f5](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
107
+ /commits/82c751f57e72ed12b6a0c0c84cf8a71d5926bea3))</li>
108
+ <li>upgrade deps to latest/next - EUI-10719 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719">EUI-10719</a> ([319ada93](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
109
+ /commits/319ada93b085b052e3b1e845e01a2292c5eec61c))</li>
110
+ </ul>
111
+ </li>
112
+ <li><strong>styles:</strong><ul>
113
+ <li>enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([fb628a65](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
114
+ /commits/fb628a65bad49f8c4f97b3de8ea988d906576d8d))</li>
115
+ <li>adapted ds2025 theme palettes to new specs - shadows to new specs - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([4d1183c6](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
116
+ /commits/4d1183c648390bebd36d31158ba9b997aea1d978))</li>
117
+ </ul>
118
+ </li>
119
+ <li><strong>ecl-featured:</strong><ul>
120
+ <li>standalone component migration EUI-11173 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11173">EUI-11173</a> ([90141c2a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
121
+ /commits/90141c2a5f7efe0e601a9d2a2d604fcd19f2447e))</li>
122
+ </ul>
123
+ </li>
124
+ <li><strong>ecl-site-header, ecl-site-footer:</strong><ul>
125
+ <li>standalone components migration EUI-11180 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11180">EUI-11180</a> ([dedbc53e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
126
+ /commits/dedbc53e446ab8f9bbbc6e4ed9aa17735a08b687))</li>
127
+ </ul>
128
+ </li>
129
+ <li><strong>ecl-text-input:</strong><ul>
130
+ <li>migrate component to standalone - EUI-11172 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11172">EUI-11172</a> ([5be1b10e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
131
+ /commits/5be1b10e69928fe3e6c2f2ab4264222679985775))</li>
132
+ </ul>
133
+ </li>
134
+ <li><strong>ecl-text-area:</strong><ul>
135
+ <li>migrate component to standalone - EUI-11171 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11171">EUI-11171</a> ([412f2479](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
136
+ /commits/412f2479247ed08456ddfb159383d3c43ea8234f))</li>
137
+ </ul>
138
+ </li>
139
+ <li><strong>ecl-breadcrumb, ecl-page-header:</strong><ul>
140
+ <li>standalone components refactoring EUI-11179 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11179">EUI-11179</a> ([eceed44f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
141
+ /commits/eceed44f90b02969f2f444233ccb5d3bc9b54fd3))</li>
142
+ </ul>
143
+ </li>
144
+ <li><strong>ecl-app, ecl-tabs:</strong><ul>
145
+ <li>standalone components upgrade EUI-11178 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11178">EUI-11178</a> ([40327ecc](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
146
+ /commits/40327ecc73b39abbccd7efefb1a8b9fb5f61014f))</li>
147
+ </ul>
148
+ </li>
149
+ <li><strong>ecl-manu, ecl-navigation-list:</strong><ul>
150
+ <li>standalone components migration EUI-11176 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11176">EUI-11176</a> ([649c1f39](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
151
+ /commits/649c1f3970351cb00d1dd6e726bac9efef6693d6))</li>
152
+ </ul>
153
+ </li>
154
+ <li><strong>eui-card-header:</strong><ul>
155
+ <li>removes coolapsible header feature to prevent a11y errors - EUI-10767 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767">EUI-10767</a> ([041d14da](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
156
+ /commits/041d14da6e92a44f0f506611c2ec4df6cc5da2a4))</li>
157
+ </ul>
158
+ </li>
159
+ <li><strong>eui-autocomplete:</strong><ul>
160
+ <li>Minor changes in spec file - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([92d5770e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
161
+ /commits/92d5770eb12fe0bbe6fbbe7d22b7fd62a78d5952))</li>
162
+ <li>migrate to Signal API and provide documentation - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([6ff07e4d](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
163
+ /commits/6ff07e4d3c468925a58d315a9b56a4542aca3443))</li>
164
+ <li>migrate to standalone - EUI-10715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715">EUI-10715</a> ([0c7e134a](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
165
+ /commits/0c7e134a10cbc6131a618a3d4aa77000ec90f536))</li>
166
+ </ul>
167
+ </li>
168
+ <li><strong>eui-alert:</strong><ul>
169
+ <li>migrate to Signal API - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([dd2ad60e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
170
+ /commits/dd2ad60e13c26a81689c8f2d4289f72d4ca5a8de))</li>
171
+ <li>update documentation - EUI-10706 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706">EUI-10706</a> ([c6384c3f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
172
+ /commits/c6384c3f340e1a106b653f2ab4b60078cc051a2b))</li>
173
+ </ul>
174
+ </li>
175
+ <li><strong>eui-progress-circle:</strong><ul>
176
+ <li>migrate to Signal API - EUI-10709 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709">EUI-10709</a> ([94505dd6](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
177
+ /commits/94505dd6bbb708ac409b444ba0d88dbbd626423b))</li>
178
+ </ul>
179
+ </li>
180
+ </ul>
181
+ <h5>Bug Fixes</h5>
182
+ <ul>
183
+ <li><strong>other:</strong><ul>
184
+ <li>ecl imports merge issues ([fe5bc6e0](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
185
+ /commits/fe5bc6e0bf3b374d65eab68a48cfa246fba6a62b))</li>
186
+ </ul>
187
+ </li>
188
+ <li><strong>ecl-date-picker:</strong><ul>
189
+ <li>calendar position not correct EUI-111213 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-111213">EUI-111213</a> ([f3bde84e](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
190
+ /commits/f3bde84e121713ee94104caaf9b96e3b9d295608))</li>
191
+ </ul>
192
+ </li>
193
+ <li><strong>chip:</strong><ul>
194
+ <li>filled state close icon on icon-button - EUI-10199 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199">EUI-10199</a> ([a073f1fc](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
195
+ /commits/a073f1fc56b5453724c2772d4842521a7fe5cf70))</li>
196
+ </ul>
197
+ </li>
198
+ <li><strong>eui-progress-circle:</strong><ul>
199
+ <li>duplicate transform ([5d54b0e1](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
200
+ /commits/5d54b0e1153496bf8f099ba696c68dca29819398))</li>
201
+ </ul>
202
+ </li>
203
+ </ul>
204
+ <hr>
205
+ <hr>
86
206
  <h2>19.3.2 (2025-08-02)</h2>
87
207
  <h5>Chores</h5>
88
208
  <ul>
@@ -168,49 +168,6 @@
168
168
  </table>
169
169
  </section>
170
170
 
171
- <section data-compodoc="block-constructor">
172
- <h3 id="constructor">Constructor</h3>
173
- <table class="table table-sm table-bordered">
174
- <tbody>
175
- <tr>
176
- <td class="col-md-4">
177
- <code>constructor(_element: ElementRef)</code>
178
- </td>
179
- </tr>
180
-
181
- <tr>
182
- <td class="col-md-4">
183
- <div>
184
- <b>Parameters :</b>
185
- <table class="params">
186
- <thead>
187
- <tr>
188
- <td>Name</td>
189
- <td>Type</td>
190
- <td>Optional</td>
191
- </tr>
192
- </thead>
193
- <tbody>
194
- <tr>
195
- <td>_element</td>
196
-
197
- <td>
198
- <code>ElementRef</code>
199
- </td>
200
-
201
- <td>
202
- No
203
- </td>
204
-
205
- </tr>
206
- </tbody>
207
- </table>
208
- </div>
209
- </td>
210
- </tr>
211
- </tbody>
212
- </table>
213
- </section>
214
171
 
215
172
  <section data-compodoc="block-inputs">
216
173
  <h3 id="inputs">Inputs</h3>
@@ -201,64 +201,10 @@ apiQueueService.processAllQueueItems(true).subscribe(results =&gt; {
201
201
  <tbody>
202
202
  <tr>
203
203
  <td class="col-md-4">
204
- <code>constructor(store: <a href="../injectables/StoreService.html" target="_self">StoreService</a>, http: HttpClient, logService: <a href="../injectables/LogService.html" target="_self">LogService</a>)</code>
204
+ <code>constructor()</code>
205
205
  </td>
206
206
  </tr>
207
207
 
208
- <tr>
209
- <td class="col-md-4">
210
- <div>
211
- <b>Parameters :</b>
212
- <table class="params">
213
- <thead>
214
- <tr>
215
- <td>Name</td>
216
- <td>Type</td>
217
- <td>Optional</td>
218
- </tr>
219
- </thead>
220
- <tbody>
221
- <tr>
222
- <td>store</td>
223
-
224
- <td>
225
- <code><a href="../injectables/StoreService.html" target="_self" >StoreService</a></code>
226
- </td>
227
-
228
- <td>
229
- No
230
- </td>
231
-
232
- </tr>
233
- <tr>
234
- <td>http</td>
235
-
236
- <td>
237
- <code>HttpClient</code>
238
- </td>
239
-
240
- <td>
241
- No
242
- </td>
243
-
244
- </tr>
245
- <tr>
246
- <td>logService</td>
247
-
248
- <td>
249
- <code><a href="../injectables/LogService.html" target="_self" >LogService</a></code>
250
- </td>
251
-
252
- <td>
253
- No
254
- </td>
255
-
256
- </tr>
257
- </tbody>
258
- </table>
259
- </div>
260
- </td>
261
- </tr>
262
208
  </tbody>
263
209
  </table>
264
210
  </section>
@@ -274,112 +274,10 @@
274
274
  <tbody>
275
275
  <tr>
276
276
  <td class="col-md-4">
277
- <code>constructor(config: GlobalConfig, http: HttpClient, platformId: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank">object</a>, document: Document, router: Router, storeService: <a href="../injectables/StoreService.html" target="_self">StoreService</a>, i18nService: <a href="../injectables/I18nService.html" target="_self">I18nService</a>)</code>
277
+ <code>constructor()</code>
278
278
  </td>
279
279
  </tr>
280
280
 
281
- <tr>
282
- <td class="col-md-4">
283
- <div>
284
- <b>Parameters :</b>
285
- <table class="params">
286
- <thead>
287
- <tr>
288
- <td>Name</td>
289
- <td>Type</td>
290
- <td>Optional</td>
291
- </tr>
292
- </thead>
293
- <tbody>
294
- <tr>
295
- <td>config</td>
296
-
297
- <td>
298
- <code>GlobalConfig</code>
299
- </td>
300
-
301
- <td>
302
- No
303
- </td>
304
-
305
- </tr>
306
- <tr>
307
- <td>http</td>
308
-
309
- <td>
310
- <code>HttpClient</code>
311
- </td>
312
-
313
- <td>
314
- No
315
- </td>
316
-
317
- </tr>
318
- <tr>
319
- <td>platformId</td>
320
-
321
- <td>
322
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
323
- </td>
324
-
325
- <td>
326
- No
327
- </td>
328
-
329
- </tr>
330
- <tr>
331
- <td>document</td>
332
-
333
- <td>
334
- <code>Document</code>
335
- </td>
336
-
337
- <td>
338
- No
339
- </td>
340
-
341
- </tr>
342
- <tr>
343
- <td>router</td>
344
-
345
- <td>
346
- <code>Router</code>
347
- </td>
348
-
349
- <td>
350
- No
351
- </td>
352
-
353
- </tr>
354
- <tr>
355
- <td>storeService</td>
356
-
357
- <td>
358
- <code><a href="../injectables/StoreService.html" target="_self" >StoreService</a></code>
359
- </td>
360
-
361
- <td>
362
- No
363
- </td>
364
-
365
- </tr>
366
- <tr>
367
- <td>i18nService</td>
368
-
369
- <td>
370
- <code><a href="../injectables/I18nService.html" target="_self" >I18nService</a></code>
371
- </td>
372
-
373
- <td>
374
- No
375
- </td>
376
-
377
- </tr>
378
- </tbody>
379
- </table>
380
- </div>
381
- </td>
382
- </tr>
383
281
  </tbody>
384
282
  </table>
385
283
  </section>
@@ -150,73 +150,6 @@
150
150
  </table>
151
151
  </section>
152
152
 
153
- <section data-compodoc="block-constructor">
154
- <h3 id="constructor">Constructor</h3>
155
- <table class="table table-sm table-bordered">
156
- <tbody>
157
- <tr>
158
- <td class="col-md-4">
159
- <code>constructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef)</code>
160
- </td>
161
- </tr>
162
-
163
- <tr>
164
- <td class="col-md-4">
165
- <div>
166
- <b>Parameters :</b>
167
- <table class="params">
168
- <thead>
169
- <tr>
170
- <td>Name</td>
171
- <td>Type</td>
172
- <td>Optional</td>
173
- </tr>
174
- </thead>
175
- <tbody>
176
- <tr>
177
- <td>componentFactoryResolver</td>
178
-
179
- <td>
180
- <code>ComponentFactoryResolver</code>
181
- </td>
182
-
183
- <td>
184
- No
185
- </td>
186
-
187
- </tr>
188
- <tr>
189
- <td>injector</td>
190
-
191
- <td>
192
- <code>Injector</code>
193
- </td>
194
-
195
- <td>
196
- No
197
- </td>
198
-
199
- </tr>
200
- <tr>
201
- <td>appRef</td>
202
-
203
- <td>
204
- <code>ApplicationRef</code>
205
- </td>
206
-
207
- <td>
208
- No
209
- </td>
210
-
211
- </tr>
212
- </tbody>
213
- </table>
214
- </div>
215
- </td>
216
- </tr>
217
- </tbody>
218
- </table>
219
- </section>
220
153
 
221
154
  <section data-compodoc="block-methods">
222
155
 
@@ -168,52 +168,10 @@
168
168
  <tbody>
169
169
  <tr>
170
170
  <td class="col-md-4">
171
- <code>constructor(euiPermission: <a href="../injectables/EuiPermissionService.html" target="_self">EuiPermissionService</a>, store: <a href="../injectables/StoreService.html" target="_self">StoreService</a>)</code>
171
+ <code>constructor()</code>
172
172
  </td>
173
173
  </tr>
174
174
 
175
- <tr>
176
- <td class="col-md-4">
177
- <div>
178
- <b>Parameters :</b>
179
- <table class="params">
180
- <thead>
181
- <tr>
182
- <td>Name</td>
183
- <td>Type</td>
184
- <td>Optional</td>
185
- </tr>
186
- </thead>
187
- <tbody>
188
- <tr>
189
- <td>euiPermission</td>
190
-
191
- <td>
192
- <code><a href="../injectables/EuiPermissionService.html" target="_self" >EuiPermissionService</a></code>
193
- </td>
194
-
195
- <td>
196
- No
197
- </td>
198
-
199
- </tr>
200
- <tr>
201
- <td>store</td>
202
-
203
- <td>
204
- <code><a href="../injectables/StoreService.html" target="_self" >StoreService</a></code>
205
- </td>
206
-
207
- <td>
208
- No
209
- </td>
210
-
211
- </tr>
212
- </tbody>
213
- </table>
214
- </div>
215
- </td>
216
- </tr>
217
175
  </tbody>
218
176
  </table>
219
177
  </section>