@syncfusion/ej2-angular-inputs 32.2.8 → 33.1.44

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,21 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### TextBox
6
-
7
- #### Bug Fixes
8
-
9
- - `#I816493` - Fixed an issue where the `getComponent` method failed to retrieve TextBox component instances correctly.
10
-
11
- ## 32.2.5 (2026-02-17)
12
-
13
- ### Slider
5
+ ### Uploader
14
6
 
15
7
  #### Bug Fixes
16
8
 
17
- - `#I806428` - Resolved the issue where the max value position was incorrectly aligned when the orientation was set to Vertical.
18
-
19
- ## 32.1.19 (2025-12-16)
9
+ - `#I817371` - Fixed an issue where file uploads failed when the filename contained spaces.
20
10
 
21
11
  ### ColorPicker
22
12
 
@@ -1380,87 +1370,7 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
1380
1370
 
1381
1371
  - **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
1382
1372
 
1383
- - **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.2.7 (2026-02-24)
1384
-
1385
- ### Uploader
1386
-
1387
- #### Bug Fixes
1388
-
1389
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Uploader.
1390
-
1391
- ### Signature
1392
-
1393
- #### Bug Fixes
1394
-
1395
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion Signature.
1396
-
1397
- ### ColorPicker
1398
-
1399
- #### Bug Fixes
1400
-
1401
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion ColorPicker.
1402
-
1403
- - `#I811155` - Resolved an issue where `colorpicker` appeared beneath Angular `dialogs` in Angular 21.
1404
-
1405
- ### TextArea
1406
-
1407
- #### Bug Fixes
1408
-
1409
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion TextArea
1410
-
1411
- ### TextBox
1412
-
1413
- #### Bug Fixes
1414
-
1415
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion TextBox.
1416
-
1417
- ### MaskedTextBox
1418
-
1419
- #### Bug Fixes
1420
-
1421
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion MaskedTextBox.
1422
-
1423
- ### NumericTextBox
1424
-
1425
- #### Bug Fixes
1426
-
1427
- - `#I809049` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion NumericTextBox.
1428
-
1429
- ## 32.1.22 (2026-01-06)
1430
-
1431
- ### NumericTextBox
1432
-
1433
- #### Bug Fixes
1434
-
1435
- - `#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.
1436
-
1437
- ## 32.1.20 (2025-12-23)
1438
-
1439
- ### TextBox
1440
-
1441
- #### Bug Fixes
1442
-
1443
- - `#I707657` - Resolved the issue where the blur event returned the previous value instead of the current value after a Ctrl+Z operation.
1444
-
1445
- ### NumericTextBox
1446
-
1447
- #### Bug Fixes
1448
-
1449
- - `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
1450
-
1451
- ### MaskedTextBox
1452
-
1453
- #### Bug Fixes
1454
-
1455
- - `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
1456
-
1457
- ### TextArea
1458
-
1459
- #### Bug Fixes
1460
-
1461
- - `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
1462
-
1463
- ## 29.1.33 (2025-03-25)
1373
+ - **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.## 29.1.33 (2025-03-25)
1464
1374
 
1465
1375
  ### SpeechToText
1466
1376
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-inputs",
3
- "version": "32.2.8",
3
+ "version": "33.1.44",
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.2.6",
10
- "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-inputs": "32.2.8"
9
+ "@syncfusion/ej2-base": "~33.1.44",
10
+ "@syncfusion/ej2-angular-base": "~33.1.44",
11
+ "@syncfusion/ej2-inputs": "33.1.44"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-inputs";
2
- export declare const pkgVer = "^18.79.0";
2
+ export declare const pkgVer = "^18.78.15";
3
3
  export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule";
4
- export declare const themeVer = "~18.79.0";
4
+ export declare const themeVer = "~18.78.15";
@@ -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.2.8';
4
+ exports.pkgVer = '^33.1.44';
5
5
  exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
6
- exports.themeVer = '~32.2.8';
6
+ exports.themeVer = '~33.1.44';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^32.2.8';
2
+ export const pkgVer = '^33.1.44';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
4
- export const themeVer = '~32.2.8';
4
+ export const themeVer = '~33.1.44';