🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@syncfusion/ej2-angular-lists

Package Overview
Dependencies
Maintainers
3
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-lists - npm Package Compare versions

Comparing version

to
30.1.37

CHANGELOG.md

74

package.json
{
"name": "@syncfusion/ej2-angular-lists",
"version": "30.1.37-ngcc",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"_from": "@syncfusion/ej2-angular-lists@*",
"_id": "@syncfusion/ej2-angular-lists@18.24.0",
"_inBundle": false,
"_integrity": "sha512-roW2ZNAeYjShZJbe/43aIhPhR3gndeNk2rqMa4PdGBo7KuSfPXUdiPpGrnTeR1VwweC9qFQ8c0gR0iranMo09w==",
"_location": "/@syncfusion/ej2-angular-lists",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@syncfusion/ej2-angular-lists@*",
"name": "@syncfusion/ej2-angular-lists",
"escapedName": "@syncfusion%2fej2-angular-lists",
"scope": "@syncfusion",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/"
],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-lists/-/ej2-angular-lists-18.24.0.tgz",
"_shasum": "01b6ce53bb369c53932b7d1e4343769a3ab19729",
"_spec": "@syncfusion/ej2-angular-lists@*",
"_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
"author": {
"name": "Syncfusion Inc."
},
"bugs": {
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
},
"bundleDependencies": false,
"dependencies": {
"@syncfusion/ej2-angular-base": "~30.1.37",
"@syncfusion/ej2-base": "~30.1.37",
"@syncfusion/ej2-angular-base": "~30.1.37",
"@syncfusion/ej2-lists": "30.1.37"
},
"devDependencies": {},
"deprecated": false,
"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",
"es2020": "fesm2020/syncfusion-ej2-angular-lists.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-lists.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-lists.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-lists.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-lists.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-lists.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-lists.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-lists.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-lists.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-lists.mjs",
"homepage": "https://www.syncfusion.com/angular-components",
"keywords": [

@@ -21,13 +65,13 @@ "angular listview",

],
"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-lists.mjs",
"name": "@syncfusion/ej2-angular-lists",
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
},
"schematics": "./schematics/collection.json",
"sideEffects": false,
"main": "dist/ej2-angular-lists.umd.js",
"module": "@syncfusion/ej2-angular-lists.es5.js",
"es2015": "@syncfusion/ej2-angular-lists.js",
"typings": "ej2-angular-lists.d.ts",
"metadata": "ej2-angular-lists.metadata.json",
"homepage": "https://www.syncfusion.com/angular-components"
"typings": "syncfusion-ej2-angular-lists.d.ts",
"version": "30.1.37"
}
export * from './src/index';

@@ -0,0 +0,0 @@ export { ListViewComponent } from './list-view/listview.component';

import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./listview.module";
export declare const VirtualizationService: ValueProvider;

@@ -7,2 +10,5 @@ /**

export declare class ListViewAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewAllModule, never, [typeof i1.CommonModule, typeof i2.ListViewModule], [typeof i2.ListViewModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ListViewAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { ListView } from '@syncfusion/ej2-lists';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -68,2 +69,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "ejs-listview", never, { "animation": "animation"; "checkBoxPosition": "checkBoxPosition"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enable": "enable"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "fields": "fields"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "headerTitle": "headerTitle"; "height": "height"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "query": "query"; "showCheckBox": "showCheckBox"; "showHeader": "showHeader"; "showIcon": "showIcon"; "sortOrder": "sortOrder"; "template": "template"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "scroll": "scroll"; "select": "select"; }, ["template", "groupTemplate", "headerTemplate"], never>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./listview.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the ListView component.

export declare class ListViewModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewModule, [typeof i1.ListViewComponent], [typeof i2.CommonModule], [typeof i1.ListViewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ListViewModule>;
}