@syncfusion/ej2-inputs
Advanced tools
| /*! | ||
| * 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. |
+2
-2
| { | ||
| "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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
39964447
0.01%596857
03
50%