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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cilog-lib",
3
- "version": "1.13.13",
3
+ "version": "1.13.15",
4
4
  "peerDependencies": {
5
5
  "@types/node": "^20.11.19",
6
6
  "exceljs": "^4.4.0",
@@ -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[]>;