@churchillliving/se-ui-toolkit 6.56.19 → 6.56.21

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,8 @@ 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
- autoFitColumnWidth(columnHeader: string, dt: any): void;
233
232
  onColumnHeaderDblClick(event: MouseEvent, columnHeader: string, dt: any): void;
233
+ autoFitColumnWidth(columnHeader: string, dt: any): void;
234
234
  saveColumnWidths(toggleColumns?: any[]): void;
235
235
  loadColumnWidths(): void;
236
236
  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.19",
3
+ "version": "6.56.21",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },