@trudb/tru-common-lib 0.2.545 → 0.2.547

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.
@@ -1,4 +1,4 @@
1
- import { GridApi } from 'ag-grid-community';
1
+ import { ColDef, GridApi } from 'ag-grid-community';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TruDataGridUtil {
4
4
  static resolvePropertyPath: (entity: any, propertyPath: string | null | undefined) => {
@@ -6,6 +6,7 @@ export declare class TruDataGridUtil {
6
6
  propertyName: string;
7
7
  } | null;
8
8
  static isPropertyPathAvailable: (entity: any, propertyPath: string | null | undefined) => boolean;
9
+ static getCellEditorConfigField: (rowData: any, columnDef: ColDef) => string | undefined;
9
10
  static validatePropertyPath: (entity: any, propertyPath: string | null | undefined) => boolean | null;
10
11
  private getColumnIndexByColId;
11
12
  focusPreviousCell: (api: GridApi, rowIndex: number, colId: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.2.545",
3
+ "version": "0.2.547",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",