@syncfusion/ej2-angular-inputs 26.1.42 → 26.2.4
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 +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +6 -2
- package/styles/bootstrap.css +6 -2
- package/styles/bootstrap4.css +6 -2
- package/styles/bootstrap5-dark.css +6 -2
- package/styles/bootstrap5.css +6 -2
- package/styles/fabric-dark.css +6 -2
- package/styles/fabric.css +6 -2
- package/styles/fluent-dark.css +9 -3
- package/styles/fluent.css +9 -3
- package/styles/fluent2.css +31 -17
- package/styles/highcontrast-light.css +6 -2
- package/styles/highcontrast.css +6 -2
- package/styles/input/bootstrap-dark.css +5 -1
- package/styles/input/bootstrap.css +5 -1
- package/styles/input/bootstrap4.css +5 -1
- package/styles/input/bootstrap5-dark.css +5 -1
- package/styles/input/bootstrap5.css +5 -1
- package/styles/input/fabric-dark.css +5 -1
- package/styles/input/fabric.css +5 -1
- package/styles/input/fluent-dark.css +8 -2
- package/styles/input/fluent.css +8 -2
- package/styles/input/fluent2.css +30 -16
- package/styles/input/highcontrast-light.css +5 -1
- package/styles/input/highcontrast.css +5 -1
- package/styles/input/material-dark.css +17 -13
- package/styles/input/material.css +17 -13
- package/styles/input/material3-dark.css +17 -13
- package/styles/input/material3.css +17 -13
- package/styles/input/tailwind-dark.css +5 -1
- package/styles/input/tailwind.css +5 -1
- package/styles/material-dark.css +18 -14
- package/styles/material.css +18 -14
- package/styles/material3-dark.css +18 -14
- package/styles/material3.css +18 -14
- package/styles/otp-input/bootstrap-dark.css +1 -1
- package/styles/otp-input/bootstrap.css +1 -1
- package/styles/otp-input/bootstrap4.css +1 -1
- package/styles/otp-input/bootstrap5-dark.css +1 -1
- package/styles/otp-input/bootstrap5.css +1 -1
- package/styles/otp-input/fabric-dark.css +1 -1
- package/styles/otp-input/fabric.css +1 -1
- package/styles/otp-input/fluent-dark.css +1 -1
- package/styles/otp-input/fluent.css +1 -1
- package/styles/otp-input/fluent2.css +1 -1
- package/styles/otp-input/highcontrast-light.css +1 -1
- package/styles/otp-input/highcontrast.css +1 -1
- package/styles/otp-input/material-dark.css +1 -1
- package/styles/otp-input/material.css +1 -1
- package/styles/otp-input/material3-dark.css +1 -1
- package/styles/otp-input/material3.css +1 -1
- package/styles/otp-input/tailwind-dark.css +1 -1
- package/styles/otp-input/tailwind.css +1 -1
- package/styles/tailwind-dark.css +6 -2
- package/styles/tailwind.css +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### TextBox
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I609281` - Fixed issue where the aria-label attribute was not set properly.
|
|
10
10
|
|
|
11
11
|
## 26.1.41 (2024-07-09)
|
|
12
12
|
|
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.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-FKAHMsGcfYWKwoBlEhQQxlrp6d+ETKdY8Dz4oRrwrn6C7rQwjG9B7dJ+Qtp/2DGD9shb0ivhNGQTNnkEPd10aw==",
|
|
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.42.tgz",
|
|
23
|
+
"_shasum": "ea2b90d8f3eab645c4367e86d2d44e5e173666bb",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.
|
|
35
|
-
"@syncfusion/ej2-base": "~26.
|
|
36
|
-
"@syncfusion/ej2-inputs": "26.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.2.4",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.2.4",
|
|
36
|
+
"@syncfusion/ej2-inputs": "26.2.4",
|
|
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.
|
|
98
|
+
"version": "26.2.4"
|
|
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.42';
|
|
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.42';
|
|
@@ -2055,7 +2055,11 @@ input.e-input,
|
|
|
2055
2055
|
.e-input-group.e-input-focus input.e-input,
|
|
2056
2056
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2057
2057
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2058
|
-
.e-float-input.e-input-focus input
|
|
2058
|
+
.e-float-input.e-input-focus input {
|
|
2059
|
+
padding-left: 12px;
|
|
2060
|
+
text-indent: 0;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2059
2063
|
textarea.e-input,
|
|
2060
2064
|
.e-input-group textarea.e-input,
|
|
2061
2065
|
.e-input-group textarea,
|
|
@@ -7367,7 +7371,7 @@ body.e-colorpicker-overflow {
|
|
|
7367
7371
|
color: #767676;
|
|
7368
7372
|
}
|
|
7369
7373
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7370
|
-
border:
|
|
7374
|
+
border: 1px solid #767676;
|
|
7371
7375
|
}
|
|
7372
7376
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7373
7377
|
border-bottom: 2px solid #767676;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2055,7 +2055,11 @@ input.e-input,
|
|
|
2055
2055
|
.e-input-group.e-input-focus input.e-input,
|
|
2056
2056
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2057
2057
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2058
|
-
.e-float-input.e-input-focus input
|
|
2058
|
+
.e-float-input.e-input-focus input {
|
|
2059
|
+
padding-left: 12px;
|
|
2060
|
+
text-indent: 0;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2059
2063
|
textarea.e-input,
|
|
2060
2064
|
.e-input-group textarea.e-input,
|
|
2061
2065
|
.e-input-group textarea,
|
|
@@ -7349,7 +7353,7 @@ body.e-colorpicker-overflow {
|
|
|
7349
7353
|
color: #ccc;
|
|
7350
7354
|
}
|
|
7351
7355
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7352
|
-
border:
|
|
7356
|
+
border: 1px solid #ccc;
|
|
7353
7357
|
}
|
|
7354
7358
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7355
7359
|
border-bottom: 2px solid #ccc;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2055,7 +2055,11 @@ input.e-input,
|
|
|
2055
2055
|
.e-input-group.e-input-focus input.e-input,
|
|
2056
2056
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2057
2057
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2058
|
-
.e-float-input.e-input-focus input
|
|
2058
|
+
.e-float-input.e-input-focus input {
|
|
2059
|
+
padding-left: 8px;
|
|
2060
|
+
text-indent: 0;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2059
2063
|
textarea.e-input,
|
|
2060
2064
|
.e-input-group textarea.e-input,
|
|
2061
2065
|
.e-input-group textarea,
|
|
@@ -7507,7 +7511,7 @@ body.e-colorpicker-overflow {
|
|
|
7507
7511
|
color: #ced4da;
|
|
7508
7512
|
}
|
|
7509
7513
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7510
|
-
border:
|
|
7514
|
+
border: 1px solid #ced4da;
|
|
7511
7515
|
}
|
|
7512
7516
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7513
7517
|
border-bottom: 2px solid #ced4da;
|
|
@@ -2144,7 +2144,11 @@ input.e-input,
|
|
|
2144
2144
|
.e-input-group.e-input-focus input.e-input,
|
|
2145
2145
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2146
2146
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2147
|
-
.e-float-input.e-input-focus input
|
|
2147
|
+
.e-float-input.e-input-focus input {
|
|
2148
|
+
padding-left: 8px;
|
|
2149
|
+
text-indent: 0;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2148
2152
|
textarea.e-input,
|
|
2149
2153
|
.e-input-group textarea.e-input,
|
|
2150
2154
|
.e-input-group textarea,
|
|
@@ -7672,7 +7676,7 @@ body.e-colorpicker-overflow {
|
|
|
7672
7676
|
color: #6c757d;
|
|
7673
7677
|
}
|
|
7674
7678
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7675
|
-
border:
|
|
7679
|
+
border: 1px solid #6c757d;
|
|
7676
7680
|
}
|
|
7677
7681
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7678
7682
|
border-bottom: 2px solid #6c757d;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2144,7 +2144,11 @@ input.e-input,
|
|
|
2144
2144
|
.e-input-group.e-input-focus input.e-input,
|
|
2145
2145
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2146
2146
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2147
|
-
.e-float-input.e-input-focus input
|
|
2147
|
+
.e-float-input.e-input-focus input {
|
|
2148
|
+
padding-left: 8px;
|
|
2149
|
+
text-indent: 0;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2148
2152
|
textarea.e-input,
|
|
2149
2153
|
.e-input-group textarea.e-input,
|
|
2150
2154
|
.e-input-group textarea,
|
|
@@ -7672,7 +7676,7 @@ body.e-colorpicker-overflow {
|
|
|
7672
7676
|
color: #ced4da;
|
|
7673
7677
|
}
|
|
7674
7678
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7675
|
-
border:
|
|
7679
|
+
border: 1px solid #ced4da;
|
|
7676
7680
|
}
|
|
7677
7681
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7678
7682
|
border-bottom: 2px solid #ced4da;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2016,7 +2016,11 @@ input.e-input,
|
|
|
2016
2016
|
.e-input-group.e-input-focus input.e-input,
|
|
2017
2017
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2018
2018
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2019
|
-
.e-float-input.e-input-focus input
|
|
2019
|
+
.e-float-input.e-input-focus input {
|
|
2020
|
+
padding-left: 10px;
|
|
2021
|
+
text-indent: 0;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2020
2024
|
textarea.e-input,
|
|
2021
2025
|
.e-input-group textarea.e-input,
|
|
2022
2026
|
.e-input-group textarea,
|
|
@@ -7313,7 +7317,7 @@ body.e-colorpicker-overflow {
|
|
|
7313
7317
|
color: #9a9a9a;
|
|
7314
7318
|
}
|
|
7315
7319
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7316
|
-
border:
|
|
7320
|
+
border: 1px solid #9a9a9a;
|
|
7317
7321
|
}
|
|
7318
7322
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7319
7323
|
border-bottom: 2px solid #9a9a9a;
|
package/styles/fabric.css
CHANGED
|
@@ -2016,7 +2016,11 @@ input.e-input,
|
|
|
2016
2016
|
.e-input-group.e-input-focus input.e-input,
|
|
2017
2017
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2018
2018
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2019
|
-
.e-float-input.e-input-focus input
|
|
2019
|
+
.e-float-input.e-input-focus input {
|
|
2020
|
+
padding-left: 10px;
|
|
2021
|
+
text-indent: 0;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2020
2024
|
textarea.e-input,
|
|
2021
2025
|
.e-input-group textarea.e-input,
|
|
2022
2026
|
.e-input-group textarea,
|
|
@@ -7318,7 +7322,7 @@ body.e-colorpicker-overflow {
|
|
|
7318
7322
|
color: #c8c8c8;
|
|
7319
7323
|
}
|
|
7320
7324
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7321
|
-
border:
|
|
7325
|
+
border: 1px solid #c8c8c8;
|
|
7322
7326
|
}
|
|
7323
7327
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7324
7328
|
border-bottom: 2px solid #c8c8c8;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1985,7 +1985,11 @@ input.e-input,
|
|
|
1985
1985
|
.e-input-group.e-input-focus input.e-input,
|
|
1986
1986
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
1987
1987
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
1988
|
-
.e-float-input.e-input-focus input
|
|
1988
|
+
.e-float-input.e-input-focus input {
|
|
1989
|
+
padding-left: 8px;
|
|
1990
|
+
text-indent: 0;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1989
1993
|
textarea.e-input,
|
|
1990
1994
|
.e-input-group textarea.e-input,
|
|
1991
1995
|
.e-input-group textarea,
|
|
@@ -3922,9 +3926,11 @@ textarea.e-input::selection,
|
|
|
3922
3926
|
|
|
3923
3927
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3924
3928
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3929
|
+
border-color: #0078d4;
|
|
3925
3930
|
border-color: #0078d4;
|
|
3926
3931
|
border-radius: 2px;
|
|
3927
|
-
|
|
3932
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3933
|
+
box-shadow: 0 0 0 1px #0078d4;
|
|
3928
3934
|
}
|
|
3929
3935
|
|
|
3930
3936
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -7464,7 +7470,7 @@ body.e-colorpicker-overflow {
|
|
|
7464
7470
|
color: #a19f9d;
|
|
7465
7471
|
}
|
|
7466
7472
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7467
|
-
border:
|
|
7473
|
+
border: 1px solid #a19f9d;
|
|
7468
7474
|
}
|
|
7469
7475
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7470
7476
|
border-bottom: 2px solid #a19f9d;
|
package/styles/fluent.css
CHANGED
|
@@ -1985,7 +1985,11 @@ input.e-input,
|
|
|
1985
1985
|
.e-input-group.e-input-focus input.e-input,
|
|
1986
1986
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
1987
1987
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
1988
|
-
.e-float-input.e-input-focus input
|
|
1988
|
+
.e-float-input.e-input-focus input {
|
|
1989
|
+
padding-left: 8px;
|
|
1990
|
+
text-indent: 0;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1989
1993
|
textarea.e-input,
|
|
1990
1994
|
.e-input-group textarea.e-input,
|
|
1991
1995
|
.e-input-group textarea,
|
|
@@ -3922,9 +3926,11 @@ textarea.e-input::selection,
|
|
|
3922
3926
|
|
|
3923
3927
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3924
3928
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3929
|
+
border-color: #0078d4;
|
|
3925
3930
|
border-color: #0078d4;
|
|
3926
3931
|
border-radius: 2px;
|
|
3927
|
-
|
|
3932
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3933
|
+
box-shadow: 0 0 0 1px #0078d4;
|
|
3928
3934
|
}
|
|
3929
3935
|
|
|
3930
3936
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -7464,7 +7470,7 @@ body.e-colorpicker-overflow {
|
|
|
7464
7470
|
color: #605e5c;
|
|
7465
7471
|
}
|
|
7466
7472
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7467
|
-
border:
|
|
7473
|
+
border: 1px solid #605e5c;
|
|
7468
7474
|
}
|
|
7469
7475
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7470
7476
|
border-bottom: 2px solid #605e5c;
|
package/styles/fluent2.css
CHANGED
|
@@ -4572,7 +4572,11 @@ input.e-input,
|
|
|
4572
4572
|
.e-input-group.e-input-focus input.e-input,
|
|
4573
4573
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
4574
4574
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
4575
|
-
.e-float-input.e-input-focus input
|
|
4575
|
+
.e-float-input.e-input-focus input {
|
|
4576
|
+
padding-left: 8px;
|
|
4577
|
+
text-indent: 0;
|
|
4578
|
+
}
|
|
4579
|
+
|
|
4576
4580
|
textarea.e-input,
|
|
4577
4581
|
.e-input-group textarea.e-input,
|
|
4578
4582
|
.e-input-group textarea,
|
|
@@ -4586,7 +4590,7 @@ textarea.e-input,
|
|
|
4586
4590
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
4587
4591
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
4588
4592
|
.e-float-input textarea:focus {
|
|
4589
|
-
padding-left:
|
|
4593
|
+
padding-left: 12px;
|
|
4590
4594
|
text-indent: 0;
|
|
4591
4595
|
}
|
|
4592
4596
|
|
|
@@ -4908,7 +4912,7 @@ textarea.e-input.e-bigger,
|
|
|
4908
4912
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
4909
4913
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
4910
4914
|
.e-bigger .e-float-input textarea:focus {
|
|
4911
|
-
padding
|
|
4915
|
+
padding: 6px 12px 6px 16px;
|
|
4912
4916
|
text-indent: 0;
|
|
4913
4917
|
}
|
|
4914
4918
|
|
|
@@ -5589,18 +5593,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
5589
5593
|
min-height: 22px;
|
|
5590
5594
|
}
|
|
5591
5595
|
|
|
5592
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5593
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5594
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5595
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5596
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
5597
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5598
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
5599
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5600
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5601
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
5602
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5603
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
5596
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5597
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5598
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5599
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
5600
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
5601
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
5602
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
5603
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5604
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
5605
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
5606
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
5607
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
5604
5608
|
border-bottom-width: 1px;
|
|
5605
5609
|
border-color: var(--color-sf-border-dark);
|
|
5606
5610
|
}
|
|
@@ -9447,7 +9451,7 @@ textarea.e-input::selection,
|
|
|
9447
9451
|
border-color: var(--color-sf-border-alt);
|
|
9448
9452
|
}
|
|
9449
9453
|
|
|
9450
|
-
.e-bigger .e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
9454
|
+
.e-bigger .e-input:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
9451
9455
|
padding-bottom: 0;
|
|
9452
9456
|
}
|
|
9453
9457
|
|
|
@@ -9463,6 +9467,16 @@ textarea.e-input::selection,
|
|
|
9463
9467
|
border-bottom-width: 2px;
|
|
9464
9468
|
}
|
|
9465
9469
|
|
|
9470
|
+
textarea.e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
9471
|
+
border-bottom-color: var(--color-sf-primary);
|
|
9472
|
+
padding-bottom: 4px;
|
|
9473
|
+
border-bottom-width: 0;
|
|
9474
|
+
}
|
|
9475
|
+
|
|
9476
|
+
.e-bigger textarea.e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
9477
|
+
padding-bottom: 6px;
|
|
9478
|
+
}
|
|
9479
|
+
|
|
9466
9480
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
|
|
9467
9481
|
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
|
|
9468
9482
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
|
|
@@ -25531,7 +25545,7 @@ body.e-colorpicker-overflow {
|
|
|
25531
25545
|
color: var(--color-sf-border);
|
|
25532
25546
|
}
|
|
25533
25547
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
25534
|
-
border:
|
|
25548
|
+
border: 1px solid var(--color-sf-border);
|
|
25535
25549
|
}
|
|
25536
25550
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
25537
25551
|
border-bottom: 2px solid var(--color-sf-border-alt);
|
|
@@ -2082,7 +2082,11 @@ input.e-input,
|
|
|
2082
2082
|
.e-input-group.e-input-focus input.e-input,
|
|
2083
2083
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2084
2084
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2085
|
-
.e-float-input.e-input-focus input
|
|
2085
|
+
.e-float-input.e-input-focus input {
|
|
2086
|
+
padding-left: 10px;
|
|
2087
|
+
text-indent: 0;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2086
2090
|
textarea.e-input,
|
|
2087
2091
|
.e-input-group textarea.e-input,
|
|
2088
2092
|
.e-input-group textarea,
|
|
@@ -7522,7 +7526,7 @@ body.e-colorpicker-overflow {
|
|
|
7522
7526
|
color: rgb(121, 116, 126);
|
|
7523
7527
|
}
|
|
7524
7528
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7525
|
-
border:
|
|
7529
|
+
border: 1px solid rgb(121, 116, 126);
|
|
7526
7530
|
}
|
|
7527
7531
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7528
7532
|
border-bottom: 2px solid rgb(121, 116, 126);
|
package/styles/highcontrast.css
CHANGED
|
@@ -2082,7 +2082,11 @@ input.e-input,
|
|
|
2082
2082
|
.e-input-group.e-input-focus input.e-input,
|
|
2083
2083
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2084
2084
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2085
|
-
.e-float-input.e-input-focus input
|
|
2085
|
+
.e-float-input.e-input-focus input {
|
|
2086
|
+
padding-left: 10px;
|
|
2087
|
+
text-indent: 0;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2086
2090
|
textarea.e-input,
|
|
2087
2091
|
.e-input-group textarea.e-input,
|
|
2088
2092
|
.e-input-group textarea,
|
|
@@ -7522,7 +7526,7 @@ body.e-colorpicker-overflow {
|
|
|
7522
7526
|
color: #fff;
|
|
7523
7527
|
}
|
|
7524
7528
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7525
|
-
border:
|
|
7529
|
+
border: 1px solid #fff;
|
|
7526
7530
|
}
|
|
7527
7531
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7528
7532
|
border-bottom: 2px solid #fff;
|
|
@@ -2045,7 +2045,11 @@ input.e-input,
|
|
|
2045
2045
|
.e-input-group.e-input-focus input.e-input,
|
|
2046
2046
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2047
2047
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2048
|
-
.e-float-input.e-input-focus input
|
|
2048
|
+
.e-float-input.e-input-focus input {
|
|
2049
|
+
padding-left: 12px;
|
|
2050
|
+
text-indent: 0;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2049
2053
|
textarea.e-input,
|
|
2050
2054
|
.e-input-group textarea.e-input,
|
|
2051
2055
|
.e-input-group textarea,
|
|
@@ -2045,7 +2045,11 @@ input.e-input,
|
|
|
2045
2045
|
.e-input-group.e-input-focus input.e-input,
|
|
2046
2046
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2047
2047
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2048
|
-
.e-float-input.e-input-focus input
|
|
2048
|
+
.e-float-input.e-input-focus input {
|
|
2049
|
+
padding-left: 12px;
|
|
2050
|
+
text-indent: 0;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2049
2053
|
textarea.e-input,
|
|
2050
2054
|
.e-input-group textarea.e-input,
|
|
2051
2055
|
.e-input-group textarea,
|
|
@@ -2045,7 +2045,11 @@ input.e-input,
|
|
|
2045
2045
|
.e-input-group.e-input-focus input.e-input,
|
|
2046
2046
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2047
2047
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2048
|
-
.e-float-input.e-input-focus input
|
|
2048
|
+
.e-float-input.e-input-focus input {
|
|
2049
|
+
padding-left: 8px;
|
|
2050
|
+
text-indent: 0;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2049
2053
|
textarea.e-input,
|
|
2050
2054
|
.e-input-group textarea.e-input,
|
|
2051
2055
|
.e-input-group textarea,
|
|
@@ -2134,7 +2134,11 @@ input.e-input,
|
|
|
2134
2134
|
.e-input-group.e-input-focus input.e-input,
|
|
2135
2135
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2136
2136
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2137
|
-
.e-float-input.e-input-focus input
|
|
2137
|
+
.e-float-input.e-input-focus input {
|
|
2138
|
+
padding-left: 8px;
|
|
2139
|
+
text-indent: 0;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2138
2142
|
textarea.e-input,
|
|
2139
2143
|
.e-input-group textarea.e-input,
|
|
2140
2144
|
.e-input-group textarea,
|
|
@@ -2134,7 +2134,11 @@ input.e-input,
|
|
|
2134
2134
|
.e-input-group.e-input-focus input.e-input,
|
|
2135
2135
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2136
2136
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2137
|
-
.e-float-input.e-input-focus input
|
|
2137
|
+
.e-float-input.e-input-focus input {
|
|
2138
|
+
padding-left: 8px;
|
|
2139
|
+
text-indent: 0;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2138
2142
|
textarea.e-input,
|
|
2139
2143
|
.e-input-group textarea.e-input,
|
|
2140
2144
|
.e-input-group textarea,
|
|
@@ -2006,7 +2006,11 @@ input.e-input,
|
|
|
2006
2006
|
.e-input-group.e-input-focus input.e-input,
|
|
2007
2007
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2008
2008
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2009
|
-
.e-float-input.e-input-focus input
|
|
2009
|
+
.e-float-input.e-input-focus input {
|
|
2010
|
+
padding-left: 10px;
|
|
2011
|
+
text-indent: 0;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2010
2014
|
textarea.e-input,
|
|
2011
2015
|
.e-input-group textarea.e-input,
|
|
2012
2016
|
.e-input-group textarea,
|
package/styles/input/fabric.css
CHANGED
|
@@ -2006,7 +2006,11 @@ input.e-input,
|
|
|
2006
2006
|
.e-input-group.e-input-focus input.e-input,
|
|
2007
2007
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2008
2008
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2009
|
-
.e-float-input.e-input-focus input
|
|
2009
|
+
.e-float-input.e-input-focus input {
|
|
2010
|
+
padding-left: 10px;
|
|
2011
|
+
text-indent: 0;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2010
2014
|
textarea.e-input,
|
|
2011
2015
|
.e-input-group textarea.e-input,
|
|
2012
2016
|
.e-input-group textarea,
|
|
@@ -1975,7 +1975,11 @@ input.e-input,
|
|
|
1975
1975
|
.e-input-group.e-input-focus input.e-input,
|
|
1976
1976
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
1977
1977
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
1978
|
-
.e-float-input.e-input-focus input
|
|
1978
|
+
.e-float-input.e-input-focus input {
|
|
1979
|
+
padding-left: 8px;
|
|
1980
|
+
text-indent: 0;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1979
1983
|
textarea.e-input,
|
|
1980
1984
|
.e-input-group textarea.e-input,
|
|
1981
1985
|
.e-input-group textarea,
|
|
@@ -3912,9 +3916,11 @@ textarea.e-input::selection,
|
|
|
3912
3916
|
|
|
3913
3917
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3914
3918
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3919
|
+
border-color: #0078d4;
|
|
3915
3920
|
border-color: #0078d4;
|
|
3916
3921
|
border-radius: 2px;
|
|
3917
|
-
|
|
3922
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3923
|
+
box-shadow: 0 0 0 1px #0078d4;
|
|
3918
3924
|
}
|
|
3919
3925
|
|
|
3920
3926
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
package/styles/input/fluent.css
CHANGED
|
@@ -1975,7 +1975,11 @@ input.e-input,
|
|
|
1975
1975
|
.e-input-group.e-input-focus input.e-input,
|
|
1976
1976
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
1977
1977
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
1978
|
-
.e-float-input.e-input-focus input
|
|
1978
|
+
.e-float-input.e-input-focus input {
|
|
1979
|
+
padding-left: 8px;
|
|
1980
|
+
text-indent: 0;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1979
1983
|
textarea.e-input,
|
|
1980
1984
|
.e-input-group textarea.e-input,
|
|
1981
1985
|
.e-input-group textarea,
|
|
@@ -3912,9 +3916,11 @@ textarea.e-input::selection,
|
|
|
3912
3916
|
|
|
3913
3917
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3914
3918
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3919
|
+
border-color: #0078d4;
|
|
3915
3920
|
border-color: #0078d4;
|
|
3916
3921
|
border-radius: 2px;
|
|
3917
|
-
|
|
3922
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3923
|
+
box-shadow: 0 0 0 1px #0078d4;
|
|
3918
3924
|
}
|
|
3919
3925
|
|
|
3920
3926
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|