@progress/kendo-angular-upload
Advanced tools
Comparing version 0.10.2 to 0.10.3
@@ -10,2 +10,3 @@ /// <reference types="chai" /> | ||
import { CancelEvent, ErrorEvent, RemoveEvent, SelectEvent, SuccessEvent, UploadEvent } from './upload-events'; | ||
import { AsyncSettings } from './async-settings'; | ||
/** | ||
@@ -106,5 +107,5 @@ * Represents the Kendo UI Upload component for Angular. | ||
fileSelectSwitch: boolean; | ||
private async; | ||
private _localization; | ||
private _validation; | ||
async: AsyncSettings; | ||
_localization: UploadLocalization; | ||
_validation: FileValidation; | ||
private selectSubscription; | ||
@@ -111,0 +112,0 @@ private removeSubscription; |
{ | ||
"name": "@progress/kendo-angular-upload", | ||
"description": "Kendo UI Angular 2 Upload Component", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"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
464473
5247