@syncfusion/ej2-angular-inputs 32.1.20 → 32.1.22
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 +28 -20
- package/README.md +1 -1
- package/package.json +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,29 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### TextBox
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I707657` - Resolved the issue where the blur event returned the previous value instead of the current value after a Ctrl+Z operation.
|
|
10
|
-
|
|
11
5
|
### NumericTextBox
|
|
12
6
|
|
|
13
7
|
#### Bug Fixes
|
|
14
8
|
|
|
15
|
-
- `#
|
|
16
|
-
|
|
17
|
-
### MaskedTextBox
|
|
18
|
-
|
|
19
|
-
#### Bug Fixes
|
|
20
|
-
|
|
21
|
-
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
|
|
22
|
-
|
|
23
|
-
### TextArea
|
|
24
|
-
|
|
25
|
-
#### Bug Fixes
|
|
26
|
-
|
|
27
|
-
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
|
|
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.
|
|
28
10
|
|
|
29
11
|
## 32.1.19 (2025-12-16)
|
|
30
12
|
|
|
@@ -1390,7 +1372,33 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
|
|
|
1390
1372
|
|
|
1391
1373
|
- **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
|
|
1392
1374
|
|
|
1393
|
-
- **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.##
|
|
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)
|
|
1376
|
+
|
|
1377
|
+
### TextBox
|
|
1378
|
+
|
|
1379
|
+
#### Bug Fixes
|
|
1380
|
+
|
|
1381
|
+
- `#I707657` - Resolved the issue where the blur event returned the previous value instead of the current value after a Ctrl+Z operation.
|
|
1382
|
+
|
|
1383
|
+
### NumericTextBox
|
|
1384
|
+
|
|
1385
|
+
#### Bug Fixes
|
|
1386
|
+
|
|
1387
|
+
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
|
|
1388
|
+
|
|
1389
|
+
### MaskedTextBox
|
|
1390
|
+
|
|
1391
|
+
#### Bug Fixes
|
|
1392
|
+
|
|
1393
|
+
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
|
|
1394
|
+
|
|
1395
|
+
### TextArea
|
|
1396
|
+
|
|
1397
|
+
#### Bug Fixes
|
|
1398
|
+
|
|
1399
|
+
- `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
|
|
1400
|
+
|
|
1401
|
+
## 29.1.33 (2025-03-25)
|
|
1394
1402
|
|
|
1395
1403
|
### SpeechToText
|
|
1396
1404
|
|
package/README.md
CHANGED
|
@@ -291,4 +291,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
291
291
|
|
|
292
292
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license/?utm_source=npm&utm_campaign=input) for more info.
|
|
293
293
|
|
|
294
|
-
© Copyright
|
|
294
|
+
© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-inputs",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.22",
|
|
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",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~32.1.19",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.1.19",
|
|
11
|
-
"@syncfusion/ej2-inputs": "32.1.
|
|
11
|
+
"@syncfusion/ej2-inputs": "32.1.22"
|
|
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.
|
|
4
|
+
exports.pkgVer = '^32.1.22';
|
|
5
5
|
exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.22';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^32.1.
|
|
2
|
+
export const pkgVer = '^32.1.22';
|
|
3
3
|
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
4
|
-
export const themeVer = '~32.1.
|
|
4
|
+
export const themeVer = '~32.1.22';
|