@refinitiv-ui/efx-grid 6.0.89 → 6.0.90

Sign up to get free protection for your applications and to get access to all the features.
package/lib/grid/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import {Grid} from "./lib/efx-grid.js";
2
2
  export {Grid}
3
- window.EFX_GRID = { version: "6.0.89" };
3
+ window.EFX_GRID = { version: "6.0.90" };
@@ -365,8 +365,6 @@ declare class Core extends ElementWrapper {
365
365
 
366
366
  public requestRowRefresh(): void;
367
367
 
368
- public _requestScrollbarUpdate(): void;
369
-
370
368
  public deactivateRendering(disabled?: boolean|null): void;
371
369
 
372
370
  public reserveRightSpace(size: number): boolean;
@@ -89,10 +89,6 @@ declare class InCellEditingPlugin extends GridPlugin {
89
89
 
90
90
  public _getRowIndex(rowId: string): number;
91
91
 
92
- public _getRowId(rowIndex: number): string;
93
-
94
- public getActiveGrid(): any|null|null;
95
-
96
92
  public getActiveColIndex(): number;
97
93
 
98
94
  public getActiveRowIndex(): number;
@@ -57,8 +57,6 @@ declare class RowDefinition {
57
57
 
58
58
  public setStaticRowData(data: { [key: string]: any }|any[], opt_fields?: (string)[]|null): void;
59
59
 
60
- public _getStaticRowData(): { [key: string]: any };
61
-
62
60
  public updateRowData(data: { [key: string]: any }|any[], opt_fields?: (string)[]|null): void;
63
61
 
64
62
  public setStaticData(field: string, value: any): void;
@@ -109,8 +107,6 @@ declare class RowDefinition {
109
107
 
110
108
  public static deregisterFromView(rowIds: (string)[]|null, rowDef: RowDefinition|null): (string)[]|null;
111
109
 
112
- public _toRealTimeRow(): void;
113
-
114
110
  public unlinkChain(): void;
115
111
 
116
112
  public collapseChain(): boolean;
@@ -15,8 +15,6 @@ declare class TitleWrapPlugin extends GridPlugin {
15
15
 
16
16
  public getConfigObject(gridOptions?: any): any;
17
17
 
18
- public _adjustRowHeightRefByHost(host: any, sectionRef: any, from?: number|null, to?: number|null): boolean;
19
-
20
18
  public adjustRowHeight(sectionRef: any, from?: number|null, to?: number|null): boolean;
21
19
 
22
20
  public adjustRowHeightAt(sectionRef: any, rowIndex: number): boolean;
package/package.json CHANGED
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "version": "6.0.89"
69
+ "version": "6.0.90"
70
70
  }