@syncfusion/ej2-inputs
Advanced tools
@@ -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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
47965913
0.01%682388
0.01%0
-100%