@progress/kendo-angular-buttons
Advanced tools
Comparing version 0.11.0 to 0.11.1
import '@telerik/kendo-theme-default/styles/packages/buttons'; | ||
import { ButtonDirective } from './button.directive'; | ||
import { OnInit, OnDestroy, AfterContentChecked, AfterViewChecked } from '@angular/core'; | ||
import { QueryList, OnInit, OnDestroy, AfterContentChecked, AfterViewChecked } from '@angular/core'; | ||
import { ButtonGroupSelection } from './selection-settings'; | ||
@@ -24,3 +24,3 @@ import { KendoButtonService } from './button.service'; | ||
readonly aria: any; | ||
private buttons; | ||
buttons: QueryList<ButtonDirective>; | ||
private subscription; | ||
@@ -27,0 +27,0 @@ constructor(service: KendoButtonService); |
{ | ||
"name": "@progress/kendo-angular-buttons", | ||
"description": "Buttons Package for Angular 2", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com" |
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
183898