@acuteinfo/common-base 1.0.30 → 1.0.32

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.
@@ -125,6 +125,7 @@ export interface TableActionType {
125
125
  handleClose?: any;
126
126
  authState?: any;
127
127
  submitButtonRef?: any;
128
+ hideActionBar?: boolean;
128
129
  }
129
130
  export interface GridContextType {
130
131
  gridCode: any;
@@ -1,4 +1,4 @@
1
- export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId, defaultColumn, allowColumnReordering, disableSorting, defaultHiddenColumns, defaultSortOrder, defaultGroupBy, multipleActions, singleActions, doubleClickAction, alwaysAvailableAction, setGridAction, updateGridData, hideFooter, hideHeader, disableGlobalFilter, disableGroupBy, disableLoader, containerHeight, gridProps, pageSizes, defaultPageSize, enablePagination, allowRowSelection, hideNoDataFound, refetchData, hiddenFlag, autoRefreshInterval, allowFilter, filterMeta, allowColumnHiding, defaultFilter, isCusrsorFocused, onButtonActionHandel, controlsAtBottom, actionContextAtBottom, headerToolbarStyle, disableMultipleRowSelect, columnHeaderStyle, variant, defaultSelectedRowId, footerNote, paginationText, searchPlaceholder, enableExport, subGridLabel, }: {
1
+ export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId, defaultColumn, allowColumnReordering, disableSorting, defaultHiddenColumns, defaultSortOrder, defaultGroupBy, multipleActions, singleActions, doubleClickAction, alwaysAvailableAction, setGridAction, updateGridData, hideFooter, hideHeader, disableGlobalFilter, disableGroupBy, disableLoader, containerHeight, gridProps, pageSizes, defaultPageSize, enablePagination, allowRowSelection, hideNoDataFound, refetchData, hiddenFlag, autoRefreshInterval, allowFilter, filterMeta, allowColumnHiding, defaultFilter, isCusrsorFocused, onButtonActionHandel, controlsAtBottom, actionContextAtBottom, headerToolbarStyle, disableMultipleRowSelect, columnHeaderStyle, variant, defaultSelectedRowId, footerNote, paginationText, searchPlaceholder, enableExport, subGridLabel, hideActionBar, }: {
2
2
  label: any;
3
3
  dense: any;
4
4
  columns: any;
@@ -50,4 +50,5 @@ export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId
50
50
  searchPlaceholder: any;
51
51
  enableExport: any;
52
52
  subGridLabel: any;
53
+ hideActionBar: any;
53
54
  }) => import("react/jsx-runtime").JSX.Element;
@@ -138,6 +138,7 @@ export interface GridConfigType {
138
138
  paginationText?: any;
139
139
  footerNote?: string;
140
140
  subGridLabel?: string;
141
+ hideActionBar?: boolean;
141
142
  }
142
143
  export interface GridMetaDataType {
143
144
  columns: GridColumnType[];