@syncfusion/ej2-angular-lists
Advanced tools
Comparing version 16.4.47 to 16.4.52
/*! | ||
* filename: ej2-angular-lists.umd.min.js | ||
* version : 16.4.47 | ||
* version : 16.4.52 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-angular-lists", | ||
"version": "16.4.47", | ||
"version": "16.4.52", | ||
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular", | ||
@@ -9,5 +9,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.4.47", | ||
"@syncfusion/ej2-angular-base": "~16.4.47", | ||
"@syncfusion/ej2-lists": "16.4.47" | ||
"@syncfusion/ej2-base": "~16.4.52", | ||
"@syncfusion/ej2-angular-base": "~16.4.52", | ||
"@syncfusion/ej2-lists": "16.4.52" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
@@ -10,3 +10,3 @@ { | ||
"listview-checklist": { | ||
"description": "Create an Angular component with EJ2 listview with checkbox feature", | ||
"description": "Create an Angular ListView component with checkbox feature", | ||
"factory": "./generators/listview-checklist", | ||
@@ -16,3 +16,3 @@ "schema": "./generators/listview-checklist/schema.json" | ||
"listview-default": { | ||
"description": "Create an Angular component with EJ2 listview with default flat list sample", | ||
"description": "Create an Angular ListView component as simple flat list", | ||
"factory": "./generators/listview-default", | ||
@@ -22,3 +22,3 @@ "schema": "./generators/listview-default/schema.json" | ||
"listview-nestedlist": { | ||
"description": "Create an Angular component with EJ2 listview with nested list sample", | ||
"description": "Create an Angular ListView component with nested navigation feature", | ||
"factory": "./generators/listview-nestedlist", | ||
@@ -28,3 +28,3 @@ "schema": "./generators/listview-nestedlist/schema.json" | ||
"listview-remotelist": { | ||
"description": "Create an Angular component with EJ2 listview with remote list sample", | ||
"description": "Loading remote data into Angular ListView component", | ||
"factory": "./generators/listview-remotelist", | ||
@@ -39,3 +39,3 @@ "schema": "./generators/listview-remotelist/schema.json" | ||
"listview-virtualization": { | ||
"description": "Create an Angular component with EJ2 listview with virtualization feature", | ||
"description": "Enabling virtualization feature in Angular ListView component", | ||
"factory": "./generators/listview-virtualization", | ||
@@ -42,0 +42,0 @@ "schema": "./generators/listview-virtualization/schema.json" |
export declare const pkgName = "@syncfusion/ej2-angular-lists"; | ||
export declare const pkgVer = "^16.4.44"; | ||
export declare const pkgVer = "^16.4.47"; | ||
export declare const moduleName = "ListViewModule"; | ||
export declare const themeVer = "~16.4.44"; | ||
export declare const themeVer = "~16.4.47"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-lists'; | ||
exports.pkgVer = '^16.4.44'; | ||
exports.pkgVer = '^16.4.47'; | ||
exports.moduleName = 'ListViewModule'; | ||
exports.themeVer = '~16.4.44'; | ||
exports.themeVer = '~16.4.47'; |
433563
+ Added@syncfusion/ej2-lists@16.4.52(transitive)
- Removed@syncfusion/ej2-lists@16.4.47(transitive)