@progress/kendo-angular-buttons
Advanced tools
Comparing version 0.10.3 to 0.11.0
@@ -23,3 +23,3 @@ import '@telerik/kendo-theme-default/styles/packages/buttons'; | ||
selection: ButtonGroupSelection; | ||
aria: any; | ||
readonly aria: any; | ||
private buttons; | ||
@@ -26,0 +26,0 @@ private subscription; |
@@ -47,4 +47,7 @@ import '@telerik/kendo-theme-default/styles/packages/buttons'; | ||
disabled: boolean; | ||
className: string; | ||
protected onClick(): void; | ||
readonly className: string; | ||
/** | ||
* @hidden | ||
*/ | ||
onClick(): void; | ||
constructor(element: ElementRef, renderer: Renderer, service: KendoButtonService); | ||
@@ -51,0 +54,0 @@ ngOnDestroy(): void; |
@@ -182,2 +182,5 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap | ||
}); | ||
/** | ||
* @hidden | ||
*/ | ||
ButtonDirective.prototype.onClick = function () { | ||
@@ -184,0 +187,0 @@ if (!this.disabled && this.service) { |
{ | ||
"name": "@progress/kendo-angular-buttons", | ||
"description": "Buttons Package for Angular 2", | ||
"version": "0.10.3", | ||
"version": "0.11.0", | ||
"publishConfig": { | ||
@@ -11,2 +11,5 @@ "registry": "https://registry.npm.telerik.com" | ||
"author": "Progress", | ||
"@progress": { | ||
"friendlyName": "Buttons" | ||
}, | ||
"license": "SEE LICENSE in LICENSE.md", | ||
@@ -19,3 +22,3 @@ "scripts": { | ||
"lint": "gulp lint", | ||
"build-package": "gulp build-npm-package", | ||
"build-package": "gulp build-npm-package && gulp build-ngc-metadata", | ||
"build-cdn": "gulp build-cdn", | ||
@@ -33,25 +36,27 @@ "semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
"peerDependencies": { | ||
"@angular/common": "~2.0.0", | ||
"@angular/core": "~2.0.0", | ||
"@angular/common": "^2.0.0", | ||
"@angular/core": "^2.0.0", | ||
"rxjs": "~5.0.0-X" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "2.0.0", | ||
"@angular/compiler": "2.0.0", | ||
"@angular/core": "2.0.0", | ||
"@angular/platform-browser": "2.0.0", | ||
"@angular/platform-browser-dynamic": "2.0.0", | ||
"@angular/platform-server": "2.0.0", | ||
"core-js": "^2.2.2", | ||
"rxjs": "5.0.0-beta.12", | ||
"zone.js": "0.6.23", | ||
"@progress/kendo-angular-tasks": "^4.0.2", | ||
"@angular/common": "^2.0.0", | ||
"@angular/core": "^2.0.0", | ||
"@angular/compiler": "^2.0.0", | ||
"@angular/compiler-cli": "^2.0.0", | ||
"@angular/platform-browser": "^2.0.0", | ||
"@angular/platform-browser-dynamic": "^2.0.0", | ||
"@angular/platform-server": "^2.0.0", | ||
"@progress/kendo-angular-tasks": "^5.0.0", | ||
"@telerik/kendo-theme-default": "^1.24.0", | ||
"codelyzer": "0.0.28", | ||
"core-js": "^2.2.2", | ||
"cz-conventional-changelog": "^1.1.5", | ||
"ghooks": "^1.0.3", | ||
"gulp": "^3.9.0", | ||
"rxjs": "~5.0.0-X", | ||
"semantic-release": "^4.3.5", | ||
"typings": "^1.3.0", | ||
"validate-commit-msg": "^1.1.1" | ||
"validate-commit-msg": "^1.1.1", | ||
"zone.js": "^0.6.23", | ||
"typescript": "^2.0.3" | ||
}, | ||
@@ -63,5 +68,3 @@ "config": { | ||
"ghooks": { | ||
"pre-commit": "npm run lint", | ||
"commit-msg": "validate-commit-msg", | ||
"pre-push": "npm run test" | ||
"commit-msg": "validate-commit-msg" | ||
}, | ||
@@ -68,0 +71,0 @@ "validate-commit-msg": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183868
28
1753
20