Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-lists

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-lists - npm Package Compare versions

Comparing version 19.3.53 to 19.4.38

.github/PULL_REQUEST_TEMPLATE/Bug.md

16

CHANGELOG.md

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

### ListBase
#### Bug Fixes
- `#I344581` - The issue with "ListView item is displayed as an anchor element when URL is present in data source" has been resolved.
## 19.3.45 (2021-10-12)
### ListView

@@ -18,10 +10,2 @@

- `#F152660` - The issue with "ListView is not rendered while using both checkbox and template" has been resolved.
## 19.3.44 (2021-10-05)
### ListView
#### Bug Fixes
- `#F168185` - The issue with "Sorting is not applied properly when entering different values in the text field of the ListView component" has been resolved.

@@ -28,0 +12,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 19.3.53
* version : 19.4.38
* 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-lists@*",
"_id": "@syncfusion/ej2-lists@19.3.45",
"_id": "@syncfusion/ej2-lists@18.14.0",
"_inBundle": false,
"_integrity": "sha512-GT5gLmp/nT4bKydUCumvFVDylUeQKRO0p9Fv9LPHl6d8qU8+ES1tMOsQ3DRkataMJ2UG5y/i1Uc/QkkuXuB9wg==",
"_integrity": "sha512-zVH7602lk9s2Os99r5I3CnJSYqcOk9QQZHwdKlaZDNp1O8yhTb6TbdcHMpPkNp3RcwvXxsIXYMC1K5WRFpbThg==",
"_location": "/@syncfusion/ej2-lists",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-19.3.45.tgz",
"_shasum": "85c528c399c66a61cba765f98b5cb81e204fb983",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-lists/-/ej2-lists-18.14.0.tgz",
"_shasum": "ab216d34f4964b0e6edddfe7a5414a50f317768e",
"_spec": "@syncfusion/ej2-lists@*",

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

"dependencies": {
"@syncfusion/ej2-base": "~19.3.53",
"@syncfusion/ej2-buttons": "~19.3.53",
"@syncfusion/ej2-data": "~19.3.53"
"@syncfusion/ej2-base": "~19.4.38",
"@syncfusion/ej2-buttons": "~19.4.38",
"@syncfusion/ej2-data": "~19.4.38"
},

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

"typings": "index.d.ts",
"version": "19.3.53",
"version": "19.4.38",
"sideEffects": false
}

@@ -639,3 +639,3 @@ /* eslint-disable no-inner-declarations */

if (isHeader) {
if (componentInstance && componentInstance.getModuleName() !== 'listview') {
if (componentInstance && componentInstance.getModuleName() != "listview") {
// eslint-disable-next-line

@@ -652,3 +652,3 @@ var compiledElement = compiledString(curItem, componentInstance, 'headerTemplate', currentID, !!curOpt.isStringTemplate, null, li);

else {
if (componentInstance && componentInstance.getModuleName() !== 'listview') {
if (componentInstance && componentInstance.getModuleName() != "listview") {
// eslint-disable-next-line

@@ -709,3 +709,3 @@ var compiledElement = compiledString(curItem, componentInstance, 'template', currentID, !!curOpt.isStringTemplate, null, li);

header.innerHTML = '';
if (componentInstance && componentInstance.getModuleName() !== 'listview') {
if (componentInstance && componentInstance.getModuleName() != "listview") {
// eslint-disable-next-line

@@ -894,3 +894,3 @@ var compiledElement = compiledString(headerData, componentInstance, 'groupTemplate', curOpt.groupTemplateID, !!curOpt.isStringTemplate, null, header);

var compiledString = compileTemplate(options.groupTemplate);
if (componentInstance && componentInstance.getModuleName() !== 'listview') {
if (componentInstance && componentInstance.getModuleName() != "listview") {
// eslint-disable-next-line

@@ -909,3 +909,3 @@ var compiledElement = compiledString(item, componentInstance, 'groupTemplate', curOpt.groupTemplateID, !!curOpt.isStringTemplate, null, li);

var compiledString = compileTemplate(options.template);
if (componentInstance && componentInstance.getModuleName() !== 'listview') {
if (componentInstance && componentInstance.getModuleName() != "listview") {
// eslint-disable-next-line

@@ -912,0 +912,0 @@ var compiledElement = compiledString(item, componentInstance, 'template', curOpt.templateID, !!curOpt.isStringTemplate, null, li);

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

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