@eui/core 23.0.0-alpha.1 → 23.0.0-alpha.10

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 (302) hide show
  1. package/CHANGELOG.md +614 -0
  2. package/assets/i18n-eui/bg.json +7 -0
  3. package/assets/i18n-eui/cs.json +7 -0
  4. package/assets/i18n-eui/da.json +7 -0
  5. package/assets/i18n-eui/de.json +7 -0
  6. package/assets/i18n-eui/el.json +7 -0
  7. package/assets/i18n-eui/en.json +8 -1
  8. package/assets/i18n-eui/es.json +7 -0
  9. package/assets/i18n-eui/et.json +7 -0
  10. package/assets/i18n-eui/fi.json +7 -0
  11. package/assets/i18n-eui/fr.json +8 -1
  12. package/assets/i18n-eui/ga.json +7 -0
  13. package/assets/i18n-eui/hr.json +7 -0
  14. package/assets/i18n-eui/hu.json +7 -0
  15. package/assets/i18n-eui/it.json +7 -0
  16. package/assets/i18n-eui/lt.json +7 -0
  17. package/assets/i18n-eui/lv.json +7 -0
  18. package/assets/i18n-eui/mt.json +7 -0
  19. package/assets/i18n-eui/nl.json +7 -0
  20. package/assets/i18n-eui/pl.json +7 -0
  21. package/assets/i18n-eui/pt.json +7 -0
  22. package/assets/i18n-eui/ro.json +7 -0
  23. package/assets/i18n-eui/sk.json +7 -0
  24. package/assets/i18n-eui/sl.json +7 -0
  25. package/assets/i18n-eui/sv.json +7 -0
  26. package/docs/architecture.html +223 -0
  27. package/docs/changelog.html +1013 -2
  28. package/docs/classes/ActivatedRouteAction.html +70 -20
  29. package/docs/classes/AddApiQueueItemAction.html +70 -20
  30. package/docs/classes/AddAppLoadedConfigModulesAction.html +70 -20
  31. package/docs/classes/ApiQueueServiceMock.html +77 -20
  32. package/docs/classes/AsyncStorageService.html +86 -20
  33. package/docs/classes/AsyncStorageServiceMock.html +73 -17
  34. package/docs/classes/CssUtils.html +74 -20
  35. package/docs/classes/EmptyApiQueueAction.html +67 -17
  36. package/docs/classes/ErrorSubClass.html +68 -16
  37. package/docs/classes/EuiAppShellServiceMock.html +505 -0
  38. package/docs/classes/EuiCoreRootGuardClass.html +39 -8
  39. package/docs/classes/EuiError.html +69 -17
  40. package/docs/classes/I18nResourceImpl.html +50 -17
  41. package/docs/classes/InitStoreAction.html +70 -20
  42. package/docs/classes/LogServiceMock.html +67 -17
  43. package/docs/classes/RemoveApiQueueItemAction.html +67 -17
  44. package/docs/classes/StorageService.html +83 -19
  45. package/docs/classes/StorageServiceMock.html +70 -17
  46. package/docs/classes/TranslateServiceMock.html +90 -35
  47. package/docs/classes/UpdateAppConnectionAction.html +67 -17
  48. package/docs/classes/UpdateAppStatusAction.html +67 -17
  49. package/docs/classes/UpdateAppVersionAction.html +67 -17
  50. package/docs/classes/UpdateCurrentModuleAction.html +67 -17
  51. package/docs/classes/UpdateI18nStateAction.html +67 -17
  52. package/docs/classes/UpdateLocaleStateAction.html +67 -17
  53. package/docs/classes/UpdateNotificationsListAction.html +67 -17
  54. package/docs/classes/UpdateUserDashboardAction.html +67 -17
  55. package/docs/classes/UpdateUserDetailsAction.html +67 -17
  56. package/docs/classes/UpdateUserPreferencesAction.html +67 -17
  57. package/docs/classes/UpdateUserRightsAction.html +67 -17
  58. package/docs/classes/UpdateUserStateAction.html +67 -17
  59. package/docs/dependencies.html +38 -4
  60. package/docs/directives/TranslateMockDirective.html +72 -19
  61. package/docs/index.html +26 -2
  62. package/docs/injectables/ApiQueueService.html +97 -20
  63. package/docs/injectables/EuiAppShellService.html +147 -68
  64. package/docs/injectables/EuiDynamicComponentService.html +51 -18
  65. package/docs/injectables/EuiDynamicMenuService.html +67 -20
  66. package/docs/injectables/EuiGrowlService.html +85 -21
  67. package/docs/injectables/EuiLoaderService.html +65 -17
  68. package/docs/injectables/EuiPermissionService.html +95 -20
  69. package/docs/injectables/EuiThemeService.html +94 -107
  70. package/docs/injectables/EuiTimezoneService.html +51 -16
  71. package/docs/injectables/GlobalErrorHandler.html +79 -17
  72. package/docs/injectables/I18nLoader.html +53 -17
  73. package/docs/injectables/I18nService.html +101 -23
  74. package/docs/injectables/I18nServiceMock.html +96 -34
  75. package/docs/injectables/LocalForageService.html +81 -21
  76. package/docs/injectables/LocalStorageService.html +78 -21
  77. package/docs/injectables/LocaleService.html +124 -41
  78. package/docs/injectables/LocaleServiceMock.html +72 -18
  79. package/docs/injectables/LogService.html +68 -17
  80. package/docs/injectables/SessionStorageService.html +78 -21
  81. package/docs/injectables/StoreService.html +91 -22
  82. package/docs/injectables/StoreServiceMock.html +72 -17
  83. package/docs/injectables/UserService.html +97 -23
  84. package/docs/injectables/UserServiceMock.html +81 -23
  85. package/docs/interceptors/AddLangParamInterceptor.html +49 -18
  86. package/docs/interceptors/CachePreventionInterceptor.html +48 -17
  87. package/docs/interceptors/CorsSecurityInterceptor.html +48 -17
  88. package/docs/interceptors/CsrfPreventionInterceptor.html +48 -17
  89. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +48 -17
  90. package/docs/interceptors/HttpErrorHandlerInterceptor.html +48 -17
  91. package/docs/interceptors/UxRequestErrorModelInterceptor.html +48 -17
  92. package/docs/interfaces/Action.html +158 -60
  93. package/docs/interfaces/ActionReducer.html +84 -55
  94. package/docs/interfaces/ComponentInfo.html +395 -0
  95. package/docs/interfaces/Dependency.html +278 -250
  96. package/docs/interfaces/Edit-1.html +395 -0
  97. package/docs/interfaces/Edit-2.html +395 -0
  98. package/docs/interfaces/Edit-3.html +395 -0
  99. package/docs/interfaces/Edit.html +395 -0
  100. package/docs/interfaces/EuiComponentEntry.html +485 -0
  101. package/docs/interfaces/EuiTimeZone.html +121 -93
  102. package/docs/interfaces/IEuiTheme.html +181 -153
  103. package/docs/interfaces/ImportToAdd.html +413 -0
  104. package/docs/interfaces/ImportsArrayInfo.html +356 -0
  105. package/docs/interfaces/Library.html +169 -137
  106. package/docs/interfaces/LoadedResources.html +164 -136
  107. package/docs/interfaces/LoadedResourcesError.html +121 -93
  108. package/docs/interfaces/MemoizedSelector.html +187 -138
  109. package/docs/interfaces/MemoizedSelectorWithProps.html +188 -139
  110. package/docs/interfaces/MigrateAllSchema.html +458 -0
  111. package/docs/interfaces/MigrationResult.html +395 -0
  112. package/docs/interfaces/ModuleLoadEvent.html +164 -136
  113. package/docs/interfaces/ModuleMapping.html +356 -0
  114. package/docs/interfaces/NgModuleInfo.html +395 -0
  115. package/docs/interfaces/Policy.html +164 -136
  116. package/docs/interfaces/ResourceError.html +170 -142
  117. package/docs/interfaces/Schema-1.html +368 -0
  118. package/docs/interfaces/Schema-10.html +368 -0
  119. package/docs/interfaces/Schema-11.html +368 -0
  120. package/docs/interfaces/Schema-12.html +368 -0
  121. package/docs/interfaces/Schema-13.html +368 -0
  122. package/docs/interfaces/Schema-14.html +368 -0
  123. package/docs/interfaces/Schema-15.html +368 -0
  124. package/docs/interfaces/Schema-16.html +368 -0
  125. package/docs/interfaces/Schema-17.html +368 -0
  126. package/docs/interfaces/Schema-18.html +368 -0
  127. package/docs/interfaces/Schema-19.html +368 -0
  128. package/docs/interfaces/Schema-2.html +380 -0
  129. package/docs/interfaces/Schema-20.html +368 -0
  130. package/docs/interfaces/Schema-21.html +368 -0
  131. package/docs/interfaces/Schema-3.html +431 -0
  132. package/docs/interfaces/Schema-4.html +368 -0
  133. package/docs/interfaces/Schema-5.html +368 -0
  134. package/docs/interfaces/Schema-6.html +368 -0
  135. package/docs/interfaces/Schema-7.html +368 -0
  136. package/docs/interfaces/Schema-8.html +368 -0
  137. package/docs/interfaces/Schema-9.html +368 -0
  138. package/docs/interfaces/Schema.html +413 -0
  139. package/docs/interfaces/SelectorEntry.html +511 -0
  140. package/docs/interfaces/TextChange.html +395 -0
  141. package/docs/interfaces/ThemeState.html +121 -93
  142. package/docs/interfaces/TranslationKeys.html +41 -11
  143. package/docs/interfaces/UIState.html +1713 -1640
  144. package/docs/interfaces/body.html +181 -153
  145. package/docs/js/architecture-graph.js +288 -0
  146. package/docs/js/libs/bootstrap-native.js +4 -2
  147. package/docs/js/libs/tablesort.min.js +3 -3
  148. package/docs/js/libs/tablesort.number.min.js +2 -2
  149. package/docs/js/libs/vis-network.min.js +7 -7
  150. package/docs/js/menu-wc.js +158 -14
  151. package/docs/js/routes.js +138 -37
  152. package/docs/js/search/search.js +62 -0
  153. package/docs/js/search/search_index.js +2 -2
  154. package/docs/js/tabs.js +98 -15
  155. package/docs/js/tree.js +44 -7
  156. package/docs/json/EuiPermissionService.md +1 -0
  157. package/docs/json/LocaleService.md +1 -0
  158. package/docs/json/documentation.json +43849 -14367
  159. package/docs/license.html +26 -2
  160. package/docs/llms.txt +2318 -0
  161. package/docs/miscellaneous/enumerations.html +38 -34
  162. package/docs/miscellaneous/functions.html +19810 -769
  163. package/docs/miscellaneous/typealiases.html +59 -27
  164. package/docs/miscellaneous/variables.html +4036 -1032
  165. package/docs/modules/CoreModule.html +34 -9
  166. package/docs/modules/I18nModule.html +34 -9
  167. package/docs/modules/LogModule.html +34 -9
  168. package/docs/modules/TranslateMockModule.html +60 -13
  169. package/docs/modules.html +26 -2
  170. package/docs/overview.html +29 -5
  171. package/docs/pipes/TranslateMockPipe.html +87 -9
  172. package/docs/properties.html +27 -3
  173. package/docs/routes.html +26 -2
  174. package/docs/styles/compodoc.css +365 -44
  175. package/docs/styles/dark.css +16 -0
  176. package/docs/template-playground/hbs-render.service.ts +6 -1
  177. package/fesm2022/eui-core.mjs +326 -145
  178. package/fesm2022/eui-core.mjs.map +1 -1
  179. package/package.json +16 -11
  180. package/schematics/add-eui-imports/index.d.ts +8 -0
  181. package/schematics/add-eui-imports/index.js +525 -0
  182. package/schematics/add-eui-imports/index.js.map +1 -0
  183. package/schematics/add-eui-imports/schema.json +24 -0
  184. package/schematics/add-eui-imports/selector-map.d.ts +35 -0
  185. package/schematics/add-eui-imports/selector-map.js +246 -0
  186. package/schematics/add-eui-imports/selector-map.js.map +1 -0
  187. package/schematics/collection.json +123 -0
  188. package/schematics/fix-no-multiple-empty-lines/index.d.ts +7 -0
  189. package/schematics/fix-no-multiple-empty-lines/index.js +90 -0
  190. package/schematics/fix-no-multiple-empty-lines/index.js.map +1 -0
  191. package/schematics/fix-no-multiple-empty-lines/schema.json +19 -0
  192. package/schematics/icon-migrate/index.d.ts +3 -0
  193. package/schematics/icon-migrate/index.js +228 -0
  194. package/schematics/icon-migrate/index.js.map +1 -0
  195. package/schematics/icon-migrate/schema.d.ts +6 -0
  196. package/schematics/icon-migrate/schema.js +3 -0
  197. package/schematics/icon-migrate/schema.js.map +1 -0
  198. package/schematics/icon-migrate/schema.json +20 -0
  199. package/schematics/migrate/index.d.ts +3 -0
  200. package/schematics/migrate/index.js +98 -0
  201. package/schematics/migrate/index.js.map +1 -0
  202. package/schematics/migrate/replacements/breaking-changes.d.ts +6 -0
  203. package/schematics/migrate/replacements/breaking-changes.js +173 -0
  204. package/schematics/migrate/replacements/breaking-changes.js.map +1 -0
  205. package/schematics/migrate/replacements/eui-modules.d.ts +29 -0
  206. package/schematics/migrate/replacements/eui-modules.js +231 -0
  207. package/schematics/migrate/replacements/eui-modules.js.map +1 -0
  208. package/schematics/migrate/replacements/icons.d.ts +14 -0
  209. package/schematics/migrate/replacements/icons.js +235 -0
  210. package/schematics/migrate/replacements/icons.js.map +1 -0
  211. package/schematics/migrate/replacements/mwp.d.ts +6 -0
  212. package/schematics/migrate/replacements/mwp.js +148 -0
  213. package/schematics/migrate/replacements/mwp.js.map +1 -0
  214. package/schematics/migrate/schema.d.ts +8 -0
  215. package/schematics/migrate/schema.js +3 -0
  216. package/schematics/migrate/schema.js.map +1 -0
  217. package/schematics/migrate/schema.json +25 -0
  218. package/schematics/migrate/utils.d.ts +21 -0
  219. package/schematics/migrate/utils.js +106 -0
  220. package/schematics/migrate/utils.js.map +1 -0
  221. package/schematics/migrate-all/index.d.ts +8 -0
  222. package/schematics/migrate-all/index.js +31 -0
  223. package/schematics/migrate-all/index.js.map +1 -0
  224. package/schematics/migrate-all/schema.json +30 -0
  225. package/schematics/migrate-eui-accent/index.d.ts +7 -0
  226. package/schematics/migrate-eui-accent/index.js +193 -0
  227. package/schematics/migrate-eui-accent/index.js.map +1 -0
  228. package/schematics/migrate-eui-accent/schema.json +19 -0
  229. package/schematics/migrate-eui-alert/index.d.ts +7 -0
  230. package/schematics/migrate-eui-alert/index.js +152 -0
  231. package/schematics/migrate-eui-alert/index.js.map +1 -0
  232. package/schematics/migrate-eui-alert/schema.json +19 -0
  233. package/schematics/migrate-eui-avatar/index.d.ts +7 -0
  234. package/schematics/migrate-eui-avatar/index.js +155 -0
  235. package/schematics/migrate-eui-avatar/index.js.map +1 -0
  236. package/schematics/migrate-eui-avatar/schema.json +19 -0
  237. package/schematics/migrate-eui-button/index.d.ts +7 -0
  238. package/schematics/migrate-eui-button/index.js +191 -0
  239. package/schematics/migrate-eui-button/index.js.map +1 -0
  240. package/schematics/migrate-eui-button/schema.json +19 -0
  241. package/schematics/migrate-eui-chip/index.d.ts +7 -0
  242. package/schematics/migrate-eui-chip/index.js +153 -0
  243. package/schematics/migrate-eui-chip/index.js.map +1 -0
  244. package/schematics/migrate-eui-chip/schema.json +19 -0
  245. package/schematics/migrate-eui-chip-list/index.d.ts +7 -0
  246. package/schematics/migrate-eui-chip-list/index.js +472 -0
  247. package/schematics/migrate-eui-chip-list/index.js.map +1 -0
  248. package/schematics/migrate-eui-chip-list/schema.json +19 -0
  249. package/schematics/migrate-eui-discussion-thread/index.d.ts +7 -0
  250. package/schematics/migrate-eui-discussion-thread/index.js +143 -0
  251. package/schematics/migrate-eui-discussion-thread/index.js.map +1 -0
  252. package/schematics/migrate-eui-discussion-thread/schema.json +19 -0
  253. package/schematics/migrate-eui-editor/index.d.ts +7 -0
  254. package/schematics/migrate-eui-editor/index.js +198 -0
  255. package/schematics/migrate-eui-editor/index.js.map +1 -0
  256. package/schematics/migrate-eui-editor/schema.json +19 -0
  257. package/schematics/migrate-eui-fieldset/index.d.ts +7 -0
  258. package/schematics/migrate-eui-fieldset/index.js +186 -0
  259. package/schematics/migrate-eui-fieldset/index.js.map +1 -0
  260. package/schematics/migrate-eui-fieldset/schema.json +19 -0
  261. package/schematics/migrate-eui-icon-svg/index.d.ts +7 -0
  262. package/schematics/migrate-eui-icon-svg/index.js +197 -0
  263. package/schematics/migrate-eui-icon-svg/index.js.map +1 -0
  264. package/schematics/migrate-eui-icon-svg/schema.json +19 -0
  265. package/schematics/migrate-eui-icon-toggle/index.d.ts +7 -0
  266. package/schematics/migrate-eui-icon-toggle/index.js +194 -0
  267. package/schematics/migrate-eui-icon-toggle/index.js.map +1 -0
  268. package/schematics/migrate-eui-icon-toggle/schema.json +19 -0
  269. package/schematics/migrate-eui-popover/index.d.ts +7 -0
  270. package/schematics/migrate-eui-popover/index.js +152 -0
  271. package/schematics/migrate-eui-popover/index.js.map +1 -0
  272. package/schematics/migrate-eui-popover/schema.json +19 -0
  273. package/schematics/migrate-eui-progress-circle/index.d.ts +7 -0
  274. package/schematics/migrate-eui-progress-circle/index.js +192 -0
  275. package/schematics/migrate-eui-progress-circle/index.js.map +1 -0
  276. package/schematics/migrate-eui-progress-circle/schema.json +19 -0
  277. package/schematics/migrate-eui-table/index.d.ts +7 -0
  278. package/schematics/migrate-eui-table/index.js +544 -0
  279. package/schematics/migrate-eui-table/index.js.map +1 -0
  280. package/schematics/migrate-eui-table/schema.json +19 -0
  281. package/schematics/migrate-eui-tabs/index.d.ts +7 -0
  282. package/schematics/migrate-eui-tabs/index.js +296 -0
  283. package/schematics/migrate-eui-tabs/index.js.map +1 -0
  284. package/schematics/migrate-eui-tabs/schema.json +19 -0
  285. package/schematics/migrate-eui-toolbar-menu/index.d.ts +7 -0
  286. package/schematics/migrate-eui-toolbar-menu/index.js +358 -0
  287. package/schematics/migrate-eui-toolbar-menu/index.js.map +1 -0
  288. package/schematics/migrate-eui-toolbar-menu/schema.json +19 -0
  289. package/schematics/migrate-eui-tooltip/index.d.ts +7 -0
  290. package/schematics/migrate-eui-tooltip/index.js +263 -0
  291. package/schematics/migrate-eui-tooltip/index.js.map +1 -0
  292. package/schematics/migrate-to-standalone/index.d.ts +7 -0
  293. package/schematics/migrate-to-standalone/index.js +723 -0
  294. package/schematics/migrate-to-standalone/index.js.map +1 -0
  295. package/schematics/migrate-to-standalone/schema.json +19 -0
  296. package/schematics/package.json +1 -0
  297. package/schematics/utils/dry-run.d.ts +3 -0
  298. package/schematics/utils/dry-run.js +14 -0
  299. package/schematics/utils/dry-run.js.map +1 -0
  300. package/types/eui-core.d.ts +75 -17
  301. package/types/eui-core.d.ts.map +1 -1
  302. package/docs/js/menu-wc_es5.js +0 -40
package/docs/llms.txt ADDED
@@ -0,0 +1,2318 @@
1
+ # eui documentation
2
+
3
+ > Generated by compodoc 2.0.0 at 2026-08-04T06:59:42.324Z, llm-md export.
4
+
5
+ ## Modules
6
+
7
+ ### CoreModule
8
+
9
+ File: `packages/core/src/lib/eui-core.module.ts`
10
+
11
+ Methods:
12
+ - `forChild(moduleName: string): ModuleWithProviders<CoreModule>`
13
+ - `forRoot(): ModuleWithProviders<CoreModule>` — No more providing config from forRoot, you have to use EUI\_CONFIG\_TOKEN to pass config via providers.
14
+
15
+ ### I18nModule
16
+
17
+ File: `packages/core/src/lib/services/i18n/i18n.module.ts`
18
+
19
+ Description: I18N Module
20
+
21
+ Methods:
22
+ - `forRoot(): ModuleWithProviders<I18nModule>` — method called in your root module to provide the I18nModule
23
+
24
+ ### LogModule
25
+
26
+ File: `packages/core/src/lib/services/log/log.module.ts`
27
+
28
+ Description: Log Module
29
+
30
+ Methods:
31
+ - `forChild(config: LogConfig = DEFAULT_LOG_CONFIG): ModuleWithProviders<LogModule>` — method called in your other (non root, lazy loaded) modules to import a different instance of LogService
32
+ - `forRoot(config: LogConfig = DEFAULT_LOG_CONFIG): ModuleWithProviders<LogModule>` — method called in your root module to provide the LogService
33
+
34
+ ### TranslateMockModule
35
+
36
+ File: `packages/core/src/lib/mocks/translate.module.mock.ts`
37
+ imports: `TranslateMockDirective`, `TranslateMockPipe`
38
+ exports: `TranslateMockDirective`, `TranslateMockPipe`
39
+
40
+ ## Directives
41
+
42
+ ### TranslateMockDirective
43
+
44
+ File: `packages/core/src/lib/mocks/translate.module.mock.ts`
45
+ Selector: `[translate]`
46
+
47
+ Inputs:
48
+ - `translateParams: any`
49
+
50
+ ## Pipes
51
+
52
+ ### TranslateMockPipe
53
+
54
+ File: `packages/core/src/lib/mocks/translate.module.mock.ts`
55
+ Pipe name: `translate`
56
+
57
+ Methods:
58
+ - `transform(text: string): string`
59
+
60
+ ## Services / Injectables
61
+
62
+ ### ApiQueueService
63
+
64
+ File: `packages/core/src/lib/services/queue/api-queue.service.ts`
65
+ providedIn: `root`
66
+
67
+ Description: Service class for managing and processing a queue of API requests. This service provides functionality to add, remove, process, and manage HTTP requests stored in a queue. It enables sequential or bulk processing of requests, ensuring controlled execution and handling of API calls. The service methods offer features like processing individual items, processing all items in the queue either sequentially or all at once, and removing items from the queue. Each method is designed to handle specific aspects of queue management and processing, with attention to details like order of execution and error handling. Usage of this service is ideal in scenarios where API requests need to be managed in a queue structure, allowing for controlled execution and monitoring of these requests. Example : // Adding a new item to the queue apiQueueService.addQueueItem({ id: 'item124', method: 'POST', uri: '/api/data', payload: {...} }); // Processing a single item from the queue apiQueueService.processQueueItem('item123').subscribe(result =\> { console.log('Processed item 123 with result:', result); }); // Processing all items in the queue in sequential order apiQueueService.processAllQueueItemsSequential(false).subscribe(results =\> { console.log('Processed all items in descending order of their timestamp:', results); }); // Removing an item from the queue apiQueueService.removeQueueItem('item123'); // Processing all items in the queue and continuing on error apiQueueService.processAllQueueItems(true).subscribe(results =\> { console.log('Processed all items in the queue with continuation on errors:', results); });
68
+
69
+ Methods:
70
+ - `addQueueItem(id: string, item: ApiQueueItem): void` — Adds an item to the queue by dispatching an action to the store. This function is specifically designed to enqueue API call requests represented by ApiQueueItem objects. Each item is identified by a unique id , which is used to manage the queue. Example : If an item with the same ID already exists, the new item will overwrite the existing one. WARNING: Duplicate IDs will lead to overwriting of queue items. The \`method\` property of the item must be one of the allowed methods ('post', 'put', 'get'). If an unsupported method is provided, the function will throw an error. The error message is: \`\[ApiQueue\] method "${item.method}" is not allowed\`. Example : // Example of adding an item to the API queue addQueueItem('12345', { method: 'post', url: '/api/data', payload: {...} });
71
+ - `getQueue(): Observable<ApiQueueItem[]>` — Retrieves the current state of the API queue and converts it into an array of Observables. This method subscribes to the store to access the API queue. It then maps the queue object, which is an associative array, into a linear array of ApiQueueItem instances. If the queue is empty, a warning is logged. This method is useful for tracking the state and contents of the API queue at a given moment. Note: This method takes a snapshot of the queue at the time of subscription. It does not provide a continuous stream of queue updates. To get real-time updates, consider subscribing directly to the store's observable. The array represents all items currently in the queue. If the queue is empty, it emits an empty array. Example : // Example usage this.getQueue().subscribe(queueItems =\> { console.log('Current queue items:', queueItems); });
72
+ - `getQueueItem(id: string): Observable<ApiQueueItem>` — Retrieves a specific item from the API queue by its ID. This method subscribes to the store and selects a single item from the API queue based on the provided ID. It employs a pipeline to fetch the item: the getApiQueueItem selector is used to retrieve the item, and a map operator processes the result. If the item with the specified ID does not exist in the queue, a warning is logged, and null is returned. This method is ideal for accessing a specific queue item when its ID is known, allowing for targeted operations or checks on that particular item. If no item with the given ID exists in the queue, the Observable emits null . Example : // Example usage this.getQueueItem('item123').subscribe(item =\> { if (item) { console.log('Found item:', item); } else { console.log('Item not found in the queue'); } });
73
+ - `processAllQueueItems(continueOnError: unknown = true): Observable<T[]>` — Processes all items in the API queue and collects their responses. Iterates over each item in the queue and processes them using buildHttpRequest . If a request fails, the method can either continue processing the remaining items or stop, based on the continueOnError parameter. It returns an Observable that emits an array containing the responses or errors from all the processed items. The function currently returns Observable\<any\[\]\> indicating an array of any type. Future improvements should aim to specify a more accurate return type or utilize generics for increased type safety. Example : after a request failure. Defaults to \`true\`. queue items. Example : this.processAllQueueItems().subscribe(results =\> { // Handle the array of responses or errors });
74
+ - `processAllQueueItemsSequential(ascending: unknown = true): Observable<T>` — Processes all items in the queue sequentially, based on their timestamp ordering. This method first orders the items in the API queue by their timestamp, either in ascending or descending order as specified by the ascending parameter. It then processes each item using buildHttpRequest , ensuring that each request is completed before the next begins. This sequential processing is crucial when the order of execution matters for HTTP requests in the queue. The method returns an Observable that emits the responses following the same order as the queue items were processed. The function currently returns Observable\<any\> , indicating a broad type. Future improvements should focus on specifying a more accurate return type or utilizing generics for increased type safety. Example : timestamp. Defaults to \`true\`. Example : this.processAllQueueItemsSequential().subscribe(response =\> { // Handle each response in the order of queue processing });
75
+ - `processQueueItem(id: string): Observable<T>` — Processes an item from the API queue identified by its ID. Retrieves the specified item from the queue and applies processing logic as defined in buildHttpRequest . If the item is not found, logs a warning and returns an Observable emitting null . If the item does not exist, the Observable emits null . Example : // Example usage this.processQueueItem('item123').subscribe(result =\> { if (result) { console.log('Processing result:', result); } else { console.log('Item not found in the queue'); } });
76
+ - `removeAllQueueItem(): void` — Clears all items from the API queue. This method dispatches an action to empty the entire API queue, effectively removing all items that are currently queued. It is useful for scenarios where a complete reset of the queue is required, such as during initialization or after processing a batch of items. The function does not return any value, as its primary purpose is to trigger a state change in the store. Note: Use this method with caution as it will irreversibly clear all items in the queue. Ensure that this action does not disrupt any ongoing processes that rely on the queue's contents. Example : // Example usage this.removeAllQueueItem(); // This will dispatch an action to empty the entire API queue.
77
+ - `removeQueueItem(id: string): void` — Removes a specific item from the API queue using its ID. This method dispatches an action to remove an item from the queue, identified by the provided ID. It is essential for managing the queue by eliminating items that are no longer needed or have been processed. The function does not return any value, as it primarily triggers an action within the store. Note: This method assumes the existence of the item in the queue. It does not perform a check to confirm the presence of the item before attempting to remove it. Therefore, it's recommended to verify the item's existence in the queue if uncertainty exists. Example : // Example usage this.removeQueueItem('item123'); // The item with ID 'item123' will be dispatched for removal from the queue.
78
+
79
+ ### EuiAppShellService
80
+
81
+ File: `packages/core/src/lib/services/eui-app-shell.service.ts`
82
+ providedIn: `root`
83
+
84
+ Properties:
85
+ - `navigationEndCustomHandler: function`
86
+ - `navigationStartCustomHandler: function`
87
+
88
+ Methods:
89
+ - `activateBreadcrumb(): void`
90
+ - `activateHeader(): void`
91
+ - `activateSidebar(): void`
92
+ - `activateSidebarFooter(): void`
93
+ - `activateSidebarHeader(): void`
94
+ - `activateSideContainer(): void`
95
+ - `activateToolbar(): void`
96
+ - `activateToolbarMegaMenu(): void`
97
+ - `activateToolbarMenu(): void`
98
+ - `activateTopMessage(height: number): void`
99
+ - `deactivateSideContainer(): void`
100
+ - `dimmerActiveToggle(): void`
101
+ - `fetchAppMetadata(metadataFilePath: string = 'assets/app-metadata.json'): void`
102
+ - `getBaseFontSize(): string` — Returns the current value of --eui-f-size-base CSS variable
103
+ - `getState(key?: string): Observable<T>` — Emits a slice from the state whether that changes
104
+ - `setBaseFontSize(newsize: string): void` — Updates the current value of --eui-f-size-base CSS variable and the UIState appBaseFontSize
105
+ - `setDimmerActiveState(activeState: boolean): void`
106
+ - `setState(nextState: UIState, updateI18: unknown = true): void`
107
+ - `sidebarToggle(): void`
108
+
109
+ ### EuiDynamicComponentService
110
+
111
+ File: `packages/core/src/lib/services/dynamic-component/dynamic-component.service.ts`
112
+
113
+ Methods:
114
+ - `add(component: ComponentType<T>, el?: ElementRef, config?: any): any` — Adds a component to portal host dynamically
115
+ - `remove(portalHostRef: DomPortalOutlet): void` — detaches a portalHost
116
+
117
+ ### EuiDynamicMenuService
118
+
119
+ File: `packages/core/src/lib/services/dynamic-menu/dynamic-menu.service.ts`
120
+ providedIn: `root`
121
+
122
+ Properties:
123
+ - `menuLinks: Array<EuiMenuItem> = []`
124
+
125
+ Methods:
126
+ - `filterEuiMenuItemsWithRights(links: Array<EuiMenuItem>): Array<EuiMenuItem>`
127
+ - `getMenuLinks(): EuiMenuItem[]`
128
+
129
+ ### EuiGrowlService
130
+
131
+ File: `packages/core/src/lib/services/growl/eui-growl.service.ts`
132
+ providedIn: `root`
133
+
134
+ Description: Centralized service for managing application-wide eui-growl notifications. Provides methods to display success, error, warning, and info messages with configurable behavior. Manages message lifecycle, positioning, and accessibility settings through reactive BehaviorSubjects. Supports both temporary auto-dismissing messages and persistent sticky notifications. Injected at root level, ensuring a single instance across the entire application.
135
+
136
+ Properties:
137
+ - `ariaGrowlLive: unknown = new BehaviorSubject<'off' | 'polite' | 'assertive'>('polite')`
138
+ - `growlCallback: unknown = new BehaviorSubject<(() => void) | null>(null)`
139
+ - `growlLife: unknown = new BehaviorSubject(3000)`
140
+ - `growlMessages: unknown = new BehaviorSubject<EuiGrowlMessage[]>([])`
141
+ - `growlPosition: unknown = new BehaviorSubject('bottom-right')`
142
+ - `isCloseAllSticky: unknown = new BehaviorSubject(false)`
143
+ - `isGrowlSticky: unknown = new BehaviorSubject(false)`
144
+
145
+ Methods:
146
+ - `clearGrowl(): void` — Removes all currently displayed growl messages from the notification queue. Clears both sticky and temporary messages immediately.
147
+ - `growl(msg: EuiGrowlMessage, isSticky?: boolean, isMultiple?: boolean, life?: number, position?: string, callback?: function, ariaLive?: "off" | "polite" | "assertive"): void` — Displays a growl notification message with customizable behavior and appearance. Validates message severity and manages message lifecycle through reactive streams. Danger severity messages default to sticky behavior unless explicitly configured.
148
+ - `growlError(msg: string, position?: string): void` — Displays an error growl notification with predefined styling and behavior. Message is non-sticky but can be configured to persist based on severity handling.
149
+ - `growlInfo(msg: string, position?: string): void` — Displays an informational growl notification with predefined styling and behavior. Message is non-sticky and auto-dismisses after the default duration.
150
+ - `growlSuccess(msg: string, position?: string): void` — Displays a success growl notification with predefined styling and behavior. Message is non-sticky and auto-dismisses after the default duration.
151
+ - `growlWarning(msg: string, position?: string): void` — Displays a warning growl notification with predefined styling and behavior. Message is non-sticky and auto-dismisses after the default duration.
152
+
153
+ ### EuiLoaderService
154
+
155
+ File: `packages/core/src/lib/services/loader/eui-loader.service.ts`
156
+ providedIn: `root`
157
+
158
+ Description: A service for loading external dependencies dynamically to the DOM and keeping track of their status. Dependencies can be loaded in any order and can have prerequisites. The service will load the prerequisites first and then load the dependency. If a dependency fails to load, the service will retry loading it according to the retry policy. The service will emit the status of the dependency when it changes. This is useful for showing a loading indicator while the dependency is loading. In scenarios where the dependency is not required for the application to function, the service will not block the application from loading if the dependency fails to load. The service will also remove the dependency from the DOM if it is removed from the list. This is useful for scenarios where the dependency is only required for a specific component, might be removed from the list when the component is destroyed, and it will not affect the bundle size. Example : // Add a dependency loader.addDependency('Quill', 'https://cdn.quilljs.com/1.3.6/quill.js', 'js'); // Get the status of a dependency loader.getDependencyStatus('Quill'); // Listen for status changes loader.statusChanges('Quill').subscribe((status: Status) =\> { console.log(status); }); // Remove a dependency loader.removeDependency('Quill'); // Set the retry policy loader.setRetryPolicy(3, 1000); // Set the timeout policy loader.setTimeoutPolicy(5000); // Load a dependency with prerequisites loader.addDependency('Quill', 'https://cdn.quilljs.com/1.3.6/quill.js', 'js', \['QuillStyle'\]); loader.addDependency('QuillStyle', 'https://cdn.quilljs.com/1.3.6/quill.snow.css', 'css'); // Load a dependency with prerequisites and retry logic loader.setRetryPolicy(3, 1000); loader.setTimeoutPolicy(5000); loader.addDependency('Quill', 'https://cdn.quilljs.com/1.3.6/quill.js', 'js', \['QuillStyle'\]); loader.addDependency('QuillStyle', 'https://cdn.quilljs.com/1.3.6/quill.snow.css', 'css');
159
+
160
+ Methods:
161
+ - `addDependency(name: string, url: string, type: "js" | "css", requires: string[] = []): void` — Add a dependency with its type (JS or CSS) and dependencies
162
+ - `getDependencyStatus(name: string): Status | null` (deprecated: Prefer using statusChanges instead) — Get the status of a dependency See statusChanges
163
+ - `removeDependency(name: string): void` — Remove a dependency from the DOM
164
+ - `setRetryPolicy(maxAttempts: number, retryInterval: number): void` — Allow users to configure the retry policy
165
+ - `setTimeoutPolicy(time: number): void` — Allow users to configure the timeout policy See setRetryPolicy See statusChanges
166
+ - `statusChanges(name: string): Observable<Status>` — Get the status of a dependency as an observable
167
+
168
+ ### EuiPermissionService
169
+
170
+ File: `packages/core/src/lib/services/permission/permission.service.ts`
171
+ providedIn: `root`
172
+
173
+ Description: Service for managing user permissions within the application. This class extends EuiService and is responsible for handling user rights and permissions. It provides methods to initialize the service with user rights, check specific rights and permissions, and subscribe to changes in the user rights state. {EuiService\<EuiUserRight\[\]\>} See EuiService Example : // Example of using the EuiPermissionService in an application const permissionService = new EuiPermissionService(); permissionService.init(\[{ id: 'ADMIN', permissions: \['CREATE', 'READ', 'UPDATE', 'DELETE'\] }\]); if (permissionService.checkRight('ADMIN')) { console.log('User has ADMIN rights'); }
174
+
175
+ Methods:
176
+ - `checkAttributePermission(rightsAndPermission: string): boolean` — Checks if the user has the specified attribute permission. This method interprets a string that represents a combination of rights and/or permissions and determines whether the user has the specified permissions. The string format can be 'RIGHT.PERMISSION' or just 'RIGHT'. For multiple rights, it can be 'RIGHT1.RIGHT2.PERMISSION'. Example : Format can be 'RIGHT', 'RIGHT.PERMISSION', or 'RIGHT1.RIGHT2.PERMISSION'. Example : // Check a single right const hasRight = permissionService.checkAttributePermission('VIEW'); // Check a right with a specific permission const hasRightWithPermission = permissionService.checkAttributePermission('EDIT.APPROVE'); // Check multiple rights with a specific permission const hasMultipleRights = permissionService.checkAttributePermission('ADMIN.VIEW.APPROVE');
177
+ - `checkPermission(rightId: string, permission: string): boolean` — Checks if the user has a specific permission within a right. This method determines whether the user has a specific permission associated with a given right. Example : // Check if the user has 'APPROVE' permission in the 'EDIT' right const canApproveEdit = permissionService.checkPermission('EDIT', 'APPROVE');
178
+ - `checkRight(rightId: string): boolean` — Checks if the user has a specific right. This method determines whether the user possesses a particular right identified by its ID. Example : // Check if the user has the 'ADMIN' right const isAdmin = permissionService.checkRight('ADMIN');
179
+ - `getState(): Observable<K>` — Retrieves the current state of user rights by subscribing to changes. This method is used to access the current state of user rights in the service. It returns an Observable that emits the current user rights. The method is generic and can be parameterized to return a specific type that extends from EuiUserRight\[\] . Example : The type of the emitted value is \`K\`, which is \`EuiUserRight\[\]\` by default. Example : // Example of subscribing to the user rights state permissionService.getState().subscribe(currentRights =\> { console.log('Current User Rights:', currentRights); }); // Example with a specific type permissionService.getState\<CustomUserRightType\[\]\>().subscribe(customRights =\> { console.log('Custom User Rights:', customRights); });
180
+ - `init(rights: EuiUserRight[]): Observable<EuiServiceStatus>` — Initializes the permission service with a set of user rights. This method sets up the initial state of the service based on the provided user rights. It should be called before using other methods of the service to ensure it is properly configured. Example : Each \`EuiUserRight\` object should contain at least an \`id\` property, and optionally a \`permissions\` property which is an array of strings. The status object includes a \`success\` boolean indicating whether the initialization was successful, and an \`error\` property with a message in case of failure. Example : // Example of initializing the service with two user rights const userRights = \[ { id: 'ADMIN', permissions: \['CREATE', 'READ', 'UPDATE', 'DELETE'\] }, { id: 'USER', permissions: \['READ'\] } \]; permissionService.init(userRights).subscribe(status =\> { if (status.success) { console.log('Initialization successful'); } else { console.error('Initialization failed:', status.error); } });
181
+ - `updateState(rights: EuiUserRight[]): void` — Updates the state of the service with a new set of user rights. This method is used to modify the current user rights in the service. It takes an array of EuiUserRight objects and updates the service's state. This change is then propagated to all subscribers of the state. Example : Each \`EuiUserRight\` object should contain an \`id\` property, and optionally a \`permissions\` property which is an array of strings. Example : // Example of updating the service's state with new user rights const newUserRights = \[ { id: 'USER', permissions: \['READ', 'COMMENT'\] }, { id: 'MODERATOR', permissions: \['READ', 'WRITE', 'DELETE'\] } \]; permissionService.updateState(newUserRights);
182
+
183
+ ### EuiThemeService
184
+
185
+ File: `packages/core/src/lib/services/eui-theme.service.ts`
186
+ providedIn: `root`
187
+
188
+ Methods:
189
+ - `isCompact(): boolean`
190
+ - `isDark(): boolean`
191
+ - `isDefault(): boolean`
192
+ - `isEclEc(): boolean`
193
+ - `isEclEcRtl(): boolean`
194
+ - `isEclEu(): boolean`
195
+ - `isEclEuRtl(): boolean`
196
+ - `isHighContrast(): boolean`
197
+ - `setActiveTheme(theme: EuiTheme, isActive: boolean): void`
198
+
199
+ ### EuiTimezoneService
200
+
201
+ File: `packages/core/src/lib/services/eui-timezone.service.ts`
202
+
203
+ Methods:
204
+ - `getCountries(): string[]` — Gets the list of ISO-codes for all countries
205
+ - `getTimezone(tz: string): EuiTimeZone`
206
+ - `getTimezones(): EuiTimeZone[]`
207
+ - `iso2country(iso: string): string` — Convert country ISO code to country name (in english)
208
+
209
+ ### GlobalErrorHandler
210
+
211
+ File: `packages/core/src/lib/services/errors/global-error-handler.ts`
212
+ providedIn: `root`
213
+
214
+ Methods:
215
+ - `handleError(error: any): void`
216
+
217
+ ### I18nLoader
218
+
219
+ File: `packages/core/src/lib/services/i18n/i18n.loader.ts`
220
+
221
+ Methods:
222
+ - `addResources(config: I18nLoaderConfig): I18nResourceImpl[]` — Adds resources
223
+ - `getFailedResources(): Array<LoadedResourcesError>` — Returns resources that failed
224
+ - `getTranslation(lang: string): Observable<TranslationObject>` — Gets the translations from the server
225
+ - `loadResources(resources: I18nResourceImpl[], lang: string): Observable<{ hasError: boolean; translations: TranslationObject; errors?: LoadedResourcesError[] }>` — Loads an array of resources, by language
226
+ - `removeResources(removedResources: I18nResourceImpl[]): void` — Removes resources from the loader instance
227
+
228
+ ### I18nService
229
+
230
+ File: `packages/core/src/lib/services/i18n/i18n.service.ts`
231
+ providedIn: `root`
232
+
233
+ Methods:
234
+ - `addResources(config: I18nLoaderConfig, moduleName?: string): Observable<EuiServiceStatus>` — Add resources based of a config loader
235
+ - `getSignal(): Signal<T>` — This method is used to get the state as readonly signal.
236
+ - `getState(): Observable<T>`
237
+ - `getState(mapFn?: function): Observable<K>` (deprecated: this will be removed in a future version)
238
+ - `getState(key?: a): Observable<DeepPartial<a>>`
239
+ - `getState(keyOrMapFn?: unknown | string): Observable<DeepPartial<K>>`
240
+ - `init(langState?: T): Observable<EuiServiceStatus>`
241
+ - `lazyLoad(config: I18nLoaderConfig): Observable<EuiServiceStatus>`
242
+ - `lazyLoadInit(moduleConfig: ModuleConfig, moduleName?: string): Observable<EuiServiceStatus>`
243
+ - `onReady(moduleName?: string): Observable<ModuleLoadEvent>` — A pipe function that could serve as a wrapper of another observable e.g. ngx-translate i18n.onReady('my\_module').pipe(switchMap(()=\>translate.get('eui.KEY'))); WARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result into another emission. fetch module name from the state.
244
+ - `updateState(state: DeepPartial<T>): void`
245
+ - `updateState(slice: DeepPartial<T>, reducer: function): void` (deprecated: it will be removed in next version. Use updateState(partialState: DeepPartial ) instead)
246
+ - `updateState(state: DeepPartial<K>, reducer?: function): void`
247
+
248
+ ### I18nServiceMock
249
+
250
+ File: `packages/core/src/lib/services/i18n/i18n.service.mock.ts`
251
+
252
+ Methods:
253
+ - `addResources(): Observable<EuiServiceStatus>`
254
+ - `getState(): Observable<I18nState>`
255
+ - `init(i18nState?: I18nState): Observable<EuiServiceStatus>`
256
+ - `lazyLoadInit(): Observable<EuiServiceStatus>`
257
+ - `updateState(i18nState: I18nState): void`
258
+ - `getSignal(): Signal<T>` — This method is used to get the state as readonly signal.
259
+ - `lazyLoad(config: I18nLoaderConfig): Observable<EuiServiceStatus>`
260
+ - `onReady(moduleName?: string): Observable<ModuleLoadEvent>` — A pipe function that could serve as a wrapper of another observable e.g. ngx-translate i18n.onReady('my\_module').pipe(switchMap(()=\>translate.get('eui.KEY'))); WARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result into another emission. fetch module name from the state.
261
+
262
+ ### LocaleService
263
+
264
+ File: `packages/core/src/lib/services/locale/locale.service.ts`
265
+ providedIn: `root`
266
+
267
+ Description: LocaleService is responsible for managing locale states and configurations in an Angular application. It utilizes the CLDR library to load and construct the locale for each region. This service allows for dynamic loading of locales upon request and updates the state of the EUI app accordingly. Key functionalities include: Binding to a translation service for locale changes. Updating the Angular LOCALE\_ID token. EuiService\<T \| LocaleState\>
268
+
269
+ Methods:
270
+ - `getSignal(): Signal<T>` — This method is used to get the state as readonly signal.
271
+ - `getState(): Observable<T>`
272
+ - `getState(mapFn?: function): Observable<K>` — Retrieves the state of the locale service. This method is overloaded to allow different ways of accessing the state. Example : Takes the current state as an argument and returns the transformed state.
273
+ - `getState(key?: a): Observable<DeepPartial<a>>` — Example : The key should be a property name of the state object.
274
+ - `getState(keyOrMapFn?: unknown | string): Observable<DeepPartial<K>>` — Example : If a string is provided, it uses dot notation to access nested properties. If no parameter is provided, the method returns the entire state.
275
+ - `init(state?: LocaleState): Observable<EuiServiceStatus>` — Initializes the LocaleService with necessary configurations and state. Binds language changes to the state and dynamically loads the appropriate locales.
276
+ - `updateState(state: DeepPartial<T>): void` — This method is used to update the state of the service with a new state.
277
+ - `updateState(state: DeepPartial<K>): void` — Updates the locale state within the application. If the new state is not available, it throws an error. Also updates the global LOCALE\_ID token if configured to do so.
278
+
279
+ ### LocaleServiceMock
280
+
281
+ File: `packages/core/src/lib/services/locale/locale.service.mock.ts`
282
+
283
+ Methods:
284
+ - `getState(): Observable<T>`
285
+ - `init(state?: T): Observable<EuiServiceStatus>`
286
+ - `updateState(state: T): void`
287
+ - `getSignal(): Signal<T>` — This method is used to get the state as readonly signal.
288
+
289
+ ### LocalForageService
290
+
291
+ File: `packages/core/src/lib/services/storage/local-forage.service.ts`
292
+
293
+ Description: localforage service, using the localForage javascript library https://localforage.github.io/localForage
294
+
295
+ Properties:
296
+ - `NAME: string = 'LocalForageService'`
297
+
298
+ Methods:
299
+ - `get(key: string): Observable<any>` — retrieve an object from localforage
300
+ - `name(): string` — the name of the storage service
301
+ - `ready(): Observable<any>` — reflects the readiness of the storage
302
+ - `remove(key: string): Observable<any>` — removes an object from localforage
303
+ - `set(key: string, value: any): Observable<any>` — sets an object in localforage
304
+ - `removeAsync(key: string): void` — asynchronous helper for remove function
305
+ - `setAsync(key: string, value: any): void` — asynchronous helper for set function
306
+
307
+ ### LocalStorageService
308
+
309
+ File: `packages/core/src/lib/services/storage/local-storage.service.ts`
310
+
311
+ Description: localStorage service
312
+
313
+ Properties:
314
+ - `NAME: string = 'LocalStorageService'`
315
+
316
+ Methods:
317
+ - `get(key: string): any` — retrieve an object from local storage
318
+ - `name(): string` — the name of the storage service
319
+ - `remove(key: string): void` — removes an object from local storage
320
+ - `set(key: string, value: any): void` — sets an object in local storage
321
+
322
+ ### LogService
323
+
324
+ File: `packages/core/src/lib/services/log/log.service.ts`
325
+
326
+ Description: Log service, responsible for getting or creating loggers. It itself acts as a base logger
327
+
328
+ Methods:
329
+ - `getLogger(loggerName: string, persist: unknown = false): Logger` — Gets a logger by name. If the logger does not exist, it is created
330
+
331
+ ### SessionStorageService
332
+
333
+ File: `packages/core/src/lib/services/storage/session-storage.service.ts`
334
+
335
+ Description: sessionStorage service
336
+
337
+ Properties:
338
+ - `NAME: string = 'SessionStorageService'`
339
+
340
+ Methods:
341
+ - `get(key: string): any` — retrieve an object from session storage
342
+ - `name(): string` — the name of the storage service
343
+ - `remove(key: string): void` — removes an object from session storage
344
+ - `set(key: string, value: any): void` — sets an object in session storage
345
+
346
+ ### StoreService
347
+
348
+ File: `packages/core/src/lib/services/store/store.service.ts`
349
+ providedIn: `root`
350
+
351
+ Methods:
352
+ - `addAutoSaveHandler(stateSlice: string, handler: Handler<T>): void` (deprecated: it will be removed in the next major version) — Add an autoSave handler for a specific state slice
353
+ - `handleAutoSave(): void`
354
+ - `init(version?: string, storageType?: BrowserStorageType): void`
355
+ - `select(key?: any): Observable<T['any']>`
356
+ - `select(keyOrMapFn?: unknown | string): Observable<Partial | K>`
357
+ - `updateState(state: DeepPartial<T>): void` — This method is used to update the state of the service with a new state.
358
+ - `updateState(slice: DeepPartial<T>, reducer: function): void` (deprecated: it will be removed in next version. Use updateState(partialState: DeepPartial ) instead)
359
+ - `updateState(state: DeepPartial<K>, reducer?: function): void`
360
+
361
+ ### StoreServiceMock
362
+
363
+ File: `packages/core/src/lib/services/store/store.service.mock.ts`
364
+
365
+ Methods:
366
+ - `addAutoSaveHandler(): void`
367
+ - `handleAutoSave(): void`
368
+ - `init(): void`
369
+ - `select(): Observable<object>`
370
+ - `updateState(state: DeepPartial<T>): void` — This method is used to update the state of the service with a new state.
371
+
372
+ ### UserService
373
+
374
+ File: `packages/core/src/lib/services/user/user.service.ts`
375
+ providedIn: `root`
376
+
377
+ Methods:
378
+ - `getSignal(): Signal<T>` — This method is used to get the signal of the service.
379
+ - `getState(): Observable<T>`
380
+ - `getState(mapFn?: function): Observable<K>` (deprecated: this will be removed in a future version)
381
+ - `getState(key?: a): Observable<DeepPartial<a>>`
382
+ - `getState(keyOrMapFn?: unknown | string): Observable<DeepPartial<K>>`
383
+ - `init(state: T): Observable<EuiServiceStatus>`
384
+ - `updateState(state: DeepPartial<T>): void` — This method is used to update the state of the service with a new state.
385
+ - `updateState(slice: DeepPartial<T>, reducer: function): void` (deprecated: it will be removed in next version. Use updateState(partialState: DeepPartial ) instead)
386
+ - `updateState(state: DeepPartial<K>, reducer?: function): void`
387
+
388
+ ### UserServiceMock
389
+
390
+ File: `packages/core/src/lib/services/user/user.service.mock.ts`
391
+
392
+ Methods:
393
+ - `getState(mapFn?: function): Observable<K>`
394
+ - `getState(key?: a): Observable<T['a']>`
395
+ - `getState(keyOrMapFn?: unknown | string): Observable<K>`
396
+ - `init(userState: UserState): Observable<EuiServiceStatus>`
397
+ - `updateState(userState: UserState): void`
398
+ - `updateState(slice: T, reducer: function): void`
399
+ - `updateState(userState: K | T, reducer?: unknown): void`
400
+ - `getSignal(): Signal<T>` — This method is used to get the signal of the service.
401
+
402
+ ## Interceptors
403
+
404
+ ### AddLangParamInterceptor
405
+
406
+ File: `packages/core/src/lib/interceptors/add-lang-param.interceptor.ts`
407
+
408
+ Description: Interceptor for adding the current language as parameter Add the header (LANG\_PARAM\_KEY, ) to your request http headers
409
+
410
+ Methods:
411
+ - `intercept(req: HttpRequest<T>, next: HttpHandler): Observable<HttpEvent<T>>`
412
+
413
+ ### CachePreventionInterceptor
414
+
415
+ File: `packages/core/src/lib/interceptors/cache-prevention.interceptor.ts`
416
+
417
+ Methods:
418
+ - `intercept(req: HttpRequest<T>, next: HttpHandler): Observable<HttpEvent<T>>`
419
+
420
+ ### CorsSecurityInterceptor
421
+
422
+ File: `packages/core/src/lib/interceptors/cors-security.interceptor.ts`
423
+
424
+ Methods:
425
+ - `intercept(request: HttpRequest<T>, next: HttpHandler): Observable<HttpEvent<T>>`
426
+
427
+ ### CsrfPreventionInterceptor
428
+
429
+ File: `packages/core/src/lib/interceptors/csrf-prevention.interceptor.ts`
430
+
431
+ Methods:
432
+ - `intercept(request: HttpRequest<T>, next: HttpHandler): Observable<HttpEvent<T>>`
433
+
434
+ ### EuLoginSessionTimeoutHandlingInterceptor
435
+
436
+ File: `packages/core/src/lib/interceptors/eu-login-session-timeout-handling.interceptor.ts`
437
+
438
+ Methods:
439
+ - `intercept(request: HttpRequest<T>, next: HttpHandler): Observable<HttpEvent<T>>`
440
+
441
+ ### HttpErrorHandlerInterceptor
442
+
443
+ File: `packages/core/src/lib/services/errors/http-error-handler.interceptor.ts`
444
+
445
+ Methods:
446
+ - `intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>`
447
+
448
+ ### UxRequestErrorModelInterceptor
449
+
450
+ File: `packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts`
451
+
452
+ Methods:
453
+ - `intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>`
454
+
455
+ ## Classes
456
+
457
+ ### ActivatedRouteAction
458
+
459
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
460
+ Deprecated: (deprecated: it will be removed in the next major version)
461
+
462
+ Properties:
463
+ - `payload: ActivatedRoute`
464
+ - `type: unknown = CoreAppActionTypes.ACTIVATED_ROUTE`
465
+
466
+ ### AddApiQueueItemAction
467
+
468
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
469
+ Deprecated: (deprecated: it will be removed in the next major version)
470
+
471
+ Properties:
472
+ - `payload: { id: string; item: ApiQueueItem }`
473
+ - `type: unknown = CoreAppActionTypes.ADD_API_QUEUE_ITEM`
474
+
475
+ ### AddAppLoadedConfigModulesAction
476
+
477
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
478
+ Deprecated: (deprecated: it will be removed in the next major version)
479
+
480
+ Properties:
481
+ - `payload: { moduleName: string; moduleConfig: ModuleConfig }`
482
+ - `type: unknown = CoreAppActionTypes.ADD_APP_LOADED_CONFIG_MODULES`
483
+
484
+ ### ApiQueueServiceMock
485
+
486
+ File: `packages/core/src/lib/services/queue/api-queue.service.mock.ts`
487
+ Extends: `ApiQueueService`
488
+
489
+ Methods:
490
+ - `addQueueItem(): void`
491
+ - `getQueue(): Observable<ApiQueueItem[]>`
492
+ - `getQueueItem(id: string): Observable<ApiQueueItem>`
493
+ - `processAllQueueItems(): Observable<T>`
494
+ - `processQueueItem(): Observable<T>`
495
+ - `removeAllQueueItem(): void`
496
+ - `removeQueueItem(): void`
497
+ - `processAllQueueItemsSequential(ascending: unknown = true): Observable<T>` — Processes all items in the queue sequentially, based on their timestamp ordering. This method first orders the items in the API queue by their timestamp, either in ascending or descending order as specified by the ascending parameter. It then processes each item using buildHttpRequest , ensuring that each request is completed before the next begins. This sequential processing is crucial when the order of execution matters for HTTP requests in the queue. The method returns an Observable that emits the responses following the same order as the queue items were processed. The function currently returns Observable\<any\> , indicating a broad type. Future improvements should focus on specifying a more accurate return type or utilizing generics for increased type safety. Example : timestamp. Defaults to \`true\`. Example : this.processAllQueueItemsSequential().subscribe(response =\> { // Handle each response in the order of queue processing });
498
+
499
+ ### AsyncStorageService
500
+
501
+ File: `packages/core/src/lib/services/storage/async-storage.service.ts`
502
+ Extends: `StorageService`
503
+
504
+ Description: Generic asynchronous storage service. Concrete asynchronous storage services must extend this class
505
+
506
+ Methods:
507
+ - `get(key: string): Observable<any>` — retrieve an object from async storage
508
+ - `get(key: string): Observable<T>`
509
+ - `ready(): Observable<any>` — reflects the readiness of the storage
510
+ - `remove(key: string): Observable<any>` — removes an object from async storage
511
+ - `removeAsync(key: string): void` — asynchronous helper for remove function
512
+ - `set(key: string, value: any): Observable<any>` — sets an object in async storage
513
+ - `set(key: string, value: T): Observable<any>`
514
+ - `setAsync(key: string, value: any): void` — asynchronous helper for set function
515
+ - `setAsync(key: string, value: T): void`
516
+ - `name(): string` — utility function, to determine the storage implementation
517
+
518
+ ### AsyncStorageServiceMock
519
+
520
+ File: `packages/core/src/lib/services/storage/async-storage.service.mock.ts`
521
+ Extends: `AsyncStorageService`
522
+
523
+ Methods:
524
+ - `get(): Observable<any>`
525
+ - `name(): string`
526
+ - `ready(): Observable<any>`
527
+ - `remove(): Observable<any>`
528
+ - `removeAsync(): void`
529
+ - `set(): Observable<any>`
530
+ - `setAsync(): void`
531
+
532
+ ### CssUtils
533
+
534
+ File: `packages/core/src/lib/helpers/css-utils.ts`
535
+
536
+ Properties:
537
+ - `activateBreadcrumbCssVars: unknown = () => {...}`
538
+ - `activateEditModeCssVars: unknown = () => {...}`
539
+ - `activateFooterCssVars: unknown = () => {...}`
540
+ - `activateHeaderCssVars: unknown = () => {...}`
541
+ - `activateSidebarCssVars: unknown = () => {...}`
542
+ - `activateSidebarFooterCssVars: unknown = () => {...}`
543
+ - `activateSidebarHeaderCssVars: unknown = () => {...}`
544
+ - `activateSideContainerCssVars: unknown = () => {...}`
545
+ - `activateToolbarCssVars: unknown = () => {...}`
546
+ - `activateToolbarMegaMenuCssVars: unknown = () => {...}`
547
+ - `activateTopMessageCssVars: unknown = () => {...}`
548
+ - `deactivateSideContainerCssVars: unknown = () => {...}`
549
+ - `getBreakpointValues: unknown = () => {...}`
550
+ - `getCssVarValue: unknown = () => {...}` — Get the value of a CSS variable. Using getComputedStyle to get the value of the CSS variable (Browser Specific API)
551
+ - `initCssVars: unknown = () => {...}`
552
+ - `removeSidebarCssVars: unknown = () => {...}`
553
+ - `setCssVar: unknown = () => {...}`
554
+ - `setCssVarValue: unknown = () => {...}`
555
+ - `setHeaderShrinkCssVar: unknown = () => {...}`
556
+ - `setHtmlClass: unknown = () => {...}`
557
+ - `setSideContainerWidth: unknown = () => {...}`
558
+
559
+ Methods:
560
+ - `setAppViewportCssVars(platform: unknown): void` — Gets the viewport height and width and multiply it by 1% to get a value for a vh/vw unit Sets the value in the --eui-app-vh custom property to the root of the document Sets the value in the --eui-app-vw custom property to the root of the document Example for 100% height: calc(var(--eui-app-vh, 1vh) \* 100); Example for 50% height: calc(var(--eui-app-vh, 1vh) \* 50); Example for 50% width: calc(var(--eui-app-vw, 1vw) \* 50);
561
+
562
+ ### EmptyApiQueueAction
563
+
564
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
565
+ Deprecated: (deprecated: it will be removed in the next major version)
566
+
567
+ Properties:
568
+ - `payload: any`
569
+ - `type: unknown = CoreAppActionTypes.EMPTY_API_QUEUE`
570
+
571
+ ### ErrorSubClass
572
+
573
+ File: `packages/core/src/lib/services/errors/eui.error.ts`
574
+
575
+ Properties:
576
+ - `code?: string`
577
+ - `message: string`
578
+ - `name: string`
579
+ - `stack: string`
580
+
581
+ ### EuiAppShellServiceMock
582
+
583
+ File: `packages/core/src/lib/mocks/ux-app-shell-service.mock.ts`
584
+
585
+ Properties:
586
+ - `appRouter: object = { navigate: (url): string => url, }`
587
+ - `breakpoints$: Observable<string> = this.breakpointSubject.asObservable()`
588
+ - `breakpointSubject: BehaviorSubject<string> = new BehaviorSubject('')`
589
+ - `state$: Observable<any> = of({})`
590
+
591
+ Methods:
592
+ - `consumeEvent(): void`
593
+ - `getState(): Observable<any>`
594
+
595
+ ### EuiCoreRootGuardClass
596
+
597
+ File: `packages/core/src/lib/eui-core.module.ts`
598
+
599
+ ### EuiError
600
+
601
+ File: `packages/core/src/lib/services/errors/eui.error.ts`
602
+ Extends: `ErrorSubClass`
603
+
604
+ Properties:
605
+ - `code?: string`
606
+ - `message: string`
607
+ - `name: string`
608
+ - `stack: string`
609
+
610
+ ### I18nResourceImpl
611
+
612
+ File: `packages/core/src/lib/services/i18n/i18n.resource.ts`
613
+
614
+ Methods:
615
+ - `compileTranslations(translations: unknown, lang: string): unknown` — Translations pre-processor
616
+ - `equals(obj: I18nResourceImpl): boolean` — Indicates whether other object is equal-to this one.
617
+ - `getPath(lang: string): string` — The path to the resource
618
+
619
+ ### InitStoreAction
620
+
621
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
622
+ Deprecated: (deprecated: it will be removed in the next major version)
623
+
624
+ Properties:
625
+ - `payload: { version?: string }`
626
+ - `type: unknown = CoreAppActionTypes.INIT_STORE`
627
+
628
+ ### LogServiceMock
629
+
630
+ File: `packages/core/src/lib/services/log/log.service.mock.ts`
631
+ Extends: `LoggerMock`
632
+
633
+ Methods:
634
+ - `getLogger(): LoggerMock`
635
+
636
+ ### RemoveApiQueueItemAction
637
+
638
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
639
+ Deprecated: (deprecated: it will be removed in the next major version)
640
+
641
+ Properties:
642
+ - `payload: string`
643
+ - `type: unknown = CoreAppActionTypes.REMOVE_API_QUEUE_ITEM`
644
+
645
+ ### StorageService
646
+
647
+ File: `packages/core/src/lib/services/storage/storage.service.ts`
648
+
649
+ Description: Generic storage service. Concrete storage services must extend this class
650
+
651
+ Methods:
652
+ - `get(key: string): any` — retrieve an object from storage
653
+ - `get(key: string): T`
654
+ - `name(): string` — utility function, to determine the storage implementation
655
+ - `remove(key: string): void` — removes an object from storage
656
+ - `set(key: string, value: any): void` — sets an object in storage
657
+ - `set(key: string, value: T): void`
658
+
659
+ ### StorageServiceMock
660
+
661
+ File: `packages/core/src/lib/services/storage/storage.service.mock.ts`
662
+ Extends: `StorageService`
663
+
664
+ Methods:
665
+ - `get()`
666
+ - `name(): string`
667
+ - `remove(): void`
668
+ - `set(): void`
669
+
670
+ ### TranslateServiceMock
671
+
672
+ File: `packages/core/src/lib/mocks/translate.module.mock.ts`
673
+
674
+ Properties:
675
+ - `currentLang: unknown = signal<string | null>(null)`
676
+ - `isLoaded: Observable<boolean> = this.isLoadedSubject.asObservable()`
677
+ - `isLoadedSubject: BehaviorSubject<boolean> = new BehaviorSubject(true)`
678
+ - `languages: string[] = [DEFAULT_LANGUAGE]`
679
+ - `onFallbackLangChange: Observable<string> = this.onFallbackLangChangeSubject.asObservable()`
680
+ - `onFallbackLangChangeSubject: Subject<string> = new Subject()`
681
+ - `onLangChange: Observable<LangChangeEvent> = this.onLangChangeSubject.asObservable()`
682
+ - `onLangChangeSubject: Subject<LangChangeEvent> = new Subject()`
683
+ - `onTranslationChange: Observable<string> = this.onTranslationChangeSubject.asObservable()`
684
+ - `onTranslationChangeSubject: Subject<string> = new Subject()`
685
+
686
+ Methods:
687
+ - `addLangs(langs: string[]): void`
688
+ - `get(content: string): Observable<string>`
689
+ - `getBrowserLang(): string`
690
+ - `getLangs(): string[]`
691
+ - `getTranslation(): Observable<any>`
692
+ - `instant(key: string | string[]): string`
693
+ - `setFallbackLang(lang: string): void`
694
+ - `use(lang: string): void`
695
+
696
+ ### UpdateAppConnectionAction
697
+
698
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
699
+ Deprecated: (deprecated: it will be removed in the next major version)
700
+
701
+ Properties:
702
+ - `payload: boolean`
703
+ - `type: unknown = CoreAppActionTypes.UPDATE_APP_CONNECTION`
704
+
705
+ ### UpdateAppStatusAction
706
+
707
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
708
+ Deprecated: (deprecated: it will be removed in the next major version)
709
+
710
+ Properties:
711
+ - `payload: string`
712
+ - `type: unknown = CoreAppActionTypes.UPDATE_APP_STATUS`
713
+
714
+ ### UpdateAppVersionAction
715
+
716
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
717
+ Deprecated: (deprecated: it will be removed in the next major version)
718
+
719
+ Properties:
720
+ - `payload: string`
721
+ - `type: unknown = CoreAppActionTypes.UPDATE_APP_VERSION`
722
+
723
+ ### UpdateCurrentModuleAction
724
+
725
+ File: `packages/core/src/lib/services/store/actions/app.actions.ts`
726
+ Deprecated: (deprecated: it will be removed in the next major version)
727
+
728
+ Properties:
729
+ - `payload: string`
730
+ - `type: unknown = CoreAppActionTypes.UPDATE_CURRENT_MODULE`
731
+
732
+ ### UpdateI18nStateAction
733
+
734
+ File: `packages/core/src/lib/services/store/actions/i18n.actions.ts`
735
+ Deprecated: (deprecated: it will be removed in the next major version)
736
+
737
+ Properties:
738
+ - `payload: I18nState`
739
+ - `type: unknown = CoreI18nActionTypes.UPDATE_I18N_STATE`
740
+
741
+ ### UpdateLocaleStateAction
742
+
743
+ File: `packages/core/src/lib/services/store/actions/locale.actions.ts`
744
+ Deprecated: (deprecated: it will be removed in the next major version)
745
+
746
+ Properties:
747
+ - `payload: LocaleState`
748
+ - `type: unknown = CoreLocaleActionTypes.UPDATE_LOCALE_STATE`
749
+
750
+ ### UpdateNotificationsListAction
751
+
752
+ File: `packages/core/src/lib/services/store/actions/notifications.actions.ts`
753
+ Deprecated: (deprecated: it will be removed in the next major version)
754
+
755
+ Properties:
756
+ - `payload: any[]`
757
+ - `type: unknown = CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST`
758
+
759
+ ### UpdateUserDashboardAction
760
+
761
+ File: `packages/core/src/lib/services/store/actions/user.actions.ts`
762
+ Deprecated: (deprecated: it will be removed in the next major version)
763
+
764
+ Properties:
765
+ - `payload: unknown`
766
+ - `type: unknown = CoreUserActionTypes.UPDATE_USER_DASHBOARD`
767
+
768
+ ### UpdateUserDetailsAction
769
+
770
+ File: `packages/core/src/lib/services/store/actions/user.actions.ts`
771
+ Deprecated: (deprecated: it will be removed in the next major version)
772
+
773
+ Properties:
774
+ - `payload: UserDetails`
775
+ - `type: unknown = CoreUserActionTypes.UPDATE_USER_DETAILS`
776
+
777
+ ### UpdateUserPreferencesAction
778
+
779
+ File: `packages/core/src/lib/services/store/actions/user.actions.ts`
780
+ Deprecated: (deprecated: it will be removed in the next major version)
781
+
782
+ Properties:
783
+ - `payload: UserPreferences`
784
+ - `type: unknown = CoreUserActionTypes.UPDATE_USER_PREFERENCES`
785
+
786
+ ### UpdateUserRightsAction
787
+
788
+ File: `packages/core/src/lib/services/store/actions/user.actions.ts`
789
+ Deprecated: (deprecated: it will be removed in the next major version)
790
+
791
+ Properties:
792
+ - `payload: EuiUserRight[]`
793
+ - `type: unknown = CoreUserActionTypes.UPDATE_USER_RIGHTS`
794
+
795
+ ### UpdateUserStateAction
796
+
797
+ File: `packages/core/src/lib/services/store/actions/user.actions.ts`
798
+ Deprecated: (deprecated: it will be removed in the next major version)
799
+
800
+ Properties:
801
+ - `payload: UserState`
802
+ - `type: unknown = CoreUserActionTypes.UPDATE_USER_STATE`
803
+
804
+ ## Interfaces
805
+
806
+ ### Action
807
+
808
+ File: `packages/core/src/lib/services/store/ngrx_kit.ts`
809
+
810
+ Properties:
811
+ - `type: Type`
812
+
813
+ ### ActionReducer
814
+
815
+ File: `packages/core/src/lib/services/store/ngrx_kit.ts`
816
+
817
+ Description: A function that takes an Action and a State , and returns a State . See createReducer .
818
+
819
+ Properties:
820
+ - `undefined`
821
+
822
+ ### body
823
+
824
+ File: `packages/core/src/lib/interceptors/eu-login-session-timeout-handling.interceptor.ts`
825
+
826
+ Properties:
827
+ - `code: number`
828
+ - `message: string`
829
+ - `status: string`
830
+ - `success: boolean`
831
+
832
+ ### ComponentInfo
833
+
834
+ File: `packages/core/schematics/add-eui-imports/index.ts`
835
+
836
+ Properties:
837
+ - `className: string`
838
+ - `decorator: ts.Decorator`
839
+ - `isNonStandalone: boolean`
840
+
841
+ ### Dependency
842
+
843
+ File: `packages/core/src/lib/services/loader/eui-loader.model.ts`
844
+
845
+ Description: A dependency is a script or style that can be loaded dynamically
846
+
847
+ Properties:
848
+ - `name: string` — an identifier for the dependency
849
+ - `requires: string[]` — an array of dependencies corresponds to the Dependency.name that must be loaded before this dependency Example : \['quill-better-table'\] where 'quill-better-table' is the name of the dependency const betterTable: Dependency = { name: 'quill-better-table', url: 'https://cdn.quilljs.com/1.3.6/quill.js', type: 'js', requires: \['quill-better-table'\], }
850
+ - `retries?: number` — the number of times the dependency has been loaded
851
+ - `status?: Status` — the status of the dependency
852
+ - `type: "js" | "css"` — the type of the dependency. Is it a style or script?
853
+ - `url: string` — the url of the dependency Example : https://cdn.quilljs.com/1.3.6/quill.js
854
+
855
+ ### Edit
856
+
857
+ File: `packages/core/schematics/migrate-eui-chip-list/index.ts`
858
+
859
+ Properties:
860
+ - `end: number`
861
+ - `replacement: string`
862
+ - `start: number`
863
+
864
+ ### Edit
865
+
866
+ File: `packages/core/schematics/migrate-eui-table/index.ts`
867
+
868
+ Properties:
869
+ - `end: number`
870
+ - `replacement: string`
871
+ - `start: number`
872
+
873
+ ### Edit
874
+
875
+ File: `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
876
+
877
+ Properties:
878
+ - `end: number`
879
+ - `replacement: string`
880
+ - `start: number`
881
+
882
+ ### Edit
883
+
884
+ File: `packages/core/schematics/migrate-eui-tooltip/index.ts`
885
+
886
+ Properties:
887
+ - `end: number`
888
+ - `replacement: string`
889
+ - `start: number`
890
+
891
+ ### EuiComponentEntry
892
+
893
+ File: `packages/core/schematics/migrate/replacements/eui-modules.ts`
894
+
895
+ Properties:
896
+ - `cmpArray?: boolean`
897
+ - `importLocation: string`
898
+ - `importObj: string`
899
+ - `module: string`
900
+ - `selectorPrefix?: string`
901
+
902
+ ### EuiTimeZone
903
+
904
+ File: `packages/core/src/lib/services/eui-timezone.service.ts`
905
+
906
+ Properties:
907
+ - `desc: string`
908
+ - `name: string`
909
+
910
+ ### IEuiTheme
911
+
912
+ File: `packages/core/src/lib/services/eui-theme.service.ts`
913
+
914
+ Properties:
915
+ - `cssClass: string`
916
+ - `isActive: boolean`
917
+ - `name: EuiTheme`
918
+ - `styleSheet: string`
919
+
920
+ ### ImportsArrayInfo
921
+
922
+ File: `packages/core/schematics/add-eui-imports/index.ts`
923
+
924
+ Properties:
925
+ - `arrayNode: ts.ArrayLiteralExpression`
926
+ - `decoratorType: "Component" | "NgModule"`
927
+
928
+ ### ImportToAdd
929
+
930
+ File: `packages/core/schematics/add-eui-imports/index.ts`
931
+
932
+ Properties:
933
+ - `importPath: string` — ES import path
934
+ - `isSpread: boolean` — Whether this should be spread (...EUI\_BUTTON)
935
+ - `symbol: string` — The symbol to add to imports array (class name or array name for spread)
936
+
937
+ ### Library
938
+
939
+ File: `packages/core/src/lib/services/loader/eui-loader.model.ts`
940
+
941
+ Description: A library is a set of script and style dependencies that can be loaded dynamically Library {string} name - global variable object name that the script will give to the library {Dependency\[\]} dependencies - a set of script and style dependencies {Status} status - the status of the library e.g. LOADED Example : const library: Library = { name: 'Quill', dependencies: \[ { name: 'quill', url: ' https://cdn.quilljs.com/1.3.6/quill.js ', type: 'js', requires: \[\], loaded: false, error: false, }, { name: 'quill', url: ' https://cdn.quilljs.com/1.3.6/quill.snow.css ', type: 'css', requires: \[\], loaded: false, error: false, }, \], status: Status.LOADING, };
942
+
943
+ Properties:
944
+ - `dependencies: Dependency[]` — a set of script and style dependencies
945
+ - `name: string` — global variable object name that the script will give to the library
946
+ - `status: Status` — the status of the library e.g. LOADED
947
+
948
+ ### LoadedResources
949
+
950
+ File: `packages/core/src/lib/services/i18n/i18n.loader.ts`
951
+
952
+ Properties:
953
+ - `errors?: Array<LoadedResourcesError>`
954
+ - `hasError: boolean`
955
+ - `translations: TranslationObject`
956
+
957
+ ### LoadedResourcesError
958
+
959
+ File: `packages/core/src/lib/services/i18n/i18n.loader.ts`
960
+
961
+ Properties:
962
+ - `error: string`
963
+ - `resource: I18nResourceImpl`
964
+
965
+ ### MemoizedSelector
966
+
967
+ File: `packages/core/src/lib/services/store/ngrx_kit.ts`
968
+ Extends: `Selector<State, Result>`
969
+
970
+ Properties:
971
+ - `clearResult: function`
972
+ - `projector: ProjectorFn`
973
+ - `setResult: function`
974
+
975
+ Methods:
976
+ - `release(): void`
977
+
978
+ ### MemoizedSelectorWithProps
979
+
980
+ File: `packages/core/src/lib/services/store/ngrx_kit.ts`
981
+ Extends: `SelectorWithProps<State, Props, Result>`
982
+ Deprecated: (deprecated: Selectors with props are deprecated, for more info see the ://ngrx.io/guide/migration/v12#ngrxstore migration guidehttps)
983
+
984
+ Properties:
985
+ - `clearResult: function`
986
+ - `projector: ProjectorFn`
987
+ - `setResult: function`
988
+
989
+ Methods:
990
+ - `release(): void`
991
+
992
+ ### MigrateAllSchema
993
+
994
+ File: `packages/core/schematics/migrate-all/index.ts`
995
+
996
+ Properties:
997
+ - `dryRun?: boolean`
998
+ - `mwp?: boolean`
999
+ - `path?: string`
1000
+ - `useClassArray?: boolean`
1001
+
1002
+ ### MigrationResult
1003
+
1004
+ File: `packages/core/schematics/migrate-eui-tabs/index.ts`
1005
+
1006
+ Properties:
1007
+ - `content: string`
1008
+ - `migrated: number`
1009
+ - `skipped: number`
1010
+
1011
+ ### ModuleLoadEvent
1012
+
1013
+ File: `packages/core/src/lib/services/i18n/i18n.service.ts`
1014
+
1015
+ Properties:
1016
+ - `error?: any`
1017
+ - `name: string`
1018
+ - `ready: boolean`
1019
+
1020
+ ### ModuleMapping
1021
+
1022
+ File: `packages/core/schematics/migrate-to-standalone/index.ts`
1023
+
1024
+ Properties:
1025
+ - `importPath: string`
1026
+ - `selectors: Record<string, string>`
1027
+
1028
+ ### NgModuleInfo
1029
+
1030
+ File: `packages/core/schematics/add-eui-imports/index.ts`
1031
+
1032
+ Properties:
1033
+ - `declarations: string[]`
1034
+ - `decoratorPos: number`
1035
+ - `path: string`
1036
+
1037
+ ### Policy
1038
+
1039
+ File: `packages/core/src/lib/services/loader/eui-loader.model.ts`
1040
+
1041
+ Description: Configuration for different policies
1042
+
1043
+ Properties:
1044
+ - `maxAttempts: number` — Maximum number of retry attempts
1045
+ - `retryInterval: number` — Time between retries in milliseconds
1046
+ - `timeout: number` — Time in milliseconds before considering a load attempt as failed
1047
+
1048
+ ### ResourceError
1049
+
1050
+ File: `packages/core/src/lib/services/i18n/i18n.loader.ts`
1051
+
1052
+ Properties:
1053
+ - `error?: string`
1054
+ - `isError: boolean`
1055
+ - `resource?: I18nResourceImpl`
1056
+
1057
+ ### Schema
1058
+
1059
+ File: `packages/core/schematics/add-eui-imports/index.ts`
1060
+
1061
+ Properties:
1062
+ - `dryRun?: boolean`
1063
+ - `path?: string`
1064
+ - `useClassArray?: boolean`
1065
+
1066
+ ### Schema
1067
+
1068
+ File: `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
1069
+
1070
+ Properties:
1071
+ - `dryRun?: boolean`
1072
+ - `path?: string`
1073
+
1074
+ ### Schema
1075
+
1076
+ File: `packages/core/schematics/icon-migrate/schema.ts`
1077
+
1078
+ Properties:
1079
+ - `dryRun?: boolean` — Whether to perform a dry run without making changes
1080
+ - `path?: string` — The path to scan for files to migrate
1081
+
1082
+ ### Schema
1083
+
1084
+ File: `packages/core/schematics/migrate/schema.ts`
1085
+
1086
+ Properties:
1087
+ - `dryRun?: boolean` — Whether to perform a dry run without making changes
1088
+ - `mwp?: boolean` — Whether to apply MyWorkplace-specific replacements
1089
+ - `path?: string` — The path to scan for files to migrate
1090
+
1091
+ ### Schema
1092
+
1093
+ File: `packages/core/schematics/migrate-eui-alert/index.ts`
1094
+
1095
+ Properties:
1096
+ - `dryRun?: boolean`
1097
+ - `path?: string`
1098
+
1099
+ ### Schema
1100
+
1101
+ File: `packages/core/schematics/migrate-eui-avatar/index.ts`
1102
+
1103
+ Properties:
1104
+ - `dryRun?: boolean`
1105
+ - `path?: string`
1106
+
1107
+ ### Schema
1108
+
1109
+ File: `packages/core/schematics/migrate-eui-accent/index.ts`
1110
+
1111
+ Properties:
1112
+ - `dryRun?: boolean`
1113
+ - `path?: string`
1114
+
1115
+ ### Schema
1116
+
1117
+ File: `packages/core/schematics/migrate-eui-button/index.ts`
1118
+
1119
+ Properties:
1120
+ - `dryRun?: boolean`
1121
+ - `path?: string`
1122
+
1123
+ ### Schema
1124
+
1125
+ File: `packages/core/schematics/migrate-eui-chip/index.ts`
1126
+
1127
+ Properties:
1128
+ - `dryRun?: boolean`
1129
+ - `path?: string`
1130
+
1131
+ ### Schema
1132
+
1133
+ File: `packages/core/schematics/migrate-eui-chip-list/index.ts`
1134
+
1135
+ Properties:
1136
+ - `dryRun?: boolean`
1137
+ - `path?: string`
1138
+
1139
+ ### Schema
1140
+
1141
+ File: `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
1142
+
1143
+ Properties:
1144
+ - `dryRun?: boolean`
1145
+ - `path?: string`
1146
+
1147
+ ### Schema
1148
+
1149
+ File: `packages/core/schematics/migrate-eui-editor/index.ts`
1150
+
1151
+ Properties:
1152
+ - `dryRun?: boolean`
1153
+ - `path?: string`
1154
+
1155
+ ### Schema
1156
+
1157
+ File: `packages/core/schematics/migrate-eui-fieldset/index.ts`
1158
+
1159
+ Properties:
1160
+ - `dryRun?: boolean`
1161
+ - `path?: string`
1162
+
1163
+ ### Schema
1164
+
1165
+ File: `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1166
+
1167
+ Properties:
1168
+ - `dryRun?: boolean`
1169
+ - `path?: string`
1170
+
1171
+ ### Schema
1172
+
1173
+ File: `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1174
+
1175
+ Properties:
1176
+ - `dryRun?: boolean`
1177
+ - `path?: string`
1178
+
1179
+ ### Schema
1180
+
1181
+ File: `packages/core/schematics/migrate-eui-popover/index.ts`
1182
+
1183
+ Properties:
1184
+ - `dryRun?: boolean`
1185
+ - `path?: string`
1186
+
1187
+ ### Schema
1188
+
1189
+ File: `packages/core/schematics/migrate-eui-table/index.ts`
1190
+
1191
+ Properties:
1192
+ - `dryRun?: boolean`
1193
+ - `path?: string`
1194
+
1195
+ ### Schema
1196
+
1197
+ File: `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1198
+
1199
+ Properties:
1200
+ - `dryRun?: boolean`
1201
+ - `path?: string`
1202
+
1203
+ ### Schema
1204
+
1205
+ File: `packages/core/schematics/migrate-eui-tabs/index.ts`
1206
+
1207
+ Properties:
1208
+ - `dryRun?: boolean`
1209
+ - `path?: string`
1210
+
1211
+ ### Schema
1212
+
1213
+ File: `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1214
+
1215
+ Properties:
1216
+ - `dryRun?: boolean`
1217
+ - `path?: string`
1218
+
1219
+ ### Schema
1220
+
1221
+ File: `packages/core/schematics/migrate-eui-tooltip/index.ts`
1222
+
1223
+ Properties:
1224
+ - `dryRun?: boolean`
1225
+ - `path?: string`
1226
+
1227
+ ### Schema
1228
+
1229
+ File: `packages/core/schematics/migrate-to-standalone/index.ts`
1230
+
1231
+ Properties:
1232
+ - `dryRun?: boolean`
1233
+ - `path?: string`
1234
+
1235
+ ### SelectorEntry
1236
+
1237
+ File: `packages/core/schematics/add-eui-imports/selector-map.ts`
1238
+
1239
+ Description: Hardcoded EUI selector map derived from selector-map.md. Each entry contains a parsed compound selector and the corresponding import metadata.
1240
+
1241
+ Properties:
1242
+ - `attributes: string[]` — Attribute selectors that must ALL be present
1243
+ - `classArray: string | null` — The CLASS array constant name (null if none exists)
1244
+ - `className: string` — The Angular class name
1245
+ - `element: string | null` — Element tag required (null = any element)
1246
+ - `importPath: string` — The ES import path
1247
+
1248
+ ### TextChange
1249
+
1250
+ File: `packages/core/schematics/migrate-eui-tabs/index.ts`
1251
+
1252
+ Properties:
1253
+ - `end: number`
1254
+ - `start: number`
1255
+ - `text: string`
1256
+
1257
+ ### ThemeState
1258
+
1259
+ File: `packages/core/src/lib/services/eui-theme.service.ts`
1260
+
1261
+ Properties:
1262
+ - `theme: any`
1263
+ - `themes: IEuiTheme[]`
1264
+
1265
+ ### TranslationKeys
1266
+
1267
+ File: `packages/core/src/lib/services/i18n/i18n.loader.ts`
1268
+
1269
+ ### UIState
1270
+
1271
+ File: `packages/core/src/lib/services/eui-app-shell.service.ts`
1272
+
1273
+ Properties:
1274
+ - `activeLanguage: string`
1275
+ - `appBaseFontSize?: string`
1276
+ - `appMetadata: AMD`
1277
+ - `appName?: string`
1278
+ - `appShortName?: string`
1279
+ - `appSubTitle?: string`
1280
+ - `breakpoint?: string`
1281
+ - `breakpoints?: BP`
1282
+ - `breakpointValues?: BPV`
1283
+ - `combinedLinks?: EuiMenuItem[]`
1284
+ - `deviceInfo: DI`
1285
+ - `environmentValue?: string`
1286
+ - `hasBreadcrumb?: boolean`
1287
+ - `hasFixedPosition?: boolean`
1288
+ - `hasHeader?: boolean`
1289
+ - `hasHeaderEnvironment?: boolean`
1290
+ - `hasHeaderLogo?: boolean`
1291
+ - `hasModalActive?: boolean`
1292
+ - `hasSidebar?: boolean`
1293
+ - `hasSidebarCollapsedVariant?: boolean`
1294
+ - `hasSideContainer?: boolean`
1295
+ - `hasToolbar?: boolean`
1296
+ - `hasToolbarMegaMenu?: boolean`
1297
+ - `hasToolbarMenu?: boolean`
1298
+ - `hasTopMessage?: boolean`
1299
+ - `isBlockDocumentActive?: boolean`
1300
+ - `isDimmerActive?: boolean`
1301
+ - `isSidebarActive?: boolean`
1302
+ - `isSidebarFocused?: boolean`
1303
+ - `isSidebarHidden?: boolean`
1304
+ - `isSidebarOpen?: boolean`
1305
+ - `languages: (string | EuiLanguage)[]`
1306
+ - `mainContentHeight?: number`
1307
+ - `menuLinks?: EuiMenuItem[]`
1308
+ - `pageHeaderHeight?: number`
1309
+ - `sidebarLinks?: EuiMenuItem[]`
1310
+ - `windowHeight?: number`
1311
+ - `windowWidth?: number`
1312
+ - `wrapperClasses?: string`
1313
+
1314
+ ## Public functions
1315
+
1316
+ - `addEsImports(source: string, filePath: string, imports): string`
1317
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1318
+ - `addEuiImports(options: Schema = {}): Rule`
1319
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1320
+ - `addImportsToFile(source: string, filePath: string, decoratorStartHint: number, imports, useClassArray: boolean): string`
1321
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1322
+ - `addPaginatorImport(source: string, filePath: string): string`
1323
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1324
+ - `addTruncatePipeImport(source: string, filePath: string): string`
1325
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1326
+ - `AlertHttpErrorCallbackFn(error: HttpErrorResponse): void`
1327
+ Defined in `packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts`
1328
+ - `applyChanges(source: string, changes): string`
1329
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1330
+ - `applyEdits(source: string, edits): string`
1331
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1332
+ - `applyEdits(source: string, edits): string`
1333
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1334
+ - `applyEdits(source: string, edits): string`
1335
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1336
+ - `applyEdits(source: string, edits): string`
1337
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1338
+ - `applyEdits(source: string, edits): string`
1339
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1340
+ - `applyEdits(source: string, edits): string`
1341
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1342
+ - `applyEdits(source: string, edits): string`
1343
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1344
+ - `applyEdits(source: string, edits): string`
1345
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1346
+ - `applyEdits(source: string, edits): string`
1347
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1348
+ - `applyEdits(source: string, edits): string`
1349
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1350
+ - `applyEdits(source: string, edits): string`
1351
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
1352
+ - `applyReplacements(source: string, filePath: string, replacements: Map): string`
1353
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1354
+ - `buildBodyReplacement(source: string, content: TmplAstElement): string`
1355
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1356
+ - `buildHeaderReplacement(source: string, label: TmplAstElement): string`
1357
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1358
+ - `buildNgModuleIndex(tree: Tree, dir: DirEntry): NgModuleInfo[]`
1359
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1360
+ - `buildReplacements(moduleNames, templateSelectors: Set): Map<string, { components: string[]; importPath: string }>`
1361
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1362
+ - `buildSelectorMap(): SelectorEntry[]`
1363
+ Defined in `packages/core/schematics/add-eui-imports/selector-map.ts`
1364
+ - `buildTruncatePipeEdit(chip: TmplAstElement, source: string, truncateValue: string): Edit | null`
1365
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1366
+ - `collectChildElementRenames(element: TmplAstElement, edits): void`
1367
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1368
+ - `collectChildInputRemovals(element: TmplAstElement, source: string, edits, filePath: string, context: SchematicContext): void`
1369
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1370
+ - `collectEmptyMessageRename(element: TmplAstElement, edits): void`
1371
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1372
+ - `collectInputRemovals(element: TmplAstElement, source: string, edits, filePath: string, context: SchematicContext): void`
1373
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1374
+ - `collectOutputChanges(element: TmplAstElement, source: string, edits, filePath: string, context: SchematicContext): void`
1375
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1376
+ - `collectOutputRemovals(element: TmplAstElement, source: string, edits, filePath: string, context: SchematicContext): void`
1377
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1378
+ - `collectPaginatorMigration(element: TmplAstElement, source: string, edits): boolean`
1379
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1380
+ - `collectPipeRenames(nodes, source: string, edits): void`
1381
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1382
+ - `collectRemovals(element: TmplAstElement, removals): void`
1383
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1384
+ - `collectRemovals(element: TmplAstElement, removals): void`
1385
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1386
+ - `collectRemovals(element: TmplAstElement, removals): void`
1387
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1388
+ - `collectRemovals(element: TmplAstElement, source: string, removals): void`
1389
+ Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
1390
+ - `collectRemovals(element: TmplAstElement, removals): void`
1391
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
1392
+ - `collectRenames(element: TmplAstElement, edits): void`
1393
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1394
+ - `collectRenames(element: TmplAstElement, edits): void`
1395
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1396
+ - `collectRenames(element: TmplAstElement, edits): void`
1397
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1398
+ - `collectRenames(element: TmplAstElement, edits): void`
1399
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1400
+ - `collectRenames(element: TmplAstElement, edits): void`
1401
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1402
+ - `collectRenames(element: TmplAstElement, edits): void`
1403
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1404
+ - `collectRenames(element: TmplAstElement, edits): void`
1405
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1406
+ - `collectTableInputRenames(element: TmplAstElement, edits): void`
1407
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1408
+ - `collectTagRenames(element: TmplAstElement, source: string, edits): void`
1409
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1410
+ - `collectTemplateEmptyMessageRename(template: TmplAstTemplate, edits): void`
1411
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1412
+ - `ConsoleHttpErrorCallbackFn(error: HttpErrorResponse): void`
1413
+ Defined in `packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts`
1414
+ - `convertLegacyInterpolations(value: string): string` — Converts legacy ngx-translate interpolations ({{var}}) to ICU-compatible format ({var}). Double braces are never valid ICU syntax, so any {{word}} is guaranteed to be legacy.
1415
+ Defined in `packages/core/src/lib/services/i18n/i18n-utils.ts`
1416
+ - `createSelector(s1: Selector, projector): MemoizedSelector<State, Result, typeof projector>`
1417
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1418
+ - `createSelector(selectors, projector): MemoizedSelector<State, Result, Result>`
1419
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1420
+ - `createSelector(...input): MemoizedSelector | MemoizedSelectorWithProps`
1421
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1422
+ - `createSelectorFactory(memoize: MemoizeFn): MemoizedSelector<T | V>`
1423
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1424
+ - `createSelectorFactory(memoize: MemoizeFn, options: SelectorFactoryConfig = { stateFn: defaultStateFn, })`
1425
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1426
+ - `deduplicateEdits(edits): Edit[]`
1427
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1428
+ - `deduplicateEdits(edits): Edit[]`
1429
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1430
+ - `deduplicateEdits(edits): Edit[]`
1431
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
1432
+ - `defaultMemoize(projectionFn: AnyFn, isArgumentsEqual: unknown = isEqualCheck, isResultEqual: unknown = isEqualCheck): MemoizedProjection`
1433
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1434
+ - `defaultStateFn(state: any, selectors, props: any, memoizedProjector: MemoizedProjection): any`
1435
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1436
+ - `detectEuiVersion(tree: Tree): string | null` — Auto-detects the eUI version from the installed
1437
+ Defined in `packages/core/schematics/migrate/utils.ts`
1438
+ - `detectIndent(source: string, pos: number): string`
1439
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1440
+ - `euiLogServiceFactory(injector: Injector, rootBaseLoggerName: string, rootConfig: LogConfig, childBaseLoggerName: string = null, childConfig: LogConfig = {}): LogService`
1441
+ Defined in `packages/core/src/lib/services/app/factories/log.ts`
1442
+ - `extractArgsFromSelectorsDictionary(selectorsDictionary: Record): unknown`
1443
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1444
+ - `extractArrayProperty(decorator, propName: string, source: string): string[]`
1445
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1446
+ - `extractAttrName(insertion: string): string`
1447
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1448
+ - `extractBindingValue(input: TmplAstBoundAttribute, source: string): string`
1449
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1450
+ - `extractHandlerExpression(output: TmplAstBoundEvent, source: string): string`
1451
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1452
+ - `findChildChips(nodes): TmplAstElement[]`
1453
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1454
+ - `findComponentDecorators(sourceFile): ComponentInfo[]`
1455
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1456
+ - `findComponentDecorators(sourceFile): ts.Decorator[]`
1457
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1458
+ - `findDeclaringModule(modules, componentClassName: string): NgModuleInfo | undefined`
1459
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1460
+ - `findDecoratorImportsArray(sf, source: string, decoratorStartHint: number): ImportsArrayInfo | null`
1461
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1462
+ - `findDirectChild(element: TmplAstElement, name: string): TmplAstElement | undefined`
1463
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1464
+ - `findElements(nodes, name: string): TmplAstElement[]`
1465
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1466
+ - `findImportsArrayInSource(sf): ts.ArrayLiteralExpression | null`
1467
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1468
+ - `findImportsArrayNode(decorator): ts.ArrayLiteralExpression | undefined`
1469
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1470
+ - `findLabelElement(nodes): TmplAstElement | null`
1471
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1472
+ - `findSelectorsInTemplate(html: string, knownSelectors): Set<string>`
1473
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1474
+ - `fixNoMultipleEmptyLines(options: Schema = {}): Rule`
1475
+ Defined in `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
1476
+ - `formatInnerLines(source: string, indent: string): string[]`
1477
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1478
+ - `getAttributeSpan(attr): { start: number; end: number }`
1479
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1480
+ - `getAttributeSpan(attr): { start: number; end: number }`
1481
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1482
+ - `getAttributeSpan(attr): { start: number; end: number }`
1483
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1484
+ - `getAttributeSpan(attr): { start: number; end: number }`
1485
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
1486
+ - `getAttributeText(source: string, element: TmplAstElement, tagName: string): string`
1487
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1488
+ - `getClassNamesForArray(arrayName: string): string[]` — Given a classArray name, returns all class names that belong to that array. Used to detect when individual class names can be consolidated into a spread.
1489
+ Defined in `packages/core/schematics/add-eui-imports/selector-map.ts`
1490
+ - `getCoreChildProviders(moduleName: string): Provider[]`
1491
+ Defined in `packages/core/src/lib/services/app/eui-startup.ts`
1492
+ - `getCoreProviders(): Provider[]`
1493
+ Defined in `packages/core/src/lib/services/app/eui-startup.ts`
1494
+ - `getDependencyProviders(): Provider[]`
1495
+ Defined in `packages/core/src/lib/services/app/eui-startup.ts`
1496
+ - `getEndImportBlockPos(lines): number` — Finds the position where the import block ends. Looks for
1497
+ Defined in `packages/core/schematics/migrate/utils.ts`
1498
+ - `getExistingAttrNames(element: TmplAstElement): Set<string>`
1499
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1500
+ - `getFilesFromTree(tree: Tree, dirPath: string, extensions): string[]` — Collects all file paths matching given extensions under a directory in the Tree.
1501
+ Defined in `packages/core/schematics/migrate/utils.ts`
1502
+ - `getGlobalConfig(appConfig: EuiAppConfig): GlobalConfig`
1503
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1504
+ - `getHttpErrorHandlingConfig(appConfig: EuiAppConfig): HttpErrorHandlerConfig`
1505
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1506
+ - `getIndent(source: string, offset: number): string`
1507
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1508
+ - `getInnerText(source: string, element: TmplAstElement): string`
1509
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1510
+ - `getLogAppendersConfig(config: LogConfig = DEFAULT_LOG_CONFIG, injector: Injector = null): LogAppender[]` — Helper function to provide a list of log appenders from a log configuration
1511
+ Defined in `packages/core/src/lib/services/app/factories/log.ts`
1512
+ - `getModuleConfig(appConfig: EuiAppConfig, moduleName: string): ModuleConfig`
1513
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1514
+ - `getRootLogConfig(appConfig: EuiAppConfig): LogConfig`
1515
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1516
+ - `getShowConnectionStatus(globalConfig: GlobalConfig): ConnectionStatus`
1517
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1518
+ - `getSiblingHtmlFiles(tree: Tree, tsFilePath: string): string[]` — Gets sibling HTML files for a given TS file path from the Tree.
1519
+ Defined in `packages/core/schematics/migrate/utils.ts`
1520
+ - `getTemplateContent(tree: Tree, tsPath: string, decorator, source: string): string | null`
1521
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1522
+ - `getTemplateSelectors(tree: Tree, tsPath: string, decorator, source: string): Set<string>`
1523
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1524
+ - `GrowlHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector): void`
1525
+ Defined in `packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts`
1526
+ - `hasAttribute(element: TmplAstElement, name: string): boolean`
1527
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1528
+ - `hasEuiButtonAttribute(element: TmplAstElement): boolean`
1529
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1530
+ - `hasEuiTableAttribute(element: TmplAstElement): boolean`
1531
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1532
+ - `hasModuleInArray(array, moduleName: string, source: string): boolean`
1533
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1534
+ - `hasStandaloneFalse(decorator): boolean`
1535
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1536
+ - `iconMigrate(options: Schema): Rule`
1537
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
1538
+ - `injectOptional(token, injector: unknown = inject(Injector)): T | null` — Safely resolves a service from the injector only when needed. Avoids instantiation errors that can occur with inject(..., { optional: true }) .
1539
+ Defined in `packages/core/src/lib/helpers/injector.ts`
1540
+ - `isArgumentsChanged(args: IArguments, lastArguments: IArguments, comparator: ComparatorFn)`
1541
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1542
+ - `isAvatarElement(element: TmplAstElement): boolean`
1543
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1544
+ - `isChipElement(element: TmplAstElement): boolean`
1545
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1546
+ - `isChipElement(element: TmplAstElement): boolean`
1547
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1548
+ - `isChipListElement(element: TmplAstElement): boolean`
1549
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1550
+ - `isComponentMetadataProperty(node): boolean`
1551
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1552
+ - `isComponentMetadataProperty(node): boolean`
1553
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1554
+ - `isComponentMetadataProperty(node): boolean`
1555
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1556
+ - `isComponentMetadataProperty(node): boolean`
1557
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1558
+ - `isComponentMetadataProperty(node): boolean`
1559
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1560
+ - `isComponentMetadataProperty(node): boolean`
1561
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1562
+ - `isComponentMetadataProperty(node): boolean`
1563
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1564
+ - `isComponentMetadataProperty(node): boolean`
1565
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1566
+ - `isComponentMetadataProperty(node): boolean`
1567
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1568
+ - `isComponentMetadataProperty(node): boolean`
1569
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1570
+ - `isComponentMetadataProperty(node): boolean`
1571
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1572
+ - `isElement(node: TmplAstNode): TmplAstElement`
1573
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1574
+ - `isEqualCheck(a: any, b: any): boolean`
1575
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1576
+ - `isEuiElement(element: TmplAstElement): boolean`
1577
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1578
+ - `isLogConfigDefined(config: LogConfig): boolean` — Helper function to check if the log config is defined. Does not check only for empty object, because the config can have other (non-log) parameters
1579
+ Defined in `packages/core/src/lib/services/app/factories/log.ts`
1580
+ - `isPartOfImport(node): boolean`
1581
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
1582
+ - `isSelectorsDictionary(selectors): Record<string | Selector<unknown, unknown>>`
1583
+ Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
1584
+ - `isTemplateProperty(node): boolean`
1585
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1586
+ - `isTemplateProperty(node): boolean`
1587
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1588
+ - `isTemplateProperty(node): boolean`
1589
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1590
+ - `isTemplateProperty(node): boolean`
1591
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1592
+ - `isTemplateProperty(node): boolean`
1593
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1594
+ - `isTemplateProperty(node): boolean`
1595
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1596
+ - `isTemplateProperty(node): boolean`
1597
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1598
+ - `isTemplateProperty(node): boolean`
1599
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1600
+ - `isTemplateProperty(node): boolean`
1601
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1602
+ - `isTemplateProperty(node): boolean`
1603
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1604
+ - `isTemplateProperty(node): boolean`
1605
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1606
+ - `loadEuiDynamicEnvironmentConfig(url: string, timeout?: number): Promise<EuiAppJsonConfig>` — Function to load asynchronously a dynamic configuration (from a local path or a web service)
1607
+ Defined in `packages/core/src/lib/services/app/eui-pre-init-app.ts`
1608
+ - `localStorageSync(platformId): function` (deprecated: it will be removed in the next major version) — Utility meta-reducer to load the state from the local storage
1609
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
1610
+ - `localStorageSync(reducer: ActionReducer): S` — Utility meta-reducer to load the state from the local storage
1611
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
1612
+ - `localStorageSync(reducer: ActionReducer, platformId?): Function`
1613
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
1614
+ - `logDryRun(context: SchematicContext, message: string): void`
1615
+ Defined in `packages/core/schematics/utils/dry-run.ts`
1616
+ - `logDryRunNote(context: SchematicContext): void`
1617
+ Defined in `packages/core/schematics/utils/dry-run.ts`
1618
+ - `LogHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector): void`
1619
+ Defined in `packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts`
1620
+ - `logRemovalWarning(name: string, filePath: string, element: TmplAstElement, context: SchematicContext): void`
1621
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1622
+ - `logServiceFactory(config: LogConfig = DEFAULT_LOG_CONFIG, injector: Injector = null): LogService` — Helper function to provide an instance of LogService from a configuration
1623
+ Defined in `packages/core/src/lib/services/app/factories/log.ts`
1624
+ - `mapIconSuffix(icon: string): string | undefined`
1625
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
1626
+ - `matchElement(element: TmplAstElement, matched): void`
1627
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1628
+ - `matchSelectorsInTemplate(html: string): SelectorEntry[]`
1629
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1630
+ - `mergeAppHandlerConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppHandler: EuiAppHandlersConfig): EuiAppConfig`
1631
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1632
+ - `mergeAppJsonConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppJsonConfig: EuiAppJsonConfig, merge: Array, isDeepMerge: boolean): EuiAppConfig`
1633
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1634
+ - `migrate(options: Schema): Rule`
1635
+ Defined in `packages/core/schematics/migrate/index.ts`
1636
+ - `migrateAll(options: MigrateAllSchema): Rule`
1637
+ Defined in `packages/core/schematics/migrate-all/index.ts`
1638
+ - `migrateChipListElement(element: TmplAstElement, source: string, edits): void`
1639
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1640
+ - `migrateEuiAccent(options: Schema = {}): Rule`
1641
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1642
+ - `migrateEuiAlert(options: Schema = {}): Rule`
1643
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1644
+ - `migrateEuiAvatar(options: Schema = {}): Rule`
1645
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1646
+ - `migrateEuiButton(options: Schema = {}): Rule`
1647
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1648
+ - `migrateEuiChip(options: Schema = {}): Rule`
1649
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1650
+ - `migrateEuiChipList(options: Schema = {}): Rule`
1651
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1652
+ - `migrateEuiDiscussionThread(options: Schema = {}): Rule`
1653
+ Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
1654
+ - `migrateEuiEditor(options: Schema = {}): Rule`
1655
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1656
+ - `migrateEuiFieldset(options: Schema = {}): Rule`
1657
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1658
+ - `migrateEuiIconSvg(options: Schema = {}): Rule`
1659
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1660
+ - `migrateEuiIconToggle(options: Schema = {}): Rule`
1661
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1662
+ - `migrateEuiPopover(options: Schema = {}): Rule`
1663
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
1664
+ - `migrateEuiProgressCircle(options: Schema = {}): Rule`
1665
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1666
+ - `migrateEuiTable(options: Schema = {}): Rule`
1667
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1668
+ - `migrateEuiTabs(options: Schema = {}): Rule`
1669
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1670
+ - `migrateEuiToolbarMenu(options: Schema = {}): Rule`
1671
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1672
+ - `migrateEuiTooltip(options: Schema = {}): Rule`
1673
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
1674
+ - `migrateImportsAndTypes(source: string, filePath: string, context: SchematicContext): string`
1675
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1676
+ - `migrateInlineTemplates(source: string): string`
1677
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1678
+ - `migrateInlineTemplates(source: string): string`
1679
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1680
+ - `migrateInlineTemplates(source: string): string`
1681
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1682
+ - `migrateInlineTemplates(source: string): string`
1683
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1684
+ - `migrateInlineTemplates(source: string): string`
1685
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1686
+ - `migrateInlineTemplates(source: string): string`
1687
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1688
+ - `migrateInlineTemplates(source: string): string`
1689
+ Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
1690
+ - `migrateInlineTemplates(source: string): string`
1691
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1692
+ - `migrateInlineTemplates(source: string): string`
1693
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1694
+ - `migrateInlineTemplates(source: string): string`
1695
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1696
+ - `migrateInlineTemplates(source: string): string`
1697
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1698
+ - `migrateInlineTemplates(source: string): string`
1699
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
1700
+ - `migrateInlineTemplates(source: string): string`
1701
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1702
+ - `migrateInlineTemplates(source: string, filePath: string, context: SchematicContext): MigrationResult`
1703
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1704
+ - `migrateInlineTemplates(source: string, filePath: string, context: SchematicContext): string`
1705
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1706
+ - `migrateTemplate(source: string): string`
1707
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1708
+ - `migrateTemplate(source: string): string`
1709
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1710
+ - `migrateTemplate(source: string): string`
1711
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1712
+ - `migrateTemplate(source: string): string`
1713
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1714
+ - `migrateTemplate(source: string): string`
1715
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1716
+ - `migrateTemplate(source: string): string`
1717
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1718
+ - `migrateTemplate(source: string): string`
1719
+ Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
1720
+ - `migrateTemplate(source: string): string`
1721
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1722
+ - `migrateTemplate(source: string): string`
1723
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1724
+ - `migrateTemplate(source: string): string`
1725
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1726
+ - `migrateTemplate(source: string): string`
1727
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1728
+ - `migrateTemplate(source: string): string`
1729
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
1730
+ - `migrateTemplate(source: string, filePath: string, context: SchematicContext): string`
1731
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1732
+ - `migrateTemplate(source: string): string`
1733
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1734
+ - `migrateTemplate(source: string, filePath: string, context: SchematicContext): MigrationResult`
1735
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1736
+ - `migrateTemplate(source: string, filePath: string, context: SchematicContext): string`
1737
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1738
+ - `migrateTemplateWithPaginator(source: string, filePath: string, context: SchematicContext): { output: string; hasPaginator: boolean }`
1739
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1740
+ - `migrateToStandalone(options: Schema = {}): Rule`
1741
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1742
+ - `migrateTypeScript(source: string, filePath: string, context: SchematicContext): { output: string; hasPaginator: boolean }`
1743
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1744
+ - `migrateTypeScript(source: string, filePath: string, context: SchematicContext): string`
1745
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1746
+ - `migrateTypeScript(source: string, filePath: string, context: SchematicContext): string`
1747
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
1748
+ - `parseSelector(raw: string): { element: string | null; attributes: string[] }` — Parses a raw CSS-like selector string into element + attributes. Examples: "button\[euiButton\]" → { element: "button", attributes: \["euiButton"\] } "\[euiTooltip\]" → { element: null, attributes: \["euiTooltip"\] } "eui-tabs" → { element: "eui-tabs", attributes: \[\] } "input\[euiInputNumber\]\[formControlName\]" → { element: "input", attributes: \["euiInputNumber", "formControlName"\] }
1749
+ Defined in `packages/core/schematics/add-eui-imports/selector-map.ts`
1750
+ - `preInitApp(envConfig: EuiEnvConfig): Promise<EuiEnvConfig>` — Function to be used before the AppModule is bootstrapped. It is currently used to load dynamic configurations. It needs to be added in your application main.ts file.
1751
+ Defined in `packages/core/src/lib/services/app/eui-pre-init-app.ts`
1752
+ - `prepareEuiAppConfigToken(euiConfig: EuiConfig): EuiAppConfig`
1753
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
1754
+ - `provideEuiInitializer(): EnvironmentProviders` — Initializes the app with the necessary configurations. Use this in combination with provideAppInitializer(euiInitApp\_Env)
1755
+ Defined in `packages/core/src/lib/services/app/eui-init-app.ts`
1756
+ - `removalEdit(node, source: string): Edit`
1757
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1758
+ - `removeAttribute(start: number, end: number, source: string, edits): void`
1759
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1760
+ - `removeElementRanges(source: string, parent: TmplAstElement, elements): string`
1761
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1762
+ - `removeFromEsImports(source: string, filePath: string, symbolsToRemove): string`
1763
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1764
+ - `removeImportSpecifier(namedImports, specifier, sourceFile, edits): void`
1765
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1766
+ - `removeImportSpecifier(namedImports, specifier, sourceFile, edits): void`
1767
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
1768
+ - `renameTsProperties(source: string): string`
1769
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1770
+ - `renameTsPropertyAccesses(source: string): string`
1771
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1772
+ - `renameTsPropertyAccesses(source: string): string`
1773
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1774
+ - `renameTsPropertyAccesses(source: string): string`
1775
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1776
+ - `replaceEclAllModule(tree: Tree, filePath: string, content: string): string` — Replaces EclAllModule with specific ECL component imports detected from sibling HTML files.
1777
+ Defined in `packages/core/schematics/migrate/replacements/eui-modules.ts`
1778
+ - `replaceEuiAllModule(tree: Tree, filePath: string, content: string): string` — Replaces EuiAllModule with specific component imports detected from sibling HTML files.
1779
+ Defined in `packages/core/schematics/migrate/replacements/eui-modules.ts`
1780
+ - `replaceEuiBreakingChanges(lines, index: number): boolean` — Applies EUI and ECL breaking change replacements to a single line. Ported from csdr-engine/migrate/index.js replaceEuiBreakingChanges. Returns true if the line was modified.
1781
+ Defined in `packages/core/schematics/migrate/replacements/breaking-changes.ts`
1782
+ - `replaceEuiModules(fileContent: string, lines): { updated: boolean; lines: string[] }` — Replaces individual EUI module references with their new standalone imports. Handles import statements (removes module, adds new import) and usage in arrays (replaces with spread).
1783
+ Defined in `packages/core/schematics/migrate/replacements/eui-modules.ts`
1784
+ - `replaceIcons(lines, index: number): boolean` — Replaces old icon names with new ones in a single line. Only replaces in quoted strings, skipping import lines and element tags. Returns true if the line was modified.
1785
+ Defined in `packages/core/schematics/migrate/replacements/icons.ts`
1786
+ - `replaceIconsInTemplate(content: string): { content: string; count: number }` — Replaces icon values in HTML template content by matching component selectors and their icon inputs. Handles both static bindings (icon="value") and bound bindings (\[icon\]="'value'").
1787
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
1788
+ - `replaceIconsInTypeScript(content: string): { content: string; count: number }` — Replaces icon string literals in TypeScript files where icons are assigned to component inputs. Targets patterns like: icon = 'eui-delete', icon: 'eui-delete', expandedSvgIconClass: 'eui-chevron-right'
1789
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
1790
+ - `replaceInImportsArray(source: string, sourceFile, replacements: Map): string`
1791
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1792
+ - `replaceMwp(filePath: string, lines, index: number): boolean` — Applies MyWorkplace-specific replacements to a single line. Ported from csdr-engine/migrate/index.js replaceMwp. Returns true if the line was modified.
1793
+ Defined in `packages/core/schematics/migrate/replacements/mwp.ts`
1794
+ - `resolveIcon(icon: string): string | undefined` — Resolve icon: first try exact match in ICON\_MAP, then apply suffix mapping
1795
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
1796
+ - `resolveImports(matched, useClassArray: boolean): ImportToAdd[]`
1797
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1798
+ - `sessionStorageSync(platformId): function` (deprecated: it will be removed in the next major version) — Utility meta-reducer to load the state from the session storage
1799
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
1800
+ - `sessionStorageSync(reducer: ActionReducer): S` (deprecated: it will be removed in the next major version) — Utility meta-reducer to load the state from the session storage
1801
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
1802
+ - `sessionStorageSync(reducer: ActionReducer, platformId?): Function`
1803
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
1804
+ - `transformTranslations(translations: T): T` — Recursively walks a translation object and converts all legacy {{var}} interpolations to ICU-compatible {var} format in string leaf values.
1805
+ Defined in `packages/core/src/lib/services/i18n/i18n-utils.ts`
1806
+ - `unwrapExpression(expression): ts.Expression`
1807
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1808
+ - `unwrapExpression(expression): ts.Expression`
1809
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1810
+ - `unwrapExpression(expression): ts.Expression`
1811
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1812
+ - `unwrapExpression(expression): ts.Expression`
1813
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1814
+ - `unwrapExpression(expression): ts.Expression`
1815
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1816
+ - `unwrapExpression(expression): ts.Expression`
1817
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1818
+ - `unwrapExpression(expression): ts.Expression`
1819
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1820
+ - `unwrapExpression(expression): ts.Expression`
1821
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1822
+ - `unwrapExpression(expression): ts.Expression`
1823
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1824
+ - `unwrapExpression(expression): ts.Expression`
1825
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1826
+ - `unwrapExpression(expression): ts.Expression`
1827
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1828
+ - `updateDecoratorImportsArray(source: string, filePath: string, arrayNode, toAdd, toRemove): string`
1829
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1830
+ - `updateEsImports(source: string, filePath: string, replacements: Map): string`
1831
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1832
+ - `visitAstForPipes(ast: AST, edits): void`
1833
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1834
+ - `visitDir(dir: DirEntry, callback): void`
1835
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1836
+ - `visitDir(dir: DirEntry, callback): void`
1837
+ Defined in `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
1838
+ - `visitDir(dir: DirEntry, callback): void`
1839
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1840
+ - `visitDir(dir: DirEntry, callback): void`
1841
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1842
+ - `visitDir(dir: DirEntry, callback): void`
1843
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1844
+ - `visitDir(dir: DirEntry, callback): void`
1845
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1846
+ - `visitDir(dir: DirEntry, callback): void`
1847
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1848
+ - `visitDir(dir: DirEntry, callback): void`
1849
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1850
+ - `visitDir(dir: DirEntry, callback): void`
1851
+ Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
1852
+ - `visitDir(dir: DirEntry, callback): void`
1853
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1854
+ - `visitDir(dir: DirEntry, callback): void`
1855
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1856
+ - `visitDir(dir: DirEntry, callback): void`
1857
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1858
+ - `visitDir(dir: DirEntry, callback): void`
1859
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1860
+ - `visitDir(dir: DirEntry, callback): void`
1861
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
1862
+ - `visitDir(dir: DirEntry, callback): void`
1863
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1864
+ - `visitDir(dir: DirEntry, callback): void`
1865
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1866
+ - `visitDir(dir: DirEntry, callback): void`
1867
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1868
+ - `visitDir(dir: DirEntry, callback): void`
1869
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1870
+ - `visitDir(dir: DirEntry, callback): void`
1871
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
1872
+ - `visitDir(dir: DirEntry, callback): void`
1873
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
1874
+ - `visitExpressionForPipes(expr: AST, edits): void`
1875
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1876
+ - `visitNodes(nodes, removals): void`
1877
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
1878
+ - `visitNodes(nodes, removals): void`
1879
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
1880
+ - `visitNodes(nodes, edits): void`
1881
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
1882
+ - `visitNodes(nodes, edits): void`
1883
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
1884
+ - `visitNodes(nodes, removals): void`
1885
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
1886
+ - `visitNodes(nodes, source: string, edits): void`
1887
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
1888
+ - `visitNodes(nodes, source: string, removals): void`
1889
+ Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
1890
+ - `visitNodes(nodes, edits): void`
1891
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1892
+ - `visitNodes(nodes, edits): void`
1893
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
1894
+ - `visitNodes(nodes, edits): void`
1895
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
1896
+ - `visitNodes(nodes, edits): void`
1897
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
1898
+ - `visitNodes(nodes, removals): void`
1899
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
1900
+ - `visitNodes(nodes, edits): void`
1901
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
1902
+ - `visitNodes(nodes, source: string, edits, filePath: string, context: SchematicContext): void`
1903
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1904
+ - `visitNodesForTable(nodes, source: string, edits, insideEuiTable: boolean, filePath: string, context: SchematicContext): boolean`
1905
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1906
+ - `visitTemplateNodes(nodes, matched): void`
1907
+ Defined in `packages/core/schematics/add-eui-imports/index.ts`
1908
+ - `warnPropertyAccesses(path: string, source: string, context: SchematicContext): void`
1909
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
1910
+ - `warnRemovedProperties(sourceFile, filePath: string, context: SchematicContext): void`
1911
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
1912
+ - `warnSetSort(source: string, filePath: string, context: SchematicContext): void`
1913
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
1914
+ - `withoutOverlaps(changes): TextChange[]`
1915
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
1916
+
1917
+ ## Public type aliases
1918
+
1919
+ - `type ActionReducerMap = unknown`
1920
+ - `type AnyFn = function`
1921
+ - `type ComparatorFn = function`
1922
+ - `type CoreAppActions = InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | Act…` (deprecated: it will be removed in the next major version)
1923
+ - `type CoreI18nActions = UpdateI18nStateAction` (deprecated: it will be removed in the next major version)
1924
+ - `type CoreLocaleActions = UpdateLocaleStateAction` (deprecated: it will be removed in the next major version)
1925
+ - `type CoreNotificationsActions = UpdateNotificationsListAction` (deprecated: it will be removed in the next major version)
1926
+ - `type CoreUserActions = UpdateUserDetailsAction | UpdateUserPreferencesAction | UpdateUserRightsAction | UpdateUserDashboardAction` (deprecated: it will be removed in the next major version)
1927
+ - `type DefaultProjectorFn = function`
1928
+ - `type Handler = function`
1929
+ - `type LocaleMapper = function`
1930
+ - `type MemoizedProjection = { memoized: AnyFn; reset: void; setResult: void; clearResult: void }`
1931
+ - `type MemoizeFn = function`
1932
+ - `type Selector = function`
1933
+ - `type SelectorFactoryConfig = { stateFn: V }`
1934
+ - `type SelectorWithProps = function`
1935
+
1936
+ ## Public enumerations
1937
+
1938
+ - `enum BrowserStorageType`
1939
+ - `local`
1940
+ - `session`
1941
+
1942
+ - `enum CoreAppActionTypes` (deprecated: it will be removed in the next major version)
1943
+ - `INIT_STORE = [App] Init store`
1944
+ - `UPDATE_APP_VERSION = [App] Update version`
1945
+ - `UPDATE_APP_CONNECTION = [App] Update connection`
1946
+ - `ADD_APP_LOADED_CONFIG_MODULES = [App] Update app loaded config modules`
1947
+ - `UPDATE_APP_STATUS = [App] Update status`
1948
+ - `UPDATE_CURRENT_MODULE = [App] Update current module`
1949
+ - `ACTIVATED_ROUTE = [App] Activated route`
1950
+ - `ADD_API_QUEUE_ITEM = [App] Add API queue item`
1951
+ - `REMOVE_API_QUEUE_ITEM = [App] Remove API queue item`
1952
+ - `EMPTY_API_QUEUE = [App] empty API queue`
1953
+
1954
+ - `enum CoreI18nActionTypes` (deprecated: it will be removed in the next major version)
1955
+ - `UPDATE_I18N_STATE = [I18n] Update I18n State`
1956
+
1957
+ - `enum CoreLocaleActionTypes` (deprecated: it will be removed in the next major version)
1958
+ - `UPDATE_LOCALE_STATE = [Locale] Update Locale State`
1959
+
1960
+ - `enum CoreNotificationsActionTypes` (deprecated: it will be removed in the next major version)
1961
+ - `UPDATE_NOTIFICATIONS_LIST = [Notif] Update list`
1962
+
1963
+ - `enum CoreUserActionTypes` (deprecated: it will be removed in the next major version)
1964
+ - `UPDATE_USER_STATE = [User] Update User state`
1965
+ - `UPDATE_USER_DETAILS = [User] Update details`
1966
+ - `UPDATE_USER_PREFERENCES = [User] Update preferences`
1967
+ - `UPDATE_USER_RIGHTS = [User] Update rights`
1968
+ - `UPDATE_USER_DASHBOARD = [User] Update dashboard`
1969
+
1970
+ - `enum EuiTheme`
1971
+ - `DEFAULT = default`
1972
+ - `ECL_EC = ecl-ec`
1973
+ - `ECL_EC_RTL = ecl-ec-rtl`
1974
+ - `ECL_EU = ecl-eu`
1975
+ - `ECL_EU_RTL = ecl-eu-rtl`
1976
+ - `DARK = dark`
1977
+ - `HIGH_CONTRAST = high-contrast`
1978
+ - `COMPACT = compact`
1979
+
1980
+ - `enum Status` — The status of a library
1981
+ - `LOADING = loading`
1982
+ - `LOADED = loaded`
1983
+ - `ERROR = error`
1984
+
1985
+ ## Public variables
1986
+
1987
+ - `actionToReducerMap: { } = { [CoreAppActionTypes.UPDATE_APP_VERSION]: updateAppVersion, [CoreAppActionTypes.UPDATE_APP_CONNECTION]: updateAppConnection, [CoreAppActionTypes.UPDATE_APP_STA…`
1988
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
1989
+ - `actionToReducerMap: { } = { [CoreI18nActionTypes.UPDATE_I18N_STATE]: updateI18nState, }` (deprecated: it will be removed in the next major version)
1990
+ Defined in `packages/core/src/lib/services/store/reducers/i18n.reducers.ts`
1991
+ - `actionToReducerMap: { } = { [CoreLocaleActionTypes.UPDATE_LOCALE_STATE]: updateLocaleState, }` (deprecated: it will be removed in the next major version)
1992
+ Defined in `packages/core/src/lib/services/store/reducers/locale.reducers.ts`
1993
+ - `actionToReducerMap: { } = { [CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST]: updateNotificationsList, }`
1994
+ Defined in `packages/core/src/lib/services/store/reducers/notifications.reducers.ts`
1995
+ - `actionToReducerMap: { } = { [CoreUserActionTypes.UPDATE_USER_DETAILS]: updateUserDetails, [CoreUserActionTypes.UPDATE_USER_PREFERENCES]: updateUserPreferences, [CoreUserActionTypes.UPDAT…`
1996
+ Defined in `packages/core/src/lib/services/store/reducers/user.reducers.ts`
1997
+ - `addApiQueueItem: unknown = (state: AppState, action: AddApiQueueItemAction): AppState => { // apply the timestamp to the queue item const apiQueueItem = Object.assign({}, action.payload.i…`
1998
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
1999
+ - `AddAppLoadedConfigModules: unknown = (state: CoreState, action: { moduleName, moduleConfig }): CoreState => ({ ...state, app: { ...state.app, loadedConfigModules: { lastAddedModule: action.moduleNa…`
2000
+ Defined in `packages/core/src/lib/eui-core.module.ts`
2001
+ - `BASE_LOGGER_NAME_TOKEN: unknown = new InjectionToken<string>('BASE_LOGGER_NAME')`
2002
+ Defined in `packages/core/src/lib/services/log/log.service.ts`
2003
+ - `BASE_NAME_TOKEN: unknown = new InjectionToken<string>('baseName')`
2004
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2005
+ - `cb: unknown = <S extends CoreState>(reducer: ActionReducer<S>, storage: Storage | null) => (state: S, action: Action): S => { if (action.type === CoreAppActionTypes.INIT_STOR…`
2006
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
2007
+ - `CHIP_ATTR: string = 'euiChip'`
2008
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2009
+ - `CHIP_LIST_ATTR: string = 'euiChipList'`
2010
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2011
+ - `CHIP_LIST_TAG: string = 'eui-chip-list'`
2012
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2013
+ - `CHIP_TAG: string = 'eui-chip'`
2014
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2015
+ - `closestMatchingParent: unknown = (target: HTMLElement, className: string): HTMLElement | null => { let element = target; while (element && element.nodeType === Node.ELEMENT_NODE) { if (element.…`
2016
+ Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
2017
+ - `COMPONENT_TAG: string = 'eui-discussion-thread'`
2018
+ Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
2019
+ - `COMPONENT_TAG: string = 'eui-editor'`
2020
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
2021
+ - `COMPONENT_TAG: string = 'eui-fieldset'`
2022
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
2023
+ - `COMPONENT_TAG: string = 'eui-icon-toggle'`
2024
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
2025
+ - `COMPONENT_TAG: string = 'eui-icon-svg'`
2026
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
2027
+ - `CONFIG_TOKEN: unknown = new InjectionToken<EuiAppConfig>('finalConfigToken')`
2028
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2029
+ - `consumeEvent: unknown = (event: Event): boolean => { if (event) { event.preventDefault(); event.stopPropagation(); event.cancelBubble = true; } return false; }`
2030
+ Defined in `packages/core/src/lib/helpers/event-helpers.ts`
2031
+ - `CORE_ROOT_GUARD: unknown = new InjectionToken<void>('Internal Theme ForRoot Guard')`
2032
+ Defined in `packages/core/src/lib/eui-core.module.ts`
2033
+ - `coreAppReducers: AppState = (state = initialAppState, action: CoreAppActions) => { if (actionToReducerMap[action.type]) { return actionToReducerMap[action.type](state, action); } // if the…` (deprecated: it will be removed in the next major version)
2034
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
2035
+ - `coreLocaleReducers: LocaleState = ( state = initialLocaleState, action: CoreLocaleActions, ) => { if (actionToReducerMap[action.type]) { return actionToReducerMap[action.type](state, action); } …` (deprecated: it will be removed in the next major version)
2036
+ Defined in `packages/core/src/lib/services/store/reducers/locale.reducers.ts`
2037
+ - `coreNotificationsReducers: NotificationsState = ( state = initialNotificationsState, action: CoreNotificationsActions, ) => { if (actionToReducerMap[action.type]) { return actionToReducerMap[action.type](stat…` (deprecated: it will be removed in the next major version)
2038
+ Defined in `packages/core/src/lib/services/store/reducers/notifications.reducers.ts`
2039
+ - `coreReducers: ActionReducerMap<CoreState, any> = Object.assign( {}, { app: coreAppReducers, user: coreUserReducers, notifications: coreNotificationsReducers, i18n: corI18nReducers, locale: coreLocaleReducers, …` (deprecated: it will be removed in the next major version)
2040
+ Defined in `packages/core/src/lib/services/store/reducers/core.reducers.ts`
2041
+ - `coreUserReducers: UserState = (state = initialUserState, action: CoreUserActions) => { if (actionToReducerMap[action.type]) { return actionToReducerMap[action.type](state, action); } return …` (deprecated: it will be removed in the next major version)
2042
+ Defined in `packages/core/src/lib/services/store/reducers/user.reducers.ts`
2043
+ - `corI18nReducers: I18nState = (state = initialI18nState, action: CoreI18nActions) => { if (actionToReducerMap[action.type]) { return actionToReducerMap[action.type](state, action); } return …` (deprecated: it will be removed in the next major version)
2044
+ Defined in `packages/core/src/lib/services/store/reducers/i18n.reducers.ts`
2045
+ - `createEuiCoreRootGuard: unknown = (core): string => { if (core) { throw new TypeError('CoreModule.forRoot() called twice. Feature modules should use ThemeModule.forChild() instead.'); } return '…`
2046
+ Defined in `packages/core/src/lib/eui-core.module.ts`
2047
+ - `CYAN: string = '\x1b[36m'`
2048
+ Defined in `packages/core/schematics/utils/dry-run.ts`
2049
+ - `DEFAULT_EUI_APP_CONFIG: EuiAppConfig = { global: { ...DEFAULT_GLOBAL_CONFIG, }, }`
2050
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2051
+ - `DEFAULT_EUI_CONFIG: EuiConfig = { appConfig: { ...DEFAULT_EUI_APP_CONFIG, }, environment: { ...DEFAULT_EUI_ENV_CONFIG, }, }`
2052
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2053
+ - `DEFAULT_EUI_ENV_CONFIG: EuiEnvConfig = { envAppHandlersConfig: {}, }`
2054
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2055
+ - `DEFAULT_GLOBAL_CONFIG: GlobalConfig = { showConnectionStatus: { messageBox: { lifespan: 0, }, enabled: true, }, i18n: { i18nService: { ...DEFAULT_I18N_SERVICE_CONFIG, }, i18nLoader: { ...DEFAULT_I18…`
2056
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2057
+ - `DEFAULT_HTTP_ERROR_HANDLER_CONFIG: HttpErrorHandlerConfig = { routes: [], }`
2058
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2059
+ - `DEFAULT_I18N_LOADER_CONFIG: I18nLoaderConfig = {}`
2060
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2061
+ - `DEFAULT_I18N_SERVICE_CONFIG: I18nServiceConfig = { languages: ['en'], defaultLanguage: 'en', }`
2062
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2063
+ - `DEFAULT_LANGUAGE: string = 'en'`
2064
+ Defined in `packages/core/src/lib/mocks/translate.module.mock.ts`
2065
+ - `DEFAULT_LOCALE_SERVICE_CONFIG: LocaleServiceConfig = { bindWithTranslate: false, }`
2066
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2067
+ - `DEFAULT_LOG_CONFIG: LogConfig = { baseLoggerName: 'root', logLevel: LogLevel.ERROR, logAppenders: { type: ConsoleAppender, prefixFormat: '[{level}]', }, }` — default log configuration
2068
+ Defined in `packages/core/src/lib/services/config/defaults.ts`
2069
+ - `diffDays: unknown = (dateStart: Date, dateEnd: Date): number => Math.round((dateEnd.getTime() - dateStart.getTime()) / 1000 / 60 / 60 / 24)`
2070
+ Defined in `packages/core/src/lib/helpers/date-helpers.ts`
2071
+ - `diffDaysFromToday: unknown = (date: Date): number => diffDays(new Date(), date)`
2072
+ Defined in `packages/core/src/lib/helpers/date-helpers.ts`
2073
+ - `disallowedKeys: [] = ['loadedConfigModules', 'connect', 'currentModule', 'status', 'apiQueue']`
2074
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
2075
+ - `DYNAMIC_COMPONENT_CONFIG: unknown = new InjectionToken<object>('DYNAMIC_COMPONENT_CONFIG')`
2076
+ Defined in `packages/core/src/lib/services/dynamic-component/dynamic-component.service.ts`
2077
+ - `emptyApiQueue: unknown = (state: AppState, action: EmptyApiQueueAction): AppState => // remove all items in the Api Queue Object.assign({}, state, { apiQueue: {} })`
2078
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
2079
+ - `errorCodes: object = { ERR_GENERIC: 'ERR_GENERIC', }`
2080
+ Defined in `packages/core/src/lib/services/errors/eui.error.ts`
2081
+ - `EUI_COMPONENTS_BASE: EuiComponentEntry[] = [ // ECL components { selectorPrefix: 'ecl-app', module: 'EclAppComponentModule', importObj: 'EUI_ECL_APP', importLocation: '@eui/ecl/components/ecl-app' }, { s…` — Full mapping of old EUI/ECL modules to their new standalone import equivalents. Ported from csdr-engine/migrate/index.js euiComponentsBase.
2082
+ Defined in `packages/core/schematics/migrate/replacements/eui-modules.ts`
2083
+ - `EUI_CONFIG_TOKEN: unknown = new InjectionToken<EuiConfig>('EuiConfig')`
2084
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2085
+ - `EUI_COUNTRIES: object = { AF: 'Afghanistan', AX: 'Aland Islands', AL: 'Albania', DZ: 'Algeria', AS: 'American Samoa', AD: 'Andorra', AO: 'Angola', AI: 'Anguilla', AQ: 'Antarctica', AG:…`
2086
+ Defined in `packages/core/src/lib/services/eui-timezone.service.ts`
2087
+ - `EUI_DIRECTIVES: [] = ['euiButton', 'euiList', 'euiListItem']`
2088
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
2089
+ - `EUI_TIMEZONES: EuiTimeZone[] = [ { name: 'Europe/Andorra', desc: 'Andorra - Andorra (GMT+02:00)' }, { name: 'Asia/Dubai', desc: 'United Arab Emirates - Dubai (GMT+04:00)' }, { name: 'Asia/Kab…`
2090
+ Defined in `packages/core/src/lib/services/eui-timezone.service.ts`
2091
+ - `euiCoreRootGuardClass: unknown = (): EuiCoreRootGuardClass => new EuiCoreRootGuardClass()`
2092
+ Defined in `packages/core/src/lib/eui-core.module.ts`
2093
+ - `filterAppState: unknown = (app: AppState): AppState => { // in case app is undefined or null it should return empty object if (!app) { return {}; } return ( Object.keys(app) // select ke…` (deprecated: it will be removed in the next major version) — filters the AppState by removing those keys from the state and return a new state Object
2094
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
2095
+ - `formatNumber: unknown = (value: number | string, fractionSize = 2, inDecimalSeparator = ',', inThousandSeparator = ''): string => { // in case value is not a number throw an error if (…` — Its job is to parse number and format it based on given input.
2096
+ Defined in `packages/core/src/lib/helpers/format-helpers.ts`
2097
+ - `getLastAddedModule: Selector<CoreState, string> = (state: CoreState) => state.app.loadedConfigModules.lastAddedModule`
2098
+ Defined in `packages/core/src/lib/services/i18n/i18n.service.ts`
2099
+ - `getStyle: unknown = (nativeEl: Element, cssProp: keyof CSSStyleDeclaration): string => { /* istanbul ignore if */ if (getComputedStyle(nativeEl)) { return getComputedStyle(nativeEl…`
2100
+ Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
2101
+ - `getViewElement: unknown = <F>(fixture: ComponentFixture<F>, componentClass: string, klass?: string): {de: DebugElement, el: HTMLElement, domElement: HTMLElement} => { let el: HTMLElement…`
2102
+ Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
2103
+ - `GLOBAL_CONFIG_TOKEN: unknown = new InjectionToken<GlobalConfig>('globalConfig')`
2104
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2105
+ - ``handleError: unknown = (error: HttpErrorResponse): Observable<never> => { const errMsg = error.message ? error.message : error.status ? `${error.status} - ${error.statusText}` : 'Serv…`` (deprecated: it will be removed in the future. Consult the angular documentation for a replacement.)
2106
+ Defined in `packages/core/src/lib/helpers/http-helpers.ts`
2107
+ - `HTTP_ERROR_HANDLER_CONFIG_TOKEN: unknown = new InjectionToken<HttpErrorHandlerConfig>('HTTP_ERROR_HANDLER_CONFIG')`
2108
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2109
+ - `ICON_INPUT_SELECTORS: literal type[] = [ { // <eui-icon-svg icon="..."> / <span euiIconSvg icon="..."> / <i euiIconSvg icon="..."> elements: ['eui-icon-svg'], attrs: ['icon'], }, { // <eui-icon-butto…` — Defines which components have icon inputs and what those input names are. Each entry maps element selectors to the input attribute names that hold icon values.
2110
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
2111
+ - `ICON_MAP: literal type[] = [ { oldIcon: 'eui-alert-circle', newIcon: 'eui-state-danger' }, { oldIcon: 'eui-arrow-back', newIcon: 'eui-arrow-left' }, { oldIcon: 'eui-arrow-down-thin', newI…` — Icon mapping from old eUI icon names to new ones. Ported from csdr-engine/migrate/index.js replaceIcons.
2112
+ Defined in `packages/core/schematics/migrate/replacements/icons.ts`
2113
+ - `iconLookup: unknown = new Map<string, string>()` — Build a lookup map for O(1) icon replacement
2114
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
2115
+ - `init: unknown = (): Promise<unknown> => { const locationInitialized = inject(LOCATION_INITIALIZED, { optional: true }) || Promise.resolve(null); const appConfig: EuiAppConfig =…`
2116
+ Defined in `packages/core/src/lib/services/app/eui-init-app.ts`
2117
+ - `initialState: UIState = { appName: '', appShortName: '', appSubTitle: '', appBaseFontSize: '', isSidebarOpen: true, isSidebarActive: false, hasFixedPosition: true, hasSidebar: false, h…`
2118
+ Defined in `packages/core/src/lib/services/eui-app-shell.service.ts`
2119
+ - `initialState: ThemeState = { themes: [ { name: EuiTheme.DEFAULT, isActive: false, styleSheet: null, cssClass: null }, { name: EuiTheme.ECL_EC, isActive: false, styleSheet: 'eui-ecl-ec.css…`
2120
+ Defined in `packages/core/src/lib/services/eui-theme.service.ts`
2121
+ - `INPUT_RENAMES: unknown = new Map([ ['variant', 'fillColor'], ['aria-label', 'ariaLabel'], ])`
2122
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
2123
+ - `INPUT_RENAMES: unknown = new Map([ ['iconLabelClass', 'icon'], ['iconLabelStyleClass', 'fillColor'], ])`
2124
+ Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
2125
+ - `isDefined: unknown = <T>(value: T | undefined | null): value is T => <T>value !== undefined && <T>value !== null` — check if a value is null or undefined. If it's not both returns true otherwise false
2126
+ Defined in `packages/core/src/lib/helpers/utils.ts`
2127
+ - `isStaticPositioned: unknown = (nativeEl: Element): boolean => (getStyle(nativeEl, 'position') || 'static') === 'static'` — Checks if a given element is statically positioned
2128
+ Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
2129
+ - `LANG_PARAM_KEY: string = 'X-Lang-Param'`
2130
+ Defined in `packages/core/src/lib/interceptors/add-lang-param.interceptor.ts`
2131
+ - `loadState: unknown = <S extends CoreState>(storage: Storage | null = null): S => { if (!storage) { return undefined; } try { // by default falls back to localStorage const serialize…` (deprecated: it will be removed in the next major version)
2132
+ Defined in `packages/core/src/lib/services/store/reducers/meta.reducers.ts`
2133
+ - `LOCAL_FORAGE_SERVICE_CONFIG_TOKEN: unknown = new InjectionToken<any>('LOCAL_FORAGE_SERVICE_CONFIG')`
2134
+ Defined in `packages/core/src/lib/services/storage/local-forage.service.ts`
2135
+ - `LOCALE_ID_MAPPER: unknown = new InjectionToken<LocaleMapper>('localeIdMapper')`
2136
+ Defined in `packages/core/src/lib/services/locale/locale.service.ts`
2137
+ - `localForage: any = 'defineDriver' in lf ? lf : lf['default']`
2138
+ Defined in `packages/core/src/lib/services/storage/local-forage.service.ts`
2139
+ - `LOG_APPENDERS_TOKEN: unknown = new InjectionToken<LogAppender[]>('LOG_APPENDERS')`
2140
+ Defined in `packages/core/src/lib/services/log/log.service.ts`
2141
+ - `LOG_INSTANCES: object = {}`
2142
+ Defined in `packages/core/src/lib/services/app/factories/log.ts`
2143
+ - `LOG_LEVEL_TOKEN: unknown = new InjectionToken<LogLevel>('LOG_LEVEL')`
2144
+ Defined in `packages/core/src/lib/services/log/log.service.ts`
2145
+ - `LOG_MODULE_CONFIG_TOKEN: unknown = new InjectionToken<LogConfig>('LOG_CONFIG')`
2146
+ Defined in `packages/core/src/lib/services/log/log.module.ts`
2147
+ - `markControlsTouched: unknown = (group: FormGroup | FormArray): void => { Object.keys(group.controls).forEach((key: string) => { const abstractControl = group.controls[key]; if (abstractContro…`
2148
+ Defined in `packages/core/src/lib/helpers/form-helpers.ts`
2149
+ - `markFormGroupTouched: unknown = (FormControls: { [key: string]: AbstractControl } | AbstractControl[]): void => { const forOwn = (object, iteratee): void => { object = Object(object); Object.k…`
2150
+ Defined in `packages/core/src/lib/helpers/form-helpers.ts`
2151
+ - `messages: object = { ERR_GENERIC: 'An error occured', }`
2152
+ Defined in `packages/core/src/lib/services/errors/eui.error.ts`
2153
+ - `MODULE_CONFIG_TOKEN: unknown = new InjectionToken<ModuleConfig>('moduleConfig')`
2154
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2155
+ - `MODULE_MAPPINGS: Record<string, ModuleMapping> = { EuiAccordionModule: { importPath: '@eui/components/eui-accordion', selectors: { 'eui-accordion': 'EuiAccordionComponent', 'eui-accordion-item': 'EuiAccordionI…`
2156
+ Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
2157
+ - `MODULE_NAME_TOKEN: unknown = new InjectionToken<string>('moduleName')`
2158
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2159
+ - `MULTIPLE_EMPTY_LINES: unknown = /\n{3,}/g`
2160
+ Defined in `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
2161
+ - `NEW_BODY: string = 'eui-tab-body'`
2162
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
2163
+ - `NEW_COMPONENT: string = 'EuiToolbarMegaMenuComponent'`
2164
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2165
+ - `NEW_COMPONENT_PATH: string = '@eui/components/layout'`
2166
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2167
+ - `NEW_HEADER: string = 'eui-tab-header'`
2168
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
2169
+ - `NEW_HEADER_LABEL: string = 'eui-tab-header-label'`
2170
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
2171
+ - `NEW_HEADER_SUB_LABEL: string = 'eui-tab-header-sub-label'`
2172
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
2173
+ - `NEW_INTERFACE: string = 'EuiMenuItem'`
2174
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2175
+ - `NEW_INTERFACE: string = 'EuiTooltipInterface'`
2176
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
2177
+ - `NEW_INTERFACE_PATH: string = '@eui/core'`
2178
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2179
+ - `NEW_NAME: string = 'euiPrimary'`
2180
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
2181
+ - `NEW_NAME: string = 'euiCTAButton'`
2182
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
2183
+ - `NEW_NAME: string = 'contentChange'`
2184
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
2185
+ - `NEW_NAME: string = 'iconSvgName'`
2186
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
2187
+ - `NEW_NAME: string = 'iconSvgName'`
2188
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
2189
+ - `NEW_PIPE: string = 'euiTableHighlight'`
2190
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2191
+ - `NEW_TAG: string = 'eui-toolbar-mega-menu'`
2192
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2193
+ - `offset: unknown = (nativeEl: HTMLElement): { width: number; height: number; top: number; left: number } => { const boundingClientRect = nativeEl.getBoundingClientRect(); return {…` — Provides read-only equivalent of jQuery's offset function: http://api.jquery.com/offset/
2194
+ Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
2195
+ - `OLD_CLASS: string = 'EuiTooltipConfig'`
2196
+ Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
2197
+ - `OLD_COMPONENT: string = 'EuiToolbarMenuComponent'`
2198
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2199
+ - `OLD_CONTENT: string = 'eui-tab-content'`
2200
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
2201
+ - `OLD_INTERFACE: string = 'ToolbarItem'`
2202
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2203
+ - `OLD_LABEL: string = 'eui-tab-label'`
2204
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
2205
+ - `OLD_NAME: string = 'euiAccent'`
2206
+ Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
2207
+ - `OLD_NAME: string = 'euiButtonCall'`
2208
+ Defined in `packages/core/schematics/migrate-eui-button/index.ts`
2209
+ - `OLD_NAME: string = 'onEditorChanged'`
2210
+ Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
2211
+ - `OLD_NAME: string = 'iconSvgType'`
2212
+ Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
2213
+ - `OLD_NAME: string = 'iconSet'`
2214
+ Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
2215
+ - `OLD_PIPE: string = 'euiTableHighlightFilter'`
2216
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2217
+ - `OLD_SUB_LABEL: string = 'euiTabSubLabel'`
2218
+ Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
2219
+ - `OLD_TAG: string = 'eui-toolbar-menu'`
2220
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2221
+ - `OUTPUT_RENAMES: unknown = new Map([['selectedRows', 'rowsSelect']])`
2222
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2223
+ - `PAGINATOR_COMPONENT: string = 'EuiPaginatorComponent'`
2224
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2225
+ - `PAGINATOR_IMPORT_PATH: string = '@eui/components/eui-paginator'`
2226
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2227
+ - `parentOffsetEl: unknown = (nativeEl: HTMLElement): Element | Document => { let offsetParent = nativeEl.offsetParent || document; while (offsetParent && offsetParent !== document && isSta…` — returns the closest, non-statically positioned parentOffset of a given element
2228
+ Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
2229
+ - `PLATFORM_BROWSER_ID: string = 'browser'`
2230
+ Defined in `packages/core/src/lib/services/store/store.service.mock.ts`
2231
+ - `position: unknown = (nativeEl: HTMLElement): { width: number; height: number; top: number; left: number } => { const elBCR = offset(nativeEl); let offsetParentBCR = { top: 0, left:…` — Provides read-only equivalent of jQuery's position function: http://api.jquery.com/position/
2232
+ Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
2233
+ - `PROPAGATED_INPUTS: unknown = new Set([ 'euiPrimary', 'euiSecondary', 'euiSuccess', 'euiInfo', 'euiWarning', 'euiDanger', 'euiAccent', 'euiVariant', 'euiSizeS', 'euiSizeVariant', 'euiOutline…`
2234
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2235
+ - `removeApiQueueItem: unknown = (state: AppState, action: RemoveApiQueueItemAction): AppState => { // remove the specified id from the list of item ids and recreate the apiQueue from the remai…`
2236
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
2237
+ - `REMOVED_INPUTS: unknown = new Set(['alertIconType', 'alertIconFillColor', 'isMuted', 'isBordered'])`
2238
+ Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
2239
+ - `REMOVED_INPUTS: unknown = new Set(['isFlat'])`
2240
+ Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
2241
+ - `REMOVED_INPUTS: unknown = new Set(['isSquared'])`
2242
+ Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
2243
+ - `REMOVED_INPUTS: unknown = new Set(['maxVisibleChipsCount', 'isMaxVisibleChipsOpened', 'toggleLinkMoreLabel', 'toggleLinkLessLabel', 'isChipsSorted', 'chipsSortOrder'])`
2244
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2245
+ - `REMOVED_INPUTS: unknown = new Set(['type'])`
2246
+ Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
2247
+ - `REMOVED_INPUTS: unknown = new Set(['euiTableBordered', 'isHoverable', 'defaultMultiOrder', 'paginable'])`
2248
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2249
+ - `REMOVED_OUTPUT: string = 'menuItemClick'`
2250
+ Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
2251
+ - `REMOVED_OUTPUTS: unknown = new Set(['multiSortChange'])`
2252
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2253
+ - `RESET: string = '\x1b[0m'`
2254
+ Defined in `packages/core/schematics/utils/dry-run.ts`
2255
+ - `ROOT_LOG_CONFIG_TOKEN: unknown = new InjectionToken<LogConfig>('logConfig')`
2256
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2257
+ - ``roundUpNumber: unknown = (decimalPart: string, fractionSize: number): string => { return (Math.round(parseFloat(`0.${decimalPart}`) * Math.pow(10, fractionSize)) / Math.pow(10, fraction…``
2258
+ Defined in `packages/core/src/lib/helpers/format-helpers.ts`
2259
+ - `SELECTOR_MAP: SelectorEntry[] = buildSelectorMap()` — All known EUI selectors with their import metadata
2260
+ Defined in `packages/core/schematics/add-eui-imports/selector-map.ts`
2261
+ - `SHOW_CONNECTION_STATUS_TOKEN: unknown = new InjectionToken<boolean>('SHOW_CONNECTION_STATUS')`
2262
+ Defined in `packages/core/src/lib/services/config/tokens.ts`
2263
+ - `SUFFIX_MAP: unknown[] = [ [':sharp', ':ion-filled'], [':outline', ':ion-outline'], ]` — Suffix-based mapping: :sharp -\> :ion-filled, :outline -\> :ion-outline
2264
+ Defined in `packages/core/schematics/icon-migrate/index.ts`
2265
+ - `TABLE_INPUT_RENAMES: unknown = new Map([ ['rows', 'data'], ['loading', 'isLoading'], ['asyncTable', 'isAsync'], ['euiTableResponsive', 'isTableResponsive'], ['euiTableFixedLayout', 'isTableFi…`
2266
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2267
+ - `testBed: unknown = getTestBed()`
2268
+ Defined in `packages/core/test-setup.ts`
2269
+ - `TH_TD_INPUT_RENAMES: unknown = new Map([ ['isStickyColumn', 'isStickyCol'], ['sortable', 'isSortable'], ])`
2270
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2271
+ - `TR_INPUT_RENAMES: unknown = new Map([ ['isSelectableHeader', 'isHeaderSelectable'], ['isSelectable', 'isDataSelectable'], ])`
2272
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2273
+ - `translateConfig: object = { loader: provideTranslateLoader(I18nLoader), }`
2274
+ Defined in `packages/core/src/lib/services/i18n/i18n.loader.ts`
2275
+ - `TRANSLATED_STRING: string = 'i18n'`
2276
+ Defined in `packages/core/src/lib/mocks/translate.module.mock.ts`
2277
+ - `TRUNCATE_PIPE_IMPORT: string = 'EuiTruncatePipe'`
2278
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2279
+ - `TRUNCATE_PIPE_PATH: string = '@eui/components/pipes'`
2280
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2281
+ - `TS_PROPERTY_RENAMES: unknown = new Map([ ['variant', 'fillColor'], ])`
2282
+ Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
2283
+ - `TS_PROPERTY_RENAMES: unknown = new Map([['filteredRows', 'getFilteredData']])`
2284
+ Defined in `packages/core/schematics/migrate-eui-table/index.ts`
2285
+ - `uniqueId: unknown = (): string => Math.random().toString(36).substring(2, 9)` — returns a random string with radix=36
2286
+ Defined in `packages/core/src/lib/helpers/format-helpers.ts`
2287
+ - `updateAppConnection: unknown = (state: AppState, action: UpdateAppConnectionAction): AppState => ({ ...state, connected: action.payload })`
2288
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
2289
+ - `updateAppStatus: unknown = (state: AppState, action: UpdateAppStatusAction): AppState => ({ ...state, status: action.payload })`
2290
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
2291
+ - `updateAppVersion: unknown = (state: AppState, action: UpdateAppVersionAction): AppState => ({ ...state, version: action.payload })`
2292
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
2293
+ - `updateCurrentModule: unknown = (state: AppState, action: UpdateCurrentModuleAction): AppState => Object.assign({}, state, { currentModule: action.payload })`
2294
+ Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
2295
+ - `updateI18nState: unknown = (state: I18nState, action: UpdateI18nStateAction): {activeLang: string} => ({ ...state, ...action.payload, })` (deprecated: it will be removed in the next major version)
2296
+ Defined in `packages/core/src/lib/services/store/reducers/i18n.reducers.ts`
2297
+ - `updateLocaleState: unknown = (state: LocaleState, action: UpdateLocaleStateAction): LocaleState => ({ ...state, ...action.payload, })` (deprecated: it will be removed in the next major version)
2298
+ Defined in `packages/core/src/lib/services/store/reducers/locale.reducers.ts`
2299
+ - `updateNotificationsList: unknown = (state: NotificationsState, action: UpdateNotificationsListAction): NotificationsState => Object.assign({}, state, { list: [...action.payload] })`
2300
+ Defined in `packages/core/src/lib/services/store/reducers/notifications.reducers.ts`
2301
+ - ``updateUser: unknown = (state: UserState, action: UpdateUserStateAction): UserState => { let fullName = action.payload.fullName; if (!fullName) { fullName = `${action.payload.firstNam…``
2302
+ Defined in `packages/core/src/lib/services/store/reducers/user.reducers.ts`
2303
+ - `updateUserDashboard: unknown = (state: UserState, action: UpdateUserDashboardAction): UserState & { preferences: UserPreferences } => { // apply the dashboard to preferences const preferences…`
2304
+ Defined in `packages/core/src/lib/services/store/reducers/user.reducers.ts`
2305
+ - ``updateUserDetails: unknown = (state: UserState, action: UpdateUserDetailsAction): UserState => { let fullName = action.payload.fullName; if (!fullName) { fullName = `${action.payload.firstN…``
2306
+ Defined in `packages/core/src/lib/services/store/reducers/user.reducers.ts`
2307
+ - `updateUserPreferences: unknown = (state: UserState, action: UpdateUserPreferencesAction): UserState => { const preferences = Object.assign({}, state.preferences, action.payload); return Object.…`
2308
+ Defined in `packages/core/src/lib/services/store/reducers/user.reducers.ts`
2309
+ - `updateUserRights: unknown = (state: UserState, action: UpdateUserRightsAction): UserState => Object.assign({}, state, { rights: [...action.payload] })`
2310
+ Defined in `packages/core/src/lib/services/store/reducers/user.reducers.ts`
2311
+ - `UX_ERROR_MAPPING_HANDLER_TOKEN: unknown = new InjectionToken<ErrorMappingHandler>('UX_ERROR_MAPPING_HANDLER')`
2312
+ Defined in `packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts`
2313
+ - `validateEmail: unknown = (c: FormControl): { validateEmail: { valid: boolean } } => { const EMAIL_REGEXP = // eslint-disable-next-line max-len, no-useless-escape /^(([^<>()\[\]\\.,;:\s@…`
2314
+ Defined in `packages/core/src/lib/helpers/form-helpers.ts`
2315
+ - `WARN_PROPERTIES: unknown = new Set([...PROPAGATED_INPUTS, 'chipRemove', 'isChipsRemovable', 'chipsLabelTruncateCount', 'maxVisibleChipsCount', 'isMaxVisibleChipsOpened', 'toggleLinkMoreLa…`
2316
+ Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
2317
+ - `YELLOW: string = '\x1b[33m'`
2318
+ Defined in `packages/core/schematics/utils/dry-run.ts`