@6thbridge/hexa 0.0.88 → 0.0.89

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/dist/index.d.mts CHANGED
@@ -519,8 +519,9 @@ type TableProps<T extends RowData> = {
519
519
  actions: TableBulkRowActionsProps["tableBulkActions"];
520
520
  selectedRows?: TableBulkRowActionsProps["selectedRows"];
521
521
  };
522
+ emptyDataMessage?: ReactNode;
522
523
  };
523
- declare const Table: <T extends RowData>({ table, isMobile, onRowClick, id, onRefetch, isRefetching, FilterMenu, ExtraNode, onExport, search, download, isLoading, pagination, filterListOptions, setAppliedFilters, onFilterChange, tableBulkActions, }: TableProps<T>) => react_jsx_runtime.JSX.Element;
524
+ declare const Table: <T extends RowData>({ table, isMobile, onRowClick, id, onRefetch, isRefetching, FilterMenu, ExtraNode, onExport, search, download, isLoading, pagination, filterListOptions, setAppliedFilters, onFilterChange, tableBulkActions, emptyDataMessage, }: TableProps<T>) => react_jsx_runtime.JSX.Element;
524
525
 
525
526
  type PageDataToolbarProps = {
526
527
  onRefetch?: () => void;
package/dist/index.d.ts CHANGED
@@ -519,8 +519,9 @@ type TableProps<T extends RowData> = {
519
519
  actions: TableBulkRowActionsProps["tableBulkActions"];
520
520
  selectedRows?: TableBulkRowActionsProps["selectedRows"];
521
521
  };
522
+ emptyDataMessage?: ReactNode;
522
523
  };
523
- declare const Table: <T extends RowData>({ table, isMobile, onRowClick, id, onRefetch, isRefetching, FilterMenu, ExtraNode, onExport, search, download, isLoading, pagination, filterListOptions, setAppliedFilters, onFilterChange, tableBulkActions, }: TableProps<T>) => react_jsx_runtime.JSX.Element;
524
+ declare const Table: <T extends RowData>({ table, isMobile, onRowClick, id, onRefetch, isRefetching, FilterMenu, ExtraNode, onExport, search, download, isLoading, pagination, filterListOptions, setAppliedFilters, onFilterChange, tableBulkActions, emptyDataMessage, }: TableProps<T>) => react_jsx_runtime.JSX.Element;
524
525
 
525
526
  type PageDataToolbarProps = {
526
527
  onRefetch?: () => void;