@progress/kendo-angular-inputs
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -6,3 +6,3 @@ import { ElementRef, OnDestroy } from '@angular/core'; | ||
export declare class KendoDraggableDirective implements OnDestroy { | ||
private kendo; | ||
kendo: any; | ||
private draggable; | ||
@@ -9,0 +9,0 @@ constructor(ngEl: ElementRef); |
@@ -86,15 +86,15 @@ import { ElementRef, OnChanges, AfterViewInit, EventEmitter, OnDestroy } from '@angular/core'; | ||
increaseButton: ElementRef; | ||
horizontalClass: boolean; | ||
verticalClass: boolean; | ||
sliderClass: boolean; | ||
widgetClass: boolean; | ||
stateDefaultClass: boolean; | ||
topLeftClass: boolean; | ||
bottomRightClass: boolean; | ||
disabledClass: boolean; | ||
tabIndex: number; | ||
ariaDisabled: boolean; | ||
ariaMin: number; | ||
ariaMax: number; | ||
ariaValue: number; | ||
readonly horizontalClass: boolean; | ||
readonly verticalClass: boolean; | ||
readonly sliderClass: boolean; | ||
readonly widgetClass: boolean; | ||
readonly stateDefaultClass: boolean; | ||
readonly topLeftClass: boolean; | ||
readonly bottomRightClass: boolean; | ||
readonly disabledClass: boolean; | ||
readonly tabIndex: number; | ||
readonly ariaDisabled: boolean; | ||
readonly ariaMin: number; | ||
readonly ariaMax: number; | ||
readonly ariaValue: number; | ||
private dragging; | ||
@@ -101,0 +101,0 @@ private wrapper; |
@@ -28,4 +28,4 @@ import { EventEmitter, AfterViewInit } from '@angular/core'; | ||
valueChange: EventEmitter<any>; | ||
private dragHandle; | ||
private wrapper; | ||
dragHandle: any; | ||
wrapper: any; | ||
private controller; | ||
@@ -36,18 +36,30 @@ /** | ||
keyDown($event: KeyboardEvent): any; | ||
ariaDisabled: any; | ||
ariaChecked: any; | ||
widget: any; | ||
switchClass: any; | ||
switchOn: any; | ||
switchOff: any; | ||
stateDisabled: any; | ||
readonly ariaDisabled: any; | ||
readonly ariaChecked: any; | ||
readonly widget: any; | ||
readonly switchClass: any; | ||
readonly switchOn: any; | ||
readonly switchOff: any; | ||
readonly stateDisabled: any; | ||
constructor(); | ||
protected onBlur(): void; | ||
/** | ||
* @hidden | ||
*/ | ||
onBlur(): void; | ||
/** | ||
* @hidden | ||
*/ | ||
ngAfterViewInit(): void; | ||
protected onHandleDrag(event: Event): void; | ||
protected onHandlePress(event: Event): void; | ||
protected onHandleRelease(event: Event): void; | ||
/** | ||
* @hidden | ||
*/ | ||
onHandleDrag(event: Event): void; | ||
/** | ||
* @hidden | ||
*/ | ||
onHandlePress(event: Event): void; | ||
/** | ||
* @hidden | ||
*/ | ||
onHandleRelease(event: Event): void; | ||
protected updateState(): void; | ||
@@ -54,0 +66,0 @@ /** |
@@ -214,2 +214,5 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap | ||
}); | ||
/** | ||
* @hidden | ||
*/ | ||
SwitchComponent.prototype.onBlur = function () { | ||
@@ -224,8 +227,17 @@ this.ngTouched(); | ||
}; | ||
/** | ||
* @hidden | ||
*/ | ||
SwitchComponent.prototype.onHandleDrag = function (event) { | ||
this.ifEnabled(this.controller.onDrag, event); | ||
}; | ||
/** | ||
* @hidden | ||
*/ | ||
SwitchComponent.prototype.onHandlePress = function (event) { | ||
this.ifEnabled(this.controller.onPress, event); | ||
}; | ||
/** | ||
* @hidden | ||
*/ | ||
SwitchComponent.prototype.onHandleRelease = function (event) { | ||
@@ -232,0 +244,0 @@ this.ifEnabled(this.controller.onRelease, event, true); |
{ | ||
"name": "@progress/kendo-angular-inputs", | ||
"description": "Inputs Package for Angular 2", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"publishConfig": { | ||
@@ -22,3 +22,3 @@ "registry": "https://registry.npm.telerik.com" | ||
"api-check": "gulp api-check", | ||
"build-package": "gulp build-npm-package", | ||
"build-package": "gulp build-npm-package && gulp build-ngc-metadata", | ||
"build-cdn": "gulp build-cdn", | ||
@@ -39,20 +39,21 @@ "semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
"peerDependencies": { | ||
"@angular/core": "~2.0.0", | ||
"@angular/common": "~2.0.0", | ||
"@angular/forms": "~2.0.0", | ||
"@angular/core": "^2.0.0", | ||
"@angular/common": "^2.0.0", | ||
"@angular/forms": "^2.0.0", | ||
"rxjs": "~5.0.0-X" | ||
}, | ||
"devDependencies": { | ||
"@angular/core": "2.0.0", | ||
"@angular/common": "2.0.0", | ||
"@angular/forms": "2.0.0", | ||
"@angular/compiler": "2.0.0", | ||
"@angular/platform-browser": "2.0.0", | ||
"@angular/platform-browser-dynamic": "2.0.0", | ||
"@angular/platform-server": "2.0.0", | ||
"@angular/core": "^2.0.0", | ||
"@angular/common": "^2.0.0", | ||
"@angular/forms": "^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", | ||
"core-js": "^2.2.2", | ||
"rxjs": "5.0.0-beta.12", | ||
"rxjs": "~5.0.0-X", | ||
"zone.js": "0.6.23", | ||
"@progress/kendo-angular-tasks": "^4.0.2", | ||
"@telerik/kendo-theme-default": "^1.24.0", | ||
"@progress/kendo-angular-tasks": "^5.0.0", | ||
"@telerik/kendo-theme-default": "^1.27.0", | ||
"cz-conventional-changelog": "^1.1.5", | ||
@@ -64,3 +65,4 @@ "codelyzer": "0.0.28", | ||
"typings": "^1.3.0", | ||
"validate-commit-msg": "^1.1.1" | ||
"validate-commit-msg": "^1.1.1", | ||
"typescript": "^2.0.3" | ||
}, | ||
@@ -67,0 +69,0 @@ "config": { |
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
317257
35
3129
21