@telerik/kendo-draggable
Advanced tools
Comparing version 1.9.1-dev.201901151010 to 1.9.1-dev.201901310806
interface DraggableOptions { | ||
press?: Function, | ||
drag?: Function, | ||
release?: Function, | ||
mouseOnly?: boolean | ||
press?: Function; | ||
drag?: Function; | ||
release?: Function; | ||
mouseOnly?: boolean; | ||
} | ||
export default class Draggable { | ||
constructor(options?: DraggableOptions) | ||
bindTo(element: Element) | ||
destroy() | ||
constructor(options?: DraggableOptions); | ||
bindTo(element: Element): void; | ||
destroy(): void; | ||
} |
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "1.9.1-dev.201901151010", | ||
"version": "1.9.1-dev.201901310806", | ||
"main": "dist/npm/main.js", | ||
@@ -15,3 +15,3 @@ "module": "dist/es/main.js", | ||
"build-package": "gulp build-rollup-package", | ||
"test": "gulp e2e", | ||
"test": "tsc && gulp e2e", | ||
"lint": "gulp lint", | ||
@@ -31,4 +31,5 @@ "semantic-release": "semantic-release pre && semantic-prerelease publish && semantic-release post" | ||
"gulp": "3.9.0", | ||
"validate-commit-msg": "^1.1.1", | ||
"semantic-release": "^6.3.6" | ||
"semantic-release": "^6.3.6", | ||
"typescript": "^2.9.2", | ||
"validate-commit-msg": "^1.1.1" | ||
}, | ||
@@ -35,0 +36,0 @@ "config": { |
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
48390
11
536
9