Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-grids

Package Overview
Dependencies
15
Maintainers
3
Versions
357
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.2.5 to 24.2.7

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 24.2.5
* version : 24.2.7
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

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

{
"_from": "@syncfusion/ej2-grids@*",
"_id": "@syncfusion/ej2-grids@24.2.4",
"_id": "@syncfusion/ej2-grids@24.2.5",
"_inBundle": false,
"_integrity": "sha512-AI4j8b2n2hCfWmVY5OoLlu5QNVg96jz9YWnh7JmSrWthIeh2baqV1EwWqqAKm70xx9paqdoVD8dlnrOQn+LqWQ==",
"_integrity": "sha512-KZs2X7R0PGZKkWwY92akFissounnLsXFWlCX9pu+8qOxECOmv6XkP/TsX7mjwzNwqx2bbGbt/f6Vtr/ZcAey1A==",
"_location": "/@syncfusion/ej2-grids",

@@ -31,4 +31,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-grids/-/ej2-grids-24.2.4.tgz",
"_shasum": "494846e5b6f1bdbdfa9730d35e3c9b338701c84e",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-grids/-/ej2-grids-24.2.5.tgz",
"_shasum": "d9019e847a65e6203edc72f3b8642f76aec6eaad",
"_spec": "@syncfusion/ej2-grids@*",

@@ -41,11 +41,11 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~24.2.5",
"@syncfusion/ej2-buttons": "~24.2.5",
"@syncfusion/ej2-base": "~24.2.7",
"@syncfusion/ej2-buttons": "~24.2.7",
"@syncfusion/ej2-calendars": "~24.2.5",
"@syncfusion/ej2-compression": "~24.2.3",
"@syncfusion/ej2-data": "~24.2.3",
"@syncfusion/ej2-dropdowns": "~24.2.5",
"@syncfusion/ej2-dropdowns": "~24.2.7",
"@syncfusion/ej2-excel-export": "~24.2.4",
"@syncfusion/ej2-file-utils": "~24.2.3",
"@syncfusion/ej2-inputs": "~24.2.5",
"@syncfusion/ej2-inputs": "~24.2.7",
"@syncfusion/ej2-lists": "~24.2.4",

@@ -56,3 +56,3 @@ "@syncfusion/ej2-navigations": "~24.2.4",

"@syncfusion/ej2-popups": "~24.2.5",
"@syncfusion/ej2-splitbuttons": "~24.2.5"
"@syncfusion/ej2-splitbuttons": "~24.2.7"
},

@@ -83,5 +83,5 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "24.2.5",
"version": "24.2.7",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

@@ -472,3 +472,3 @@ import { extend, addClass, removeClass, setValue, closest, select, EventHandler } from '@syncfusion/ej2-base';

var rows = gObj.getAllDataRows(true);
var dataObjects = gObj.getRowsObject();
var dataObjects = gObj.getRowsObject().filter(function (row) { return !row.isDetailRow; });
for (var i = 0, j = 0, len = rows.length; i < len; i++) {

@@ -475,0 +475,0 @@ if (rows[parseInt(i.toString(), 10)].classList.contains(literals.row) && !rows[parseInt(i.toString(), 10)].classList.contains('e-hiddenrow')) {

@@ -59,3 +59,8 @@ import { isNullOrUndefined, extend } from '@syncfusion/ej2-base';

this.isQueryInvokedFromData = true;
gObj.query = gObj.query instanceof Query ? gObj.query : new Query();
if (gObj.isVue) {
gObj.setProperties({ query: gObj.query instanceof Query ? gObj.query : new Query() }, true);
}
else {
gObj.query = gObj.query instanceof Query ? gObj.query : new Query();
}
}

@@ -62,0 +67,0 @@ };

@@ -19,3 +19,3 @@ import { remove, addClass } from '@syncfusion/ej2-base';

this.element = this.parent.createElement('TD', { className: literals.rowCell, attrs: { role: 'gridcell', tabindex: '-1' } });
this.rowChkBox = this.parent.createElement('input', { className: 'e-checkselect', attrs: { 'type': 'checkbox' } });
this.rowChkBox = this.parent.createElement('input', { className: 'e-checkselect', attrs: { 'type': 'checkbox', 'aria-label': this.localizer.getConstant('SelectRow') } });
}

@@ -22,0 +22,0 @@ /**

@@ -385,2 +385,3 @@ import { Droppable } from '@syncfusion/ej2-base';

tr = row.render(mhdrData[parseInt(i.toString(), 10)], columns);
addFixedColumnBorder(tr);
hdrfrag.appendChild(tr);

@@ -387,0 +388,0 @@ }

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

}
if (cell.isSelected) {
node.classList.add('e-selectionbackground', 'e-active');
}
return node;

@@ -55,0 +58,0 @@ };

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

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc