@syncfusion/ej2-angular-inputs 31.2.2 → 31.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,12 +2,22 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### NumericTextBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I771080` - Fixed an issue where the float label text was overlapping with the icon of the numeric textbox component when long text was used.
10
+
11
+ ## 31.2.2 (2025-10-15)
12
+
5
13
  ### Uploader
6
14
 
7
15
  #### Bug Fixes
8
16
 
9
17
  - `#I767047` - Resolved an issue with the CSP that occurred during file uploads in the Uploader.
10
18
 
19
+ - `#I773297` - Fixed an issue where the uploader input element was not being destroyed when both `multiple` and `autoUpload` features were disabled in the form.
20
+
11
21
  ## 31.1.23 (2025-10-07)
12
22
 
13
23
  ### NumericTextBox
package/README.md CHANGED
@@ -237,7 +237,7 @@ Explore the demo [here](https://ej2.syncfusion.com/angular/demos/?utm_source=npm
237
237
  <p align="center">
238
238
  Trusted by the world's leading companies
239
239
  <a href="https://www.syncfusion.com/">
240
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
240
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
241
241
  </a>
242
242
  </p>
243
243
 
@@ -261,12 +261,20 @@ Inputs components are also offered in following list of frameworks.
261
261
  * Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-angular-loancalculator), [Live Demo]( https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=slider)
262
262
  * Cloud Pricing - [Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/fluent2/range-slider/azure-pricing)
263
263
 
264
+ ## Resources
265
+
266
+ * [Speech To Text Documentation](https://ej2.syncfusion.com/angular/documentation/speech-to-text/getting-started)
267
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
268
+ * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
269
+ * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
270
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
271
+
264
272
  ## Support
265
273
 
266
274
  Product support is available through following mediums.
267
275
 
268
276
  * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
269
- * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm)
277
+ * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm)
270
278
  * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
271
279
  * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm)
272
280
  * Live chat
@@ -277,7 +285,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
277
285
 
278
286
  ## License and copyright
279
287
 
280
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
288
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
281
289
 
282
290
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
283
291
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-inputs",
3
- "version": "31.2.2",
3
+ "version": "31.2.4",
4
4
  "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. for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~31.2.2",
9
+ "@syncfusion/ej2-base": "~31.2.4",
10
10
  "@syncfusion/ej2-angular-base": "~31.2.2",
11
- "@syncfusion/ej2-inputs": "31.2.2"
11
+ "@syncfusion/ej2-inputs": "31.2.4"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-inputs';
4
- exports.pkgVer = '^31.2.2';
4
+ exports.pkgVer = '^31.2.4';
5
5
  exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
6
- exports.themeVer = '~31.2.2';
6
+ exports.themeVer = '~31.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^31.2.2';
2
+ export const pkgVer = '^31.2.4';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
4
- export const themeVer = '~31.2.2';
4
+ export const themeVer = '~31.2.4';