Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-grids

Package Overview
Dependencies
Maintainers
2
Versions
369
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-grids - npm Package Compare versions

Comparing version 16.2.43 to 16.2.44

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

- Dynamic aggregate columns enabled is not working issue resolved.
## 16.2.43 (2018-07-03)
### Grid
#### Bug Fixes
- Passed row data to checkbox filter item template.

@@ -11,0 +19,0 @@ - The locale is not properly applied for aggregates is resolved.

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.2.43
* version : 16.2.44
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-grids",
"version": "16.2.43",
"version": "16.2.44",
"description": "Essential JS 2 Grid Component",

@@ -13,6 +13,6 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-data": "~16.2.43",
"@syncfusion/ej2-navigations": "~16.2.41",
"@syncfusion/ej2-inputs": "~16.2.43",
"@syncfusion/ej2-calendars": "~16.2.43",
"@syncfusion/ej2-dropdowns": "~16.2.43",
"@syncfusion/ej2-navigations": "~16.2.44",
"@syncfusion/ej2-inputs": "~16.2.44",
"@syncfusion/ej2-calendars": "~16.2.44",
"@syncfusion/ej2-dropdowns": "~16.2.44",
"@syncfusion/ej2-popups": "~16.2.41",

@@ -25,3 +25,3 @@ "@syncfusion/ej2-buttons": "~16.2.41",

"@syncfusion/ej2-compression": "~16.2.41",
"@syncfusion/ej2-splitbuttons": "~16.2.41"
"@syncfusion/ej2-splitbuttons": "~16.2.44"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -242,3 +242,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "@syncfusion/ej2-data", "../models/column", "@syncfusion/ej2-popups"], function (require, exports, ej2_base_1, ej2_base_2, ej2_base_3, ej2_data_1, column_1, ej2_popups_1) {

}
return column.field in data ? ej2_data_1.DataUtil.aggregates[type.toLowerCase()](data, column.field) : null;
return (column.field in data || data instanceof Array) ? ej2_data_1.DataUtil.aggregates[type.toLowerCase()](data, column.field) : null;
}

@@ -245,0 +245,0 @@ exports.calculateAggregate = calculateAggregate;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc