@onecx/angular-accelerator 6.2.1 → 6.4.0

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.
@@ -3,10 +3,10 @@ import { BehaviorSubject } from 'rxjs';
3
3
  import { BreadCrumbMenuItem } from '../model/breadcrumb-menu-item.model';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BreadcrumbService {
6
- private router;
7
- private activeRoute;
8
- private translateService;
9
- private itemsSource$;
6
+ private readonly router;
7
+ private readonly activeRoute;
8
+ private readonly translateService;
9
+ private readonly itemsSource$;
10
10
  generatedItemsSource: BehaviorSubject<MenuItem[]>;
11
11
  itemsHandler: import("rxjs").Observable<MenuItem[]>;
12
12
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "6.2.1",
3
+ "version": "6.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.0",
@@ -12,19 +12,19 @@
12
12
  "@ngx-translate/core": "^16.0.0",
13
13
  "@ngx-translate/http-loader": "^8.0.0",
14
14
  "@ngneat/until-destroy": "^10.0.0",
15
- "@onecx/integration-interface": "^6.2.1",
16
- "@onecx/accelerator": "^6.2.1",
17
- "@onecx/angular-integration-interface": "^6.2.1",
18
- "@onecx/angular-remote-components": "^6.2.1",
19
- "@onecx/angular-testing": "^6.2.1",
20
- "@onecx/angular-utils": "^6.2.1",
15
+ "@onecx/integration-interface": "^6.4.0",
16
+ "@onecx/accelerator": "^6.4.0",
17
+ "@onecx/angular-integration-interface": "^6.4.0",
18
+ "@onecx/angular-remote-components": "^6.4.0",
19
+ "@onecx/angular-testing": "^6.4.0",
20
+ "@onecx/angular-utils": "^6.4.0",
21
21
  "chart.js": "^4.4.3",
22
22
  "d3-scale-chromatic": "^3.1.0",
23
23
  "rxjs": "~7.8.1",
24
24
  "primeng": "^19.0.0",
25
25
  "@storybook/angular": "^8.3.2",
26
26
  "@nx/devkit": "^20.3.0",
27
- "@onecx/nx-migration-utils": "^6.2.1"
27
+ "@onecx/nx-migration-utils": "^6.4.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.0"