@softheon/armature 17.36.0 → 17.36.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/ag-grid-components/src/sof-table/sof-table.component.d.ts +4 -0
- package/esm2022/ag-grid-components/src/sof-table/sof-table.component.mjs +10 -3
- package/fesm2022/softheon-armature-ag-grid-components.mjs +9 -2
- package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
- package/package.json +1 -1
- package/ag-grid-components/package.json +0 -3
|
@@ -89,6 +89,10 @@ export declare class SofTableComponent implements OnInit, OnChanges {
|
|
|
89
89
|
private dialog;
|
|
90
90
|
/** Translation service */
|
|
91
91
|
private translateService;
|
|
92
|
+
/**
|
|
93
|
+
* The id of the filter fieldset.
|
|
94
|
+
*/
|
|
95
|
+
filterFieldSetId: string;
|
|
92
96
|
/** On component init */
|
|
93
97
|
ngOnInit(): void;
|
|
94
98
|
/**
|