Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
3
Versions
302
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
32.1.19
to
32.1.20
+9
-0
dist/global/index.d.ts

@@ -0,1 +1,10 @@

/*!
* filename: index.d.ts
* version : 32.1.20
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _inputs from '@syncfusion/ej2-inputs';

@@ -2,0 +11,0 @@

+1
-1
{
"name": "@syncfusion/ej2-inputs",
"version": "32.1.19",
"version": "32.1.20",
"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.",

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

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

var calculateWidth = (container.clientWidth - this.getRightIconsWidth());
if (label && calculateWidth) {
if (label && calculateWidth && !(this.cssClass && this.cssClass.split(' ').indexOf('e-outline') !== -1)) {
label.style.width = calculateWidth + 'px';

@@ -563,0 +563,0 @@ }

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

var calculateWidth = (container.clientWidth - this.getRightIconsWidth());
if (label && calculateWidth && (!this.prependTemplate || !this.appendTemplate)) {
if (label && calculateWidth && !(this.cssClass && this.cssClass.split(' ').indexOf('e-outline') !== -1) && (!this.prependTemplate || !this.appendTemplate)) {
label.style.width = calculateWidth + 'px';

@@ -840,0 +840,0 @@ }

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

TextBox.prototype.keydownHandler = function (args) {
if ((args.keyCode === 13 || args.keyCode === 9) && !((this.previousValue === null || this.previousValue === '') && (this.value === null || this.value === '') && this.respectiveElement.value === '')) {
var isUndoAction = args.ctrlKey && args.keyCode === 90;
if ((args.keyCode === 13 || args.keyCode === 9 || isUndoAction) && !((this.previousValue === null || this.previousValue === '') && (this.value === null || this.value === '') && this.respectiveElement.value === '')) {
this.setProperties({ value: this.respectiveElement.value }, true);

@@ -569,0 +570,0 @@ }

@@ -354,3 +354,3 @@ @use 'ej2-base/styles/definition/material3-dark' as *;

$input-bgr-small-filled-float-group-icon-padding: 0 !default;
$input-bgr-small-filled-float-group-icon-margin: 9px 12px 9px 0 !default;
$input-bgr-small-filled-float-group-icon-margin: 12px 0 0 0 !default;
$input-bgr-filled-grp-icon-padding: 0 0 0 8px !default;

@@ -366,3 +366,3 @@ $input-bgr-small-filled-wrap-margin-left: 8px !default;

$input-filled-small-float-group-icon-padding: 0 !default;
$input-filled-small-float-group-icon-margin: 9px 12px 9px 0 !default;
$input-filled-small-float-group-icon-margin: 0 !default;
$small-filled-input-padding: 0 0 0 4px !default;

@@ -626,3 +626,3 @@ $filled-float-input-clear-icon-margin: 2px !default;

$input-mat-margin: 4px !default;
$outline-input-grp-icon-margin: 9px 12px 9px 0 !default;
$outline-input-grp-icon-margin: 2px !default;
$outline-input-grp-prepend-icon-margin: 9px 0 9px 12px !default;

@@ -629,0 +629,0 @@ $filled-input-grp-border-radius: 4px 4px 0 0 !default;

@@ -354,3 +354,3 @@ @use 'ej2-base/styles/definition/material3' as *;

$input-bgr-small-filled-float-group-icon-padding: 0 !default;
$input-bgr-small-filled-float-group-icon-margin: 9px 12px 9px 0 !default;
$input-bgr-small-filled-float-group-icon-margin: 12px 0 0 0 !default;
$input-bgr-filled-grp-icon-padding: 0 0 0 8px !default;

@@ -366,3 +366,3 @@ $input-bgr-small-filled-wrap-margin-left: 8px !default;

$input-filled-small-float-group-icon-padding: 0 !default;
$input-filled-small-float-group-icon-margin: 9px 12px 9px 0 !default;
$input-filled-small-float-group-icon-margin: 0 !default;
$small-filled-input-padding: 0 0 0 4px !default;

@@ -626,3 +626,3 @@ $filled-float-input-clear-icon-margin: 2px !default;

$input-mat-margin: 4px !default;
$outline-input-grp-icon-margin: 9px 12px 9px 0 !default;
$outline-input-grp-icon-margin: 2px !default;
$outline-input-grp-prepend-icon-margin: 9px 0 9px 12px !default;

@@ -629,0 +629,0 @@ $filled-input-grp-border-radius: 4px 4px 0 0 !default;

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

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