@onecx/angular-accelerator 9.0.0-rc.2 → 9.0.0-rc.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "9.0.0-rc.2",
3
+ "version": "9.0.0-rc.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,12 +15,12 @@
15
15
  "@angular/router": "^21.0.0",
16
16
  "@ngx-translate/core": "^17.0.0",
17
17
  "@ngneat/until-destroy": "^10.0.0",
18
- "@onecx/integration-interface": "^9.0.0-rc.2",
19
- "@onecx/accelerator": "^9.0.0-rc.2",
20
- "@onecx/angular-integration-interface": "^9.0.0-rc.2",
21
- "@onecx/angular-remote-components": "^9.0.0-rc.2",
22
- "@onecx/angular-testing": "^9.0.0-rc.2",
23
- "@onecx/angular-utils": "^9.0.0-rc.2",
18
+ "@onecx/integration-interface": "^9.0.0-rc.3",
19
+ "@onecx/accelerator": "^9.0.0-rc.3",
20
+ "@onecx/angular-integration-interface": "^9.0.0-rc.3",
21
+ "@onecx/angular-remote-components": "^9.0.0-rc.3",
22
+ "@onecx/angular-testing": "^9.0.0-rc.3",
23
+ "@onecx/angular-utils": "^9.0.0-rc.3",
24
24
  "chart.js": "^4.4.3",
25
25
  "d3-scale-chromatic": "^3.1.0",
26
26
  "fast-deep-equal": "^3.1.3",
@@ -1624,7 +1624,7 @@ interface Action {
1624
1624
  ariaLabel?: string;
1625
1625
  ariaLabelKey?: string;
1626
1626
  btnClass?: string;
1627
- actionCallback(): void;
1627
+ actionCallback?(): void;
1628
1628
  routerLink?: RouterLink;
1629
1629
  loading?: boolean;
1630
1630
  disabled?: boolean;