cilog-lib 1.13.13 → 1.13.15
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/fesm2022/cilog-lib.mjs +15 -5
- package/fesm2022/cilog-lib.mjs.map +1 -1
- package/package.json +1 -1
- package/types/cilog-lib.d.ts +2 -0
package/package.json
CHANGED
package/types/cilog-lib.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ interface ICell {
|
|
|
156
156
|
exclusionTotal?: boolean;
|
|
157
157
|
options?: IOptions;
|
|
158
158
|
focus?: boolean;
|
|
159
|
+
typeSaisie?: ColType;
|
|
159
160
|
disableSelection?: boolean;
|
|
160
161
|
excelSubstitution?: string;
|
|
161
162
|
pastilleHautGauche?: string;
|
|
@@ -1229,6 +1230,7 @@ declare class CilogGridComponent {
|
|
|
1229
1230
|
constructor();
|
|
1230
1231
|
defaultColDef: ColDef;
|
|
1231
1232
|
colDefs: i0.Signal<ColDef<any, any>[]>;
|
|
1233
|
+
getTypeCellule(row: IRow, col: IColumn): any;
|
|
1232
1234
|
getRowId: (params: GetRowIdParams) => any;
|
|
1233
1235
|
getTypeFiltre(col: IColumn): "agDateColumnFilter" | "agNumberColumnFilter" | "agTextColumnFilter";
|
|
1234
1236
|
totalRowData: i0.Signal<any[]>;
|