🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
3
Versions
309
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
31.1.20
to
31.1.21
+1
-1
dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 31.1.20
* version : 31.1.21
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.

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

{
"name": "@syncfusion/ej2-inputs",
"version": "31.1.20",
"version": "31.1.21",
"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": "~31.1.20",
"@syncfusion/ej2-buttons": "~31.1.17",
"@syncfusion/ej2-buttons": "~31.1.21",
"@syncfusion/ej2-popups": "~31.1.20",

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

@@ -574,2 +574,9 @@ var __extends = (this && this.__extends) || (function () {

Input.addIcon(position, icons, this.textboxWrapper.container, this.respectiveElement, this.createElement);
var container = this.textboxWrapper.container;
var iconSpan = container.querySelector('span.e-icons');
var label = container.querySelector('label');
if (iconSpan && label) {
var labelWidth = (this.element.parentElement.offsetWidth) - (iconSpan.offsetWidth);
label.style.width = labelWidth + "px";
}
};

@@ -576,0 +583,0 @@ /**

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 too big to display

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 too big to display

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 too big to display