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

@syncfusion/ej2-lists

Package Overview
Dependencies
Maintainers
4
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 17.3.9-beta to 17.3.14

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### ListView
#### Bug Fixes
- Issue of rendering a listview with new data in virtualization has been fixed.
## 17.1.47 (2019-05-14)

@@ -7,0 +13,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.3.9-beta
* version : 17.3.14
* Copyright Syncfusion Inc. 2001 - 2019. 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@17.2.48",
"_id": "@syncfusion/ej2-lists@17.3.9",
"_inBundle": false,
"_integrity": "sha512-+jQXVQD6nQ0s/0QJ8dEBD6iBz93wtUj7ourqTd2ol1IMlBO7ejav6vaNtiXoNuPRrcdEbqTNQxRXXKmM1GWYFw==",
"_integrity": "sha512-tuCGpOOE9ehCyAPVNC3kKKWgpARHA2B0uCZduUuuRDilf+tbXHLRDQy4MF0zcFhuM3bYnTNulLo/9egQVmL6aw==",
"_location": "/@syncfusion/ej2-lists",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-lists/-/ej2-lists-17.2.48.tgz",
"_shasum": "be09e44d4f0a98bb7b66842d1691f08c4e6a71a4",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-lists/-/ej2-lists-17.3.9.tgz",
"_shasum": "b3e79a3f0710e49f7d2066ef23f63c6c95c3d5af",
"_spec": "@syncfusion/ej2-lists@*",

@@ -46,5 +46,5 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",

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

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

"typings": "index.d.ts",
"version": "17.3.9-beta",
"version": "17.3.14",
"sideEffects": false
}

@@ -88,3 +88,3 @@ import { Virtualization } from './virtualization';import { merge, formatUnit, isNullOrUndefined, append, detach, ModuleDeclaration, isBlazor, extend } 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';import { updateBlazorTemplate, resetBlazorTemplate, blazorTemplates } from '@syncfusion/ej2-base';

* by adding the mentioned class name into root element of ListView.
* @default ''
*/

@@ -96,3 +96,3 @@ cssClass?: string;

*
* @default false
*/

@@ -103,3 +103,3 @@ enableVirtualization?: boolean;

* Defines the HTML attributes such as id, class, etc., for the ListView.
* @default {}
*/

@@ -110,3 +110,3 @@ htmlAttributes?: { [key: string]: string; };

* It specifies enabled state of ListView component.
* @default true
*/

@@ -118,5 +118,5 @@ enable?: boolean;

* with the fields of ListView.
* @isGenericType true
* {% codeBlock src="listview/datasource-api/index.ts" %}{% endcodeBlock %}
* @default []
*/

@@ -132,3 +132,3 @@ dataSource?: { [key: string]: Object }[] | string[] | number[] | DataManager;

* {% codeBlock src="listview/query-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -142,3 +142,3 @@ query?: Query;

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

@@ -149,3 +149,3 @@ fields?: FieldSettingsModel;

* It is used to apply the animation to sub list navigation of list items.
* @default { effect: 'SlideLeft', duration: 400, easing: 'ease' }
*/

@@ -158,3 +158,3 @@ animation?: AnimationSettings;

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

@@ -167,3 +167,3 @@ sortOrder?: SortOrder;

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

@@ -176,3 +176,3 @@ showIcon?: boolean;

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

@@ -183,3 +183,3 @@ showCheckBox?: boolean;

* It is used to set the position of check box in an item.
* @default 'Left'
*/

@@ -192,3 +192,3 @@ checkBoxPosition?: checkBoxPosition;

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

@@ -201,3 +201,3 @@ headerTitle?: string;

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

@@ -208,3 +208,3 @@ showHeader?: boolean;

* It is used to set the height of the ListView component.
* @default ''
*/

@@ -215,3 +215,3 @@ height?: number | string;

* It sets the width to the ListView component.
* @default ''
*/

@@ -226,3 +226,3 @@ width?: number | string;

* {% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -238,3 +238,3 @@ template?: string;

* {% codeBlock src="listview/headertemplate-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -250,3 +250,3 @@ headerTemplate?: string;

* {% codeBlock src="listview/grouptemplate-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -258,3 +258,3 @@ groupTemplate?: string;

* @event
* @blazorProperty 'Selected'
*/

@@ -266,3 +266,3 @@ select?: EmitType<SelectEventArgs>;

* @event
* @blazorProperty 'OnActionBegin'
*/

@@ -275,3 +275,3 @@ actionBegin?: EmitType<Object>;

* @event
* @blazorProperty 'OnActionComplete'
*/

@@ -284,3 +284,3 @@ actionComplete?: EmitType<Object>;

* @event
* @blazorProperty 'OnActionFailure'
*/

@@ -287,0 +287,0 @@ actionFailure?: EmitType<Object>;

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

* by adding the mentioned class name into root element of ListView.
* @default ''
*/

@@ -160,3 +160,3 @@ cssClass: string;

*
* @default false
*/

@@ -166,3 +166,3 @@ enableVirtualization: boolean;

* Defines the HTML attributes such as id, class, etc., for the ListView.
* @default {}
*/

@@ -174,3 +174,3 @@ htmlAttributes: {

* It specifies enabled state of ListView component.
* @default true
*/

@@ -181,5 +181,5 @@ enable: boolean;

* with the fields of ListView.
* @isGenericType true
* {% codeBlock src="listview/datasource-api/index.ts" %}{% endcodeBlock %}
* @default []
*/

@@ -196,3 +196,3 @@ dataSource: {

* {% codeBlock src="listview/query-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -205,3 +205,3 @@ query: Query;

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

@@ -211,3 +211,3 @@ fields: FieldSettingsModel;

* It is used to apply the animation to sub list navigation of list items.
* @default { effect: 'SlideLeft', duration: 400, easing: 'ease' }
*/

@@ -219,3 +219,3 @@ animation: AnimationSettings;

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

@@ -227,3 +227,3 @@ sortOrder: SortOrder;

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

@@ -235,3 +235,3 @@ showIcon: boolean;

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

@@ -241,3 +241,3 @@ showCheckBox: boolean;

* It is used to set the position of check box in an item.
* @default 'Left'
*/

@@ -249,3 +249,3 @@ checkBoxPosition: checkBoxPosition;

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

@@ -257,3 +257,3 @@ headerTitle: string;

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

@@ -263,3 +263,3 @@ showHeader: boolean;

* It is used to set the height of the ListView component.
* @default ''
*/

@@ -269,3 +269,3 @@ height: number | string;

* It sets the width to the ListView component.
* @default ''
*/

@@ -279,3 +279,3 @@ width: number | string;

* {% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -290,3 +290,3 @@ template: string;

* {% codeBlock src="listview/headertemplate-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -301,3 +301,3 @@ headerTemplate: string;

* {% codeBlock src="listview/grouptemplate-api/index.ts" %}{% endcodeBlock %}
* @default null
*/

@@ -308,3 +308,3 @@ groupTemplate: string;

* @event
* @blazorProperty 'Selected'
*/

@@ -315,3 +315,3 @@ select: EmitType<SelectEventArgs>;

* @event
* @blazorProperty 'OnActionBegin'
*/

@@ -323,3 +323,3 @@ actionBegin: EmitType<Object>;

* @event
* @blazorProperty 'OnActionComplete'
*/

@@ -331,3 +331,3 @@ actionComplete: EmitType<Object>;

* @event
* @blazorProperty 'OnActionFailure'
*/

@@ -446,3 +446,3 @@ actionFailure: EmitType<Object>;

* item details from the list items.
* @blazorType ListSelectedItem<TValue>
*/

@@ -455,3 +455,3 @@ getSelectedItems(): SelectedItem | SelectedCollection | UISelectedItem | NestedListData;

* @param {Fields | HTMLElement | Element} obj - We can pass element Object or Fields as Object with ID and Text fields.
* @blazorType TValue
*/

@@ -488,3 +488,3 @@ findItem(obj: Fields | HTMLElement | Element): SelectedItem;

* @param {Fields} fields - Target item to add the given data as its children (can be null).
* @blazorArgsType data|List<TValue>,fields|TValue
*/

@@ -552,4 +552,4 @@ addItem(data: {

* Selected Item dataSource collection.
* @isGenericType true
* @blazorType List<T>
*/

@@ -579,3 +579,3 @@ data?: object[];

* It denotes the Selected Item list element.
* @blazorType DOM
*/

@@ -585,3 +585,3 @@ item: HTMLElement | Element;

* It denotes the Selected Item dataSource JSON object.
* @isGenericType true
*/

@@ -603,3 +603,3 @@ data: {

* It denotes the Selected Item dataSource JSON object or object collection.
* @isGenericType true
*/

@@ -623,3 +623,3 @@ data: {

* It denotes the Selected Item dataSource JSON object or object collection.
* @isGenericType true
*/

@@ -643,3 +643,3 @@ data: {

* It denotes the Selected Item dataSource JSON object or object collection.
* @isGenericType true
*/

@@ -646,0 +646,0 @@ data: {

@@ -10,3 +10,3 @@ import { Base, Event, getUniqueID, NotifyPropertyChanges, INotifyPropertyChanged, Property } from '@syncfusion/ej2-base';import { closest, Draggable, DragPosition, MouseEventArgs, remove, compareElementParent } from '@syncfusion/ej2-base';import { addClass, isNullOrUndefined, getComponent, isBlazor, BlazorDragEventArgs } from '@syncfusion/ej2-base';

* It is used to enable or disable the built-in animations. The default value is `false`
* @default false
*/

@@ -17,3 +17,3 @@ enableAnimation?: boolean;

* Specifies the sortable item class.
* @default null
*/

@@ -20,0 +20,0 @@ itemClass?: string;

@@ -25,3 +25,3 @@ import { Base, INotifyPropertyChanged } from '@syncfusion/ej2-base';

* It is used to enable or disable the built-in animations. The default value is `false`
* @default false
*/

@@ -31,3 +31,3 @@ enableAnimation: boolean;

* Specifies the sortable item class.
* @default null
*/

@@ -34,0 +34,0 @@ itemClass: string;

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

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