@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-dark.css
CHANGED
|
@@ -960,7 +960,7 @@ label.e-float-text,
|
|
|
960
960
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
961
961
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
962
962
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
963
|
-
top: -
|
|
963
|
+
top: -7px;
|
|
964
964
|
}
|
|
965
965
|
|
|
966
966
|
.e-float-input.e-small input:focus ~ label.e-float-text,
|
|
@@ -993,7 +993,7 @@ label.e-float-text,
|
|
|
993
993
|
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
994
994
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
995
995
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
996
|
-
top: -
|
|
996
|
+
top: -7px;
|
|
997
997
|
}
|
|
998
998
|
|
|
999
999
|
.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
|
|
@@ -2165,6 +2165,7 @@ input.e-input,
|
|
|
2165
2165
|
}
|
|
2166
2166
|
|
|
2167
2167
|
input.e-input.e-bigger,
|
|
2168
|
+
.e-bigger input.e-input,
|
|
2168
2169
|
.e-input-group.e-bigger input,
|
|
2169
2170
|
.e-input-group.e-bigger input.e-input,
|
|
2170
2171
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -3158,8 +3159,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3158
3159
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
3159
3160
|
.e-bigger .e-input-group .e-clear-icon,
|
|
3160
3161
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3161
|
-
min-height: 20px;
|
|
3162
3162
|
min-width: 20px;
|
|
3163
|
+
min-height: 20px;
|
|
3163
3164
|
padding-bottom: 5px;
|
|
3164
3165
|
padding-right: 8px;
|
|
3165
3166
|
padding-top: 6px;
|
|
@@ -3175,6 +3176,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3175
3176
|
padding-top: 6px;
|
|
3176
3177
|
}
|
|
3177
3178
|
|
|
3179
|
+
.e-input-group.e-small .e-clear-icon,
|
|
3180
|
+
.e-input-group .e-clear-icon.e-small,
|
|
3181
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
3182
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
3183
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
3184
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3185
|
+
min-height: 20px;
|
|
3186
|
+
min-width: 20px;
|
|
3187
|
+
padding-bottom: 5px;
|
|
3188
|
+
padding-right: 8px;
|
|
3189
|
+
padding-top: 6px;
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3178
3192
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
3179
3193
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
3180
3194
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -3449,7 +3463,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3449
3463
|
.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
3450
3464
|
.e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3451
3465
|
.e-small .e-float-input.e-control-wrapper.e-input-group input {
|
|
3452
|
-
min-height:
|
|
3466
|
+
min-height: 16px;
|
|
3453
3467
|
}
|
|
3454
3468
|
|
|
3455
3469
|
.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
@@ -3471,7 +3485,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3471
3485
|
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
|
|
3472
3486
|
.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3473
3487
|
.e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input {
|
|
3474
|
-
min-height:
|
|
3488
|
+
min-height: 28px;
|
|
3475
3489
|
}
|
|
3476
3490
|
|
|
3477
3491
|
.e-input-group input.e-input,
|
|
@@ -4383,6 +4397,12 @@ textarea.e-outline.e-input,
|
|
|
4383
4397
|
margin: 9px 12px 9px 0;
|
|
4384
4398
|
}
|
|
4385
4399
|
|
|
4400
|
+
.e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4401
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4402
|
+
font-size: 16px;
|
|
4403
|
+
margin: 9px 0 9px 12px;
|
|
4404
|
+
}
|
|
4405
|
+
|
|
4386
4406
|
.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,
|
|
4387
4407
|
.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,
|
|
4388
4408
|
.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,
|
|
@@ -4706,6 +4726,14 @@ textarea.e-input.e-small.e-outline,
|
|
|
4706
4726
|
margin-right: 10px;
|
|
4707
4727
|
}
|
|
4708
4728
|
|
|
4729
|
+
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
4730
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
|
|
4731
|
+
.e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4732
|
+
.e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4733
|
+
margin-left: 10px;
|
|
4734
|
+
margin-right: 0;
|
|
4735
|
+
}
|
|
4736
|
+
|
|
4709
4737
|
.e-outline.e-input-group.e-small .e-clear-icon,
|
|
4710
4738
|
.e-outline.e-input-group .e-clear-icon.e-small,
|
|
4711
4739
|
.e-small .e-outline.e-input-group .e-clear-icon,
|
|
@@ -4771,6 +4799,15 @@ textarea.e-input.e-small.e-outline,
|
|
|
4771
4799
|
margin: 15px 16px 15px 0;
|
|
4772
4800
|
}
|
|
4773
4801
|
|
|
4802
|
+
.e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,
|
|
4803
|
+
.e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,
|
|
4804
|
+
.e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4805
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,
|
|
4806
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,
|
|
4807
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4808
|
+
margin: 15px 0 15px 16px;
|
|
4809
|
+
}
|
|
4810
|
+
|
|
4774
4811
|
input.e-input.e-bigger.e-outline,
|
|
4775
4812
|
.e-bigger input.e-input.e-outline,
|
|
4776
4813
|
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
|
|
@@ -4961,6 +4998,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
4961
4998
|
margin: 9px 12px 9px 0;
|
|
4962
4999
|
}
|
|
4963
5000
|
|
|
5001
|
+
.e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,
|
|
5002
|
+
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,
|
|
5003
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
5004
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
5005
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
5006
|
+
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon {
|
|
5007
|
+
margin: 9px 0 9px 12px;
|
|
5008
|
+
}
|
|
5009
|
+
|
|
4964
5010
|
.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
|
|
4965
5011
|
.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
|
|
4966
5012
|
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
|
|
@@ -9179,76 +9225,85 @@ textarea.e-outline,
|
|
|
9179
9225
|
outline: none;
|
|
9180
9226
|
}
|
|
9181
9227
|
|
|
9182
|
-
.e-input-group.e-prepend
|
|
9183
|
-
.e-float-input.e-
|
|
9184
|
-
|
|
9185
|
-
|
|
9186
|
-
|
|
9187
|
-
|
|
9228
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append:not(.e-outline) .e-input-in-wrap,
|
|
9229
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend:not(.e-outline) .e-input-in-wrap {
|
|
9230
|
+
border-bottom: 1px solid;
|
|
9231
|
+
border-bottom-color: rgba(255, 255, 255, 0.42);
|
|
9232
|
+
}
|
|
9233
|
+
|
|
9234
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9235
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9188
9236
|
border-bottom: 1px solid;
|
|
9237
|
+
border-bottom-color: #ff6652;
|
|
9238
|
+
}
|
|
9239
|
+
|
|
9240
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9241
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9242
|
+
border-bottom: 1px solid;
|
|
9243
|
+
border-bottom-color: #22b24b;
|
|
9189
9244
|
}
|
|
9190
9245
|
|
|
9191
|
-
.e-input-group.e-prepend:not(.e-float-icon-left),
|
|
9192
|
-
.e-input-group.e-prepend.e-success:not(.e-float-icon-left),
|
|
9193
|
-
.e-input-group.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9194
|
-
.e-input-group.e-prepend.e-error:not(.e-float-icon-left),
|
|
9195
|
-
.e-input-group.e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9196
|
-
.e-input-group.e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9197
|
-
.e-input-group.e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9198
|
-
.e-input-group.e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9246
|
+
.e-input-group:not(.e-outline).e-prepend:not(.e-float-icon-left),
|
|
9247
|
+
.e-input-group:not(.e-outline).e-prepend.e-success:not(.e-float-icon-left),
|
|
9248
|
+
.e-input-group:not(.e-outline).e-prepend.e-warning:not(.e-float-icon-left),
|
|
9249
|
+
.e-input-group:not(.e-outline).e-prepend.e-error:not(.e-float-icon-left),
|
|
9250
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9251
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9252
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9253
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9199
9254
|
border-bottom: transparent;
|
|
9200
9255
|
}
|
|
9201
9256
|
|
|
9202
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9203
|
-
.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),
|
|
9204
|
-
.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),
|
|
9205
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9206
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9207
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9208
|
-
.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),
|
|
9209
|
-
.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),
|
|
9210
|
-
.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),
|
|
9211
|
-
.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,
|
|
9212
|
-
.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,
|
|
9213
|
-
.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,
|
|
9214
|
-
.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,
|
|
9215
|
-
.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,
|
|
9216
|
-
.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,
|
|
9217
|
-
.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,
|
|
9218
|
-
.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,
|
|
9219
|
-
.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,
|
|
9220
|
-
.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,
|
|
9221
|
-
.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,
|
|
9222
|
-
.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,
|
|
9223
|
-
.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,
|
|
9224
|
-
.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,
|
|
9225
|
-
.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,
|
|
9226
|
-
.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,
|
|
9227
|
-
.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,
|
|
9228
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9229
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9230
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9231
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9232
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9233
|
-
.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,
|
|
9234
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9235
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
|
|
9236
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
|
|
9257
|
+
.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),
|
|
9258
|
+
.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),
|
|
9259
|
+
.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),
|
|
9260
|
+
.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),
|
|
9261
|
+
.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),
|
|
9262
|
+
.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,
|
|
9263
|
+
.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),
|
|
9264
|
+
.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),
|
|
9265
|
+
.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),
|
|
9266
|
+
.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,
|
|
9267
|
+
.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,
|
|
9268
|
+
.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,
|
|
9269
|
+
.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,
|
|
9270
|
+
.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,
|
|
9271
|
+
.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,
|
|
9272
|
+
.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,
|
|
9273
|
+
.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,
|
|
9274
|
+
.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,
|
|
9275
|
+
.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,
|
|
9276
|
+
.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,
|
|
9277
|
+
.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,
|
|
9278
|
+
.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,
|
|
9279
|
+
.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,
|
|
9280
|
+
.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,
|
|
9281
|
+
.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,
|
|
9282
|
+
.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,
|
|
9283
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9284
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9285
|
+
.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),
|
|
9286
|
+
.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),
|
|
9287
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9288
|
+
.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,
|
|
9289
|
+
.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,
|
|
9290
|
+
.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,
|
|
9291
|
+
.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 {
|
|
9237
9292
|
border-bottom: transparent;
|
|
9238
9293
|
}
|
|
9239
9294
|
|
|
9240
|
-
.e-input-group.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9241
|
-
.e-input-group.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9242
|
-
.e-float-input.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9243
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9244
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9245
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9246
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9247
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9248
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9249
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9250
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9251
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9295
|
+
.e-input-group:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9296
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9297
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9298
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9299
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9300
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9301
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9302
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9303
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9304
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9305
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9306
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9252
9307
|
border-bottom: transparent;
|
|
9253
9308
|
}
|
|
9254
9309
|
|
|
@@ -12617,6 +12672,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12617
12672
|
padding: 0 8px;
|
|
12618
12673
|
text-align: center;
|
|
12619
12674
|
top: calc(50% - 8px);
|
|
12675
|
+
position: relative;
|
|
12676
|
+
line-height: 16px;
|
|
12620
12677
|
width: 100%;
|
|
12621
12678
|
}
|
|
12622
12679
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show {
|
|
@@ -14793,6 +14850,8 @@ body.e-colorpicker-overflow {
|
|
|
14793
14850
|
padding: 4px;
|
|
14794
14851
|
line-height: 13px;
|
|
14795
14852
|
display: block;
|
|
14853
|
+
min-width: calc(1em + 8px);
|
|
14854
|
+
min-height: calc(1em + 8px);
|
|
14796
14855
|
position: relative;
|
|
14797
14856
|
}
|
|
14798
14857
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -14935,7 +14994,7 @@ body.e-colorpicker-overflow {
|
|
|
14935
14994
|
font-size: 20px;
|
|
14936
14995
|
}
|
|
14937
14996
|
|
|
14938
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
14997
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
14939
14998
|
outline-color: #3f51b5;
|
|
14940
14999
|
border-radius: 0;
|
|
14941
15000
|
}
|
|
@@ -14947,6 +15006,7 @@ body.e-colorpicker-overflow {
|
|
|
14947
15006
|
}
|
|
14948
15007
|
.e-rating-container .e-reset.e-disabled {
|
|
14949
15008
|
color: #757575;
|
|
15009
|
+
opacity: 1;
|
|
14950
15010
|
}
|
|
14951
15011
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
14952
15012
|
-webkit-text-fill-color: transparent;
|
|
@@ -15000,6 +15060,9 @@ body.e-colorpicker-overflow {
|
|
|
15000
15060
|
-webkit-background-clip: text;
|
|
15001
15061
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15002
15062
|
}
|
|
15063
|
+
.e-rating-container.e-disabled {
|
|
15064
|
+
opacity: 1;
|
|
15065
|
+
}
|
|
15003
15066
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
15004
15067
|
-webkit-text-stroke: 1px #757575;
|
|
15005
15068
|
}
|
|
@@ -15018,7 +15081,7 @@ body.e-colorpicker-overflow {
|
|
|
15018
15081
|
-webkit-background-clip: text;
|
|
15019
15082
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15020
15083
|
}
|
|
15021
|
-
.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 {
|
|
15084
|
+
.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 {
|
|
15022
15085
|
background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
|
|
15023
15086
|
background-clip: text;
|
|
15024
15087
|
/* stylelint-disable property-no-vendor-prefix */
|