New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-angular-lists

Package Overview
Dependencies
Maintainers
3
Versions
198
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 17.1.39 to 17.1.40

6

CHANGELOG.md

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

### ListBase
#### Bug Fixes
- Issue with single level element generation with fields mapping has been fixed.
## 17.1.32-beta (2019-03-13)

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

@@ -0,1 +1,10 @@

/*!
* filename: ej2-angular-lists.umd.js
* version : 17.1.40
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
(function (global, factory) {

@@ -2,0 +11,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-lists'), require('@angular/common')) :

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

/*!
* filename: ej2-angular-lists.umd.min.js
* version : 17.1.40
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-lists"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-lists","@angular/common"],t):t(e["ej2-angular-lists"]={},e.ng.core,e.ej2.angular.base,e.ej2.lists,e.ng.common)}(this,function(e,t,n,o,i){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),a=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(r<3?i(a):r>3?i(t,n,a):i(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},s=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},l=["animation","checkBoxPosition","cssClass","dataSource","enable","enablePersistence","enableRtl","enableVirtualization","fields","groupTemplate","headerTemplate","headerTitle","height","htmlAttributes","locale","query","showCheckBox","showHeader","showIcon","sortOrder","template","width"],c=["actionBegin","actionComplete","actionFailure","select"],p=[""];e.ListViewComponent=function(e){function t(t,o,i,r){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=i,a.injector=r,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ListsVirtualization");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}return a.registerEvents(c),a.addTwoWay.call(a,p),n.setValue("currentInstance",a,a.viewContainerRef),a}return r(t,e),t.prototype.ngOnInit=function(){},t.prototype.ngAfterViewInit=function(){},t.prototype.ngOnDestroy=function(){},t.prototype.ngAfterContentChecked=function(){},t}(o.ListView),e.ListViewComponent.decorators=[{type:t.Component,args:[{selector:"ejs-listview",inputs:l,outputs:c,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.ListViewComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ListViewComponent.propDecorators={template:[{type:t.ContentChild,args:["template"]}],groupTemplate:[{type:t.ContentChild,args:["groupTemplate"]}],headerTemplate:[{type:t.ContentChild,args:["headerTemplate"]}]},a([n.Template(),s("design:type",Object)],e.ListViewComponent.prototype,"template",void 0),a([n.Template(),s("design:type",Object)],e.ListViewComponent.prototype,"groupTemplate",void 0),a([n.Template(),s("design:type",Object)],e.ListViewComponent.prototype,"headerTemplate",void 0),e.ListViewComponent=a([n.ComponentMixins([n.ComponentBase]),s("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ListViewComponent);var u=function(){return function(){}}();u.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.ListViewComponent],exports:[e.ListViewComponent]}]}],u.ctorParameters=function(){return[]};var d={provide:"ListsVirtualization",useValue:o.Virtualization},f=function(){return function(){}}();f.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,u],exports:[u],providers:[d]}]}],f.ctorParameters=function(){return[]},e.ListViewModule=u,e.ListViewAllModule=f,e.VirtualizationService=d,e.ɵa=l,e.ɵb=c,e.classNames=o.classNames,e.FieldSettings=o.FieldSettings,e.ListView=o.ListView,e.Virtualization=o.Virtualization,e.cssClass=o.cssClass,e.ListBase=o.ListBase,e.getFieldValues=o.getFieldValues,e.Sortable=o.Sortable,e.moveTo=o.moveTo,Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-angular-lists.umd.min.js.map

4

package.json
{
"name": "@syncfusion/ej2-angular-lists",
"version": "17.1.39",
"version": "17.1.40",
"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",

@@ -11,3 +11,3 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-angular-base": "~17.1.39",
"@syncfusion/ej2-lists": "17.1.38"
"@syncfusion/ej2-lists": "17.1.40"
},

@@ -14,0 +14,0 @@ "devDependencies": {},

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