@progress/kendo-angular-common
Advanced tools
Comparing version 3.0.0-next.202109301406 to 3.0.0-next.202110121328
@@ -5,2 +5,2 @@ /**----------------------------------------------------------------------------------------- | ||
*-------------------------------------------------------------------------------------------*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@telerik/kendo-draggable"),require("@angular/common"),require("rxjs/operators"),require("rxjs")):"function"==typeof define&&define.amd?define("KendoAngularCommon",["exports","@angular/core","@telerik/kendo-draggable","@angular/common","rxjs/operators","rxjs"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoAngularCommon={},e.ng.core,e.Draggable,e.ng.common,e.rxjs.operators,e.rxjs)}(this,function(e,o,t,n,s,r){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function a(n){if(n&&n.__esModule)return n;var r=Object.create(null);return n&&Object.keys(n).forEach(function(e){var t;"default"!==e&&(t=Object.getOwnPropertyDescriptor(n,e),Object.defineProperty(r,e,t.get?t:{enumerable:!0,get:function(){return n[e]}}))}),r.default=n,Object.freeze(r)}function c(){return"undefined"!=typeof document}function u(e,t,n){return void 0===n&&(n=!0),!(void 0===t[e]||t[e].isFirstChange()&&n||t[e].previousValue===t[e].currentValue)}var p=a(o),l=i(t),h=(d.prototype.ngOnInit=function(){this.toggleDraggable()},d.prototype.ngOnChanges=function(e){u("enableDrag",e)&&this.toggleDraggable()},d.prototype.ngOnDestroy=function(){this.destroyDraggable()},d.prototype.toggleDraggable=function(){var t=this;c()&&(this.destroyDraggable(),this.enableDrag&&(this.draggable=new l.default({drag:function(e){return t.kendoDrag.next(e)},press:function(e){return t.kendoPress.next(e)},release:function(e){return t.kendoRelease.next(e)}}),this.ngZone.runOutsideAngular(function(){return t.draggable.bindTo(t.element.nativeElement)})))},d.prototype.destroyDraggable=function(){this.draggable&&(this.draggable.destroy(),this.draggable=null)},d);function d(e,t){this.element=e,this.ngZone=t,this.enableDrag=!0,this.kendoPress=new o.EventEmitter,this.kendoDrag=new o.EventEmitter,this.kendoRelease=new o.EventEmitter}h.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:h,deps:[{token:p.ElementRef},{token:p.NgZone}],target:p.ɵɵFactoryTarget.Directive}),h.ɵdir=p.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.7",type:h,selector:"[kendoDraggable]",inputs:{enableDrag:"enableDrag"},outputs:{kendoPress:"kendoPress",kendoDrag:"kendoDrag",kendoRelease:"kendoRelease"},usesOnChanges:!0,ngImport:p}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:h,decorators:[{type:o.Directive,args:[{selector:"[kendoDraggable]"}]}],ctorParameters:function(){return[{type:p.ElementRef},{type:p.NgZone}]},propDecorators:{enableDrag:[{type:o.Input}],kendoPress:[{type:o.Output}],kendoDrag:[{type:o.Output}],kendoRelease:[{type:o.Output}]}});var g=function(){};g.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:g,deps:[],target:p.ɵɵFactoryTarget.NgModule}),g.ɵmod=p.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:g,declarations:[h],imports:[n.CommonModule],exports:[h]}),g.ɵinj=p.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:g,imports:[[n.CommonModule]]}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:g,decorators:[{type:o.NgModule,args:[{declarations:[h],exports:[h],imports:[n.CommonModule]}]}]});function y(e,t){for(;e&&!t(e);)e=e.parentNode;return e}function f(e,t,n){if(void 0===n&&(n=!0),e){if(n&&t(e))return e;for(e=e.firstChild;e;){if(1===e.nodeType){var r=f(e,t);if(r)return r}e=e.nextSibling}}}function m(e,t){if(void 0===t&&(t=!0),!K(e))return!1;var n=e.getAttribute("tabIndex");return(!t||k(e))&&"-1"!==n}function v(e){return String(e).trim().split(" ")}function b(e,t){var n=v(t);return Boolean(v(e.className).find(function(e){return 0<=n.indexOf(e)}))}var D=/^(?:a|input|select|option|textarea|button|object)$/i,K=function(e){if(!e.tagName)return!1;var t=e.tagName.toLowerCase(),n=Boolean(e.getAttribute("tabIndex"));return!e.disabled&&D.test(t)||n},k=function(e){var t=e.getBoundingClientRect(),n=0<t.width&&0<t.height,t=0!==t.x&&0!==t.y;return(n||t)&&"hidden"!==window.getComputedStyle(e).visibility},E={};var C=(z.prototype.ngOnInit=function(){var t,n=this;this.element&&this.element.nativeElement&&(t=this.events,this.subscriptions=[],this.ngZone.runOutsideAngular(function(){for(var e in t)t.hasOwnProperty(e)&&n.subscriptions.push(n.renderer.listen(n.element.nativeElement,e,n.scope?t[e].bind(n.scope):t[e]))}))},z.prototype.ngOnDestroy=function(){if(this.subscriptions){for(var e=0;e<this.subscriptions.length;e++)this.subscriptions[e]();this.subscriptions=null}},z);function z(e,t,n){this.element=e,this.ngZone=t,this.renderer=n,this.events={}}C.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:C,deps:[{token:p.ElementRef},{token:p.NgZone},{token:p.Renderer2}],target:p.ɵɵFactoryTarget.Directive}),C.ɵdir=p.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.7",type:C,selector:"[kendoEventsOutsideAngular]",inputs:{events:["kendoEventsOutsideAngular","events"],scope:"scope"},ngImport:p}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:C,decorators:[{type:o.Directive,args:[{selector:"[kendoEventsOutsideAngular]"}]}],ctorParameters:function(){return[{type:p.ElementRef},{type:p.NgZone},{type:p.Renderer2}]},propDecorators:{events:[{type:o.Input,args:["kendoEventsOutsideAngular"]}],scope:[{type:o.Input}]}});var O=function(){};O.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:O,deps:[],target:p.ɵɵFactoryTarget.NgModule}),O.ɵmod=p.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:O,declarations:[C],exports:[C]}),O.ɵinj=p.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:O}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:O,decorators:[{type:o.NgModule,args:[{declarations:[C],exports:[C]}]}]});var S=function(e,t){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function I(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}S(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}Object.create;Object.create;var x=(w.prototype.acceptSize=function(e){void 0===e&&(e=this.measure()),this.lastWidth=e.width,this.lastHeight=e.height,this.acceptedSize=!0},w.prototype.checkChanges=function(){c()&&0===this.state&&(this.state=1,this.resizeBatchService.schedule(this,this.init))},w.prototype.destroy=function(){this.resizeBatchService.cancel(this)},w.prototype.checkSize=function(){if(this.parentElement){var e=this.measure(),t=e.width,e=e.height;if(!(t===this.lastWidth&&e===this.lastHeight))return this.lastWidth=t,this.lastHeight=e,this.acceptedSize=!1,this.resize.emit(),!0}},w.prototype.initSize=function(){var e=this.measure();this.lastWidth=e.width,this.lastHeight=e.height},w.prototype.measure=function(){var e=0,t=0;return this.parentElement&&(t=this.parentElement.offsetHeight,e=this.parentElement.offsetWidth),{height:t,width:e}},w);function w(e){this.resizeBatchService=e,this.resize=new o.EventEmitter,this.acceptedSize=!1,this.state=0}function V(e){var t=document.createElement("div");return t.style.cssText=e,t}var A,j="position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; z-index: -1;overflow: hidden; visibility: hidden;",N="position: absolute; left: 0; top: 0; transition: 0s;",P=(I(F,A=x),F.prototype.checkChanges=function(){2!==this.state?A.prototype.checkChanges.call(this):this.resizeBatchService.isScheduled(this)||this.resizeBatchService.schedule(this,this.checkSize)},F.prototype.destroy=function(){var e;A.prototype.destroy.call(this),this.subscription&&this.subscription.unsubscribe(),this.expand&&((e=this.element.nativeElement).removeChild(this.expand),e.removeChild(this.shrink),this.expand.removeChild(this.expandChild),this.expand=this.expandChild=this.shrink=this.element=null)},F.prototype.checkSize=function(){if(A.prototype.checkSize.call(this))return this.reset(),!0},F.prototype.init=function(){var e,t=this.parentElement=this.element.nativeElement.parentElement;"static"===(e="position",getComputedStyle(t,null).getPropertyValue(e))&&(t.style.position="relative"),this.state=2,this.render(),this.reset(),this.initSize(),this.subscribe()},F.prototype.render=function(){var e=this.element.nativeElement;e.style.cssText=j,e.setAttribute("dir","ltr"),this.expand=V(j),this.expandChild=V(N),this.expand.appendChild(this.expandChild),e.appendChild(this.expand),this.shrink=V(j);var t=V("position: absolute; left: 0; top: 0; transition: 0s;width: 200%; height: 200%;");this.shrink.appendChild(t),e.appendChild(this.shrink)},F.prototype.reset=function(){var e=this.expandChild;e.style.width=1e5+"px",e.style.height=1e5+"px";e=this.expand;e.scrollLeft=1e5,e.scrollTop=1e5;e=this.shrink;e.scrollLeft=1e5,e.scrollTop=1e5},F.prototype.subscribe=function(){var e=this;this.ngZone.runOutsideAngular(function(){e.subscription=r.merge(r.fromEvent(e.shrink,"scroll"),r.fromEvent(e.expand,"scroll")).subscribe(function(){e.checkSize()})})},F);function F(e,t,n){e=A.call(this,e)||this;return e.element=t,e.ngZone=n,e}var M,R="undefined"!=typeof ResizeObserver,T=(I(Z,M=x),Z.supported=function(){return R},Z.prototype.destroy=function(){M.prototype.destroy.call(this),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null),this.parentElement=null},Z.prototype.init=function(){var e=this;this.parentElement=this.element.nativeElement.parentElement,this.initSize(),this.state=2,this.ngZone.runOutsideAngular(function(){e.resizeObserver=new ResizeObserver(function(){e.checkSize()}),e.resizeObserver.observe(e.parentElement)})},Z);function Z(e,t,n){e=M.call(this,e)||this;return e.element=t,e.ngZone=n,e}var B=(L.prototype.schedule=function(e,t){var n=this;this.scheduled.push({instance:e,method:t}),this.subscription||this.ngZone.runOutsideAngular(function(){n.subscription=r.from(n.resolvedPromise).subscribe(n.flush)})},L.prototype.isScheduled=function(t){return Boolean(this.scheduled.find(function(e){return e.instance===t}))},L.prototype.cancel=function(e){for(var t=this.scheduled,n=t.length,r=0;r<n;r++)if(t[r].instance===e)return t.splice(r,1),void(t.length||this.unsubscribe())},L.prototype.ngOnDestroy=function(){this.unsubscribe()},L.prototype.unsubscribe=function(){this.subscription&&(this.subscription.unsubscribe(),this.subscription=null)},L.prototype.flush=function(){this.scheduled.forEach(function(e){e.method.call(e.instance)}),this.scheduled=[],this.unsubscribe()},L);function L(e){this.ngZone=e,this.scheduled=[],this.resolvedPromise=Promise.resolve(null),this.flush=this.flush.bind(this)}B.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:B,deps:[{token:p.NgZone}],target:p.ɵɵFactoryTarget.Injectable}),B.ɵprov=p.ɵɵngDeclareInjectable({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:B}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:B,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:p.NgZone}]}});var _=(W.prototype.ngAfterViewChecked=function(){this.resizeService.checkChanges()},W.prototype.ngOnDestroy=function(){this.subscription.unsubscribe(),this.resizeService.destroy()},W.prototype.acceptSize=function(e){this.resizeService.acceptSize(e)},W);function W(e,t,n){var r=this;this.rateLimit=10,this.resize=new o.EventEmitter;var i=T.supported()?T:P;this.resizeService=new i(e,t,n);n=1e3/(this.rateLimit||10);this.subscription=this.resizeService.resize.pipe(s.auditTime(n)).subscribe(function(){r.resizeService.acceptedSize||r.resize.emit()})}_.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:_,deps:[{token:B},{token:p.ElementRef},{token:p.NgZone}],target:p.ɵɵFactoryTarget.Component}),_.ɵcmp=p.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.7",type:_,selector:"kendo-resize-sensor",inputs:{rateLimit:"rateLimit"},outputs:{resize:"resize"},ngImport:p,template:"",isInline:!0}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:_,decorators:[{type:o.Component,args:[{selector:"kendo-resize-sensor",template:""}]}],ctorParameters:function(){return[{type:B},{type:p.ElementRef},{type:p.NgZone}]},propDecorators:{rateLimit:[{type:o.Input}],resize:[{type:o.Output}]}});t=[_],n=function(){};n.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:n,deps:[],target:p.ɵɵFactoryTarget.NgModule}),n.ɵmod=p.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:n,declarations:[_],exports:[_]}),n.ɵinj=p.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:n,providers:[B]}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.7",ngImport:p,type:n,decorators:[{type:o.NgModule,args:[{declarations:[t],exports:[t],providers:[B]}]}]});x=function(){};e.Keys=void 0,(t=e.Keys||(e.Keys={}))[t.Alt=18]="Alt",t[t.ArrowDown=40]="ArrowDown",t[t.ArrowLeft=37]="ArrowLeft",t[t.ArrowRight=39]="ArrowRight",t[t.ArrowUp=38]="ArrowUp",t[t.Backspace=8]="Backspace",t[t.Control=17]="Control",t[t.Delete=46]="Delete",t[t.Digit0=48]="Digit0",t[t.Digit1=49]="Digit1",t[t.Digit2=50]="Digit2",t[t.Digit3=51]="Digit3",t[t.Digit4=52]="Digit4",t[t.Digit5=53]="Digit5",t[t.Digit6=54]="Digit6",t[t.Digit7=55]="Digit7",t[t.Digit8=56]="Digit8",t[t.Digit9=57]="Digit9",t[t.End=35]="End",t[t.Enter=13]="Enter",t[t.Escape=27]="Escape",t[t.F1=112]="F1",t[t.F2=113]="F2",t[t.F10=121]="F10",t[t.Home=36]="Home",t[t.Insert=45]="Insert",t[t.KeyA=65]="KeyA",t[t.KeyB=66]="KeyB",t[t.KeyC=67]="KeyC",t[t.KeyD=68]="KeyD",t[t.KeyE=69]="KeyE",t[t.KeyF=70]="KeyF",t[t.KeyG=71]="KeyG",t[t.KeyH=72]="KeyH",t[t.KeyI=73]="KeyI",t[t.KeyJ=74]="KeyJ",t[t.KeyK=75]="KeyK",t[t.KeyL=76]="KeyL",t[t.KeyM=77]="KeyM",t[t.KeyN=78]="KeyN",t[t.KeyO=79]="KeyO",t[t.KeyP=80]="KeyP",t[t.KeyQ=81]="KeyQ",t[t.KeyR=82]="KeyR",t[t.KeyS=83]="KeyS",t[t.KeyT=84]="KeyT",t[t.KeyU=85]="KeyU",t[t.KeyV=86]="KeyV",t[t.KeyW=87]="KeyW",t[t.KeyX=88]="KeyX",t[t.KeyY=89]="KeyY",t[t.KeyZ=90]="KeyZ",t[t.NumpadDecimal=110]="NumpadDecimal",t[t.PageDown=34]="PageDown",t[t.PageUp=33]="PageUp",t[t.Shift=16]="Shift",t[t.Space=32]="Space",t[t.Tab=9]="Tab";H.prototype.preventDefault=function(){this.prevented=!0},H.prototype.isDefaultPrevented=function(){return this.prevented},t=H;function H(){this.prevented=!1}e.DraggableDirective=h,e.DraggableModule=g,e.EventsModule=O,e.EventsOutsideAngularDirective=C,e.KendoInput=x,e.PreventableEvent=t,e.ResizeBatchService=B,e.ResizeCompatService=P,e.ResizeObserverService=T,e.ResizeSensorComponent=_,e.ResizeSensorModule=n,e.anyChanged=function(e,t,n){return void 0===n&&(n=!0),e.some(function(e){return u(e,t,n)})},e.closest=y,e.closestInScope=function(e,t,n){for(;e&&e!==n&&!t(e);)e=e.parentNode;if(e!==n)return e},e.contains=function(t,n,e){if(void 0===e&&(e=!1),!y(n,function(e){return e===t}))return!1;var r=y(n,function(e){return e===n});return r&&(e||r!==t)},e.findElement=f,e.findFocusable=function(e,t){return void 0===t&&(t=!0),f(e,function(e){return m(e,t)})},e.findFocusableChild=function(e,t){return void 0===t&&(t=!0),f(e,function(e){return m(e,t)},!1)},e.guid=function(){for(var e="",t=0;t<32;t++){var n=16*Math.random()|0;8!==t&&12!==t&&16!==t&&20!==t||(e+="-"),e+=(12===t?4:16===t?3&n|8:n).toString(16)}return e},e.hasClasses=b,e.hasObservers=function(e){return e&&0<e.observers.length},e.isChanged=u,e.isDocumentAvailable=c,e.isFocusable=K,e.isFocusableWithTabKey=m,e.isVisible=k,e.matchesClasses=function(t){return function(e){return b(e,t)}},e.matchesNodeName=function(t){return E[t]||(E[t]=function(e){return String(e.nodeName).toLowerCase()===t.toLowerCase()}),E[t]},e.rtlScrollPosition=function(e,t,n){var r=e;return n<0?r=-e:0<n&&(r=t.scrollWidth-t.offsetWidth-e),r},Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@telerik/kendo-draggable"),require("@angular/common"),require("rxjs/operators"),require("rxjs")):"function"==typeof define&&define.amd?define("KendoAngularCommon",["exports","@angular/core","@telerik/kendo-draggable","@angular/common","rxjs/operators","rxjs"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoAngularCommon={},e.ng.core,e.Draggable,e.ng.common,e.rxjs.operators,e.rxjs)}(this,function(e,o,t,n,s,r){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function a(n){if(n&&n.__esModule)return n;var r=Object.create(null);return n&&Object.keys(n).forEach(function(e){var t;"default"!==e&&(t=Object.getOwnPropertyDescriptor(n,e),Object.defineProperty(r,e,t.get?t:{enumerable:!0,get:function(){return n[e]}}))}),r.default=n,Object.freeze(r)}function c(){return"undefined"!=typeof document}function u(e,t,n){return void 0===n&&(n=!0),!(void 0===t[e]||t[e].isFirstChange()&&n||t[e].previousValue===t[e].currentValue)}var p=a(o),l=i(t),h=(d.prototype.ngOnInit=function(){this.toggleDraggable()},d.prototype.ngOnChanges=function(e){u("enableDrag",e)&&this.toggleDraggable()},d.prototype.ngOnDestroy=function(){this.destroyDraggable()},d.prototype.toggleDraggable=function(){var t=this;c()&&(this.destroyDraggable(),this.enableDrag&&(this.draggable=new l.default({drag:function(e){return t.kendoDrag.next(e)},press:function(e){return t.kendoPress.next(e)},release:function(e){return t.kendoRelease.next(e)}}),this.ngZone.runOutsideAngular(function(){return t.draggable.bindTo(t.element.nativeElement)})))},d.prototype.destroyDraggable=function(){this.draggable&&(this.draggable.destroy(),this.draggable=null)},d);function d(e,t){this.element=e,this.ngZone=t,this.enableDrag=!0,this.kendoPress=new o.EventEmitter,this.kendoDrag=new o.EventEmitter,this.kendoRelease=new o.EventEmitter}h.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:h,deps:[{token:p.ElementRef},{token:p.NgZone}],target:p.ɵɵFactoryTarget.Directive}),h.ɵdir=p.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.9",type:h,selector:"[kendoDraggable]",inputs:{enableDrag:"enableDrag"},outputs:{kendoPress:"kendoPress",kendoDrag:"kendoDrag",kendoRelease:"kendoRelease"},usesOnChanges:!0,ngImport:p}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:h,decorators:[{type:o.Directive,args:[{selector:"[kendoDraggable]"}]}],ctorParameters:function(){return[{type:p.ElementRef},{type:p.NgZone}]},propDecorators:{enableDrag:[{type:o.Input}],kendoPress:[{type:o.Output}],kendoDrag:[{type:o.Output}],kendoRelease:[{type:o.Output}]}});var g=function(){};g.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:g,deps:[],target:p.ɵɵFactoryTarget.NgModule}),g.ɵmod=p.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:g,declarations:[h],imports:[n.CommonModule],exports:[h]}),g.ɵinj=p.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:g,imports:[[n.CommonModule]]}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:g,decorators:[{type:o.NgModule,args:[{declarations:[h],exports:[h],imports:[n.CommonModule]}]}]});function y(e,t){for(;e&&!t(e);)e=e.parentNode;return e}function f(e,t,n){if(void 0===n&&(n=!0),e){if(n&&t(e))return e;for(e=e.firstChild;e;){if(1===e.nodeType){var r=f(e,t);if(r)return r}e=e.nextSibling}}}function m(e,t){if(void 0===t&&(t=!0),!K(e))return!1;var n=e.getAttribute("tabIndex");return(!t||k(e))&&"-1"!==n}function v(e){return String(e).trim().split(" ")}function b(e,t){var n=v(t);return Boolean(v(e.className).find(function(e){return 0<=n.indexOf(e)}))}var D=/^(?:a|input|select|option|textarea|button|object)$/i,K=function(e){if(!e.tagName)return!1;var t=e.tagName.toLowerCase(),n=Boolean(e.getAttribute("tabIndex"));return!e.disabled&&D.test(t)||n},k=function(e){var t=e.getBoundingClientRect(),n=0<t.width&&0<t.height,t=0!==t.x&&0!==t.y;return(n||t)&&"hidden"!==window.getComputedStyle(e).visibility},E={};var C=(z.prototype.ngOnInit=function(){var t,n=this;this.element&&this.element.nativeElement&&(t=this.events,this.subscriptions=[],this.ngZone.runOutsideAngular(function(){for(var e in t)t.hasOwnProperty(e)&&n.subscriptions.push(n.renderer.listen(n.element.nativeElement,e,n.scope?t[e].bind(n.scope):t[e]))}))},z.prototype.ngOnDestroy=function(){if(this.subscriptions){for(var e=0;e<this.subscriptions.length;e++)this.subscriptions[e]();this.subscriptions=null}},z);function z(e,t,n){this.element=e,this.ngZone=t,this.renderer=n,this.events={}}C.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:C,deps:[{token:p.ElementRef},{token:p.NgZone},{token:p.Renderer2}],target:p.ɵɵFactoryTarget.Directive}),C.ɵdir=p.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.9",type:C,selector:"[kendoEventsOutsideAngular]",inputs:{events:["kendoEventsOutsideAngular","events"],scope:"scope"},ngImport:p}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:C,decorators:[{type:o.Directive,args:[{selector:"[kendoEventsOutsideAngular]"}]}],ctorParameters:function(){return[{type:p.ElementRef},{type:p.NgZone},{type:p.Renderer2}]},propDecorators:{events:[{type:o.Input,args:["kendoEventsOutsideAngular"]}],scope:[{type:o.Input}]}});var O=function(){};O.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:O,deps:[],target:p.ɵɵFactoryTarget.NgModule}),O.ɵmod=p.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:O,declarations:[C],exports:[C]}),O.ɵinj=p.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:O}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:O,decorators:[{type:o.NgModule,args:[{declarations:[C],exports:[C]}]}]});var S=function(e,t){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function I(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}S(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}Object.create;Object.create;var x=(w.prototype.acceptSize=function(e){void 0===e&&(e=this.measure()),this.lastWidth=e.width,this.lastHeight=e.height,this.acceptedSize=!0},w.prototype.checkChanges=function(){c()&&0===this.state&&(this.state=1,this.resizeBatchService.schedule(this,this.init))},w.prototype.destroy=function(){this.resizeBatchService.cancel(this)},w.prototype.checkSize=function(){if(this.parentElement){var e=this.measure(),t=e.width,e=e.height;if(!(t===this.lastWidth&&e===this.lastHeight))return this.lastWidth=t,this.lastHeight=e,this.acceptedSize=!1,this.resize.emit(),!0}},w.prototype.initSize=function(){var e=this.measure();this.lastWidth=e.width,this.lastHeight=e.height},w.prototype.measure=function(){var e=0,t=0;return this.parentElement&&(t=this.parentElement.offsetHeight,e=this.parentElement.offsetWidth),{height:t,width:e}},w);function w(e){this.resizeBatchService=e,this.resize=new o.EventEmitter,this.acceptedSize=!1,this.state=0}function V(e){var t=document.createElement("div");return t.style.cssText=e,t}var A,j="position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; z-index: -1;overflow: hidden; visibility: hidden;",N="position: absolute; left: 0; top: 0; transition: 0s;",P=(I(F,A=x),F.prototype.checkChanges=function(){2!==this.state?A.prototype.checkChanges.call(this):this.resizeBatchService.isScheduled(this)||this.resizeBatchService.schedule(this,this.checkSize)},F.prototype.destroy=function(){var e;A.prototype.destroy.call(this),this.subscription&&this.subscription.unsubscribe(),this.expand&&((e=this.element.nativeElement).removeChild(this.expand),e.removeChild(this.shrink),this.expand.removeChild(this.expandChild),this.expand=this.expandChild=this.shrink=this.element=null)},F.prototype.checkSize=function(){if(A.prototype.checkSize.call(this))return this.reset(),!0},F.prototype.init=function(){var e,t=this.parentElement=this.element.nativeElement.parentElement;"static"===(e="position",getComputedStyle(t,null).getPropertyValue(e))&&(t.style.position="relative"),this.state=2,this.render(),this.reset(),this.initSize(),this.subscribe()},F.prototype.render=function(){var e=this.element.nativeElement;e.style.cssText=j,e.setAttribute("dir","ltr"),this.expand=V(j),this.expandChild=V(N),this.expand.appendChild(this.expandChild),e.appendChild(this.expand),this.shrink=V(j);var t=V("position: absolute; left: 0; top: 0; transition: 0s;width: 200%; height: 200%;");this.shrink.appendChild(t),e.appendChild(this.shrink)},F.prototype.reset=function(){var e=this.expandChild;e.style.width=1e5+"px",e.style.height=1e5+"px";e=this.expand;e.scrollLeft=1e5,e.scrollTop=1e5;e=this.shrink;e.scrollLeft=1e5,e.scrollTop=1e5},F.prototype.subscribe=function(){var e=this;this.ngZone.runOutsideAngular(function(){e.subscription=r.merge(r.fromEvent(e.shrink,"scroll"),r.fromEvent(e.expand,"scroll")).subscribe(function(){e.checkSize()})})},F);function F(e,t,n){e=A.call(this,e)||this;return e.element=t,e.ngZone=n,e}var M,R="undefined"!=typeof ResizeObserver,T=(I(Z,M=x),Z.supported=function(){return R},Z.prototype.destroy=function(){M.prototype.destroy.call(this),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null),this.parentElement=null},Z.prototype.init=function(){var e=this;this.parentElement=this.element.nativeElement.parentElement,this.initSize(),this.state=2,this.ngZone.runOutsideAngular(function(){e.resizeObserver=new ResizeObserver(function(){e.checkSize()}),e.resizeObserver.observe(e.parentElement)})},Z);function Z(e,t,n){e=M.call(this,e)||this;return e.element=t,e.ngZone=n,e}var B=(L.prototype.schedule=function(e,t){var n=this;this.scheduled.push({instance:e,method:t}),this.subscription||this.ngZone.runOutsideAngular(function(){n.subscription=r.from(n.resolvedPromise).subscribe(n.flush)})},L.prototype.isScheduled=function(t){return Boolean(this.scheduled.find(function(e){return e.instance===t}))},L.prototype.cancel=function(e){for(var t=this.scheduled,n=t.length,r=0;r<n;r++)if(t[r].instance===e)return t.splice(r,1),void(t.length||this.unsubscribe())},L.prototype.ngOnDestroy=function(){this.unsubscribe()},L.prototype.unsubscribe=function(){this.subscription&&(this.subscription.unsubscribe(),this.subscription=null)},L.prototype.flush=function(){this.scheduled.forEach(function(e){e.method.call(e.instance)}),this.scheduled=[],this.unsubscribe()},L);function L(e){this.ngZone=e,this.scheduled=[],this.resolvedPromise=Promise.resolve(null),this.flush=this.flush.bind(this)}B.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:B,deps:[{token:p.NgZone}],target:p.ɵɵFactoryTarget.Injectable}),B.ɵprov=p.ɵɵngDeclareInjectable({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:B}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:B,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:p.NgZone}]}});var _=(W.prototype.ngAfterViewChecked=function(){this.resizeService.checkChanges()},W.prototype.ngOnDestroy=function(){this.subscription.unsubscribe(),this.resizeService.destroy()},W.prototype.acceptSize=function(e){this.resizeService.acceptSize(e)},W);function W(e,t,n){var r=this;this.rateLimit=10,this.resize=new o.EventEmitter;var i=T.supported()?T:P;this.resizeService=new i(e,t,n);n=1e3/(this.rateLimit||10);this.subscription=this.resizeService.resize.pipe(s.auditTime(n)).subscribe(function(){r.resizeService.acceptedSize||r.resize.emit()})}_.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:_,deps:[{token:B},{token:p.ElementRef},{token:p.NgZone}],target:p.ɵɵFactoryTarget.Component}),_.ɵcmp=p.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.9",type:_,selector:"kendo-resize-sensor",inputs:{rateLimit:"rateLimit"},outputs:{resize:"resize"},ngImport:p,template:"",isInline:!0}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:_,decorators:[{type:o.Component,args:[{selector:"kendo-resize-sensor",template:""}]}],ctorParameters:function(){return[{type:B},{type:p.ElementRef},{type:p.NgZone}]},propDecorators:{rateLimit:[{type:o.Input}],resize:[{type:o.Output}]}});t=[_],n=function(){};n.ɵfac=p.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:n,deps:[],target:p.ɵɵFactoryTarget.NgModule}),n.ɵmod=p.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:n,declarations:[_],exports:[_]}),n.ɵinj=p.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:n,providers:[B]}),p.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.9",ngImport:p,type:n,decorators:[{type:o.NgModule,args:[{declarations:[t],exports:[t],providers:[B]}]}]});x=function(){};e.Keys=void 0,(t=e.Keys||(e.Keys={}))[t.Alt=18]="Alt",t[t.ArrowDown=40]="ArrowDown",t[t.ArrowLeft=37]="ArrowLeft",t[t.ArrowRight=39]="ArrowRight",t[t.ArrowUp=38]="ArrowUp",t[t.Backspace=8]="Backspace",t[t.Control=17]="Control",t[t.Delete=46]="Delete",t[t.Digit0=48]="Digit0",t[t.Digit1=49]="Digit1",t[t.Digit2=50]="Digit2",t[t.Digit3=51]="Digit3",t[t.Digit4=52]="Digit4",t[t.Digit5=53]="Digit5",t[t.Digit6=54]="Digit6",t[t.Digit7=55]="Digit7",t[t.Digit8=56]="Digit8",t[t.Digit9=57]="Digit9",t[t.End=35]="End",t[t.Enter=13]="Enter",t[t.Escape=27]="Escape",t[t.F1=112]="F1",t[t.F2=113]="F2",t[t.F10=121]="F10",t[t.Home=36]="Home",t[t.Insert=45]="Insert",t[t.KeyA=65]="KeyA",t[t.KeyB=66]="KeyB",t[t.KeyC=67]="KeyC",t[t.KeyD=68]="KeyD",t[t.KeyE=69]="KeyE",t[t.KeyF=70]="KeyF",t[t.KeyG=71]="KeyG",t[t.KeyH=72]="KeyH",t[t.KeyI=73]="KeyI",t[t.KeyJ=74]="KeyJ",t[t.KeyK=75]="KeyK",t[t.KeyL=76]="KeyL",t[t.KeyM=77]="KeyM",t[t.KeyN=78]="KeyN",t[t.KeyO=79]="KeyO",t[t.KeyP=80]="KeyP",t[t.KeyQ=81]="KeyQ",t[t.KeyR=82]="KeyR",t[t.KeyS=83]="KeyS",t[t.KeyT=84]="KeyT",t[t.KeyU=85]="KeyU",t[t.KeyV=86]="KeyV",t[t.KeyW=87]="KeyW",t[t.KeyX=88]="KeyX",t[t.KeyY=89]="KeyY",t[t.KeyZ=90]="KeyZ",t[t.NumpadDecimal=110]="NumpadDecimal",t[t.PageDown=34]="PageDown",t[t.PageUp=33]="PageUp",t[t.Shift=16]="Shift",t[t.Space=32]="Space",t[t.Tab=9]="Tab";H.prototype.preventDefault=function(){this.prevented=!0},H.prototype.isDefaultPrevented=function(){return this.prevented},t=H;function H(){this.prevented=!1}e.DraggableDirective=h,e.DraggableModule=g,e.EventsModule=O,e.EventsOutsideAngularDirective=C,e.KendoInput=x,e.PreventableEvent=t,e.ResizeBatchService=B,e.ResizeCompatService=P,e.ResizeObserverService=T,e.ResizeSensorComponent=_,e.ResizeSensorModule=n,e.anyChanged=function(e,t,n){return void 0===n&&(n=!0),e.some(function(e){return u(e,t,n)})},e.closest=y,e.closestInScope=function(e,t,n){for(;e&&e!==n&&!t(e);)e=e.parentNode;if(e!==n)return e},e.contains=function(t,n,e){if(void 0===e&&(e=!1),!y(n,function(e){return e===t}))return!1;var r=y(n,function(e){return e===n});return r&&(e||r!==t)},e.findElement=f,e.findFocusable=function(e,t){return void 0===t&&(t=!0),f(e,function(e){return m(e,t)})},e.findFocusableChild=function(e,t){return void 0===t&&(t=!0),f(e,function(e){return m(e,t)},!1)},e.guid=function(){for(var e="",t=0;t<32;t++){var n=16*Math.random()|0;8!==t&&12!==t&&16!==t&&20!==t||(e+="-"),e+=(12===t?4:16===t?3&n|8:n).toString(16)}return e},e.hasClasses=b,e.hasObservers=function(e){return e&&0<e.observers.length},e.isChanged=u,e.isDocumentAvailable=c,e.isFocusable=K,e.isFocusableWithTabKey=m,e.isVisible=k,e.matchesClasses=function(t){return function(e){return b(e,t)}},e.matchesNodeName=function(t){return E[t]||(E[t]=function(e){return String(e.nodeName).toLowerCase()===t.toLowerCase()}),E[t]},e.rtlScrollPosition=function(e,t,n){var r=e;return n<0?r=-e:0<n&&(r=t.scrollWidth-t.offsetWidth-e),r},Object.defineProperty(e,"__esModule",{value:!0})}); |
@@ -49,5 +49,5 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
DraggableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); | ||
DraggableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.7", type: DraggableDirective, selector: "[kendoDraggable]", inputs: { enableDrag: "enableDrag" }, outputs: { kendoPress: "kendoPress", kendoDrag: "kendoDrag", kendoRelease: "kendoRelease" }, usesOnChanges: true, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableDirective, decorators: [{ | ||
DraggableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); | ||
DraggableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.9", type: DraggableDirective, selector: "[kendoDraggable]", inputs: { enableDrag: "enableDrag" }, outputs: { kendoPress: "kendoPress", kendoDrag: "kendoDrag", kendoRelease: "kendoRelease" }, usesOnChanges: true, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableDirective, decorators: [{ | ||
type: Directive, | ||
@@ -54,0 +54,0 @@ args: [{ |
@@ -14,6 +14,6 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
DraggableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
DraggableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, declarations: [DraggableDirective], imports: [CommonModule], exports: [DraggableDirective] }); | ||
DraggableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, imports: [[CommonModule]] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, decorators: [{ | ||
DraggableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
DraggableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, declarations: [DraggableDirective], imports: [CommonModule], exports: [DraggableDirective] }); | ||
DraggableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, imports: [[CommonModule]] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, decorators: [{ | ||
type: NgModule, | ||
@@ -20,0 +20,0 @@ args: [{ |
@@ -41,5 +41,5 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
EventsOutsideAngularDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsOutsideAngularDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); | ||
EventsOutsideAngularDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.7", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: { events: ["kendoEventsOutsideAngular", "events"], scope: "scope" }, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsOutsideAngularDirective, decorators: [{ | ||
EventsOutsideAngularDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsOutsideAngularDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); | ||
EventsOutsideAngularDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.9", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: { events: ["kendoEventsOutsideAngular", "events"], scope: "scope" }, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsOutsideAngularDirective, decorators: [{ | ||
type: Directive, | ||
@@ -46,0 +46,0 @@ args: [{ |
@@ -13,6 +13,6 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
EventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
EventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule, declarations: [EventsOutsideAngularDirective], exports: [EventsOutsideAngularDirective] }); | ||
EventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule, decorators: [{ | ||
EventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
EventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule, declarations: [EventsOutsideAngularDirective], exports: [EventsOutsideAngularDirective] }); | ||
EventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule, decorators: [{ | ||
type: NgModule, | ||
@@ -19,0 +19,0 @@ args: [{ |
@@ -61,6 +61,6 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
ResizeBatchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeBatchService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); | ||
ResizeBatchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeBatchService }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeBatchService, decorators: [{ | ||
ResizeBatchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeBatchService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); | ||
ResizeBatchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeBatchService }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeBatchService, decorators: [{ | ||
type: Injectable | ||
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } }); |
@@ -55,5 +55,5 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
ResizeSensorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorComponent, deps: [{ token: i1.ResizeBatchService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); | ||
ResizeSensorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.7", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: { rateLimit: "rateLimit" }, outputs: { resize: "resize" }, ngImport: i0, template: '', isInline: true }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorComponent, decorators: [{ | ||
ResizeSensorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorComponent, deps: [{ token: i1.ResizeBatchService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); | ||
ResizeSensorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.9", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: { rateLimit: "rateLimit" }, outputs: { resize: "resize" }, ngImport: i0, template: '', isInline: true }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorComponent, decorators: [{ | ||
type: Component, | ||
@@ -60,0 +60,0 @@ args: [{ |
@@ -15,6 +15,6 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
ResizeSensorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
ResizeSensorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, declarations: [ResizeSensorComponent], exports: [ResizeSensorComponent] }); | ||
ResizeSensorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, providers: [ResizeBatchService] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, decorators: [{ | ||
ResizeSensorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
ResizeSensorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, declarations: [ResizeSensorComponent], exports: [ResizeSensorComponent] }); | ||
ResizeSensorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, providers: [ResizeBatchService] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, decorators: [{ | ||
type: NgModule, | ||
@@ -21,0 +21,0 @@ args: [{ |
@@ -75,5 +75,5 @@ /**----------------------------------------------------------------------------------------- | ||
} | ||
DraggableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); | ||
DraggableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.7", type: DraggableDirective, selector: "[kendoDraggable]", inputs: { enableDrag: "enableDrag" }, outputs: { kendoPress: "kendoPress", kendoDrag: "kendoDrag", kendoRelease: "kendoRelease" }, usesOnChanges: true, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableDirective, decorators: [{ | ||
DraggableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); | ||
DraggableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.9", type: DraggableDirective, selector: "[kendoDraggable]", inputs: { enableDrag: "enableDrag" }, outputs: { kendoPress: "kendoPress", kendoDrag: "kendoDrag", kendoRelease: "kendoRelease" }, usesOnChanges: true, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableDirective, decorators: [{ | ||
type: Directive, | ||
@@ -98,6 +98,6 @@ args: [{ | ||
} | ||
DraggableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
DraggableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, declarations: [DraggableDirective], imports: [CommonModule], exports: [DraggableDirective] }); | ||
DraggableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, imports: [[CommonModule]] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: DraggableModule, decorators: [{ | ||
DraggableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
DraggableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, declarations: [DraggableDirective], imports: [CommonModule], exports: [DraggableDirective] }); | ||
DraggableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, imports: [[CommonModule]] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: DraggableModule, decorators: [{ | ||
type: NgModule, | ||
@@ -256,5 +256,5 @@ args: [{ | ||
} | ||
EventsOutsideAngularDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsOutsideAngularDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); | ||
EventsOutsideAngularDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.7", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: { events: ["kendoEventsOutsideAngular", "events"], scope: "scope" }, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsOutsideAngularDirective, decorators: [{ | ||
EventsOutsideAngularDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsOutsideAngularDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); | ||
EventsOutsideAngularDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.9", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: { events: ["kendoEventsOutsideAngular", "events"], scope: "scope" }, ngImport: i0 }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsOutsideAngularDirective, decorators: [{ | ||
type: Directive, | ||
@@ -276,6 +276,6 @@ args: [{ | ||
} | ||
EventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
EventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule, declarations: [EventsOutsideAngularDirective], exports: [EventsOutsideAngularDirective] }); | ||
EventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: EventsModule, decorators: [{ | ||
EventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
EventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule, declarations: [EventsOutsideAngularDirective], exports: [EventsOutsideAngularDirective] }); | ||
EventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: EventsModule, decorators: [{ | ||
type: NgModule, | ||
@@ -521,5 +521,5 @@ args: [{ | ||
} | ||
ResizeBatchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeBatchService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); | ||
ResizeBatchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeBatchService }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeBatchService, decorators: [{ | ||
ResizeBatchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeBatchService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); | ||
ResizeBatchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeBatchService }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeBatchService, decorators: [{ | ||
type: Injectable | ||
@@ -572,5 +572,5 @@ }], ctorParameters: function () { return [{ type: i0.NgZone }]; } }); | ||
} | ||
ResizeSensorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorComponent, deps: [{ token: ResizeBatchService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); | ||
ResizeSensorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.7", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: { rateLimit: "rateLimit" }, outputs: { resize: "resize" }, ngImport: i0, template: '', isInline: true }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorComponent, decorators: [{ | ||
ResizeSensorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorComponent, deps: [{ token: ResizeBatchService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); | ||
ResizeSensorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.9", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: { rateLimit: "rateLimit" }, outputs: { resize: "resize" }, ngImport: i0, template: '', isInline: true }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorComponent, decorators: [{ | ||
type: Component, | ||
@@ -593,6 +593,6 @@ args: [{ | ||
} | ||
ResizeSensorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
ResizeSensorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, declarations: [ResizeSensorComponent], exports: [ResizeSensorComponent] }); | ||
ResizeSensorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, providers: [ResizeBatchService] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.7", ngImport: i0, type: ResizeSensorModule, decorators: [{ | ||
ResizeSensorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
ResizeSensorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, declarations: [ResizeSensorComponent], exports: [ResizeSensorComponent] }); | ||
ResizeSensorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, providers: [ResizeBatchService] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0, type: ResizeSensorModule, decorators: [{ | ||
type: NgModule, | ||
@@ -599,0 +599,0 @@ args: [{ |
{ | ||
"name": "@progress/kendo-angular-common", | ||
"version": "3.0.0-next.202110121328", | ||
"description": "Kendo UI for Angular - Utility Package", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Progress", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"version": "3.0.0-next.202109301406", | ||
"homepage": "https://www.telerik.com/kendo-angular-ui/components/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/telerik/kendo-angular-common.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/telerik/kendo-angular" | ||
}, | ||
"keywords": [ | ||
"Angular", | ||
"Kendo UI", | ||
"Progress", | ||
"Angular" | ||
"Progress" | ||
], | ||
"dependencies": { | ||
"@telerik/kendo-draggable": "^2.0.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
"peerDependencies": { | ||
@@ -19,6 +31,2 @@ "@angular/animations": "^12.0.0 || ^13.0.0", | ||
}, | ||
"dependencies": { | ||
"@telerik/kendo-draggable": "^2.0.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
"config": { | ||
@@ -47,12 +55,6 @@ "commitizen": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/telerik/kendo-angular-common.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/telerik/kendo-angular" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"schematics": "./schematics/collection.json", | ||
"release": { | ||
@@ -74,4 +76,2 @@ "debug": false, | ||
}, | ||
"schematics": "./schematics/collection.json", | ||
"homepage": "https://www.telerik.com/kendo-angular-ui/components/", | ||
"main": "bundles/kendo-angular-common.umd.js", | ||
@@ -78,0 +78,0 @@ "module": "fesm2015/kendo-angular-common.js", |