basesite-shared-grid-lib 21.0.0-beta.2 → 21.0.0-beta.4

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": "basesite-shared-grid-lib",
3
- "version": "21.0.0-beta.2",
3
+ "version": "21.0.0-beta.4",
4
4
  "author": "Basesite Team",
5
5
  "description": "A shared grid library developed by Basesite for its developers and partners",
6
6
  "homepage": "https://basesite.com",
@@ -12,8 +12,8 @@
12
12
  "basesite shared grid"
13
13
  ],
14
14
  "peerDependencies": {
15
- "@angular/common": "21.0.6",
16
- "@angular/core": "21.0.6",
15
+ "@angular/common": "21.0.7",
16
+ "@angular/core": "21.0.7",
17
17
  "ag-grid-angular": "31.0.3",
18
18
  "ag-grid-community": "31.0.3",
19
19
  "ag-grid-enterprise": "31.0.3"
@@ -32,5 +32,6 @@
32
32
  "types": "./types/basesite-shared-grid-lib.d.ts",
33
33
  "default": "./fesm2022/basesite-shared-grid-lib.mjs"
34
34
  }
35
- }
35
+ },
36
+ "type": "module"
36
37
  }
@@ -86,6 +86,7 @@ declare class GridLibraryComponent implements OnInit, OnChanges, OnDestroy {
86
86
  rowModelType: RowModelType;
87
87
  private excelAPI;
88
88
  private gridAPI;
89
+ private odataProvider?;
89
90
  private readonly _Design_Manager;
90
91
  private readonly _Integration_Lead;
91
92
  private readonly _Tool_Owner;
@@ -118,6 +119,8 @@ declare class GridLibraryComponent implements OnInit, OnChanges, OnDestroy {
118
119
  getColDef(): void;
119
120
  private _getColumnVisiblityStatus;
120
121
  private _mapColumnDef;
122
+ private _getFillFilterValues;
123
+ private _buildFillValueLabelMap;
121
124
  canCreateDac(roles: any[], field: string): boolean;
122
125
  canViewDacStatus(roles: any[], field: string): boolean;
123
126
  setExternalFilters(options: any): string;