@syncfusion/ej2-lists
Version:
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.
49 lines • 1.39 kB
JSON
{
"name": "@syncfusion/ej2-lists",
"version": "32.1.19",
"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.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-lists.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-lists.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "~32.1.19",
"@syncfusion/ej2-buttons": "~32.1.19",
"@syncfusion/ej2-data": "~32.1.19",
"@syncfusion/ej2-popups": "~32.1.19"
},
"devDependencies": {},
"keywords": [
"ej2",
"Syncfusion",
"web components",
"virtualization",
"group list",
"check list",
"listview with checkbox",
"listview template",
"material list",
"ui listview",
"remote listview",
"nested view",
"data list",
"infinite list",
"sort",
"checkbox",
"todo",
"list widget",
"list component",
"mobile list",
"list gestures",
"es6 list",
"dynamic list"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/lists"
},
"typings": "index.d.ts",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}