@progress/kendo-angular-buttons
Advanced tools
Comparing version 0.13.1 to 0.13.2
import '@telerik/kendo-theme-default/styles/packages/buttons'; | ||
import { ButtonDirective } from './button.directive'; | ||
import { OnInit, OnDestroy, AfterContentChecked, AfterViewChecked, AfterContentInit } from '@angular/core'; | ||
import { QueryList, OnInit, OnDestroy, AfterContentChecked, AfterViewChecked, AfterContentInit } from '@angular/core'; | ||
import { ButtonGroupSelection } from './selection-settings'; | ||
@@ -23,4 +23,3 @@ import { KendoButtonService } from './button.service'; | ||
selection: ButtonGroupSelection; | ||
readonly groupRole: string; | ||
private buttons; | ||
buttons: QueryList<ButtonDirective>; | ||
readonly className: string; | ||
@@ -27,0 +26,0 @@ readonly getRole: string; |
@@ -91,9 +91,2 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap | ||
} | ||
Object.defineProperty(ButtonGroupComponent.prototype, "groupRole", { | ||
get: function () { | ||
return this.isSelectionSingle() ? 'radiogroup' : 'group'; | ||
}, | ||
enumerable: true, | ||
configurable: true | ||
}); | ||
Object.defineProperty(ButtonGroupComponent.prototype, "className", { | ||
@@ -108,3 +101,3 @@ get: function () { | ||
get: function () { | ||
return this.groupRole; | ||
return this.isSelectionSingle() ? 'radiogroup' : 'group'; | ||
}, | ||
@@ -186,6 +179,2 @@ enumerable: true, | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata('design:type', String) | ||
], ButtonGroupComponent.prototype, "groupRole", null); | ||
__decorate([ | ||
core_1.ContentChildren(button_directive_1.ButtonDirective), | ||
@@ -192,0 +181,0 @@ __metadata('design:type', core_1.QueryList) |
@@ -1,1 +0,1 @@ | ||
{"__symbolic":"module","version":1,"metadata":{"ButtonGroupComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"providers":[{"__symbolic":"reference","module":"./button.service","name":"KendoButtonService"}],"selector":"kendo-button-group","template":"\n <ng-content select=\"[kendoButton]\"></ng-content>\n "}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["disabled"]}]}],"selection":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["selection"]}]}],"groupRole":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"buttons":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","module":"./button.directive","name":"ButtonDirective"}]}]}],"className":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding"},"arguments":["class"]}]}],"getRole":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding"},"arguments":["attr.role"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"./button.service","name":"KendoButtonService"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"ngAfterViewChecked":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}],"deactivate":[{"__symbolic":"method"}],"verifySettings":[{"__symbolic":"method"}],"isSelectionSingle":[{"__symbolic":"method"}]}}}} | ||
{"__symbolic":"module","version":1,"metadata":{"ButtonGroupComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"providers":[{"__symbolic":"reference","module":"./button.service","name":"KendoButtonService"}],"selector":"kendo-button-group","template":"\n <ng-content select=\"[kendoButton]\"></ng-content>\n "}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["disabled"]}]}],"selection":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["selection"]}]}],"buttons":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","module":"./button.directive","name":"ButtonDirective"}]}]}],"className":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding"},"arguments":["class"]}]}],"getRole":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding"},"arguments":["attr.role"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"./button.service","name":"KendoButtonService"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"ngAfterViewChecked":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}],"deactivate":[{"__symbolic":"method"}],"verifySettings":[{"__symbolic":"method"}],"isSelectionSingle":[{"__symbolic":"method"}]}}}} |
{ | ||
"name": "@progress/kendo-angular-buttons", | ||
"description": "Buttons Package for Angular 2", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com" |
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
191015
1827