Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
3
Maintainers
2
Versions
241
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.26 to 16.1.28

20

CHANGELOG.md

@@ -5,4 +5,24 @@ # Changelog

### NumericTextBox
#### Bug Fixes
- In NumericTextBox, unwanted “change” events has been prevented from triggering.
### Uploader
#### Bug Fixes
- The issue with rendering Uploader component in internet explorer browser has been fixed.
### Input
#### Bug Fixes
- Theme compatibility issue resolved for CSS Input component.
## 16.1.24 (2018-02-22)
### Uploader
The Uploader component is useful to upload images, documents, and other files to server.

@@ -9,0 +29,0 @@ The component is extended version of HTML5 upload with multiple file selection, auto upload,

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.24
* version : 16.1.26
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved.

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

{
"name": "@syncfusion/ej2-inputs",
"version": "16.1.26",
"version": "16.1.28",
"description": "Essential JS 2 Input Components",

@@ -11,5 +11,5 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "^16.1.26",
"@syncfusion/ej2-buttons": "^16.1.26",
"@syncfusion/ej2-popups": "^16.1.26"
"@syncfusion/ej2-base": "~16.1.28",
"@syncfusion/ej2-buttons": "~16.1.28",
"@syncfusion/ej2-popups": "~16.1.28"
},

@@ -16,0 +16,0 @@ "devDependencies": {

@@ -37,2 +37,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

private isCalled;
private isKeyDown;
private changeEventArgs;

@@ -39,0 +40,0 @@ private isInteract;

@@ -314,3 +314,5 @@ var __extends = (this && this.__extends) || (function () {

this.setProperties({ value: null }, true);
this.isKeyDown = true;
this.updateValue(this.instance.getNumberParser({ format: 'n' })(this.element.value));
this.isKeyDown = false;
}

@@ -359,3 +361,5 @@ };

this.changeValue(value === null || isNaN(value) ? null : this.strictMode ? this.trimValue(value) : value);
this.raiseChangeEvent(event);
if (!this.isKeyDown) {
this.raiseChangeEvent(event);
}
};

@@ -362,0 +366,0 @@ NumericTextBox.prototype.updateCurrency = function (prop, propVal) {

@@ -1,2 +0,2 @@

import { Component, Property, Event, EmitType, EventHandler, classList, L10n, compile, isNullOrUndefined } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, createElement, detach, append, Animation } from '@syncfusion/ej2-base';import { addClass, removeClass, KeyboardEvents, KeyboardEventArgs, setValue, getValue, ChildProperty } from '@syncfusion/ej2-base';import { Collection, Complex } from '@syncfusion/ej2-base';
import { Component, Property, Event, EmitType, EventHandler, classList, L10n, compile, isNullOrUndefined } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, createElement, detach, append, Animation } from '@syncfusion/ej2-base';import { addClass, removeClass, KeyboardEvents, KeyboardEventArgs, setValue, getValue, ChildProperty } from '@syncfusion/ej2-base';import { Collection, Complex, Browser } from '@syncfusion/ej2-base';
import {SelectedEventArgs,RemovingEventArgs,ClearingEventArgs} from "./uploader";

@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc