@syncfusion/ej2-angular-inputs 26.1.39 → 26.1.40
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,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Uploader
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I601231` - Fixed issue where change event would return all uploaded files instead of single file when multiple is set to false.
|
|
10
|
+
|
|
11
|
+
### FormValidator
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#F58905` - Fixed an issue where the min and max validation rules were not functioning correctly.
|
|
16
|
+
|
|
17
|
+
### Input
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I603191` - Fixed console error on component rendering when using float label with outline cssClass property.
|
|
22
|
+
|
|
5
23
|
## 26.1.38 (2024-06-19)
|
|
6
24
|
|
|
7
25
|
### NumericTextBox
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inputs@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inputs@26.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-nZh81wgAddWK7AgwarTHmRV+W0rox45BjOkQgnKXLT++WOdtszCn4zZmZVm23gWhhfwJcGqbDJGPf7nZeK61gQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-26.1.39.tgz",
|
|
23
|
+
"_shasum": "0103c1dc3532b939d3bc9e37a36ccadc28fd971a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.1.39",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
-
"@syncfusion/ej2-inputs": "26.1.
|
|
36
|
+
"@syncfusion/ej2-inputs": "26.1.40",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"schematics": "./schematics/collection.json",
|
|
96
96
|
"sideEffects": false,
|
|
97
97
|
"typings": "syncfusion-ej2-angular-inputs.d.ts",
|
|
98
|
-
"version": "26.1.
|
|
98
|
+
"version": "26.1.40"
|
|
99
99
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^26.1.
|
|
2
|
+
export const pkgVer = '^26.1.39';
|
|
3
3
|
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule';
|
|
4
|
-
export const themeVer = '~26.1.
|
|
4
|
+
export const themeVer = '~26.1.39';
|
|
@@ -3620,7 +3620,7 @@ textarea.e-input,
|
|
|
3620
3620
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3621
3621
|
.e-float-input textarea[readonly],
|
|
3622
3622
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3623
|
-
background:
|
|
3623
|
+
background: #232e3e;
|
|
3624
3624
|
color: inherit;
|
|
3625
3625
|
}
|
|
3626
3626
|
|
|
@@ -3620,7 +3620,7 @@ textarea.e-input,
|
|
|
3620
3620
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3621
3621
|
.e-float-input textarea[readonly],
|
|
3622
3622
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3623
|
-
background:
|
|
3623
|
+
background: #f9fafb;
|
|
3624
3624
|
color: inherit;
|
|
3625
3625
|
}
|
|
3626
3626
|
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3630,7 +3630,7 @@ textarea.e-input,
|
|
|
3630
3630
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3631
3631
|
.e-float-input textarea[readonly],
|
|
3632
3632
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3633
|
-
background:
|
|
3633
|
+
background: #232e3e;
|
|
3634
3634
|
color: inherit;
|
|
3635
3635
|
}
|
|
3636
3636
|
|
package/styles/tailwind.css
CHANGED
|
@@ -3630,7 +3630,7 @@ textarea.e-input,
|
|
|
3630
3630
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3631
3631
|
.e-float-input textarea[readonly],
|
|
3632
3632
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3633
|
-
background:
|
|
3633
|
+
background: #f9fafb;
|
|
3634
3634
|
color: inherit;
|
|
3635
3635
|
}
|
|
3636
3636
|
|