@onecx/angular-accelerator 7.0.6 → 7.2.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/index.d.ts
CHANGED
|
@@ -1669,7 +1669,7 @@ declare class SearchHeaderComponent implements AfterContentInit, AfterViewInit {
|
|
|
1669
1669
|
hasAdvanced: boolean;
|
|
1670
1670
|
simpleAdvancedAction: Action;
|
|
1671
1671
|
headerActions: Action[];
|
|
1672
|
-
searchButtonsReversed$: Observable<boolean>;
|
|
1672
|
+
searchButtonsReversed$: Observable<boolean | null>;
|
|
1673
1673
|
fieldValues$: Observable<{
|
|
1674
1674
|
[key: string]: unknown;
|
|
1675
1675
|
}> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onecx/angular-accelerator",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"@angular/router": "^20.0.0",
|
|
16
16
|
"@ngx-translate/core": "^17.0.0",
|
|
17
17
|
"@ngneat/until-destroy": "^10.0.0",
|
|
18
|
-
"@onecx/integration-interface": "^7.0
|
|
19
|
-
"@onecx/accelerator": "^7.0
|
|
20
|
-
"@onecx/angular-integration-interface": "^7.0
|
|
21
|
-
"@onecx/angular-remote-components": "^7.0
|
|
22
|
-
"@onecx/angular-testing": "^7.0
|
|
23
|
-
"@onecx/angular-utils": "^7.0
|
|
18
|
+
"@onecx/integration-interface": "^7.2.0",
|
|
19
|
+
"@onecx/accelerator": "^7.2.0",
|
|
20
|
+
"@onecx/angular-integration-interface": "^7.2.0",
|
|
21
|
+
"@onecx/angular-remote-components": "^7.2.0",
|
|
22
|
+
"@onecx/angular-testing": "^7.2.0",
|
|
23
|
+
"@onecx/angular-utils": "^7.2.0",
|
|
24
24
|
"chart.js": "^4.4.3",
|
|
25
25
|
"d3-scale-chromatic": "^3.1.0",
|
|
26
26
|
"rxjs": "~7.8.1",
|
|
27
27
|
"primeng": "^20.3.0",
|
|
28
28
|
"@nx/devkit": "^22.0.2",
|
|
29
|
-
"@onecx/nx-migration-utils": "^7.0
|
|
29
|
+
"@onecx/nx-migration-utils": "^7.2.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.3.0"
|