Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-lists

Package Overview
Dependencies
Maintainers
2
Versions
174
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 16.3.34 to 16.4.40-beta

styles/bootstrap-dark.css

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.3.34
* version : 16.4.40-beta
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-lists",
"version": "16.3.34",
"description": "Essential JS 2 List Components",
"version": "16.4.40-beta",
"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.",

@@ -11,5 +11,5 @@ "license": "SEE LICENSE IN license",

"dependencies": {
"@syncfusion/ej2-base": "~16.3.34",
"@syncfusion/ej2-data": "~16.3.34",
"@syncfusion/ej2-buttons": "~16.3.34"
"@syncfusion/ej2-base": "~16.4.40-beta",
"@syncfusion/ej2-data": "~16.4.40-beta",
"@syncfusion/ej2-buttons": "~16.4.40-beta"
},

@@ -16,0 +16,0 @@ "devDependencies": {

# ej2-lists
The list view component 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. Lists are used for displaying data, data navigation, and data entry.
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. Lists are used for displaying data, data navigation, and data entry.
![ej2-lists](https://ej2.syncfusion.com/products/images/listview/readme.gif)
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/?utm_source=npm&utm_campaign=listview). To acquire a license, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products/?utm_source=npm&utm_campaign=listview) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials/?utm_source=npm&utm_campaign=listview).
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this control, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/?utm_source=npm&utm_campaign=listview). To acquire a license, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products/?utm_source=npm&utm_campaign=listview) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials/?utm_source=npm&utm_campaign=listview).

@@ -27,3 +27,3 @@ > A free [community license](https://www.syncfusion.com/products/communitylicense/?utm_source=npm&utm_campaign=listview) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

`Lists` component is also offered in following list of frameworks.
`Lists` control is also offered in following list of frameworks.

@@ -56,3 +56,3 @@ 1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/lists/?utm_source=npm&utm_campaign=listview)

* [**Accessibility**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=listview#/material/listview/default.html) - Provides built-in accessibility support that helps to access all the ListView component features through the keyboard, on-screen readers, or other assistive technology devices.
* [**Accessibility**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=listview#/material/listview/default.html) - Provides built-in accessibility support that helps to access all the ListView control features through the keyboard, on-screen readers, or other assistive technology devices.

@@ -63,3 +63,3 @@ ## Support

* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents/?utm_source=npm&utm_campaign=listview) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2/?utm_source=npm&utm_campaign=listview).
* Creating incident in Syncfusion [Direct-Trac](https://www.syncfusion.com/support/directtrac/incidents/?utm_source=npm&utm_campaign=listview) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2/?utm_source=npm&utm_campaign=listview).
* New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new/?utm_source=npm&utm_campaign=listview).

@@ -66,0 +66,0 @@ * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=listview/?utm_source=npm&utm_campaign=listview) with tag `syncfusion` and `ej2`.

@@ -43,3 +43,3 @@ import { Virtualization } from './virtualization';import { merge, formatUnit, isNullOrUndefined, classList, append, detach, ModuleDeclaration } from '@syncfusion/ej2-base';import { attributes, addClass, removeClass, prepend, closest, remove } from '@syncfusion/ej2-base';import { Component, EventHandler, BaseEventArgs, Property, Complex, Event } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, ChildProperty } from '@syncfusion/ej2-base';import { KeyboardEventArgs, EmitType, compile } from '@syncfusion/ej2-base';import { Animation, AnimationOptions, Effect, rippleEffect, Touch, SwipeEventArgs } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { createCheckBox } from '@syncfusion/ej2-buttons';import { ListBase, ListBaseOptions, SortOrder, getFieldValues, FieldsMapping } from '../common/list-base';

* This property used for nested navigation of list-items.
* Refer the documentation [here](./nested-list.html)
* Refer the documentation [here](./listview/nested-list)
* to know more about this property with demo.

@@ -56,3 +56,3 @@ */

* It wraps the list view element into a group based on the value of groupBy property.
* Refer the documentation [here](./grouping.html)
* Refer the documentation [here](./listview/grouping)
* to know more about this property with demo.

@@ -75,3 +75,3 @@ */

* in dataSource property.
* Refer the documentation [here](https://ej2.syncfusion.com/documentation/data/getting-started.html?lang=typescript)
* Refer the documentation [here](https://ej2.syncfusion.com/documentation/data/getting-started?lang=typescript)
* to know more about this property with demo.

@@ -118,3 +118,3 @@ */

*
* {% codeBlock src="list-view/datasource-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/datasource-api/index.ts" %}{% endcodeBlock %}
* @default []

@@ -127,6 +127,6 @@ */

* Refer the documentation [here]
* (./data-binding.html#bind-to-remote-data)
* (./data-binding#bind-to-remote-data)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/query-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/query-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -140,3 +140,3 @@ */

*
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}
* @default ListBase.defaultMappedFields

@@ -155,3 +155,3 @@ */

*
* {% codeBlock src="list-view/sortorder-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/sortorder-api/index.ts" %}{% endcodeBlock %}
* @default 'None'

@@ -164,3 +164,3 @@ */

*
* {% codeBlock src="list-view/showicon-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/showicon-api/index.ts" %}{% endcodeBlock %}
* @default false

@@ -173,3 +173,3 @@ */

*
* {% codeBlock src="list-view/showcheckbox-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/showcheckbox-api/index.ts" %}{% endcodeBlock %}
* @default false

@@ -188,3 +188,3 @@ */

*
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}
* @default ""

@@ -197,3 +197,3 @@ */

*
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}
* @default false

@@ -217,6 +217,6 @@ */

* The ListView supports to customize the content of each list items with the help of template property.
* Refer the documentation [here](./customizing-templates.html)
* Refer the documentation [here](./listview/customizing-templates)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/template-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -229,6 +229,6 @@ */

* Refer the documentation [here]
* (./customizing-templates.html#header-template)
* (./listview/customizing-templates#header-template)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/headertemplate-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/headertemplate-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -241,6 +241,6 @@ */

* Refer the documentation [here]
* (./customizing-templates.html#group-template)
* (./listview/customizing-templates#group-template)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/grouptemplate-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/grouptemplate-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -247,0 +247,0 @@ */

@@ -52,3 +52,3 @@ import { Virtualization } from './virtualization';

* This property used for nested navigation of list-items.
* Refer the documentation [here](./nested-list.html)
* Refer the documentation [here](./listview/nested-list)
* to know more about this property with demo.

@@ -63,3 +63,3 @@ */

* It wraps the list view element into a group based on the value of groupBy property.
* Refer the documentation [here](./grouping.html)
* Refer the documentation [here](./listview/grouping)
* to know more about this property with demo.

@@ -79,3 +79,3 @@ */

* in dataSource property.
* Refer the documentation [here](https://ej2.syncfusion.com/documentation/data/getting-started.html?lang=typescript)
* Refer the documentation [here](https://ej2.syncfusion.com/documentation/data/getting-started?lang=typescript)
* to know more about this property with demo.

@@ -180,3 +180,3 @@ */

*
* {% codeBlock src="list-view/datasource-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/datasource-api/index.ts" %}{% endcodeBlock %}
* @default []

@@ -190,6 +190,6 @@ */

* Refer the documentation [here]
* (./data-binding.html#bind-to-remote-data)
* (./data-binding#bind-to-remote-data)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/query-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/query-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -202,3 +202,3 @@ */

*
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}
* @default ListBase.defaultMappedFields

@@ -215,3 +215,3 @@ */

*
* {% codeBlock src="list-view/sortorder-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/sortorder-api/index.ts" %}{% endcodeBlock %}
* @default 'None'

@@ -223,3 +223,3 @@ */

*
* {% codeBlock src="list-view/showicon-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/showicon-api/index.ts" %}{% endcodeBlock %}
* @default false

@@ -231,3 +231,3 @@ */

*
* {% codeBlock src="list-view/showcheckbox-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/showcheckbox-api/index.ts" %}{% endcodeBlock %}
* @default false

@@ -244,3 +244,3 @@ */

*
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}
* @default ""

@@ -252,3 +252,3 @@ */

*
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}
* @default false

@@ -269,6 +269,6 @@ */

* The ListView supports to customize the content of each list items with the help of template property.
* Refer the documentation [here](./customizing-templates.html)
* Refer the documentation [here](./listview/customizing-templates)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/template-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -280,6 +280,6 @@ */

* Refer the documentation [here]
* (./customizing-templates.html#header-template)
* (./listview/customizing-templates#header-template)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/headertemplate-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/headertemplate-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -291,6 +291,6 @@ */

* Refer the documentation [here]
* (./customizing-templates.html#group-template)
* (./listview/customizing-templates#group-template)
* to know more about this property with demo.
*
* {% codeBlock src="list-view/grouptemplate-api/index.ts" %}{% endcodeBlock %}
* {% codeBlock src="listview/grouptemplate-api/index.ts" %}{% endcodeBlock %}
* @default null

@@ -426,3 +426,3 @@ */

/**
* It is used to get the currently [here](./api-selectedItem.html)
* It is used to get the currently [here](./api-selectedItem)
* item details from the list items.

@@ -429,0 +429,0 @@ */

@@ -33,5 +33,13 @@ import { ListView, ItemCreatedArgs, Fields, UISelectedItem } from './list-view';

private listDiff;
/**
* For internal use only.
* @private
*/
isNgTemplate(): boolean;
/**
* For internal use only.
* @private
*/
uiVirtualization(): void;
wireScrollEvent(destroy: boolean): void;
private wireScrollEvent;
private ValidateItemCount;

@@ -38,0 +46,0 @@ private uiIndicesInitialization;

@@ -8,2 +8,6 @@ import { classNames } from './list-view';

}
/**
* For internal use only.
* @private
*/
Virtualization.prototype.isNgTemplate = function () {

@@ -13,2 +17,6 @@ return !isNullOrUndefined(this.listViewInstance.templateRef) && typeof this.listViewInstance.templateRef !== 'string'

};
/**
* For internal use only.
* @private
*/
Virtualization.prototype.uiVirtualization = function () {

@@ -15,0 +23,0 @@ var curViewDS = this.listViewInstance.curViewDS;

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 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

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

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

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

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

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

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