Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-vue-inputs

Package Overview
Dependencies
Maintainers
4
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-vue-inputs - npm Package Compare versions

Comparing version 17.2.40 to 17.2.41

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

### NumericTextBox
#### Bug Fixes
- `#244336` - Now, the percentage textbox value never changed in read-only mode after `focusIn` and `focusOut`.
### Uploader
#### Bug Fixes
- `#F146285`, `244026` - Now, you can get the files in server-side when drag and drop the files in the synchronous upload.
## 17.2.40 (2019-08-06)
### MaskedTextBox

@@ -7,0 +21,0 @@

2

dist/ej2-vue-inputs.umd.min.js
/*!
* filename: ej2-vue-inputs.umd.min.js
* version : 17.2.40
* version : 17.2.41
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-vue-inputs@*",
"_id": "@syncfusion/ej2-vue-inputs@17.2.39",
"_id": "@syncfusion/ej2-vue-inputs@17.2.40",
"_inBundle": false,
"_integrity": "sha512-yBL2HgKxMechWzGbaRSVCVgGn4bBdz8c99eU1ftxPv2p+lk03+8epWTPNCCIfFhlaZo9AoTrJSMuDUeIPp/seQ==",
"_integrity": "sha512-iBJ9c2UCAWBF4LYAmSimpefU23UNIxgsj9hbft0dDEXa6ShZiQ2Nydy4tB/YG0QV6vOfWhNUpUrRQ85x9mePZQ==",
"_location": "/@syncfusion/ej2-vue-inputs",

@@ -22,4 +22,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-17.2.39.tgz",
"_shasum": "d29c439b5659a64edfef849f4a02270882eba8bc",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-17.2.40.tgz",
"_shasum": "6b07d6811ec9980c25bea363758da1bcff81cca2",
"_spec": "@syncfusion/ej2-vue-inputs@*",

@@ -36,3 +36,3 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",

"@syncfusion/ej2-base": "~17.2.40",
"@syncfusion/ej2-inputs": "17.2.40",
"@syncfusion/ej2-inputs": "17.2.41",
"@syncfusion/ej2-vue-base": "~17.2.40"

@@ -125,4 +125,4 @@ },

},
"version": "17.2.40",
"version": "17.2.41",
"sideEffects": false
}

@@ -24,12 +24,12 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base';

bytesToSize(bytes: number): string;
cancel(fileData: Object[]): void;
cancel(fileData?: Object[]): void;
clearAll(): void;
getFilesData(): Object[];
pause(fileData: Object | Object[], custom?: boolean): void;
pause(fileData?: Object | Object[], custom?: boolean): void;
remove(fileData?: Object | Object[], customTemplate?: boolean, removeDirectly?: boolean, postRawFile?: boolean, args?: Object | Object | Object): void;
resume(fileData: Object | Object[], custom?: boolean): void;
retry(fileData: Object | Object[], fromcanceledStage?: boolean, custom?: boolean): void;
sortFileList(filesData: Object): Object[];
resume(fileData?: Object | Object[], custom?: boolean): void;
retry(fileData?: Object | Object[], fromcanceledStage?: boolean, custom?: boolean): void;
sortFileList(filesData?: Object): Object[];
traverseFileTree(item: any, event?: Object | Object | Object | Object): void;
upload(files: Object | Object[], custom?: boolean): void;
upload(files?: Object | Object[], custom?: boolean): void;
}

@@ -36,0 +36,0 @@ export declare const UploaderPlugin: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc