@progress/kendo-angular-ripple 4.0.1-dev.202211031439 → 4.0.1-dev.202211170813
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@angular/core"),require("@progress/kendo-ripple"),require("@progress/kendo-angular-common"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define("KendoAngularRipple",["exports","@angular/core","@progress/kendo-ripple","@progress/kendo-angular-common","@progress/kendo-licensing"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).KendoAngularRipple={},e.ng.core,e.KendoRipple,e.KendoAngularCommon,e.KendoLicensing)}(this,function(e,n,r,t,o){"use strict";function i(r){var t;return r&&r.__esModule?r:(t=Object.create(null),r&&Object.keys(r).forEach(function(e){var n;"default"!==e&&(n=Object.getOwnPropertyDescriptor(r,e),Object.defineProperty(t,e,n.get?n:{enumerable:!0,get:function(){return r[e]}}))}),t.default=r,Object.freeze(t))}var s=i(n),a={name:"@progress/kendo-angular-ripple",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:
|
|
5
|
+
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@angular/core"),require("@progress/kendo-ripple"),require("@progress/kendo-angular-common"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define("KendoAngularRipple",["exports","@angular/core","@progress/kendo-ripple","@progress/kendo-angular-common","@progress/kendo-licensing"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).KendoAngularRipple={},e.ng.core,e.KendoRipple,e.KendoAngularCommon,e.KendoLicensing)}(this,function(e,n,r,t,o){"use strict";function i(r){var t;return r&&r.__esModule?r:(t=Object.create(null),r&&Object.keys(r).forEach(function(e){var n;"default"!==e&&(n=Object.getOwnPropertyDescriptor(r,e),Object.defineProperty(t,e,n.get?n:{enumerable:!0,get:function(){return r[e]}}))}),t.default=r,Object.freeze(t))}var s=i(n),a={name:"@progress/kendo-angular-ripple",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1668672776,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"},l=(Object.defineProperty(p.prototype,"disabled",{set:function(e){this.isDisabled=e,this.isDisabled?this.removeListeners():this.registerListeners(),this.renderer.setProperty(this.element.nativeElement,"disabled",e)},enumerable:!1,configurable:!0}),Object.defineProperty(p.prototype,"containerClass",{get:function(){return!0},enumerable:!1,configurable:!0}),p.prototype.ngOnDestroy=function(){this.removeListeners()},p.prototype.ngAfterViewInit=function(){var e=this;this.isDisabled||this.ngZone.runOutsideAngular(function(){e.registerListeners()})},p.prototype.registerListeners=function(){var e;t.isDocumentAvailable()&&(this.removeListeners(),e=r.register(this.element.nativeElement,[{selector:".k-button:not(li)"},{selector:".k-list>.k-item",options:{global:!0}},{selector:".k-checkbox,.k-radio",options:{events:["focusin","animationend","click"]}}]),this.removeListeners=e)},p);function p(e,n,r){this.renderer=e,this.element=n,this.ngZone=r,this.isDisabled=!1,this.removeListeners=function(){},o.validatePackage(a)}l.ɵfac=s.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:l,deps:[{token:s.Renderer2},{token:s.ElementRef},{token:s.NgZone}],target:s.ɵɵFactoryTarget.Directive}),l.ɵdir=s.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.16",type:l,selector:"[kendoRippleContainer]",inputs:{disabled:"disabled"},host:{properties:{"class.k-ripple-container":"this.containerClass"}},ngImport:s}),s.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:l,decorators:[{type:n.Directive,args:[{selector:"[kendoRippleContainer]"}]}],ctorParameters:function(){return[{type:s.Renderer2},{type:s.ElementRef},{type:s.NgZone}]},propDecorators:{disabled:[{type:n.Input}],containerClass:[{type:n.HostBinding,args:["class.k-ripple-container"]}]}});var c=[l],d=function(){};d.ɵfac=s.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d,deps:[],target:s.ɵɵFactoryTarget.NgModule}),d.ɵmod=s.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d,declarations:[l],exports:[l]}),d.ɵinj=s.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d}),s.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d,decorators:[{type:n.NgModule,args:[{declarations:[c],exports:[c]}]}]}),e.RippleContainerDirective=l,e.RippleModule=d,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-ripple',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1668672776,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -15,7 +15,7 @@ const packageMetadata = {
|
|
|
15
15
|
name: '@progress/kendo-angular-ripple',
|
|
16
16
|
productName: 'Kendo UI for Angular',
|
|
17
17
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
18
|
-
publishDate:
|
|
18
|
+
publishDate: 1668672776,
|
|
19
19
|
version: '',
|
|
20
20
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-ripple",
|
|
3
|
-
"version": "4.0.1-dev.
|
|
3
|
+
"version": "4.0.1-dev.202211170813",
|
|
4
4
|
"description": "Ripple Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"tslib": "^2.3.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@angular/common": "12 -
|
|
32
|
-
"@angular/core": "12 -
|
|
31
|
+
"@angular/common": "12 - 15",
|
|
32
|
+
"@angular/core": "12 - 15",
|
|
33
33
|
"@progress/kendo-angular-common": "^3.0.0",
|
|
34
34
|
"@progress/kendo-licensing": "^1.0.2",
|
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|