New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-treegrid

Package Overview
Dependencies
Maintainers
3
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-treegrid - npm Package Compare versions

Comparing version 19.4.47 to 19.4.48

11

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 19.4.47 (2022-01-25)
### Tree Grid

@@ -10,3 +12,12 @@

- `#332563` - Throws script error in vue platform while exporting with aggregates has been fixed.
## 19.4.42 (2022-01-11)
### Tree Grid
#### Bug Fixes
- `#SF-355817` - Resolved 'No records to display' issue while changing datasource when treeColumnIndex enabled for column template.
- `#SF-360411` - Resolved 'No records to display' issue while expanding all records with virtualization.

@@ -13,0 +24,0 @@ ## 19.4.41 (2022-01-04)

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 19.4.47
* version : 19.4.48
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

@@ -50,3 +50,2 @@ "use strict";

setModel(property, value) {
let cy;
return cy.get('#' + this.id).then((ele) => {

@@ -57,3 +56,2 @@ return ele[0].ej2_instances[0][property] = value;

getModel(property) {
let cy;
return cy.get('#' + this.id).then((ele) => {

@@ -64,3 +62,2 @@ return ele[0].ej2_instances[0][property];

invoke(fName, args = []) {
let cy;
return cy.get('#' + this.id).then((ele) => {

@@ -67,0 +64,0 @@ var inst = ele[0].ej2_instances[0];

{
"_from": "@syncfusion/ej2-treegrid@*",
"_id": "@syncfusion/ej2-treegrid@19.4.41",
"_id": "@syncfusion/ej2-treegrid@19.4.47",
"_inBundle": false,
"_integrity": "sha512-Q0BEZTlMhWTpuQFJfqWrPg2AFGZSr0o/r27/wnml/9aKsn/Gcp9hWrIKWn5/3+ADWfQiYkTQ+negKVenoXoqcA==",
"_integrity": "sha512-NYd8SKzN2/DomW0bAokurt48AiowfuQs3axS71x4rSgOBj+Gy+Ermmw5wa7in5HvIWPnpB8nGk61RacvnWTO8A==",
"_location": "/@syncfusion/ej2-treegrid",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.41.tgz",
"_shasum": "752b57c8545cdf6e5dba29d7270bef1d8a2d216c",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.47.tgz",
"_shasum": "817b480038e0c8b944692130dda7f7cddc0efee7",
"_spec": "@syncfusion/ej2-treegrid@*",

@@ -40,6 +40,6 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~19.4.42",
"@syncfusion/ej2-data": "~19.4.47",
"@syncfusion/ej2-grids": "~19.4.47",
"@syncfusion/ej2-popups": "~19.4.47"
"@syncfusion/ej2-base": "~19.4.48",
"@syncfusion/ej2-data": "~19.4.48",
"@syncfusion/ej2-grids": "~19.4.48",
"@syncfusion/ej2-popups": "~19.4.48"
},

@@ -65,4 +65,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "19.4.47",
"version": "19.4.48",
"sideEffects": false
}

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

}
else {
else if (!this.parent['isExpandAll']) {
startIndex = this.prevstartIndex === -1 ? 0 : this.prevstartIndex;

@@ -158,0 +158,0 @@ }

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

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