dfh-ui-library 1.12.306 → 1.12.307

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.
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { TableProps } from "../../shared/models/components/common.model";
3
3
  export declare function Table({ data, columns, sorting, onSortingChange, pagination, onPaginationChange, totalRecords, isManualPagination, // true for server-side pagination
4
- isManualSorting, rowClick, containerHeightRemoveInPixel, setRowSelection, isLoading, setPageIndex, }: TableProps, key?: any): React.JSX.Element;
4
+ isManualSorting, rowClick, containerHeightRemoveInPixel, setRowSelection, isLoading, }: TableProps, key?: any): React.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1340,7 +1340,7 @@ declare const ButtonGroup: React__default.FC<ButtonGroupProps>;
1340
1340
  declare const Icon: React__default.FC<IIconProps>;
1341
1341
 
1342
1342
  declare function Table({ data, columns, sorting, onSortingChange, pagination, onPaginationChange, totalRecords, isManualPagination, // true for server-side pagination
1343
- isManualSorting, rowClick, containerHeightRemoveInPixel, setRowSelection, isLoading, setPageIndex, }: TableProps, key?: any): React__default.JSX.Element;
1343
+ isManualSorting, rowClick, containerHeightRemoveInPixel, setRowSelection, isLoading, }: TableProps, key?: any): React__default.JSX.Element;
1344
1344
 
1345
1345
  declare function IndeterminateCheckbox({ indeterminate, rowId, className, ...rest }: {
1346
1346
  indeterminate?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.306",
3
+ "version": "1.12.307",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",