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.1.24 to 16.1.26

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 15.4.30
* version : 16.1.24
* Copyright Syncfusion Inc. 2001 - 2017. 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.1.24",
"version": "16.1.26",
"description": "Essential JS 2 Grid Component",

@@ -11,15 +11,15 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "^16.1.24",
"@syncfusion/ej2-data": "^16.1.24",
"@syncfusion/ej2-navigations": "^16.1.24",
"@syncfusion/ej2-inputs": "^16.1.24",
"@syncfusion/ej2-calendars": "^16.1.24",
"@syncfusion/ej2-dropdowns": "^16.1.24",
"@syncfusion/ej2-popups": "^16.1.24",
"@syncfusion/ej2-buttons": "^16.1.24",
"@syncfusion/ej2-lists": "^16.1.24",
"@syncfusion/ej2-excel-export": "^16.1.24",
"@syncfusion/ej2-pdf-export": "^16.1.24",
"@syncfusion/ej2-file-utils": "^16.1.24",
"@syncfusion/ej2-compression": "^16.1.24"
"@syncfusion/ej2-base": "^16.1.26",
"@syncfusion/ej2-data": "^16.1.26",
"@syncfusion/ej2-navigations": "^16.1.26",
"@syncfusion/ej2-inputs": "^16.1.26",
"@syncfusion/ej2-calendars": "^16.1.26",
"@syncfusion/ej2-dropdowns": "^16.1.26",
"@syncfusion/ej2-popups": "^16.1.26",
"@syncfusion/ej2-buttons": "^16.1.26",
"@syncfusion/ej2-lists": "^16.1.26",
"@syncfusion/ej2-excel-export": "^16.1.26",
"@syncfusion/ej2-pdf-export": "^16.1.26",
"@syncfusion/ej2-file-utils": "^16.1.26",
"@syncfusion/ej2-compression": "^16.1.26"
},

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

@@ -229,3 +229,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "@syncfusion/ej2-navigations", "../base/util", "../base/constant", "@syncfusion/ej2-popups", "@syncfusion/ej2-buttons", "../actions/group", "../actions/sort", "../actions/filter", "../actions/resize"], function (require, exports, ej2_base_1, ej2_base_2, ej2_navigations_1, util_1, events, ej2_popups_1, ej2_buttons_1, group_1, sort_1, filter_1, resize_1) {

if (ele.field === _this.targetColumn.field
&& ele.direction === item.replace('sort', '').toLocaleLowerCase()) {
&& ele.direction.toLocaleLowerCase() === item.toLocaleLowerCase().replace('sort', '')) {
status = true;

@@ -232,0 +232,0 @@ }

@@ -245,2 +245,3 @@ var __extends = (this && this.__extends) || (function () {

ExcelFilter.prototype.renderDialogue = function (e) {
var _this = this;
var target = e.element;

@@ -260,2 +261,6 @@ var column = this.options.field;

enableRtl: this.parent.enableRtl,
open: function () {
var row = _this.dlgObj.element.querySelector('table.e-xlfl-table>tr');
row.cells[1].querySelector('input:not([type=hidden])').focus();
},
close: this.removeDialog.bind(this),

@@ -262,0 +267,0 @@ created: this.createdDialog.bind(this, target, column),

@@ -188,2 +188,4 @@ define(["require", "exports", "@syncfusion/ej2-base", "../services/width-controller", "../base/constant", "../base/util"], function (require, exports, ej2_base_1, width_controller_1, events, util_1) {

this.resizeColumn(col.field, this.parent.getNormalizedColumnIndex(col.uid), col.uid);
var header = ej2_base_1.closest(e.target, exports.resizeClassList.header);
header.classList.add('e-resized');
};

@@ -190,0 +192,0 @@ Resize.prototype.resizeStart = function (e) {

@@ -33,4 +33,9 @@ define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-base", "../base/constant", "../base/util", "../base/enum", "./cell-merge-renderer"], function (require, exports, ej2_base_1, ej2_base_2, constant_1, util_1, enum_1, cell_merge_renderer_1) {

var attrCopy = ej2_base_1.extend({}, attributes, {});
var chekBoxEnable = this.parent.getColumns().filter(function (col) { return col.type === 'checkbox' && col.field; })[0];
var value = false;
if (chekBoxEnable) {
value = ej2_base_1.getValue(chekBoxEnable.field, rowArgs.data);
}
if (row.isDataRow) {
row.isSelected = this.parent.getSelectedRowIndexes().indexOf(row.index) > -1;
row.isSelected = this.parent.getSelectedRowIndexes().indexOf(row.index) > -1 || value;
}

@@ -37,0 +42,0 @@ if (row.isDataRow && this.parent.isCheckBoxSelection

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

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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