@syncfusion/ej2-angular-inputs 32.1.22 → 32.1.24

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,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### NumericTextBox
6
-
7
- #### Bug Fixes
8
-
9
- - `#I798472` - Resolved an issue where the clear button in the Numeric Textbox did not reset the form value when the component was placed inside a form.
10
-
11
5
  ## 32.1.19 (2025-12-16)
12
6
 
13
7
  ### ColorPicker
@@ -1372,7 +1366,15 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
1372
1366
 
1373
1367
  - **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
1374
1368
 
1375
- - **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.## 32.1.20 (2025-12-23)
1369
+ - **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.## 32.1.22 (2026-01-06)
1370
+
1371
+ ### NumericTextBox
1372
+
1373
+ #### Bug Fixes
1374
+
1375
+ - `#I798472` - Resolved an issue where the clear button in the Numeric Textbox did not reset the form value when the component was placed inside a form.
1376
+
1377
+ ## 32.1.20 (2025-12-23)
1376
1378
 
1377
1379
  ### TextBox
1378
1380
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-inputs",
3
- "version": "32.1.22",
3
+ "version": "32.1.24",
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": "~32.1.19",
10
- "@syncfusion/ej2-angular-base": "~32.1.19",
11
- "@syncfusion/ej2-inputs": "32.1.22"
9
+ "@syncfusion/ej2-base": "~32.1.24",
10
+ "@syncfusion/ej2-angular-base": "~32.1.24",
11
+ "@syncfusion/ej2-inputs": "32.1.24"
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 = '^32.1.22';
4
+ exports.pkgVer = '^32.1.24';
5
5
  exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
6
- exports.themeVer = '~32.1.22';
6
+ exports.themeVer = '~32.1.24';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^32.1.22';
2
+ export const pkgVer = '^32.1.24';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
4
- export const themeVer = '~32.1.22';
4
+ export const themeVer = '~32.1.24';