Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-lists

Package Overview
Dependencies
Maintainers
3
Versions
169
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 19.2.49 to 19.2.55

8

CHANGELOG.md

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

### ListView
#### Bug Fixes
- `#F167149` - The issue with "Multiple requests are made to the controller when using remote data source with template support in the ListView component" has been resolved.
## 19.2.49 (2021-07-27)
### Common

@@ -7,0 +15,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 19.2.49
* version : 19.2.55
* Copyright Syncfusion Inc. 2001 - 2020. 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@19.2.48",
"_id": "@syncfusion/ej2-lists@19.2.49",
"_inBundle": false,
"_integrity": "sha512-iY2kWQ6VIoBl9es07vAzqBP84BBL7rpaY3CHEGHeszU0KC8IJrkTVKuXpGMzeH9zmXdz0ArhYmsbMlBZQToNdQ==",
"_integrity": "sha512-re2uyqgJnkCajWezcKJC2aQErFX29SSmZlVKbgyseJJqT7y+gDonZRTfPWSKijbDSuA+kssEjZs8Ct/SJ0o6DQ==",
"_location": "/@syncfusion/ej2-lists",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-19.2.48.tgz",
"_shasum": "f4eb67a937c84533ca6a5a2287da0388c8f83424",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-lists/-/ej2-lists-19.2.49.tgz",
"_shasum": "86bb02e372955f1afe1577df0330fd870c8c7ff4",
"_spec": "@syncfusion/ej2-lists@*",

@@ -47,5 +47,5 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~19.2.49",
"@syncfusion/ej2-buttons": "~19.2.47",
"@syncfusion/ej2-data": "~19.2.48"
"@syncfusion/ej2-base": "~19.2.55",
"@syncfusion/ej2-buttons": "~19.2.55",
"@syncfusion/ej2-data": "~19.2.55"
},

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

"typings": "index.d.ts",
"version": "19.2.49",
"version": "19.2.55",
"sideEffects": false
}

@@ -256,20 +256,8 @@ import { Query } from '@syncfusion/ej2-data';

iconCss?: string;
/**
* @blazorType object
*/
child?: string;
tooltip?: string;
hasChildren?: string;
/**
* @blazorType object
*/
htmlAttributes?: string;
/**
* @blazorType object
*/
urlAttributes?: string;
imageUrl?: string;
/**
* @blazorType object
*/
imageAttributes?: string;

@@ -377,6 +365,2 @@ }

/**
* Remove Blazor ID from items
*/
removeBlazorID?: boolean;
/**
* Defines whether to allow the cross scripting site or not.

@@ -383,0 +367,0 @@ */

@@ -871,9 +871,2 @@ /* eslint-disable no-inner-declarations */

}
var blazId = 'BlazId';
if (options && !!options.removeBlazorID
&& typeof item === 'object'
// eslint-disable-next-line no-prototype-builtins
&& item.hasOwnProperty(blazId)) {
delete item[blazId];
}
if (grpLI && options && options.groupTemplate) {

@@ -880,0 +873,0 @@ // eslint-disable-next-line @typescript-eslint/ban-types

@@ -1,2 +0,2 @@

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, SanitizeHtmlHelper } 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';
import { Virtualization } from './virtualization';import { merge, formatUnit, isNullOrUndefined, append, detach, ModuleDeclaration, 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, SanitizeHtmlHelper } 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 {AnimationSettings,checkBoxPosition,SelectEventArgs} from "./list-view";

@@ -136,3 +136,2 @@ import {ComponentModel} from '@syncfusion/ej2-base';

* @default null
* @blazorType Data.Query
*/

@@ -283,3 +282,2 @@ query?: Query;

* @event 'object'
* @blazorProperty 'Selected'
*/

@@ -292,3 +290,2 @@ select?: EmitType<SelectEventArgs>;

* @event 'object'
* @blazorProperty 'OnActionBegin'
*/

@@ -301,3 +298,2 @@ actionBegin?: EmitType<object>;

* @event 'object'
* @blazorProperty 'OnActionComplete'
*/

@@ -312,3 +308,2 @@ /* es-lint disable */

*
* @blazorProperty 'OnActionFailure'
*/

@@ -315,0 +310,0 @@ actionFailure?: EmitType<MouseEvent>;

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

private liElement;
private itemReRender;
private virtualCheckBox;

@@ -160,2 +159,3 @@ private liElementHeight;

private disabledItems;
private isOffline;
/**

@@ -216,3 +216,2 @@ * The `cssClass` property is used to add a user-preferred class name in the root element of the ListView,

* @default null
* @blazorType Data.Query
*/

@@ -348,3 +347,2 @@ query: Query;

* @event 'object'
* @blazorProperty 'Selected'
*/

@@ -356,3 +354,2 @@ select: EmitType<SelectEventArgs>;

* @event 'object'
* @blazorProperty 'OnActionBegin'
*/

@@ -364,3 +361,2 @@ actionBegin: EmitType<object>;

* @event 'object'
* @blazorProperty 'OnActionComplete'
*/

@@ -373,3 +369,2 @@ actionComplete: EmitType<MouseEvent>;

*
* @blazorProperty 'OnActionFailure'
*/

@@ -402,3 +397,2 @@ actionFailure: EmitType<MouseEvent>;

protected preRender(): void;
private updateLiElementHeight;
private initialization;

@@ -463,2 +457,4 @@ private renderCheckbox;

private isInAnimation;
private renderRemoteLists;
private triggerActionFailure;
private setLocalData;

@@ -469,8 +465,4 @@ private reRender;

private createList;
private resetBlazorTemplates;
private updateBlazorTemplates;
private exceptionEvent;
private UpdateCurrentUL;
private removeActiveClass;
private renderingNestedList;
private renderSubList;

@@ -484,3 +476,2 @@ private renderIntoDom;

render(): void;
private initBlazor;
/**

@@ -512,7 +503,4 @@ * It is used to destroy the ListView component.

*
* @blazorType ListSelectedItem<TValue>
*/
getSelectedItems(): SelectedItem | SelectedCollection | UISelectedItem | NestedListData;
private blazorGetSelectedItems;
private convertItemsToArray;
/**

@@ -522,3 +510,2 @@ * Finds out an item details from the current list.

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

@@ -562,3 +549,2 @@ findItem(item: Fields | HTMLElement | Element): SelectedItem;

*
* @blazorType data|object,fields|object
*/

@@ -636,3 +622,2 @@ addItem(data: {

* @isGenericType true
* @blazorType List<T>
*/

@@ -666,3 +651,2 @@ data?: object[];

*
* @blazorType DOM
*/

@@ -669,0 +653,0 @@ item: HTMLElement | Element;

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