@netu-si/netu-react-dsf-components 1.0.4 → 1.0.6

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.ts CHANGED
@@ -403,9 +403,10 @@ interface DSFTableProps {
403
403
  sortBy?: string;
404
404
  sortOrder?: string;
405
405
  hasSorting?: boolean;
406
+ disableVerticalResponsiveness?: boolean;
406
407
  }
407
408
  declare const DSFTable: {
408
- ({ columns, rowData, hideNumberingColumn, id, inputProps, noRecordsFoundMessage, sortBy, sortOrder, hasSorting, onColumnClick, }: DSFTableProps): React.JSX.Element;
409
+ ({ columns, rowData, hideNumberingColumn, id, inputProps, noRecordsFoundMessage, sortBy, sortOrder, hasSorting, disableVerticalResponsiveness, onColumnClick, }: DSFTableProps): React.JSX.Element;
409
410
  displayName: string;
410
411
  };
411
412
  interface DSFTableColumn {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netu-si/netu-react-dsf-components",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "React Component Library Using the GOV-CY DSF Design System",
5
5
  "repository": "https://github.com/netu-si/netu-react-dsf-components.git",
6
6
  "homepage": "https://github.com/netu-si/netu-react-dsf-components#readme",