@ecodev/natural 70.1.0 → 70.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecodev/natural",
|
|
3
|
-
"version": "70.
|
|
3
|
+
"version": "70.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
24
|
+
"extract-files": "^13.0.0",
|
|
25
|
+
"tslib": "^2.8.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@angular/cdk": "^21.1.0",
|
|
@@ -1456,6 +1456,7 @@ declare class NaturalAbstractList<TService extends NaturalAbstractModelService<a
|
|
|
1456
1456
|
* Variables that are always forced on a list, in addition to whatever the end-user might select
|
|
1457
1457
|
*/
|
|
1458
1458
|
set forcedVariables(variables: QueryVariables | null | undefined);
|
|
1459
|
+
readonly resetSelectionOnChange: i0.InputSignal<boolean>;
|
|
1459
1460
|
/**
|
|
1460
1461
|
* If change, check DocumentsComponent that overrides this function without calling super.ngOnInit().
|
|
1461
1462
|
*/
|
|
@@ -1528,7 +1529,7 @@ declare class NaturalAbstractList<TService extends NaturalAbstractModelService<a
|
|
|
1528
1529
|
private applyForcedVariables;
|
|
1529
1530
|
selectColumns(columns: string[]): void;
|
|
1530
1531
|
static ɵfac: i0.ɵɵFactoryDeclaration<NaturalAbstractList<any, any>, never>;
|
|
1531
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NaturalAbstractList<any, any>, never, never, { "persistSearch": { "alias": "persistSearch"; "required": false; }; "availableColumns": { "alias": "availableColumns"; "required": false; }; "selectedColumns": { "alias": "selectedColumns"; "required": false; }; "forcedVariables": { "alias": "forcedVariables"; "required": false; }; }, {}, never, never, true, never>;
|
|
1532
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NaturalAbstractList<any, any>, never, never, { "persistSearch": { "alias": "persistSearch"; "required": false; }; "availableColumns": { "alias": "availableColumns"; "required": false; }; "selectedColumns": { "alias": "selectedColumns"; "required": false; }; "forcedVariables": { "alias": "forcedVariables"; "required": false; }; "resetSelectionOnChange": { "alias": "resetSelectionOnChange"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1532
1533
|
}
|
|
1533
1534
|
|
|
1534
1535
|
/**
|