@syncfusion/ej2-angular-lists
Advanced tools
Comparing version 17.2.28-beta to 17.2.29-beta
@@ -150,3 +150,3 @@ # Changelog | ||
| Existing API Name | New API Name | | ||
|: ---------:| ---------:| | ||
|:-:|:-:| | ||
| unCheckAllItem | uncheckAllItems | | ||
@@ -153,0 +153,0 @@ | unCheckItem | uncheckItem | |
@@ -1,10 +0,1 @@ | ||
/*! | ||
* filename: ej2-angular-lists.umd.js | ||
* version : 17.2.28-beta | ||
* 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) { | ||
@@ -11,0 +2,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-lists'), require('@angular/common')) : |
@@ -1,11 +0,2 @@ | ||
/*! | ||
* filename: ej2-angular-lists.umd.min.js | ||
* version : 17.2.28-beta | ||
* 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 |
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-U1/5NzNMKQBp7meeC62pcBqXduY+mPDjxjusE/pA8GA+BCc1SPVF2Lq/9Nb9horOwwYADHu2uuOQCHcQAAHmtw==", | ||
"_integrity": "sha512-8fHP32KTG39g1Mysq23o9ydMxkup6/531G3pehY3VdE+5k1gsBQNaqHAXfqbxwKFTXlp6QBerG1B2uJi5AhhmQ==", | ||
"_location": "/@syncfusion/ej2-angular-lists", | ||
@@ -23,4 +23,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-lists/-/ej2-angular-lists-17.1.1.tgz", | ||
"_shasum": "b47dde88079cbbd824556fb1bf0f4d668ec73b0f", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-angular-lists/-/ej2-angular-lists-17.1.1.tgz", | ||
"_shasum": "1e1528d00363c8e9d1b5e18ef134d04e5e876cbc", | ||
"_spec": "@syncfusion/ej2-angular-lists@*", | ||
@@ -36,5 +36,5 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-angular-base": "~17.2.28-beta", | ||
"@syncfusion/ej2-base": "~17.2.28-beta", | ||
"@syncfusion/ej2-lists": "17.2.28-beta" | ||
"@syncfusion/ej2-angular-base": "17.2.29-beta", | ||
"@syncfusion/ej2-base": "17.2.29-beta", | ||
"@syncfusion/ej2-lists": "17.2.29-beta" | ||
}, | ||
@@ -87,3 +87,3 @@ "deprecated": false, | ||
"typings": "ej2-angular-lists.d.ts", | ||
"version": "17.2.28-beta" | ||
"version": "17.2.29-beta" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
543700
10075
+ Added@syncfusion/ej2-angular-base@17.2.29-beta(transitive)
+ Added@syncfusion/ej2-base@17.2.29-beta(transitive)
+ Added@syncfusion/ej2-buttons@17.2.29-beta(transitive)
+ Added@syncfusion/ej2-data@17.2.29-beta(transitive)
+ Added@syncfusion/ej2-icons@17.2.29-beta(transitive)
+ Added@syncfusion/ej2-lists@17.2.29-beta(transitive)
- Removed@syncfusion/ej2-angular-base@17.2.49(transitive)
- Removed@syncfusion/ej2-base@17.2.49(transitive)
- Removed@syncfusion/ej2-buttons@17.2.47(transitive)
- Removed@syncfusion/ej2-data@17.2.47(transitive)
- Removed@syncfusion/ej2-icons@17.2.47(transitive)
- Removed@syncfusion/ej2-lists@17.2.28-beta(transitive)