Comparing version 8.8.0 to 8.8.1
@@ -99,4 +99,4 @@ import { ActionType, InsertRowPosition } from './enums'; | ||
}; | ||
export declare const selectRows: (rowsKeyValues: any) => { | ||
rowsKeyValues: any; | ||
export declare const selectRows: (rowsKeyValues: any[]) => { | ||
rowsKeyValues: any[]; | ||
type: ActionType; | ||
@@ -103,0 +103,0 @@ }; |
{ | ||
"name": "ka-table", | ||
"version": "8.8.0", | ||
"version": "8.8.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "github:komarovalexander/ka-table", |
@@ -1,2 +0,2 @@ | ||
The customizable, extendable, lightweight and free React Table Component | ||
The customizable, extendable, lightweight, and fully free React Table Component | ||
@@ -7,3 +7,2 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/komarovalexander/ka-table/blob/master/LICENSE) | ||
[![Build Status](https://travis-ci.com/komarovalexander/ka-table.svg?token=9QUEx9r7MWqF44f9VDer&branch=master)](https://travis-ci.com/komarovalexander/ka-table) | ||
[![minzipped size](https://badgen.net/bundlephobia/minzip/ka-table)](https://badgen.net/bundlephobia/minzip/ka-table) | ||
@@ -10,0 +9,0 @@ <a href="http://ka-table.com"><img src="http://ka-table.com/images/logo.svg"/></a> |
@@ -138,5 +138,3 @@ "use strict"; | ||
return columns.reduce(function (initialData, column) { | ||
if ((0, CommonUtils_1.isEmpty)(column.headerFilterValues) | ||
&& column.filterRowOperator !== enums_1.FilterOperatorName.IsEmpty | ||
&& column.filterRowOperator !== enums_1.FilterOperatorName.IsNotEmpty) { | ||
if ((0, CommonUtils_1.isEmpty)(column.headerFilterValues)) { | ||
return initialData; | ||
@@ -143,0 +141,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
392070
8049
72