@syncfusion/ej2-lists
Advanced tools
Comparing version 16.3.17 to 16.3.21
@@ -7,2 +7,11 @@ # Changelog | ||
#### Bug Fixes | ||
- Fixed `selectMultipleItems` public method issue with empty `dataSource`. | ||
- Fixed `removeMultipleItems` public method issue with custom `fields` mapping. | ||
## 16.3.17 (2018-09-12) | ||
### ListView | ||
#### New Features | ||
@@ -9,0 +18,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.3.17 | ||
* version : 16.3.21 | ||
* 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.17", | ||
"version": "16.3.21", | ||
"description": "Essential JS 2 List Components", | ||
@@ -11,5 +11,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.3.17", | ||
"@syncfusion/ej2-data": "~16.3.17", | ||
"@syncfusion/ej2-buttons": "~16.3.17" | ||
"@syncfusion/ej2-base": "~16.3.21", | ||
"@syncfusion/ej2-data": "~16.3.21", | ||
"@syncfusion/ej2-buttons": "~16.3.21" | ||
}, | ||
@@ -50,3 +50,4 @@ "devDependencies": { | ||
"url": "https://github.com/syncfusion/ej2-lists" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
@@ -94,3 +94,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'; | ||
* It enables UI virtualization which will increase ListView performance on loading large number of data. | ||
* | ||
* | ||
* @default false | ||
@@ -115,3 +115,3 @@ */ | ||
* with the fields of ListView. | ||
* | ||
* | ||
* {% codeBlock src="list-view/datasource-api/index.ts" %}{% endcodeBlock %} | ||
@@ -127,3 +127,3 @@ * @default [] | ||
* to know more about this property with demo. | ||
* | ||
* | ||
* {% codeBlock src="list-view/query-api/index.ts" %}{% endcodeBlock %} | ||
@@ -137,3 +137,3 @@ * @default null | ||
* with specified mapped with the column fields to render the ListView. | ||
* | ||
* | ||
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %} | ||
@@ -152,3 +152,3 @@ * @default ListBase.defaultMappedFields | ||
* It is used to enable the sorting of list items to be ascending or descending. | ||
* | ||
* | ||
* {% codeBlock src="list-view/sortorder-api/index.ts" %}{% endcodeBlock %} | ||
@@ -161,3 +161,3 @@ * @default 'None' | ||
* Using this property, we can show or hide the icon of list item. | ||
* | ||
* | ||
* {% codeBlock src="list-view/showicon-api/index.ts" %}{% endcodeBlock %} | ||
@@ -170,3 +170,3 @@ * @default false | ||
* Using this property, we can show or hide the `checkbox`. | ||
* | ||
* | ||
* {% codeBlock src="list-view/showcheckbox-api/index.ts" %}{% endcodeBlock %} | ||
@@ -185,3 +185,3 @@ * @default false | ||
* It is used to set the title of ListView component. | ||
* | ||
* | ||
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %} | ||
@@ -194,3 +194,3 @@ * @default "" | ||
* Using this property, we can show or hide the header of ListView component. | ||
* | ||
* | ||
* {% codeBlock src="list-view/fields-api/index.ts" %}{% endcodeBlock %} | ||
@@ -217,3 +217,3 @@ * @default false | ||
* to know more about this property with demo. | ||
* | ||
* | ||
* {% codeBlock src="list-view/template-api/index.ts" %}{% endcodeBlock %} | ||
@@ -229,3 +229,3 @@ * @default null | ||
* to know more about this property with demo. | ||
* | ||
* | ||
* {% codeBlock src="list-view/headertemplate-api/index.ts" %}{% endcodeBlock %} | ||
@@ -241,3 +241,3 @@ * @default null | ||
* to know more about this property with demo. | ||
* | ||
* | ||
* {% codeBlock src="list-view/grouptemplate-api/index.ts" %}{% endcodeBlock %} | ||
@@ -244,0 +244,0 @@ * @default null |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1754858
14682