@mighty-justice/fields-ant
Advanced tools
Comparing version
@@ -7,2 +7,8 @@ ### Changelog | ||
#### [v1.5.1](https://github.com/mighty-justice/fields-ant/compare/v1.5.0...v1.5.1) | ||
> 8 April 2020 | ||
- Hide table pagination on single-page tables [`#285`](https://github.com/mighty-justice/fields-ant/pull/285) | ||
#### [v1.5.0](https://github.com/mighty-justice/fields-ant/compare/v1.4.2...v1.5.0) | ||
@@ -9,0 +15,0 @@ |
import { Component } from 'react'; | ||
import { TableProps } from 'antd/lib/table/interface'; | ||
import { IModel, ISharedComponentProps } from '../props'; | ||
export interface ITableProps extends ISharedComponentProps { | ||
export declare type ITableModel = IModel & { | ||
key: string; | ||
}; | ||
export declare type ITablePassDownProps = Omit<TableProps<ITableModel>, 'className' | 'title'>; | ||
export interface ITableProps extends ISharedComponentProps, ITablePassDownProps { | ||
model: IModel[]; | ||
@@ -5,0 +10,0 @@ } |
{ | ||
"name": "@mighty-justice/fields-ant", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Standard Ant design component interface for Field Sets", | ||
@@ -5,0 +5,0 @@ "main": "dist/fieldsAnt.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
493543
0.21%12302
0.14%