@syncfusion/ej2-angular-inputs 29.2.5 → 30.1.37
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 +17 -73
- package/package.json +29 -60
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,78 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### NumericTextBox
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#FD66791` - Fixed an issue where the `validatehidden` attribute not allowed on input element.
|
|
10
|
-
|
|
11
|
-
## 29.2.4 (2025-05-14)
|
|
12
|
-
|
|
13
|
-
### ColorPicker
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I715125` - Resolved an issue where the `dropdown` could not be reopened using the `Enter` key after it was closed with the `Escape` key.
|
|
18
|
-
|
|
19
|
-
## 29.1.39 (2025-04-22)
|
|
20
|
-
|
|
21
|
-
### TextBox
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#I701764` - Resolved an issue where the error color was removed from the placeholder text when focusing on the TextBox component.
|
|
26
|
-
|
|
27
|
-
- `#I707682` - Resolved an issue where the prepend icon was not showing in the Tailwind 3 theme on the TextBox component.
|
|
28
|
-
|
|
29
|
-
### NumericTextBox
|
|
30
|
-
|
|
31
|
-
#### Bug Fixes
|
|
32
|
-
|
|
33
|
-
- `#I704942` - Fixed an issue where the numeric textbox was not functioning correctly when setting `v-model` binding.
|
|
34
|
-
|
|
35
|
-
## 29.1.38 (2025-04-15)
|
|
36
|
-
|
|
37
|
-
### TextArea
|
|
38
|
-
|
|
39
|
-
#### Bug Fixes
|
|
40
|
-
|
|
41
|
-
`#I698848` - Fixed an issue where the width property was not functioning correctly in the textarea component.
|
|
42
|
-
|
|
43
|
-
## 29.1.33 (2025-03-25)
|
|
44
|
-
|
|
45
|
-
### SpeechToText
|
|
46
|
-
|
|
47
|
-
The SpeechToText control provides seamless voice-to-text conversion in web applications. It features real-time transcription with interim results, multilingual recognition, customizable buttons and tooltips, and error handling, ensuring intuitive and accessible speech recognition.
|
|
48
|
-
|
|
49
|
-
Explore the demo [here](https://ej2.syncfusion.com/demos/#/fluent2/speech-to-text/default.html)
|
|
50
|
-
|
|
51
|
-
**Key features**
|
|
52
|
-
|
|
53
|
-
- **Real-time transcription**: Instantly captures spoken input and converts it into text, ensuring smooth speech recognition.
|
|
54
|
-
- **Interim results**: Provides partial transcriptions as the user speaks, offering dynamic real-time experience before finalizing the text.
|
|
55
|
-
- **Multilingual recognition**: Supports multiple languages allowing users to transcribe speech in their preferred language.
|
|
56
|
-
- **Tooltips**: Tooltips display information about start and stop actions, guiding users throughout the speech recognition process.
|
|
57
|
-
- **Appearance**: Supports predefined styles and allows customization of content and icons to meet the application's design and user preferences.
|
|
58
|
-
|
|
59
|
-
The SpeechToText Component provides seamless voice-to-text conversion in web applications. It features real-time transcription with interim results, multilingual recognition, customizable buttons and tooltips, and error handling, ensuring intuitive and accessible speech recognition.
|
|
60
|
-
|
|
61
|
-
Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/fluent2/speech-to-text/default)
|
|
62
|
-
|
|
63
|
-
**Key features**
|
|
64
|
-
|
|
65
|
-
- **Real-time transcription**: Instantly captures spoken input and converts it into text, ensuring smooth speech recognition.
|
|
66
|
-
- **Interim results**: Provides partial transcriptions as the user speaks, offering dynamic real-time experience before finalizing the text.
|
|
67
|
-
- **Multilingual recognition**: Supports multiple languages allowing users to transcribe speech in their preferred language.
|
|
68
|
-
- **Tooltips**: Tooltips display information about start and stop actions, guiding users throughout the speech recognition process.
|
|
69
|
-
- **Appearance**: Supports predefined styles and allows customization of content and icons to meet the application's design and user preferences.
|
|
70
|
-
|
|
71
|
-
### Slider
|
|
72
|
-
|
|
73
|
-
#### Bug Fixes
|
|
74
|
-
|
|
75
|
-
- `#I695740` - An issue with large tick values in the Range Slider component when setting decimal values for `largeStep` has been resolved.
|
|
76
|
-
|
|
77
5
|
### ColorPicker
|
|
78
6
|
|
|
79
7
|
#### Bug Fixes
|
|
@@ -1436,7 +1364,23 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
|
|
|
1436
1364
|
|
|
1437
1365
|
- **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
|
|
1438
1366
|
|
|
1439
|
-
- **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.##
|
|
1367
|
+
- **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)
|
|
1368
|
+
|
|
1369
|
+
### SpeechToText
|
|
1370
|
+
|
|
1371
|
+
The SpeechToText Component provides seamless voice-to-text conversion in web applications. It features real-time transcription with interim results, multilingual recognition, customizable buttons and tooltips, and error handling, ensuring intuitive and accessible speech recognition.
|
|
1372
|
+
|
|
1373
|
+
Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/fluent2/speech-to-text/default)
|
|
1374
|
+
|
|
1375
|
+
**Key features**
|
|
1376
|
+
|
|
1377
|
+
- **Real-time transcription**: Instantly captures spoken input and converts it into text, ensuring smooth speech recognition.
|
|
1378
|
+
- **Interim results**: Provides partial transcriptions as the user speaks, offering dynamic real-time experience before finalizing the text.
|
|
1379
|
+
- **Multilingual recognition**: Supports multiple languages allowing users to transcribe speech in their preferred language.
|
|
1380
|
+
- **Tooltips**: Tooltips display information about start and stop actions, guiding users throughout the speech recognition process.
|
|
1381
|
+
- **Appearance**: Supports predefined styles and allows customization of content and icons to meet the application's design and user preferences.
|
|
1382
|
+
|
|
1383
|
+
## 19.3.47 (2021-10-26)
|
|
1440
1384
|
|
|
1441
1385
|
### TextBox
|
|
1442
1386
|
|
package/package.json
CHANGED
|
@@ -1,60 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-K1j/4nv/lL7MwWSiNbRcRu3Vh0nuHrxoRqGeao+Zlr516+NyQ2vE9kE+ZVclmkKu0GUfDhw9mu4xPSJw6Sf8nA==",
|
|
6
|
-
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-inputs@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-inputs",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-inputs",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-29.2.4.tgz",
|
|
23
|
-
"_shasum": "4b47016e2cba59df096b0845e5105813edb44c7d",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
35
|
-
"@syncfusion/ej2-base": "~29.2.4",
|
|
36
|
-
"@syncfusion/ej2-inputs": "29.2.5"
|
|
37
|
-
},
|
|
38
|
-
"deprecated": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-inputs",
|
|
3
|
+
"version": "30.1.37",
|
|
39
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",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"types": "./syncfusion-ej2-angular-inputs.d.ts",
|
|
48
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
49
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
50
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
51
|
-
"node": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
52
|
-
"default": "./fesm2020/syncfusion-ej2-angular-inputs.mjs"
|
|
53
|
-
}
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-inputs": "30.1.37"
|
|
54
12
|
},
|
|
55
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
13
|
"keywords": [
|
|
59
14
|
"angular",
|
|
60
15
|
"ng",
|
|
@@ -88,15 +43,29 @@
|
|
|
88
43
|
"ng-smart-textarea",
|
|
89
44
|
"ng-smart-text-area"
|
|
90
45
|
],
|
|
91
|
-
"license": "SEE LICENSE IN license",
|
|
92
|
-
"module": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
93
|
-
"name": "@syncfusion/ej2-angular-inputs",
|
|
94
46
|
"repository": {
|
|
95
47
|
"type": "git",
|
|
96
|
-
"url": "
|
|
48
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
97
49
|
},
|
|
98
|
-
"schematics": "./schematics/collection.json",
|
|
99
50
|
"sideEffects": false,
|
|
51
|
+
"module": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
52
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
53
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
54
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
55
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
100
56
|
"typings": "syncfusion-ej2-angular-inputs.d.ts",
|
|
101
|
-
"
|
|
57
|
+
"exports": {
|
|
58
|
+
"./package.json": {
|
|
59
|
+
"default": "./package.json"
|
|
60
|
+
},
|
|
61
|
+
".": {
|
|
62
|
+
"types": "./syncfusion-ej2-angular-inputs.d.ts",
|
|
63
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
64
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
65
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
66
|
+
"node": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
67
|
+
"default": "./fesm2020/syncfusion-ej2-angular-inputs.mjs"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
102
71
|
}
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^30.1.37';
|
|
5
5
|
exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~30.1.37';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
+
export const pkgVer = '^30.1.37';
|
|
3
|
+
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
4
|
+
export const themeVer = '~30.1.37';
|