@progress/kendo-angular-inputs
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -86,8 +86,8 @@ import { ElementRef, OnChanges, AfterViewInit, EventEmitter, OnDestroy } from '@angular/core'; | ||
increaseButton: ElementRef; | ||
readonly className: string; | ||
readonly tabIndex: number; | ||
readonly ariaDisabled: boolean; | ||
readonly ariaMin: number; | ||
readonly ariaMax: number; | ||
readonly ariaValue: number; | ||
className: string; | ||
tabIndex: number; | ||
ariaDisabled: boolean; | ||
ariaMin: number; | ||
ariaMax: number; | ||
ariaValue: number; | ||
private dragging; | ||
@@ -113,3 +113,3 @@ private wrapper; | ||
protected onKeyDown(event: KeyboardEvent): void; | ||
protected readonly widgetClasses: Object; | ||
protected widgetClasses: Object; | ||
protected onHandleRelease(): void; | ||
@@ -116,0 +116,0 @@ /** |
@@ -30,4 +30,4 @@ import { AfterViewInit } from '@angular/core'; | ||
private wrapper; | ||
readonly ariaDisabled: any; | ||
readonly ariaChecked: any; | ||
ariaDisabled: any; | ||
ariaChecked: any; | ||
private controller; | ||
@@ -44,3 +44,3 @@ constructor(); | ||
protected onKeyDown(event: KeyboardEvent): void; | ||
protected readonly wrapperClass: Object; | ||
protected wrapperClass: Object; | ||
protected updateState(): void; | ||
@@ -47,0 +47,0 @@ /** |
{ | ||
"name": "@progress/kendo-angular-inputs", | ||
"description": "Inputs Package for Angular 2", | ||
"version": "0.9.2", | ||
"publishConfig": { | ||
"registry": "https://registry.npm.telerik.com" | ||
}, | ||
"main": "dist/npm/js/main.js", | ||
@@ -80,4 +84,3 @@ "typings": "dist/npm/js/main", | ||
"url": "https://github.com/telerik/kendo-angular-inputs.git" | ||
}, | ||
"version": "0.9.1" | ||
} | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
291252