@churchillliving/se-ui-toolkit 6.56.21 → 6.56.23

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.
@@ -229,8 +229,6 @@ export declare class GridComponent implements OnInit, OnChanges, OnDestroy, Afte
229
229
  consoleLog(message: any): void;
230
230
  mouseLeaveEvent(overlayPanel: any): void;
231
231
  onColumnResize(event: any, dt: any): void;
232
- onColumnHeaderDblClick(event: MouseEvent, columnHeader: string, dt: any): void;
233
- autoFitColumnWidth(columnHeader: string, dt: any): void;
234
232
  saveColumnWidths(toggleColumns?: any[]): void;
235
233
  loadColumnWidths(): void;
236
234
  processHoverData(hoverData: any, row: any): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@churchillliving/se-ui-toolkit",
3
- "version": "6.56.21",
3
+ "version": "6.56.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },