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 22.2.8 to 22.2.9

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 22.2.8
* version : 22.2.9
* Copyright Syncfusion Inc. 2001 - 2020. 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@22.2.7",
"_id": "@syncfusion/ej2-grids@22.2.8",
"_inBundle": false,
"_integrity": "sha512-ZdGjaXp9NrHZD6ACbkm5nuKUlDCExBrYXnWJE/yjetnfi/MOurQjYOJOv5K2e+AIMQucYJpcFRu7dE1wxZ+A1g==",
"_integrity": "sha512-xJsoXsgXTY3jKoJJ10+ZDC79E6QYNsKqHd1TqyoOd1IBX34zksuQ0Yj1xuMVD/+64/vJ9Q3x059yDmSNzFQoYQ==",
"_location": "/@syncfusion/ej2-grids",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-grids/-/ej2-grids-22.2.7.tgz",
"_shasum": "5e5ddab360b2794b6d8fe0dbcbf1185f903f5633",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-grids/-/ej2-grids-22.2.8.tgz",
"_shasum": "a06874adfe62ac7c622b76c4927ef7e5c986e6d4",
"_spec": "@syncfusion/ej2-grids@*",

@@ -42,16 +42,16 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-buttons": "~22.2.8",
"@syncfusion/ej2-calendars": "~22.2.8",
"@syncfusion/ej2-base": "~22.2.9",
"@syncfusion/ej2-buttons": "~22.2.9",
"@syncfusion/ej2-calendars": "~22.2.9",
"@syncfusion/ej2-compression": "~22.2.5",
"@syncfusion/ej2-data": "~22.2.5",
"@syncfusion/ej2-dropdowns": "~22.2.8",
"@syncfusion/ej2-dropdowns": "~22.2.9",
"@syncfusion/ej2-excel-export": "~22.2.5",
"@syncfusion/ej2-file-utils": "~22.2.5",
"@syncfusion/ej2-inputs": "~22.2.7",
"@syncfusion/ej2-lists": "~22.2.8",
"@syncfusion/ej2-inputs": "~22.2.9",
"@syncfusion/ej2-lists": "~22.2.9",
"@syncfusion/ej2-navigations": "~22.2.8",
"@syncfusion/ej2-notifications": "~22.2.5",
"@syncfusion/ej2-pdf-export": "~22.2.5",
"@syncfusion/ej2-popups": "~22.2.7",
"@syncfusion/ej2-popups": "~22.2.9",
"@syncfusion/ej2-splitbuttons": "~22.2.8"

@@ -83,5 +83,5 @@ },

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

@@ -1095,5 +1095,7 @@ /* tslint:disable-next-line:max-line-length */

value = getObject(field, value); //local remote diff, check with mdu
var currentFilterValue = (typeof value === 'string') && checkboxFilter &&
var currentFilterValue = (typeof value === 'string') && !(isNullOrUndefined(checkboxFilter)) &&
// eslint-disable-next-line @typescript-eslint/no-explicit-any
!(checkboxFilter.parent.filterSettings.enableCaseSensitivity) ? value.toLowerCase() : value;
!(isNullOrUndefined(checkboxFilter.parent)) && !(isNullOrUndefined(checkboxFilter.parent.filterSettings)) &&
// eslint-disable-next-line @typescript-eslint/no-explicit-any
!(isNullOrUndefined(checkboxFilter.parent.filterSettings.enableCaseSensitivity)) ? value.toLowerCase() : value;
if (!(currentFilterValue in lookup)) {

@@ -1100,0 +1102,0 @@ var obj = {};

@@ -529,4 +529,6 @@ import { remove, resetBlazorTemplate, blazorTemplates, getValue } from '@syncfusion/ej2-base';

Render.prototype.dataManagerFailure = function (e, args) {
this.ariaService.setOptions(this.parent.getContent().querySelector('.' + literals.content), { busy: false, invalid: true });
this.setRowCount(1);
if (!isNullOrUndefined(this.parent.contentModule)) {
this.ariaService.setOptions(this.parent.getContent().querySelector('.' + literals.content), { busy: false, invalid: true });
this.setRowCount(1);
}
this.parent.trigger(events.actionFailure, { error: e });

@@ -533,0 +535,0 @@ this.parent.hideSpinner();

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

*/
if (actualWidth >= (pagerWidth - (numericItemWidth ? numericItemWidth : 0))) {
if (pagerWidth !== 0 && (actualWidth >= (pagerWidth - (numericItemWidth ? numericItemWidth : 0)))) {
this.isPagerResized = true;

@@ -994,0 +994,0 @@ if (this.currentPage !== this.totalPages) {

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

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