@eui/tools 4.19.8 → 4.19.9

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.
@@ -1 +1 @@
1
- 4.19.8
1
+ 4.19.9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 4.19.9 (2022-02-17)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * BreadcrumbsService mapping MWP-7583 [MWP-7583](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-7583) ([730d5cbe](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/730d5cbe68e007dc1570e41d4917058e857dfcc1))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 4.19.8 (2022-02-16)
2
11
 
3
12
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "4.19.8",
3
+ "version": "4.19.9",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -37,7 +37,7 @@ import {
37
37
  EuiButtonModule,
38
38
  EuiLabelModule,
39
39
  } from '@eui/components-next';
40
- import { LanguageInterceptor, PushNotificationsService } from '@csdr/core';
40
+ import { LanguageInterceptor, PushNotificationsService, BreadcrumbsService } from '@csdr/core';
41
41
  // TODO[REMOTE-SETUP] uncomment if zipkin is used
42
42
  // import { TRACE_LOCAL_SERVICE_NAME, ZipkinHttpInterceptor, ZipkinTraceManager } from '@csdr/zipkin-tracing';
43
43
 
@@ -195,6 +195,7 @@ export function openidConnectInterceptorFactory(config) {
195
195
  deps: [CONFIG_TOKEN, HttpClient, PLATFORM_ID, Router, StoreService, I18nService,
196
196
  UX_SERVICE_HOST_TOKEN, UX_APP_SHELL_SERVICE_HOST_TOKEN, NG_ZONE_HOST_TOKEN],
197
197
  },
198
+ { provide: BreadcrumbsService, useFactory: () => window['PROVIDERS']['BreadcrumbsService'], deps: [] },
198
199
  { provide: ELEMENT_ROUTER_TOKEN, useFactory: () => window['PROVIDERS']['ELEMENT_ROUTER_TOKEN'], deps: [] },
199
200
  // TODO[REMOTE-SETUP] uncomment if zipkin is used
200
201
  // { provide: TRACE_LOCAL_SERVICE_NAME, useFactory: () => window['PROVIDERS']['TRACE_LOCAL_SERVICE_NAME'], deps: [] },