🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

@mighty-justice/fields-ant

Package Overview
Dependencies
Maintainers
8
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mighty-justice/fields-ant - npm Package Compare versions

Comparing version

to
1.5.1

6

CHANGELOG.md

@@ -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 @@

7

dist/components/Table.d.ts
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 @@ }

2

package.json
{
"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