Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
2
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-inputs - npm Package Compare versions

Comparing version 16.1.37 to 16.1.38

16

CHANGELOG.md

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

### Uploader
#### Bug Fixes
- Provided option to customize request header on trigger `uploading` and `removing` events.
- Provided option to add additional data in `removing` event.
### NumericTextBox
#### Bug Fixes
- Now native events triggered properly in Angular NumericTextBox component.
## 16.1.37 (2018-04-24)
### NumericTextBox
#### Features

@@ -9,0 +25,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.37
* version : 16.1.38
* Copyright Syncfusion Inc. 2001 - 2018. 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.37",
"version": "16.1.38",
"description": "Essential JS 2 Input Components",

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

"dependencies": {
"@syncfusion/ej2-base": "~16.1.37",
"@syncfusion/ej2-base": "~16.1.38",
"@syncfusion/ej2-buttons": "~16.1.37",

@@ -14,0 +14,0 @@ "@syncfusion/ej2-popups": "~16.1.37"

@@ -224,6 +224,6 @@ define(["require", "exports", "@syncfusion/ej2-base"], function (require, exports, ej2_base_1) {

ej2_base_1.addClass([button], CLASSNAMES.CLEARICONHIDE);
wireClearBtnEvents(element, button);
wireClearBtnEvents(element, button, container);
return button;
}
function wireClearBtnEvents(element, button) {
function wireClearBtnEvents(element, button, container) {
button.addEventListener('click', function (event) {

@@ -230,0 +230,0 @@ if (!(element.classList.contains(CLASSNAMES.DISABLE) || element.readOnly)) {

@@ -62,4 +62,8 @@ var __extends = (this && this.__extends) || (function () {

}
this.element.parentNode.appendChild(input);
this.element.parentNode.removeChild(this.element);
if (this.element.hasAttribute('id')) {
this.element.removeAttribute('id');
}
this.element.classList.remove('e-control', 'e-numerictextbox');
this.element.classList.add('e-numeric-container');
this.element.appendChild(input);
this.element = input;

@@ -159,3 +163,2 @@ ej2_base_4.setValue('ej2_instances', ejInstance, this.element);

element: this.element,
customTag: this.angularTagName,
floatLabelType: this.floatLabelType,

@@ -162,0 +165,0 @@ properties: {

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

filesData: FileInfo[];
customFormData: {
[key: string]: Object;
}[];
currentRequest?: XMLHttpRequest;
}

@@ -88,2 +92,3 @@ export interface ClearingEventArgs {

cancel: boolean;
currentRequest?: XMLHttpRequest;
}

@@ -315,3 +320,3 @@ /**

private removeFilesData(file, customTemplate);
private removeUploadedFile(file, custom);
private removeUploadedFile(file, eventArgs, custom);
private removeCompleted(e, files, customTemplate);

@@ -349,2 +354,3 @@ private removeFailed(e, files, customTemplate);

private checkHTMLAttributes();
private updateFormData(formData, customData);
/**

@@ -351,0 +357,0 @@ * It is used to convert bytes value into kilobytes or megabytes depending on the size based

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc