@onecx/angular-accelerator 8.3.0 → 8.3.1
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": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
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": "^8.3.
|
|
19
|
-
"@onecx/accelerator": "^8.3.
|
|
20
|
-
"@onecx/angular-integration-interface": "^8.3.
|
|
21
|
-
"@onecx/angular-remote-components": "^8.3.
|
|
22
|
-
"@onecx/angular-testing": "^8.3.
|
|
23
|
-
"@onecx/angular-utils": "^8.3.
|
|
18
|
+
"@onecx/integration-interface": "^8.3.1",
|
|
19
|
+
"@onecx/accelerator": "^8.3.1",
|
|
20
|
+
"@onecx/angular-integration-interface": "^8.3.1",
|
|
21
|
+
"@onecx/angular-remote-components": "^8.3.1",
|
|
22
|
+
"@onecx/angular-testing": "^8.3.1",
|
|
23
|
+
"@onecx/angular-utils": "^8.3.1",
|
|
24
24
|
"chart.js": "^4.4.3",
|
|
25
25
|
"d3-scale-chromatic": "^3.1.0",
|
|
26
26
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -1756,7 +1756,7 @@ declare class SearchHeaderComponent {
|
|
|
1756
1756
|
visibleFormControls: Signal<readonly FormControlName[]>;
|
|
1757
1757
|
searchParameterFields: Signal<ElementRef<any> | undefined>;
|
|
1758
1758
|
hasAdvanced: _angular_core.WritableSignal<boolean>;
|
|
1759
|
-
simpleAdvancedAction:
|
|
1759
|
+
simpleAdvancedAction: Action;
|
|
1760
1760
|
headerActions: _angular_core.WritableSignal<Action[]>;
|
|
1761
1761
|
searchButtonsReversed$: Observable<boolean | null>;
|
|
1762
1762
|
fieldValues$: Observable<{
|