Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
2
Versions
249
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.4.54 to 16.4.55

33

CHANGELOG.md

@@ -9,2 +9,29 @@ # Changelog

- Now, the validation works with complex names also.
### Uploader
#### Bug Fixes
- Resolved the issue with `Tab` key navigation in uploader file list.
### Slider
#### New Features
- Now, Range Slider in Material theme will support `showOn` property.
- Now, Single tooltip will be used to display values in Range Slider.
### FormValidator
#### Bug Fixes
- Now, the url validation works with all types of url.
## 16.4.54 (2019-02-19)
### TextBox
#### Bug Fixes
- Now, input event will trigger after clear the textbox value using clear icon.

@@ -14,2 +41,8 @@

### Slider
#### Bug Fixes
- Now, the initial value is setback to the `slider` on form `reset`.
### Uploader

@@ -16,0 +49,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.4.54
* version : 16.4.55
* Copyright Syncfusion Inc. 2001 - 2019. 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.4.54",
"version": "16.4.55",
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users.",

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

"@syncfusion/ej2-base": "~16.4.52",
"@syncfusion/ej2-buttons": "~16.4.53",
"@syncfusion/ej2-buttons": "~16.4.55",
"@syncfusion/ej2-popups": "~16.4.54",

@@ -15,0 +15,0 @@ "@syncfusion/ej2-splitbuttons": "~16.4.53"

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

'|[.]{1}[a-zA-Z0-9]{2,4}[.]{1}[a-zA-Z0-9]{2,4})$'),
URL: new RegExp('^((ftp|http|https):\/\/)?www\.([A-z]{2,})\.([A-z]{2,})$'),
URL: /^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\(\)\*\+,;=.]+$/m,
DATE_ISO: new RegExp('^([0-9]{4})-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$'),

@@ -200,3 +200,3 @@ DIGITS: new RegExp('^[0-9]*$'),

FormValidator.prototype.getInputElement = function (name) {
this.inputElement = (select('[name=' + name + ']', this.element));
this.inputElement = (select('[name="' + name + '"]', this.element));
return this.inputElement;

@@ -203,0 +203,0 @@ };

@@ -228,14 +228,12 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

private sliderTrack;
private firstMaterialHandle;
private secondMaterialHandle;
private materialHandle;
private firstBtn;
private firstTooltipObj;
private secondTooltipObj;
private firstTooltipElement;
private secondTooltipElement;
private tooltipObj;
private tooltipElement;
private isMaterialTooltip;
private secondBtn;
private ul;
private firstChild;
private firstHandleTooltipPosition;
private secondHandleTooltipPosition;
private tooltipCollidedPosition;
private tooltipTarget;
private lastChild;

@@ -252,3 +250,2 @@ private previousTooltipClass;

private isMaterial;
private bootstrapCollisionArgs;
private isBootstrap;

@@ -443,2 +440,3 @@ private zIndex;

private initRender;
private getThemeInitialization;
private createRangeBar;

@@ -466,2 +464,3 @@ private createLimitBar;

private tooltipBeforeOpen;
private tooltipCollision;
private wireMaterialTooltipEvent;

@@ -471,5 +470,8 @@ private tooltipPositionCalculation;

private openMaterialTooltip;
private closeMaterialTooltip;
private checkTooltipPosition;
private setTooltipTransform;
private renderTooltip;
private tooltipAfterClose;
private initializeTooltipProps;
private tooltipBeforeClose;
private setButtons;

@@ -494,3 +496,3 @@ private buttonTitle;

private buttonClick;
private tooltipAnimation;
private tooltipToggle;
private buttonUp;

@@ -525,6 +527,4 @@ private setRangeBar;

private add;
private round;
private positionToValue;
private sliderBarClick;
private refreshTooltipOnMove;
private sliderDown;

@@ -539,2 +539,3 @@ private handleValueAdjust;

private openTooltip;
private closeTooltip;
private keyDown;

@@ -548,3 +549,2 @@ private wireButtonEvt;

private sliderFocusOut;
private closeTooltip;
private removeElement;

@@ -551,0 +551,0 @@ private changeSliderType;

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

private tabIndex;
private btnTabIndex;
private disableKeyboardNavigation;
private count;

@@ -743,4 +745,2 @@ private actionCompleteCount;

private getCurrentMetaData;
private setReverseFocus;
private setTabFocus;
private removeFocus;

@@ -747,0 +747,0 @@ private browseButtonClick;

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 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

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