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.45 to 19.3.48

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # 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

@@ -7,0 +15,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 19.3.45
* version : 19.3.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.

{
"_from": "@syncfusion/ej2-lists@*",
"_id": "@syncfusion/ej2-lists@19.3.44",
"_id": "@syncfusion/ej2-lists@19.3.45",
"_inBundle": false,
"_integrity": "sha512-5WCwO7KAGcKI9oA2lCPYyv0cthpCEoqb2yEa5T6KEMnxrYgR3TKZDTd38Bt/tYaLdYXQkaFhSen5bLMfNmRsyw==",
"_integrity": "sha512-GT5gLmp/nT4bKydUCumvFVDylUeQKRO0p9Fv9LPHl6d8qU8+ES1tMOsQ3DRkataMJ2UG5y/i1Uc/QkkuXuB9wg==",
"_location": "/@syncfusion/ej2-lists",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-19.3.44.tgz",
"_shasum": "76113e055bbcbd5203a8f2f8c0864c1be52995f9",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-19.3.45.tgz",
"_shasum": "85c528c399c66a61cba765f98b5cb81e204fb983",
"_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.43",
"@syncfusion/ej2-base": "~19.3.47",
"@syncfusion/ej2-buttons": "~19.3.44",
"@syncfusion/ej2-data": "~19.3.44"
"@syncfusion/ej2-data": "~19.3.47"
},

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

"typings": "index.d.ts",
"version": "19.3.45",
"version": "19.3.48",
"sideEffects": false
}

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

cssClass = getModuleClass(curOpt.moduleName);
var fields = extend({}, ListBase.defaultMappedFields, curOpt.fields);
var fields = (componentInstance &&
(componentInstance.getModuleName() == "listview" || componentInstance.getModuleName() == "multiselect")) ? curOpt.fields : extend({}, ListBase.defaultMappedFields, curOpt.fields);
var ariaAttributes = extend({}, defaultAriaAttributes, curOpt.ariaAttributes);

@@ -219,0 +220,0 @@ var id;

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

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