@onecx/angular-accelerator 5.47.7 → 5.48.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.
- package/esm2022/lib/angular-accelerator.module.mjs +4 -8
- package/esm2022/lib/utils/dynamic-locale-id.mjs +4 -1
- package/fesm2022/onecx-angular-accelerator.mjs +5 -6
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/lib/angular-accelerator.module.d.ts +2 -3
- package/lib/utils/dynamic-locale-id.d.ts +3 -0
- package/package.json +7 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MultiLanguageMissingTranslationHandler } from '@onecx/angular-utils';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./components/column-group-selection/column-group-selection.component";
|
|
4
4
|
import * as i2 from "./components/custom-group-column-selector/custom-group-column-selector.component";
|
|
@@ -27,8 +27,7 @@ import * as i24 from "@onecx/angular-remote-components";
|
|
|
27
27
|
import * as i25 from "@ngx-translate/core";
|
|
28
28
|
import * as i26 from "@angular/forms";
|
|
29
29
|
import * as i27 from "@angular/router";
|
|
30
|
-
export declare class AngularAcceleratorMissingTranslationHandler
|
|
31
|
-
handle(params: MissingTranslationHandlerParams): string;
|
|
30
|
+
export declare class AngularAcceleratorMissingTranslationHandler extends MultiLanguageMissingTranslationHandler {
|
|
32
31
|
}
|
|
33
32
|
export declare class AngularAcceleratorModule {
|
|
34
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<AngularAcceleratorModule, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onecx/angular-accelerator",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.48.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^18.0.5",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"@ngx-translate/core": "^15.0.0",
|
|
13
13
|
"@ngx-translate/http-loader": "^8.0.0",
|
|
14
14
|
"@ngneat/until-destroy": "^10.0.0",
|
|
15
|
-
"@onecx/integration-interface": "^5.
|
|
16
|
-
"@onecx/accelerator": "^5.
|
|
17
|
-
"@onecx/angular-integration-interface": "^5.
|
|
18
|
-
"@onecx/angular-remote-components": "^5.
|
|
19
|
-
"@onecx/angular-testing": "^5.
|
|
20
|
-
"@onecx/angular-utils": "^5.
|
|
15
|
+
"@onecx/integration-interface": "^5.48.0",
|
|
16
|
+
"@onecx/accelerator": "^5.48.0",
|
|
17
|
+
"@onecx/angular-integration-interface": "^5.48.0",
|
|
18
|
+
"@onecx/angular-remote-components": "^5.48.0",
|
|
19
|
+
"@onecx/angular-testing": "^5.48.0",
|
|
20
|
+
"@onecx/angular-utils": "^5.48.0",
|
|
21
21
|
"chart.js": "^4.4.3",
|
|
22
22
|
"d3-scale-chromatic": "^3.1.0",
|
|
23
23
|
"rxjs": "~7.8.1",
|