@syncfusion/ej2-vue-inputs 21.2.9 → 22.1.38
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 +29 -6
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +10 -10
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +10 -10
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/src/color-picker/colorpicker.component.js +1 -1
- package/src/maskedtextbox/maskedtextbox.component.js +1 -1
- package/src/numerictextbox/numerictextbox.component.js +1 -1
- package/src/rating/rating.component.js +1 -1
- package/src/signature/signature.component.js +1 -1
- package/src/slider/slider.component.js +1 -1
- package/src/textbox/textbox.component.js +1 -1
- package/src/uploader/uploader.component.js +3 -3
- package/styles/bootstrap-dark.css +23 -3
- package/styles/bootstrap.css +23 -3
- package/styles/bootstrap4.css +23 -4
- package/styles/bootstrap5-dark.css +23 -3
- package/styles/bootstrap5.css +23 -3
- package/styles/color-picker/fluent-dark.css +1 -0
- package/styles/color-picker/fluent.css +1 -0
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +2 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +2 -0
- package/styles/fabric-dark.css +23 -3
- package/styles/fabric.css +23 -3
- package/styles/fluent-dark.css +24 -3
- package/styles/fluent.css +24 -3
- package/styles/highcontrast-light.css +23 -3
- package/styles/highcontrast.css +23 -3
- package/styles/input/bootstrap-dark.css +15 -1
- package/styles/input/bootstrap.css +15 -1
- package/styles/input/bootstrap4.css +15 -1
- package/styles/input/bootstrap5-dark.css +15 -1
- package/styles/input/bootstrap5.css +15 -1
- package/styles/input/fabric-dark.css +15 -1
- package/styles/input/fabric.css +15 -1
- package/styles/input/fluent-dark.css +15 -1
- package/styles/input/fluent.css +15 -1
- package/styles/input/highcontrast-light.css +15 -1
- package/styles/input/highcontrast.css +15 -1
- package/styles/input/material-dark.css +121 -66
- package/styles/input/material.css +121 -66
- package/styles/input/material3-dark.css +12384 -0
- package/styles/input/material3-dark.scss +2 -0
- package/styles/input/material3.css +12440 -0
- package/styles/input/material3.scss +2 -0
- package/styles/input/tailwind-dark.css +15 -1
- package/styles/input/tailwind.css +15 -1
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +2 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +2 -0
- package/styles/material-dark.css +131 -68
- package/styles/material.css +131 -68
- package/styles/material3-dark.css +15594 -0
- package/styles/material3-dark.scss +10 -0
- package/styles/material3.css +16090 -0
- package/styles/material3.scss +10 -0
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +2 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +2 -0
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material.css +8 -2
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +2 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +2 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind.css +8 -2
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +2 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +2 -0
- package/styles/slider/material-dark.css +2 -0
- package/styles/slider/material.css +2 -0
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +2 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +2 -0
- package/styles/tailwind-dark.css +23 -3
- package/styles/tailwind.css +23 -3
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +2 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +2 -0
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +2 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +2 -0
package/styles/material.css
CHANGED
|
@@ -968,7 +968,7 @@ label.e-float-text,
|
|
|
968
968
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
969
969
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
970
970
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
971
|
-
top: -
|
|
971
|
+
top: -7px;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
.e-float-input.e-small input:focus ~ label.e-float-text,
|
|
@@ -1001,7 +1001,7 @@ label.e-float-text,
|
|
|
1001
1001
|
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
1002
1002
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
1003
1003
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
1004
|
-
top: -
|
|
1004
|
+
top: -7px;
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
1007
|
.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
|
|
@@ -2173,6 +2173,7 @@ input.e-input,
|
|
|
2173
2173
|
}
|
|
2174
2174
|
|
|
2175
2175
|
input.e-input.e-bigger,
|
|
2176
|
+
.e-bigger input.e-input,
|
|
2176
2177
|
.e-input-group.e-bigger input,
|
|
2177
2178
|
.e-input-group.e-bigger input.e-input,
|
|
2178
2179
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -3166,8 +3167,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3166
3167
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
3167
3168
|
.e-bigger .e-input-group .e-clear-icon,
|
|
3168
3169
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3169
|
-
min-height: 20px;
|
|
3170
3170
|
min-width: 20px;
|
|
3171
|
+
min-height: 20px;
|
|
3171
3172
|
padding-bottom: 5px;
|
|
3172
3173
|
padding-right: 8px;
|
|
3173
3174
|
padding-top: 6px;
|
|
@@ -3183,6 +3184,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3183
3184
|
padding-top: 6px;
|
|
3184
3185
|
}
|
|
3185
3186
|
|
|
3187
|
+
.e-input-group.e-small .e-clear-icon,
|
|
3188
|
+
.e-input-group .e-clear-icon.e-small,
|
|
3189
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
3190
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
3191
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
3192
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3193
|
+
min-height: 20px;
|
|
3194
|
+
min-width: 20px;
|
|
3195
|
+
padding-bottom: 5px;
|
|
3196
|
+
padding-right: 8px;
|
|
3197
|
+
padding-top: 6px;
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3186
3200
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
3187
3201
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
3188
3202
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -3457,7 +3471,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3457
3471
|
.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
3458
3472
|
.e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3459
3473
|
.e-small .e-float-input.e-control-wrapper.e-input-group input {
|
|
3460
|
-
min-height:
|
|
3474
|
+
min-height: 16px;
|
|
3461
3475
|
}
|
|
3462
3476
|
|
|
3463
3477
|
.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
@@ -3479,7 +3493,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3479
3493
|
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
|
|
3480
3494
|
.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3481
3495
|
.e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input {
|
|
3482
|
-
min-height:
|
|
3496
|
+
min-height: 28px;
|
|
3483
3497
|
}
|
|
3484
3498
|
|
|
3485
3499
|
.e-input-group input.e-input,
|
|
@@ -4391,6 +4405,12 @@ textarea.e-outline.e-input,
|
|
|
4391
4405
|
margin: 9px 12px 9px 0;
|
|
4392
4406
|
}
|
|
4393
4407
|
|
|
4408
|
+
.e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4409
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4410
|
+
font-size: 16px;
|
|
4411
|
+
margin: 9px 0 9px 12px;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4394
4414
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
4395
4415
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
|
|
4396
4416
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
|
|
@@ -4714,6 +4734,14 @@ textarea.e-input.e-small.e-outline,
|
|
|
4714
4734
|
margin-right: 10px;
|
|
4715
4735
|
}
|
|
4716
4736
|
|
|
4737
|
+
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
4738
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
|
|
4739
|
+
.e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4740
|
+
.e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4741
|
+
margin-left: 10px;
|
|
4742
|
+
margin-right: 0;
|
|
4743
|
+
}
|
|
4744
|
+
|
|
4717
4745
|
.e-outline.e-input-group.e-small .e-clear-icon,
|
|
4718
4746
|
.e-outline.e-input-group .e-clear-icon.e-small,
|
|
4719
4747
|
.e-small .e-outline.e-input-group .e-clear-icon,
|
|
@@ -4779,6 +4807,15 @@ textarea.e-input.e-small.e-outline,
|
|
|
4779
4807
|
margin: 15px 16px 15px 0;
|
|
4780
4808
|
}
|
|
4781
4809
|
|
|
4810
|
+
.e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,
|
|
4811
|
+
.e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,
|
|
4812
|
+
.e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4813
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,
|
|
4814
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,
|
|
4815
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4816
|
+
margin: 15px 0 15px 16px;
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4782
4819
|
input.e-input.e-bigger.e-outline,
|
|
4783
4820
|
.e-bigger input.e-input.e-outline,
|
|
4784
4821
|
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
|
|
@@ -4969,6 +5006,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
4969
5006
|
margin: 9px 12px 9px 0;
|
|
4970
5007
|
}
|
|
4971
5008
|
|
|
5009
|
+
.e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,
|
|
5010
|
+
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,
|
|
5011
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
5012
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
5013
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
5014
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon {
|
|
5015
|
+
margin: 9px 0 9px 12px;
|
|
5016
|
+
}
|
|
5017
|
+
|
|
4972
5018
|
.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
|
|
4973
5019
|
.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
|
|
4974
5020
|
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
|
|
@@ -9187,76 +9233,85 @@ textarea.e-outline,
|
|
|
9187
9233
|
outline: none;
|
|
9188
9234
|
}
|
|
9189
9235
|
|
|
9190
|
-
.e-input-group.e-prepend
|
|
9191
|
-
.e-float-input.e-
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9236
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append:not(.e-outline) .e-input-in-wrap,
|
|
9237
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend:not(.e-outline) .e-input-in-wrap {
|
|
9238
|
+
border-bottom: 1px solid;
|
|
9239
|
+
border-bottom-color: rgba(0, 0, 0, 0.42);
|
|
9240
|
+
}
|
|
9241
|
+
|
|
9242
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9243
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9196
9244
|
border-bottom: 1px solid;
|
|
9245
|
+
border-bottom-color: #f44336;
|
|
9246
|
+
}
|
|
9247
|
+
|
|
9248
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9249
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9250
|
+
border-bottom: 1px solid;
|
|
9251
|
+
border-bottom-color: #22b24b;
|
|
9197
9252
|
}
|
|
9198
9253
|
|
|
9199
|
-
.e-input-group.e-prepend:not(.e-float-icon-left),
|
|
9200
|
-
.e-input-group.e-prepend.e-success:not(.e-float-icon-left),
|
|
9201
|
-
.e-input-group.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9202
|
-
.e-input-group.e-prepend.e-error:not(.e-float-icon-left),
|
|
9203
|
-
.e-input-group.e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9204
|
-
.e-input-group.e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9205
|
-
.e-input-group.e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9206
|
-
.e-input-group.e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9254
|
+
.e-input-group:not(.e-outline).e-prepend:not(.e-float-icon-left),
|
|
9255
|
+
.e-input-group:not(.e-outline).e-prepend.e-success:not(.e-float-icon-left),
|
|
9256
|
+
.e-input-group:not(.e-outline).e-prepend.e-warning:not(.e-float-icon-left),
|
|
9257
|
+
.e-input-group:not(.e-outline).e-prepend.e-error:not(.e-float-icon-left),
|
|
9258
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9259
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9260
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9261
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9207
9262
|
border-bottom: transparent;
|
|
9208
9263
|
}
|
|
9209
9264
|
|
|
9210
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9211
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9212
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9213
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9214
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9215
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9216
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9217
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9218
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9219
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9220
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9221
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9222
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9223
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9224
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9225
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9226
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9227
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9228
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9229
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9230
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9231
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9232
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9233
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9234
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9235
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9236
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9237
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9238
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9239
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9240
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9241
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9242
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9243
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
|
|
9244
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
|
|
9265
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9266
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9267
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9268
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9269
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9270
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9271
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9272
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9273
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9274
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9275
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9276
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9277
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9278
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9279
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9280
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9281
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9282
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9283
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9284
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9285
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9286
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9287
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9288
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9289
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9290
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9291
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9292
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9293
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9294
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9295
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9296
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9297
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9298
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
|
|
9299
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
|
|
9245
9300
|
border-bottom: transparent;
|
|
9246
9301
|
}
|
|
9247
9302
|
|
|
9248
|
-
.e-input-group.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9249
|
-
.e-input-group.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9250
|
-
.e-float-input.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9251
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9252
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9253
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9254
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9255
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9256
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9257
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9258
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9259
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9303
|
+
.e-input-group:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9304
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9305
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9306
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9307
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9308
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9309
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9310
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9311
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9312
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9313
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9314
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9260
9315
|
border-bottom: transparent;
|
|
9261
9316
|
}
|
|
9262
9317
|
|
|
@@ -12641,6 +12696,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12641
12696
|
padding: 0 8px;
|
|
12642
12697
|
text-align: center;
|
|
12643
12698
|
top: calc(50% - 8px);
|
|
12699
|
+
position: relative;
|
|
12700
|
+
line-height: 16px;
|
|
12644
12701
|
width: 100%;
|
|
12645
12702
|
}
|
|
12646
12703
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show {
|
|
@@ -14837,6 +14894,8 @@ body.e-colorpicker-overflow {
|
|
|
14837
14894
|
padding: 4px;
|
|
14838
14895
|
line-height: 13px;
|
|
14839
14896
|
display: block;
|
|
14897
|
+
min-width: calc(1em + 8px);
|
|
14898
|
+
min-height: calc(1em + 8px);
|
|
14840
14899
|
position: relative;
|
|
14841
14900
|
}
|
|
14842
14901
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -14979,7 +15038,7 @@ body.e-colorpicker-overflow {
|
|
|
14979
15038
|
font-size: 20px;
|
|
14980
15039
|
}
|
|
14981
15040
|
|
|
14982
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
15041
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
14983
15042
|
outline-color: #3f51b5;
|
|
14984
15043
|
border-radius: 0;
|
|
14985
15044
|
}
|
|
@@ -14991,6 +15050,7 @@ body.e-colorpicker-overflow {
|
|
|
14991
15050
|
}
|
|
14992
15051
|
.e-rating-container .e-reset.e-disabled {
|
|
14993
15052
|
color: #9e9e9e;
|
|
15053
|
+
opacity: 1;
|
|
14994
15054
|
}
|
|
14995
15055
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
14996
15056
|
-webkit-text-fill-color: transparent;
|
|
@@ -15044,6 +15104,9 @@ body.e-colorpicker-overflow {
|
|
|
15044
15104
|
-webkit-background-clip: text;
|
|
15045
15105
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15046
15106
|
}
|
|
15107
|
+
.e-rating-container.e-disabled {
|
|
15108
|
+
opacity: 1;
|
|
15109
|
+
}
|
|
15047
15110
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
15048
15111
|
-webkit-text-stroke: 1px #9e9e9e;
|
|
15049
15112
|
}
|
|
@@ -15062,7 +15125,7 @@ body.e-colorpicker-overflow {
|
|
|
15062
15125
|
-webkit-background-clip: text;
|
|
15063
15126
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15064
15127
|
}
|
|
15065
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
15128
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
15066
15129
|
background: linear-gradient(to left, #9e9e9e var(--rating-value), transparent var(--rating-value));
|
|
15067
15130
|
background-clip: text;
|
|
15068
15131
|
/* stylelint-disable property-no-vendor-prefix */
|