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

@progress/kendo-angular-scrollview

Package Overview
Dependencies
Maintainers
1
Versions
900
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-scrollview - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4-dev.201709111506

CODEOWNERS.md

2

dist/cdn/js/kendo-angular-scrollview.js

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

!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("@angular/core"),require("@angular/animations"),require("rxjs/symbol/iterator"),require("@progress/kendo-angular-l10n"),require("@angular/common")):"function"==typeof define&&define.amd?define(["@angular/core","@angular/animations","rxjs/symbol/iterator","@progress/kendo-angular-l10n","@angular/common"],t):"object"==typeof exports?exports.KendoAngularScrollview=t(require("@angular/core"),require("@angular/animations"),require("rxjs/symbol/iterator"),require("@progress/kendo-angular-l10n"),require("@angular/common")):e.KendoAngularScrollview=t(e["@angular/core"],e["@angular/animations"],e["rxjs/symbol/iterator"],e["@progress/kendo-angular-l10n"],e["@angular/common"])}(this,function(e,t,n,i,o){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return e[i].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1);t.ScrollViewComponent=i.ScrollViewComponent;var o=n(8);t.ScrollViewModule=o.ScrollViewModule;var r=n(10);t.ScrollViewPagerComponent=r.ScrollViewPagerComponent;var a=n(11);t.KendoDraggableDirective=a.KendoDraggableDirective},function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,r=arguments.length,a=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(r<3?o(a):r>3?o(t,n,a):o(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},r=this&&this.__param||function(e,t){return function(n,i){t(n,i,e)}};Object.defineProperty(t,"__esModule",{value:!0});var a=n(2),s=n(3),l=n(4),c=n(5),d=n(7),u=function(){function e(e,t,n){var i=this;this.element=e,this.application=t,this.data=[],this.endless=!1,this.animate=!0,this.pageable=!1,this.arrows=!1,this.itemChanged=new a.EventEmitter,this.animationState=null,this.transitionStyle={},this.view=new c.DataCollection(function(){return new c.DataResultIterator(i.data,i.activeIndex,i.endless,i.pageIndex,i.isRTLMode())}),this.isDataSourceEmpty=!1,this._activeIndex=0,this.index=0,this.pageIndex=null,this.transforms=["translateX(-100%)","translateX(0%)","translateX(100%)"],this.direction=n?"rtl":"ltr"}return Object.defineProperty(e.prototype,"activeIndex",{get:function(){return this._activeIndex},set:function(e){this.index=this._activeIndex=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"widgetClass",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"scrollViewClass",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hostWidth",{get:function(){return this.width},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hostHeight",{get:function(){return this.height},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tabIndex",{get:function(){return 1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLive",{get:function(){return"assertive"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),e.prototype.keyDown=function(e){e.keyCode===l.Keys.LeftArrow&&(this.isRTLMode()?this.next():this.prev()),e.keyCode===l.Keys.RightArrow&&(this.isRTLMode()?this.prev():this.next())},e.prototype.ngOnChanges=function(e){this.activeIndex=Math.max(Math.min(this.activeIndex,this.view.total-1),0)},e.prototype.prev=function(){this.navigate(l.Dir.Prev)},e.prototype.next=function(){this.navigate(l.Dir.Next)},e.prototype.transitionEndHandler=function(e){this.animationState=null,"left"!==e.toState&&"right"!==e.toState||(null!==this.pageIndex&&(this.activeIndex=this.pageIndex,this.pageIndex=null),this.activeIndex=this.index,this.itemChanged.emit({index:this.activeIndex,item:this.view.item(1)}),this.application.tick())},e.prototype.handlePress=function(e){this.initialTouchCoordinate=e.pageX},e.prototype.handleDrag=function(e){var t=e.pageX-this.initialTouchCoordinate;this.animationState||this.isDragForbidden(t)||!this.draggedInsideBounds(t)||(this.transitionStyle={transform:"translateX("+t+"px)"})},e.prototype.handleRelease=function(e){var t=e.pageX-this.initialTouchCoordinate;this.isDragForbidden(t)||(this.draggedEnoughToNavigate(t)?(this.isRTLMode()?this.changeIndex(t<0?l.Dir.Prev:l.Dir.Next):this.changeIndex(t>0?l.Dir.Prev:l.Dir.Next),this.animate||(this.transitionStyle=null,this.itemChanged.emit({index:this.activeIndex,item:this.view.item(1)}))):Math.abs(t)>0&&(this.animate?this.animationState="center":this.transitionStyle=null))},e.prototype.pageChange=function(e){this.animationState||this.activeIndex===e||(this.animate?(this.pageIndex=e,this.isRTLMode()?this.animationState=this.pageIndex>this.index?"right":"left":this.animationState=this.pageIndex>this.index?"left":"right"):this.activeIndex=e)},e.prototype.inlineStyles=function(e){return{height:this.height,transform:this.transforms[e],width:this.width}},e.prototype.displayLeftArrow=function(){var e;return e=this.isRTLMode()?this.activeIndex+1<this.view.total:this.activeIndex>0,(this.endless||e)&&this.view.total>0},e.prototype.leftArrowClick=function(){this.isRTLMode()?this.next():this.prev()},e.prototype.displayRightArrow=function(){var e;return e=this.isRTLMode()?this.activeIndex>0:this.activeIndex+1<this.view.total,(this.endless||e)&&this.view.total>0},e.prototype.rightArrowClick=function(){this.isRTLMode()?this.prev():this.next()},e.prototype.draggedInsideBounds=function(e){return Math.abs(e)<=this.element.nativeElement.offsetWidth},e.prototype.draggedEnoughToNavigate=function(e){return Math.abs(e)>this.element.nativeElement.offsetWidth/2},e.prototype.isDragForbidden=function(e){var t,n;return t=this.isRTLMode()?e<0&&0!==e:e>0&&0!==e,n=0===this.activeIndex&&t||this.activeIndex===this.view.total-1&&!t,!this.endless&&n},e.prototype.navigate=function(e){this.isDataSourceEmpty||this.animationState||(this.changeIndex(e),this.animate||this.itemChanged.emit({index:this.activeIndex,item:this.view.item(1)}))},e.prototype.changeIndex=function(e){e===l.Dir.Next&&this.view.canMoveNext()?(this.index=(this.index+1)%this.view.total,this.animate?this.animationState=this.isRTLMode()?"right":"left":this.activeIndex=this.index):e===l.Dir.Prev&&this.view.canMovePrev()&&(this.index=0===this.index?this.view.total-1:this.index-1,this.animate?this.animationState=this.isRTLMode()?"left":"right":this.activeIndex=this.index)},e.prototype.isRTLMode=function(){return"rtl"===this.direction},e}();i([a.Input(),o("design:type",Array)],u.prototype,"data",void 0),i([a.Input(),o("design:type",Number),o("design:paramtypes",[Number])],u.prototype,"activeIndex",null),i([a.Input(),o("design:type",String)],u.prototype,"width",void 0),i([a.Input(),o("design:type",String)],u.prototype,"height",void 0),i([a.Input(),o("design:type",Boolean)],u.prototype,"endless",void 0),i([a.Input(),o("design:type",Boolean)],u.prototype,"animate",void 0),i([a.Input(),o("design:type",Boolean)],u.prototype,"pageable",void 0),i([a.Input(),o("design:type",Boolean)],u.prototype,"arrows",void 0),i([a.Output(),o("design:type",a.EventEmitter)],u.prototype,"itemChanged",void 0),i([a.ContentChild(a.TemplateRef),o("design:type",a.TemplateRef)],u.prototype,"itemTemplateRef",void 0),i([a.HostBinding("class.k-widget"),o("design:type",Boolean),o("design:paramtypes",[])],u.prototype,"widgetClass",null),i([a.HostBinding("class.k-scrollview-wrap"),o("design:type",Boolean),o("design:paramtypes",[])],u.prototype,"scrollViewClass",null),i([a.HostBinding("style.width"),o("design:type",String),o("design:paramtypes",[])],u.prototype,"hostWidth",null),i([a.HostBinding("style.height"),o("design:type",String),o("design:paramtypes",[])],u.prototype,"hostHeight",null),i([a.HostBinding("attr.tabindex"),o("design:type",Number),o("design:paramtypes",[])],u.prototype,"tabIndex",null),i([a.HostBinding("attr.aria-live"),o("design:type",String),o("design:paramtypes",[])],u.prototype,"ariaLive",null),i([a.HostBinding("attr.dir"),o("design:type",String),o("design:paramtypes",[])],u.prototype,"dir",null),i([a.HostListener("keydown",["$event"]),o("design:type",Function),o("design:paramtypes",[Object]),o("design:returntype",void 0)],u.prototype,"keyDown",null),u=i([a.Component({animations:[s.trigger("animateTo",[s.state("center, left, right",s.style({transform:"translateX(0)"})),s.transition("* => right",[s.animate("300ms ease-out",s.style({transform:"translateX(100%)"}))]),s.transition("* => left",[s.animate("300ms ease-out",s.style({transform:"translateX(-100%)"}))]),s.transition("* => center",[s.animate("300ms ease-out")])])],exportAs:"kendoScrollView",selector:"kendo-scrollview",template:'\n <ul class=\'k-scrollview\'\n [ngStyle]="transitionStyle"\n [@animateTo]="animationState" (@animateTo.done)= "transitionEndHandler($event)"\n kendoDraggable\n (kendoDrag) = "handleDrag($event)" (kendoPress) = "handlePress($event)" (kendoRelease) = "handleRelease($event)">\n <li *ngFor="let item of view;let i=index"\n [ngStyle]="inlineStyles(i)"\n [attr.aria-hidden]="i !== 1">\n <ng-template\n [ngTemplateOutlet]="itemTemplateRef"\n [ngOutletContext]="{ item: item }">\n </ng-template>\n </li>\n </ul>\n <div class=\'k-scrollview-elements\'\n [ngStyle]="{\'height\': height}"\n *ngIf="!isDataSourceEmpty && (pageable||arrows)">\n <a class="k-scrollview-prev"\n aria-label="previous"\n *ngIf="arrows && displayLeftArrow()"\n (click)="leftArrowClick()">\n <span class="k-icon k-i-arrowhead-w"></span>\n </a>\n <a class="k-scrollview-next"\n aria-label="next"\n *ngIf="arrows && displayRightArrow()"\n (click)="rightArrowClick()">\n <span class="k-icon k-i-arrowhead-e"></span>\n </a>\n <kendo-scrollview-pager *ngIf="pageable"\n (pagerIndexChange)="pageChange($event)"\n [data]="data"\n [activeIndex]="activeIndex">\n </kendo-scrollview-pager>\n </div>\n '}),r(2,a.Optional()),r(2,a.Inject(d.RTL)),o("design:paramtypes",[a.ElementRef,a.ApplicationRef,Boolean])],u),t.ScrollViewComponent=u},function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n;!function(e){e[e.LeftArrow=37]="LeftArrow",e[e.RightArrow=39]="RightArrow"}(n=t.Keys||(t.Keys={}));var i;!function(e){e[e.Next=1]="Next",e[e.Prev=-1]="Prev"}(i=t.Dir||(t.Dir={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(6),o={},r=function(){function e(e,t,n,i,o){this.rtl=!1,this.source=e?e:[],this.index=t?t:0,this.endless=n,this.pageIndex=i,this.rtl=o}return Object.defineProperty(e.prototype,"data",{get:function(){var e,t=this.total;if(this.endless)e=[this.source[(this.index-1+t)%t],this.source[this.index%t],this.source[(this.index+1+t)%t]];else{var n=[o].concat(this.source,[o]);e=n.slice(this.index,this.index+3)}if(null!==this.pageIndex){var i=this.pageIndex>this.index;e[i?2:0]=this.source[this.pageIndex]}return this.rtl?e.reverse():e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"total",{get:function(){return this.source.length},enumerable:!0,configurable:!0}),e.prototype.canMoveNext=function(){return this.endless||this.index<this.total-1},e.prototype.canMovePrev=function(){return this.endless||this.index>0},e.prototype[i.$$iterator]=function(){return this.data[i.$$iterator]()},e}();t.DataResultIterator=r;var a=function(){function e(e){this.accessor=e}return Object.defineProperty(e.prototype,"length",{get:function(){return this.accessor().data.length},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"total",{get:function(){return this.accessor().total},enumerable:!0,configurable:!0}),e.prototype.item=function(e){return this.accessor().data[e]},e.prototype.canMoveNext=function(){return this.accessor().canMoveNext()},e.prototype.canMovePrev=function(){return this.accessor().canMovePrev()},e.prototype[i.$$iterator]=function(){return this.accessor()[i.$$iterator]()},e}();t.DataCollection=a},function(e,t){e.exports=n},function(e,t){e.exports=i},function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,r=arguments.length,a=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(r<3?o(a):r>3?o(t,n,a):o(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(9),a=n(1),s=n(10),l=n(11),c=[a.ScrollViewComponent,s.ScrollViewPagerComponent,l.KendoDraggableDirective],d=[a.ScrollViewComponent],u=function(){function e(){}return e}();u=i([o.NgModule({declarations:[c],exports:[d],imports:[r.CommonModule]})],u),t.ScrollViewModule=u},function(e,t){e.exports=o},function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,r=arguments.length,a=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(r<3?o(a):r>3?o(t,n,a):o(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0});var r=n(2),a=n(2),s=function(){function e(){this.pagerIndexChange=new a.EventEmitter}return e.prototype.itemClass=function(e){return{"k-primary":e===this.activeIndex}},e.prototype.indexChange=function(e){this.pagerIndexChange.emit(e)},e}();i([r.Input(),o("design:type",Number)],s.prototype,"activeIndex",void 0),i([r.Input(),o("design:type",Array)],s.prototype,"data",void 0),i([r.Output(),o("design:type",a.EventEmitter)],s.prototype,"pagerIndexChange",void 0),s=i([r.Component({selector:"kendo-scrollview-pager",template:'\n <ul class="k-scrollview-pageable">\n <li class="k-button" *ngFor="let item of data; let i = index"\n [ngClass]="itemClass(i)"\n (click)="indexChange(i)">\n </li>\n </ul>\n '})],s),t.ScrollViewPagerComponent=s},function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,r=arguments.length,a=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(r<3?o(a):r>3?o(t,n,a):o(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0});var r=n(2),a=n(12),s=function(){function e(e){var t=this;this.kendoDrag=new r.EventEmitter,this.kendoPress=new r.EventEmitter,this.kendoRelease=new r.EventEmitter,this.draggable=new a.default({drag:function(e){e.hasOwnProperty("originalEvent")&&e.originalEvent.preventDefault(),t.kendoDrag.next(e)},press:function(e){return t.kendoPress.next(e)},release:function(e){return t.kendoRelease.next(e)}}),this.draggable.bindTo(e.nativeElement)}return e.prototype.ngOnDestroy=function(){this.draggable.destroy()},e}();i([r.Output(),o("design:type",r.EventEmitter)],s.prototype,"kendoDrag",void 0),i([r.Output(),o("design:type",r.EventEmitter)],s.prototype,"kendoPress",void 0),i([r.Output(),o("design:type",r.EventEmitter)],s.prototype,"kendoRelease",void 0),s=i([r.Directive({selector:"[kendoDraggable]"}),o("design:paramtypes",[r.ElementRef])],s),t.KendoDraggableDirective=s},function(e,t){"use strict";function n(e){return e.type.match(a)?{pageX:e.changedTouches[0].pageX,pageY:e.changedTouches[0].pageY,type:e.type,originalEvent:e}:{pageX:e.pageX,pageY:e.pageY,type:e.type,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,altKey:e.altKey,originalEvent:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=function(e,t){return function(n){return t(e(n))}},o=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},r=function(e,t,n){return e.removeEventListener&&e.removeEventListener(t,n)},a=/touch/,s=function(){},l=2e3,c=function(e){var t=this,a=e.press;void 0===a&&(a=s);var c=e.drag;void 0===c&&(c=s);var d=e.release;void 0===d&&(d=s),this._pressHandler=i(n,a),this._dragHandler=i(n,c),this._releaseHandler=i(n,d),this._ignoreMouse=!1,this._touchstart=function(e){1===e.touches.length&&t._pressHandler(e)},this._touchmove=function(e){1===e.touches.length&&t._dragHandler(e)},this._touchend=function(e){0===e.touches.length&&1===e.changedTouches.length&&(t._releaseHandler(e),t._ignoreMouse=!0,setTimeout(t._restoreMouse,l))},this._restoreMouse=function(){t._ignoreMouse=!1},this._mousedown=function(e){var n=e.which;n&&n>1||t._ignoreMouse||(o(document,"mousemove",t._mousemove),o(document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){r(document,"mousemove",t._mousemove),r(document,"mouseup",t._mouseup),t._releaseHandler(e)}};c.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,o(e,"mousedown",this._mousedown),o(e,"touchstart",this._touchstart),o(e,"touchmove",this._touchmove),o(e,"touchend",this._touchend))},c.prototype._unbindFromCurrent=function(){r(this._element,"mousedown",this._mousedown),r(this._element,"touchstart",this._touchstart),r(this._element,"touchmove",this._touchmove),r(this._element,"touchend",this._touchend)},c.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},t.Draggable=c,t.default=c}])});
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("tslib"),require("@angular/core"),require("@angular/animations"),require("rxjs/symbol/iterator"),require("@progress/kendo-angular-l10n"),require("@angular/common")):"function"==typeof define&&define.amd?define(["tslib","@angular/core","@angular/animations","rxjs/symbol/iterator","@progress/kendo-angular-l10n","@angular/common"],t):"object"==typeof exports?exports.KendoAngularScrollview=t(require("tslib"),require("@angular/core"),require("@angular/animations"),require("rxjs/symbol/iterator"),require("@progress/kendo-angular-l10n"),require("@angular/common")):e.KendoAngularScrollview=t(e.tslib,e["@angular/core"],e["@angular/animations"],e["rxjs/symbol/iterator"],e["@progress/kendo-angular-l10n"],e["@angular/common"])}(this,function(e,t,n,i,o,a){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return e[i].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1);t.ScrollViewComponent=i.ScrollViewComponent;var o=n(9);t.ScrollViewModule=o.ScrollViewModule;var a=n(11);t.ScrollViewPagerComponent=a.ScrollViewPagerComponent;var r=n(12);t.KendoDraggableDirective=r.KendoDraggableDirective},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(2),o=n(3),a=n(4),r=n(5),s=n(6),d=n(8),l=function(){function e(e,t,n){var i=this;this.element=e,this.application=t,this.data=[],this.endless=!1,this.animate=!0,this.pageable=!1,this.arrows=!1,this.itemChanged=new o.EventEmitter,this.animationState=null,this.transitionStyle={},this.view=new s.DataCollection(function(){return new s.DataResultIterator(i.data,i.activeIndex,i.endless,i.pageIndex,i.isRTLMode())}),this.isDataSourceEmpty=!1,this._activeIndex=0,this.index=0,this.pageIndex=null,this.transforms=["translateX(-100%)","translateX(0%)","translateX(100%)"],this.direction=n?"rtl":"ltr"}return Object.defineProperty(e.prototype,"activeIndex",{get:function(){return this._activeIndex},set:function(e){this.index=this._activeIndex=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"widgetClass",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"scrollViewClass",{get:function(){return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hostWidth",{get:function(){return this.width},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hostHeight",{get:function(){return this.height},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tabIndex",{get:function(){return 1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLive",{get:function(){return"assertive"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this.direction},enumerable:!0,configurable:!0}),e.prototype.keyDown=function(e){e.keyCode===r.Keys.LeftArrow&&(this.isRTLMode()?this.next():this.prev()),e.keyCode===r.Keys.RightArrow&&(this.isRTLMode()?this.prev():this.next())},e.prototype.ngOnChanges=function(e){this.activeIndex=Math.max(Math.min(this.activeIndex,this.view.total-1),0)},e.prototype.prev=function(){this.navigate(r.Dir.Prev)},e.prototype.next=function(){this.navigate(r.Dir.Next)},e.prototype.transitionEndHandler=function(e){this.animationState=null,"left"!==e.toState&&"right"!==e.toState||(null!==this.pageIndex&&(this.activeIndex=this.pageIndex,this.pageIndex=null),this.activeIndex=this.index,this.itemChanged.emit({index:this.activeIndex,item:this.view.item(1)}),this.application.tick())},e.prototype.handlePress=function(e){this.initialTouchCoordinate=e.pageX},e.prototype.handleDrag=function(e){var t=e.pageX-this.initialTouchCoordinate;this.animationState||this.isDragForbidden(t)||!this.draggedInsideBounds(t)||(this.transitionStyle={transform:"translateX("+t+"px)"})},e.prototype.handleRelease=function(e){var t=e.pageX-this.initialTouchCoordinate;this.isDragForbidden(t)||(this.draggedEnoughToNavigate(t)?(this.isRTLMode()?this.changeIndex(t<0?r.Dir.Prev:r.Dir.Next):this.changeIndex(t>0?r.Dir.Prev:r.Dir.Next),this.animate||(this.transitionStyle=null,this.itemChanged.emit({index:this.activeIndex,item:this.view.item(1)}))):Math.abs(t)>0&&(this.animate?this.animationState="center":this.transitionStyle=null))},e.prototype.pageChange=function(e){this.animationState||this.activeIndex===e||(this.animate?(this.pageIndex=e,this.isRTLMode()?this.animationState=this.pageIndex>this.index?"right":"left":this.animationState=this.pageIndex>this.index?"left":"right"):this.activeIndex=e)},e.prototype.inlineStyles=function(e){return{height:this.height,transform:this.transforms[e],width:this.width}},e.prototype.displayLeftArrow=function(){var e;return e=this.isRTLMode()?this.activeIndex+1<this.view.total:this.activeIndex>0,(this.endless||e)&&this.view.total>0},e.prototype.leftArrowClick=function(){this.isRTLMode()?this.next():this.prev()},e.prototype.displayRightArrow=function(){var e;return e=this.isRTLMode()?this.activeIndex>0:this.activeIndex+1<this.view.total,(this.endless||e)&&this.view.total>0},e.prototype.rightArrowClick=function(){this.isRTLMode()?this.prev():this.next()},e.prototype.draggedInsideBounds=function(e){return Math.abs(e)<=this.element.nativeElement.offsetWidth},e.prototype.draggedEnoughToNavigate=function(e){return Math.abs(e)>this.element.nativeElement.offsetWidth/2},e.prototype.isDragForbidden=function(e){var t,n;return t=this.isRTLMode()?e<0&&0!==e:e>0&&0!==e,n=0===this.activeIndex&&t||this.activeIndex===this.view.total-1&&!t,!this.endless&&n},e.prototype.navigate=function(e){this.isDataSourceEmpty||this.animationState||(this.changeIndex(e),this.animate||this.itemChanged.emit({index:this.activeIndex,item:this.view.item(1)}))},e.prototype.changeIndex=function(e){e===r.Dir.Next&&this.view.canMoveNext()?(this.index=(this.index+1)%this.view.total,this.animate?this.animationState=this.isRTLMode()?"right":"left":this.activeIndex=this.index):e===r.Dir.Prev&&this.view.canMovePrev()&&(this.index=0===this.index?this.view.total-1:this.index-1,this.animate?this.animationState=this.isRTLMode()?"left":"right":this.activeIndex=this.index)},e.prototype.isRTLMode=function(){return"rtl"===this.direction},e}();i.__decorate([o.Input(),i.__metadata("design:type",Array)],l.prototype,"data",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Number),i.__metadata("design:paramtypes",[Number])],l.prototype,"activeIndex",null),i.__decorate([o.Input(),i.__metadata("design:type",String)],l.prototype,"width",void 0),i.__decorate([o.Input(),i.__metadata("design:type",String)],l.prototype,"height",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],l.prototype,"endless",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],l.prototype,"animate",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],l.prototype,"pageable",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Boolean)],l.prototype,"arrows",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],l.prototype,"itemChanged",void 0),i.__decorate([o.ContentChild(o.TemplateRef),i.__metadata("design:type",o.TemplateRef)],l.prototype,"itemTemplateRef",void 0),i.__decorate([o.HostBinding("class.k-widget"),i.__metadata("design:type",Boolean),i.__metadata("design:paramtypes",[])],l.prototype,"widgetClass",null),i.__decorate([o.HostBinding("class.k-scrollview-wrap"),i.__metadata("design:type",Boolean),i.__metadata("design:paramtypes",[])],l.prototype,"scrollViewClass",null),i.__decorate([o.HostBinding("style.width"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],l.prototype,"hostWidth",null),i.__decorate([o.HostBinding("style.height"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],l.prototype,"hostHeight",null),i.__decorate([o.HostBinding("attr.tabindex"),i.__metadata("design:type",Number),i.__metadata("design:paramtypes",[])],l.prototype,"tabIndex",null),i.__decorate([o.HostBinding("attr.aria-live"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],l.prototype,"ariaLive",null),i.__decorate([o.HostBinding("attr.dir"),i.__metadata("design:type",String),i.__metadata("design:paramtypes",[])],l.prototype,"dir",null),i.__decorate([o.HostListener("keydown",["$event"]),i.__metadata("design:type",Function),i.__metadata("design:paramtypes",[Object]),i.__metadata("design:returntype",void 0)],l.prototype,"keyDown",null),l=i.__decorate([o.Component({animations:[a.trigger("animateTo",[a.state("center, left, right",a.style({transform:"translateX(0)"})),a.transition("* => right",[a.animate("300ms ease-out",a.style({transform:"translateX(100%)"}))]),a.transition("* => left",[a.animate("300ms ease-out",a.style({transform:"translateX(-100%)"}))]),a.transition("* => center",[a.animate("300ms ease-out")])])],exportAs:"kendoScrollView",selector:"kendo-scrollview",template:'\n <ul class=\'k-scrollview\'\n [ngStyle]="transitionStyle"\n [@animateTo]="animationState" (@animateTo.done)= "transitionEndHandler($event)"\n kendoDraggable\n (kendoDrag) = "handleDrag($event)" (kendoPress) = "handlePress($event)" (kendoRelease) = "handleRelease($event)">\n <li *ngFor="let item of view;let i=index"\n [ngStyle]="inlineStyles(i)"\n [attr.aria-hidden]="i !== 1">\n <ng-template\n [ngTemplateOutlet]="itemTemplateRef"\n [ngOutletContext]="{ item: item }">\n </ng-template>\n </li>\n </ul>\n <div class=\'k-scrollview-elements\'\n [ngStyle]="{\'height\': height}"\n *ngIf="!isDataSourceEmpty && (pageable||arrows)">\n <a class="k-scrollview-prev"\n aria-label="previous"\n *ngIf="arrows && displayLeftArrow()"\n (click)="leftArrowClick()">\n <span class="k-icon k-i-arrowhead-w"></span>\n </a>\n <a class="k-scrollview-next"\n aria-label="next"\n *ngIf="arrows && displayRightArrow()"\n (click)="rightArrowClick()">\n <span class="k-icon k-i-arrowhead-e"></span>\n </a>\n <kendo-scrollview-pager *ngIf="pageable"\n (pagerIndexChange)="pageChange($event)"\n [data]="data"\n [activeIndex]="activeIndex">\n </kendo-scrollview-pager>\n </div>\n '}),i.__param(2,o.Optional()),i.__param(2,o.Inject(d.RTL)),i.__metadata("design:paramtypes",[o.ElementRef,o.ApplicationRef,Boolean])],l),t.ScrollViewComponent=l},function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t){e.exports=n},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n;!function(e){e[e.LeftArrow=37]="LeftArrow",e[e.RightArrow=39]="RightArrow"}(n=t.Keys||(t.Keys={}));var i;!function(e){e[e.Next=1]="Next",e[e.Prev=-1]="Prev"}(i=t.Dir||(t.Dir={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(7),o={},a=function(){function e(e,t,n,i,o){this.rtl=!1,this.source=e?e:[],this.index=t?t:0,this.endless=n,this.pageIndex=i,this.rtl=o}return Object.defineProperty(e.prototype,"data",{get:function(){var e,t=this.total;if(this.endless)e=[this.source[(this.index-1+t)%t],this.source[this.index%t],this.source[(this.index+1+t)%t]];else{var n=[o].concat(this.source,[o]);e=n.slice(this.index,this.index+3)}if(null!==this.pageIndex){var i=this.pageIndex>this.index;e[i?2:0]=this.source[this.pageIndex]}return this.rtl?e.reverse():e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"total",{get:function(){return this.source.length},enumerable:!0,configurable:!0}),e.prototype.canMoveNext=function(){return this.endless||this.index<this.total-1},e.prototype.canMovePrev=function(){return this.endless||this.index>0},e.prototype[i.$$iterator]=function(){return this.data[i.$$iterator]()},e}();t.DataResultIterator=a;var r=function(){function e(e){this.accessor=e}return Object.defineProperty(e.prototype,"length",{get:function(){return this.accessor().data.length},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"total",{get:function(){return this.accessor().total},enumerable:!0,configurable:!0}),e.prototype.item=function(e){return this.accessor().data[e]},e.prototype.canMoveNext=function(){return this.accessor().canMoveNext()},e.prototype.canMovePrev=function(){return this.accessor().canMovePrev()},e.prototype[i.$$iterator]=function(){return this.accessor()[i.$$iterator]()},e}();t.DataCollection=r},function(e,t){e.exports=i},function(e,t){e.exports=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(2),o=n(3),a=n(10),r=n(1),s=n(11),d=n(12),l=[r.ScrollViewComponent,s.ScrollViewPagerComponent,d.KendoDraggableDirective],u=[r.ScrollViewComponent],c=function(){function e(){}return e}();c=i.__decorate([o.NgModule({declarations:[l],exports:[u],imports:[a.CommonModule]})],c),t.ScrollViewModule=c},function(e,t){e.exports=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(2),o=n(3),a=n(3),r=function(){function e(){this.pagerIndexChange=new a.EventEmitter}return e.prototype.itemClass=function(e){return{"k-primary":e===this.activeIndex}},e.prototype.indexChange=function(e){this.pagerIndexChange.emit(e)},e}();i.__decorate([o.Input(),i.__metadata("design:type",Number)],r.prototype,"activeIndex",void 0),i.__decorate([o.Input(),i.__metadata("design:type",Array)],r.prototype,"data",void 0),i.__decorate([o.Output(),i.__metadata("design:type",a.EventEmitter)],r.prototype,"pagerIndexChange",void 0),r=i.__decorate([o.Component({selector:"kendo-scrollview-pager",template:'\n <ul class="k-scrollview-pageable">\n <li class="k-button" *ngFor="let item of data; let i = index"\n [ngClass]="itemClass(i)"\n (click)="indexChange(i)">\n </li>\n </ul>\n '})],r),t.ScrollViewPagerComponent=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(2),o=n(3),a=n(13),r=function(){function e(e){var t=this;this.kendoDrag=new o.EventEmitter,this.kendoPress=new o.EventEmitter,this.kendoRelease=new o.EventEmitter,this.draggable=new a.default({drag:function(e){e.hasOwnProperty("originalEvent")&&e.originalEvent.preventDefault(),t.kendoDrag.next(e)},press:function(e){return t.kendoPress.next(e)},release:function(e){return t.kendoRelease.next(e)}}),this.draggable.bindTo(e.nativeElement)}return e.prototype.ngOnDestroy=function(){this.draggable.destroy()},e}();i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],r.prototype,"kendoDrag",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],r.prototype,"kendoPress",void 0),i.__decorate([o.Output(),i.__metadata("design:type",o.EventEmitter)],r.prototype,"kendoRelease",void 0),r=i.__decorate([o.Directive({selector:"[kendoDraggable]"}),i.__metadata("design:paramtypes",[o.ElementRef])],r),t.KendoDraggableDirective=r},function(e,t){"use strict";function n(e){return e.type.match(r)?{pageX:e.changedTouches[0].pageX,pageY:e.changedTouches[0].pageY,type:e.type,originalEvent:e}:{pageX:e.pageX,pageY:e.pageY,type:e.type,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,altKey:e.altKey,originalEvent:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=function(e,t){return function(n){return t(e(n))}},o=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},a=function(e,t,n){return e.removeEventListener&&e.removeEventListener(t,n)},r=/touch/,s=function(){},d=2e3,l=function(e){var t=this,r=e.press;void 0===r&&(r=s);var l=e.drag;void 0===l&&(l=s);var u=e.release;void 0===u&&(u=s),this._pressHandler=i(n,r),this._dragHandler=i(n,l),this._releaseHandler=i(n,u),this._ignoreMouse=!1,this._touchstart=function(e){1===e.touches.length&&t._pressHandler(e)},this._touchmove=function(e){1===e.touches.length&&t._dragHandler(e)},this._touchend=function(e){0===e.touches.length&&1===e.changedTouches.length&&(t._releaseHandler(e),t._ignoreMouse=!0,setTimeout(t._restoreMouse,d))},this._restoreMouse=function(){t._ignoreMouse=!1},this._mousedown=function(e){var n=e.which;n&&n>1||t._ignoreMouse||(o(document,"mousemove",t._mousemove),o(document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){a(document,"mousemove",t._mousemove),a(document,"mouseup",t._mouseup),t._releaseHandler(e)}};l.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,o(e,"mousedown",this._mousedown),o(e,"touchstart",this._touchstart),o(e,"touchmove",this._touchmove),o(e,"touchend",this._touchend))},l.prototype._unbindFromCurrent=function(){a(this._element,"mousedown",this._mousedown),a(this._element,"touchstart",this._touchstart),a(this._element,"touchmove",this._touchmove),a(this._element,"touchend",this._touchend)},l.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},t.Draggable=l,t.default=l}])});
/**
* Fires after the current item is changed.
* Fires when the current item is changed.
*/

@@ -4,0 +4,0 @@ export interface ItemChangedEvent {

@@ -12,3 +12,3 @@ import { AnimationTransitionEvent, ApplicationRef, ElementRef, EventEmitter, OnChanges, TemplateRef } from '@angular/core';

*
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -72,14 +72,14 @@ * template: `

/**
* Sets the width value to the ScrollView.
* You have to configure the `width` value explicitly.
* Sets the width of the ScrollView.
* By default, the width is not set and you have to explicitly define the `width` value.
*/
width: string;
/**
* Sets the height value to the ScrollView.
* You have to configure the `height` value explicitly.
* Sets the height of the ScrollView.
* By default, the height is not set and you have to explicitly define the `height` value.
*/
height: string;
/**
* Enables or disables the endless scrolling mode in which the data source items are looped in an endless fashion.
* By default, `endless` is set to `false`.
* Enables or disables the endless scrolling mode in which the data source items are endlessly looped.
* By default, `endless` is set to `false` and the endless scrolling mode is disabled.
*/

@@ -89,3 +89,3 @@ endless: boolean;

* Enables or disables the built-in animations.
* By default, `animate` is set to `true`.
* By default, `animate` is set to `true` and animations are enabled.
*/

@@ -95,3 +95,3 @@ animate: boolean;

* Enables or disables the built-in pager.
* By default, `pageable` is set to `false`.
* By default, `pageable` is set to `false` and paging is disabled.
*/

@@ -101,3 +101,3 @@ pageable: boolean;

* Enables or disables the built-in navigation arrows.
* By default, `arrows` is set to `false`.
* By default, `arrows` is set to `false` and arrows are disabled.
*/

@@ -104,0 +104,0 @@ arrows: boolean;

@@ -12,3 +12,3 @@ import { ApplicationRef, Component, ContentChild, ElementRef, EventEmitter, HostBinding, HostListener, Inject, Input, Optional, Output, TemplateRef } from '@angular/core';

*
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -70,4 +70,4 @@ * template: `

/**
* Enables or disables the endless scrolling mode in which the data source items are looped in an endless fashion.
* By default, `endless` is set to `false`.
* Enables or disables the endless scrolling mode in which the data source items are endlessly looped.
* By default, `endless` is set to `false` and the endless scrolling mode is disabled.
*/

@@ -77,3 +77,3 @@ this.endless = false;

* Enables or disables the built-in animations.
* By default, `animate` is set to `true`.
* By default, `animate` is set to `true` and animations are enabled.
*/

@@ -83,3 +83,3 @@ this.animate = true;

* Enables or disables the built-in pager.
* By default, `pageable` is set to `false`.
* By default, `pageable` is set to `false` and paging is disabled.
*/

@@ -89,3 +89,3 @@ this.pageable = false;

* Enables or disables the built-in navigation arrows.
* By default, `arrows` is set to `false`.
* By default, `arrows` is set to `false` and arrows are disabled.
*/

@@ -92,0 +92,0 @@ this.arrows = false;

@@ -20,3 +20,3 @@ /**

* // Define the app module
* @@NgModule({
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -23,0 +23,0 @@ * imports: [BrowserModule, ScrollViewModule], // import ScrollView module

@@ -33,3 +33,3 @@ import { NgModule } from '@angular/core';

* // Define the app module
* @@NgModule({
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -36,0 +36,0 @@ * imports: [BrowserModule, ScrollViewModule], // import ScrollView module

/**
* Fires after the current item is changed.
* Fires when the current item is changed.
*/

@@ -4,0 +4,0 @@ export interface ItemChangedEvent {

@@ -12,3 +12,3 @@ import { AnimationTransitionEvent, ApplicationRef, ElementRef, EventEmitter, OnChanges, TemplateRef } from '@angular/core';

*
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -72,14 +72,14 @@ * template: `

/**
* Sets the width value to the ScrollView.
* You have to configure the `width` value explicitly.
* Sets the width of the ScrollView.
* By default, the width is not set and you have to explicitly define the `width` value.
*/
width: string;
/**
* Sets the height value to the ScrollView.
* You have to configure the `height` value explicitly.
* Sets the height of the ScrollView.
* By default, the height is not set and you have to explicitly define the `height` value.
*/
height: string;
/**
* Enables or disables the endless scrolling mode in which the data source items are looped in an endless fashion.
* By default, `endless` is set to `false`.
* Enables or disables the endless scrolling mode in which the data source items are endlessly looped.
* By default, `endless` is set to `false` and the endless scrolling mode is disabled.
*/

@@ -89,3 +89,3 @@ endless: boolean;

* Enables or disables the built-in animations.
* By default, `animate` is set to `true`.
* By default, `animate` is set to `true` and animations are enabled.
*/

@@ -95,3 +95,3 @@ animate: boolean;

* Enables or disables the built-in pager.
* By default, `pageable` is set to `false`.
* By default, `pageable` is set to `false` and paging is disabled.
*/

@@ -101,3 +101,3 @@ pageable: boolean;

* Enables or disables the built-in navigation arrows.
* By default, `arrows` is set to `false`.
* By default, `arrows` is set to `false` and arrows are disabled.
*/

@@ -104,0 +104,0 @@ arrows: boolean;

@@ -14,3 +14,3 @@ "use strict";

*
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -72,4 +72,4 @@ * template: `

/**
* Enables or disables the endless scrolling mode in which the data source items are looped in an endless fashion.
* By default, `endless` is set to `false`.
* Enables or disables the endless scrolling mode in which the data source items are endlessly looped.
* By default, `endless` is set to `false` and the endless scrolling mode is disabled.
*/

@@ -79,3 +79,3 @@ this.endless = false;

* Enables or disables the built-in animations.
* By default, `animate` is set to `true`.
* By default, `animate` is set to `true` and animations are enabled.
*/

@@ -85,3 +85,3 @@ this.animate = true;

* Enables or disables the built-in pager.
* By default, `pageable` is set to `false`.
* By default, `pageable` is set to `false` and paging is disabled.
*/

@@ -91,3 +91,3 @@ this.pageable = false;

* Enables or disables the built-in navigation arrows.
* By default, `arrows` is set to `false`.
* By default, `arrows` is set to `false` and arrows are disabled.
*/

@@ -94,0 +94,0 @@ this.arrows = false;

@@ -20,3 +20,3 @@ /**

* // Define the app module
* @@NgModule({
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -23,0 +23,0 @@ * imports: [BrowserModule, ScrollViewModule], // import ScrollView module

@@ -35,3 +35,3 @@ "use strict";

* // Define the app module
* @@NgModule({
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -38,0 +38,0 @@ * imports: [BrowserModule, ScrollViewModule], // import ScrollView module

@@ -1,7 +0,11 @@

[Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui)
# Kendo UI for Angular
Copyright © 2017 Telerik AD. All rights reserved.
This package is part of the [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/) suite.
## License
This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI Complete**](http://www.telerik.com/purchase/license-agreement/kendo-ui-complete). If you do not own a commercial license, this file shall be governed by the trial license terms.
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
*Copyright © 2017 Telerik AD. All rights reserved.*
{
"name": "@progress/kendo-angular-scrollview",
"description": "A ScrollView Component for Angular 2",
"version": "1.0.3",
"publishConfig": {
"registry": "https://registry.npm.telerik.com"
},
"version": "1.0.4-dev.201709111506",
"main": "dist/npm/main.js",

@@ -31,5 +28,2 @@ "module": "dist/es/main.js",

],
"dependencies": {
"@telerik/kendo-draggable": "^1.5.1"
},
"peerDependencies": {

@@ -42,2 +36,6 @@ "@angular/animations": "^4.0.0",

},
"dependencies": {
"@telerik/kendo-draggable": "^1.5.1",
"tslib": "^1.7.0"
},
"devDependencies": {

@@ -71,3 +69,3 @@ "@angular/animations": "^4.0.0",

"validate-commit-msg": "^1.1.1",
"zone.js": "^0.8.4"
"zone.js": "0.8.12"
},

@@ -101,2 +99,5 @@ "config": {

},
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"release": {

@@ -103,0 +104,0 @@ "debug": false,

@@ -7,7 +7,6 @@ # Kendo UI for Angular

**IMPORTANT** This is not free software. You must agree to the [Telerik End User License Agreement for Kendo UI Complete
](http://www.telerik.com/purchase/license-agreement/kendo-ui-complete) in order to use it.
This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI Complete**](http://www.telerik.com/purchase/license-agreement/kendo-ui-complete). If you do not own a commercial license, this file shall be governed by the trial license terms.
If you do not own a commercial license, the use of this product shall be governed by the trial license terms.
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
Kendo UI commercial licenses may be obtained at [http://www.telerik.com/purchase/kendo-ui](http://www.telerik.com/purchase/kendo-ui).
*Copyright © 2017 Telerik AD. All rights reserved.*
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