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 25.1.37 to 25.1.38

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 25.1.37
* version : 25.1.38
* 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@25.1.35",
"_id": "@syncfusion/ej2-grids@25.1.37",
"_inBundle": false,
"_integrity": "sha512-DoQo0dFfE2l4sQa5vflOR1l2+q8He9edmYCJiNSX5pl0wsp+4IRWyGRtdXKKjD3m6IoD/OIx4DRvK/sLk+ahAA==",
"_integrity": "sha512-kOoqF0gvor/y/wGZ3to1avOkoU/HMkJXr5jMqzQ9sXBfzTItr+FTkQU4HLDZRgGySD2itxWXi/ukbyTOcg6eOg==",
"_location": "/@syncfusion/ej2-grids",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-grids/-/ej2-grids-25.1.35.tgz",
"_shasum": "98b64981d5590f81e917e0f3aa774db4c581c5a6",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-grids/-/ej2-grids-25.1.37.tgz",
"_shasum": "d3dfffaace6bedee5dac22e1031cd1e6a9e8dafa",
"_spec": "@syncfusion/ej2-grids@*",

@@ -49,9 +49,9 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",

"@syncfusion/ej2-file-utils": "~25.1.35",
"@syncfusion/ej2-inputs": "~25.1.37",
"@syncfusion/ej2-inputs": "~25.1.38",
"@syncfusion/ej2-lists": "~25.1.35",
"@syncfusion/ej2-navigations": "~25.1.37",
"@syncfusion/ej2-navigations": "~25.1.38",
"@syncfusion/ej2-notifications": "~25.1.35",
"@syncfusion/ej2-pdf-export": "~25.1.35",
"@syncfusion/ej2-popups": "~25.1.35",
"@syncfusion/ej2-splitbuttons": "~25.1.37"
"@syncfusion/ej2-pdf-export": "~25.1.38",
"@syncfusion/ej2-popups": "~25.1.38",
"@syncfusion/ej2-splitbuttons": "~25.1.38"
},

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

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

@@ -726,6 +726,8 @@ import { closest, addClass, select } from '@syncfusion/ej2-base';

if (elements[parseInt(i.toString(), 10)].hasAttribute('name')) {
if (elements[parseInt(i.toString(), 10)].ej2_instances &&
elements[parseInt(i.toString(), 10)].ej2_instances.length &&
!elements[parseInt(i.toString(), 10)].ej2_instances[0].isDestroyed) {
elements[parseInt(i.toString(), 10)].ej2_instances[0].destroy();
var instanceElement = elements[parseInt(i.toString(), 10)].parentElement.classList.contains('e-ddl') ?
elements[parseInt(i.toString(), 10)].parentElement.querySelector('input') : elements[parseInt(i.toString(), 10)];
if (instanceElement.ej2_instances &&
instanceElement.ej2_instances.length &&
!instanceElement.ej2_instances[0].isDestroyed) {
instanceElement.ej2_instances[0].destroy();
}

@@ -732,0 +734,0 @@ }

@@ -93,3 +93,5 @@ import { EventHandler, extend, isNullOrUndefined } from '@syncfusion/ej2-base';

}
this.toolbar.refreshOverflow();
if (this.toolbar.element) {
this.toolbar.refreshOverflow();
}
}

@@ -96,0 +98,0 @@ };

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

this.dlgDiv.setAttribute('aria-label', this.getLocalizedLabel('CustomFilterDialogARIA'));
this.childRefs.push(this.dlgObj);
this.childRefs.unshift(this.dlgObj);
this.dlgObj.appendTo(this.dlgDiv);

@@ -689,3 +689,3 @@ };

}, col.filter.params));
this.childRefs.push(dropOptr);
this.childRefs.unshift(dropOptr);
var evt = { 'open': this.dropDownOpen.bind(this), 'change': this.dropDownValueChange.bind(this) };

@@ -802,3 +802,3 @@ registerEventHandlers(optrInput.id, [literals.open, literals.change], evt, this);

});
this.childRefs.push(andRadio);
this.childRefs.unshift(andRadio);
// Initialize OR RadioButton component.

@@ -811,3 +811,3 @@ var orRadio = new RadioButton({

});
this.childRefs.push(orRadio);
this.childRefs.unshift(orRadio);
var flValue = predicates && predicates.length === 2 ? predicates[1].predicate : 'and';

@@ -938,3 +938,3 @@ if (flValue === 'and') {

});
this.childRefs.push(checkbox);
this.childRefs.unshift(checkbox);
// Render initialized CheckBox.

@@ -955,3 +955,3 @@ checkbox.appendTo(matchCaseInput);

}, options.column.filter.params));
this.childRefs.push(datePicker);
this.childRefs.unshift(datePicker);
datePicker.appendTo(inputValue);

@@ -971,3 +971,3 @@ };

}, options.column.filter.params));
this.childRefs.push(dateTimePicker);
this.childRefs.unshift(dateTimePicker);
dateTimePicker.appendTo(inputValue);

@@ -988,3 +988,3 @@ };

}, options.column.filter.params));
this.childRefs.push(numericTextBox);
this.childRefs.unshift(numericTextBox);
numericTextBox.appendTo(inputValue);

@@ -1018,3 +1018,3 @@ };

}
this.childRefs.push(actObj);
this.childRefs.unshift(actObj);
var evt = { 'actionComplete': this.acActionComplete(actObj, column), 'focus': this.acFocus(actObj, column, options, inputValue) };

@@ -1021,0 +1021,0 @@ registerEventHandlers(inputValue.id, [events.actionComplete, literals.focus], evt, this);

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

}
if ((this.parent.allowResizing && module === 'resize')) {
if ((this.parent.allowResizing && module === 'resize') || (this.parent.getFrozenColumns() && this.parent.allowResizing)) {
this.setWidthToTable();

@@ -106,0 +106,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 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