@syncfusion/ej2-angular-inputs 30.2.6 → 31.1.17

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,34 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Uploader
6
-
7
- #### Bug Fixes
8
-
9
- - `#I751482` - Fixed the appearance of the file size text, which was displaying as disabled in the Tailwind and Bootstrap 5.3 themes of the file uploader.
10
-
11
- ## 30.2.4 (2025-08-07)
12
-
13
- ### Rating
14
-
15
- #### Bug Fixes
16
-
17
- - `#I736421` - Fixed flickering issue that occurred when hovering over the `emptyTemplate` rating component.
18
-
19
- ### MaskedTextBox
20
-
21
- #### Bug Fixes
22
-
23
- - `#I743657` - The issue with mask behavior on Android devices has been resolved.
24
-
25
- ## 30.1.40 (2025-07-15)
26
-
27
- ### Textbox
28
-
29
- #### Bug Fixes
30
-
31
- - `#I732408` - Fixed the issue where the placeholder value did not update when setting the value with double quotes in the textbox.
32
-
33
5
  ### ColorPicker
34
6
 
35
7
  #### Bug Fixes
package/package.json CHANGED
@@ -1,15 +1,60 @@
1
1
  {
2
- "name": "@syncfusion/ej2-angular-inputs",
3
- "version": "30.2.6",
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
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "schematics": "./schematics/collection.json",
2
+ "_from": "@syncfusion/ej2-angular-inputs@*",
3
+ "_id": "@syncfusion/ej2-angular-inputs@18.79.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-kxKaX8Myx8+0NYnpO8fWvSD/Fg8surBXczkxRPs4Fehh6tBCdIGD1EIQ94Xbwb1Acv5EuExvUNjy6zVlpUKB5g==",
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-development/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-18.79.0.tgz",
23
+ "_shasum": "0e18efddce3e8d3747c1d7af1ca66c2944a26c3a",
24
+ "_spec": "@syncfusion/ej2-angular-inputs@*",
25
+ "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
8
33
  "dependencies": {
9
- "@syncfusion/ej2-base": "~30.2.4",
10
- "@syncfusion/ej2-angular-base": "~30.2.4",
11
- "@syncfusion/ej2-inputs": "30.2.6"
34
+ "@syncfusion/ej2-angular-base": "~31.1.17",
35
+ "@syncfusion/ej2-base": "~31.1.17",
36
+ "@syncfusion/ej2-inputs": "31.1.17"
37
+ },
38
+ "deprecated": false,
39
+ "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
+ "es2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
41
+ "esm2020": "esm2020/syncfusion-ej2-angular-inputs.mjs",
42
+ "exports": {
43
+ "./package.json": {
44
+ "default": "./package.json"
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
+ }
12
54
  },
55
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
56
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
57
+ "homepage": "https://www.syncfusion.com/angular-components",
13
58
  "keywords": [
14
59
  "angular",
15
60
  "ng",
@@ -43,29 +88,15 @@
43
88
  "ng-smart-textarea",
44
89
  "ng-smart-text-area"
45
90
  ],
91
+ "license": "SEE LICENSE IN license",
92
+ "module": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
93
+ "name": "@syncfusion/ej2-angular-inputs",
46
94
  "repository": {
47
95
  "type": "git",
48
- "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
96
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
49
97
  },
98
+ "schematics": "./schematics/collection.json",
50
99
  "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",
56
100
  "typings": "syncfusion-ej2-angular-inputs.d.ts",
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"
101
+ "version": "31.1.17"
71
102
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-inputs";
2
- export declare const pkgVer = "^30.1.38";
2
+ export declare const pkgVer = "^30.2.4";
3
3
  export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule";
4
- export declare const themeVer = "~30.1.38";
4
+ export declare const themeVer = "~30.2.4";
@@ -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 = '^30.2.6';
4
+ exports.pkgVer = '^31.1.17';
5
5
  exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
6
- exports.themeVer = '~30.2.6';
6
+ exports.themeVer = '~31.1.17';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^30.2.6';
2
+ export const pkgVer = '^31.1.17';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
4
- export const themeVer = '~30.2.6';
4
+ export const themeVer = '~31.1.17';