@syncfusion/ej2-angular-inputs 20.1.55 → 20.1.58
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 +6 -0
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/ng-add/schema.json +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +125 -658
- package/styles/bootstrap.css +122 -655
- package/styles/bootstrap4.css +122 -682
- package/styles/bootstrap5-dark.css +131 -702
- package/styles/bootstrap5.css +131 -702
- package/styles/color-picker/bootstrap-dark.css +27 -194
- package/styles/color-picker/bootstrap.css +27 -194
- package/styles/color-picker/bootstrap4.css +27 -209
- package/styles/color-picker/bootstrap5-dark.css +27 -202
- package/styles/color-picker/bootstrap5.css +27 -202
- package/styles/color-picker/fabric-dark.css +27 -194
- package/styles/color-picker/fabric.css +27 -194
- package/styles/color-picker/fluent-dark.css +27 -194
- package/styles/color-picker/fluent.css +27 -194
- package/styles/color-picker/highcontrast-light.css +27 -194
- package/styles/color-picker/highcontrast.css +27 -194
- package/styles/color-picker/material-dark.css +27 -195
- package/styles/color-picker/material.css +27 -196
- package/styles/color-picker/tailwind-dark.css +28 -203
- package/styles/color-picker/tailwind.css +28 -203
- package/styles/fabric-dark.css +122 -656
- package/styles/fabric.css +121 -655
- package/styles/fluent-dark.css +131 -691
- package/styles/fluent.css +131 -691
- package/styles/highcontrast-light.css +130 -676
- package/styles/highcontrast.css +130 -676
- package/styles/input/bootstrap-dark.css +36 -38
- package/styles/input/bootstrap.css +33 -35
- package/styles/input/bootstrap4.css +33 -35
- package/styles/input/bootstrap5-dark.css +33 -35
- package/styles/input/bootstrap5.css +33 -35
- package/styles/input/fabric-dark.css +32 -33
- package/styles/input/fabric.css +32 -33
- package/styles/input/fluent-dark.css +32 -33
- package/styles/input/fluent.css +32 -33
- package/styles/input/highcontrast-light.css +33 -35
- package/styles/input/highcontrast.css +33 -35
- package/styles/input/material-dark.css +87 -122
- package/styles/input/material.css +87 -123
- package/styles/input/tailwind-dark.css +32 -33
- package/styles/input/tailwind.css +32 -33
- package/styles/maskedtextbox/bootstrap-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap.css +1 -1
- package/styles/maskedtextbox/bootstrap4.css +1 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap5.css +1 -1
- package/styles/maskedtextbox/fabric-dark.css +1 -1
- package/styles/maskedtextbox/fabric.css +1 -1
- package/styles/maskedtextbox/fluent-dark.css +1 -1
- package/styles/maskedtextbox/fluent.css +1 -1
- package/styles/maskedtextbox/highcontrast-light.css +1 -1
- package/styles/maskedtextbox/highcontrast.css +1 -1
- package/styles/maskedtextbox/material-dark.css +1 -2
- package/styles/maskedtextbox/material.css +1 -3
- package/styles/maskedtextbox/tailwind-dark.css +1 -1
- package/styles/maskedtextbox/tailwind.css +1 -1
- package/styles/material-dark.css +180 -775
- package/styles/material.css +180 -780
- package/styles/numerictextbox/bootstrap-dark.css +6 -8
- package/styles/numerictextbox/bootstrap.css +6 -8
- package/styles/numerictextbox/bootstrap4.css +6 -7
- package/styles/numerictextbox/bootstrap5-dark.css +6 -7
- package/styles/numerictextbox/bootstrap5.css +6 -7
- package/styles/numerictextbox/fabric-dark.css +6 -7
- package/styles/numerictextbox/fabric.css +6 -7
- package/styles/numerictextbox/fluent-dark.css +7 -9
- package/styles/numerictextbox/fluent.css +7 -9
- package/styles/numerictextbox/highcontrast-light.css +6 -7
- package/styles/numerictextbox/highcontrast.css +6 -7
- package/styles/numerictextbox/material-dark.css +6 -8
- package/styles/numerictextbox/material.css +6 -9
- package/styles/numerictextbox/tailwind-dark.css +6 -7
- package/styles/numerictextbox/tailwind.css +6 -7
- package/styles/signature/bootstrap-dark.css +1 -1
- package/styles/signature/bootstrap.css +1 -1
- package/styles/signature/bootstrap4.css +1 -1
- package/styles/signature/bootstrap5-dark.css +1 -1
- package/styles/signature/bootstrap5.css +1 -1
- package/styles/signature/fabric-dark.css +1 -1
- package/styles/signature/fabric.css +1 -1
- package/styles/signature/fluent-dark.css +1 -1
- package/styles/signature/fluent.css +1 -1
- package/styles/signature/highcontrast-light.css +1 -1
- package/styles/signature/highcontrast.css +1 -1
- package/styles/signature/material-dark.css +1 -1
- package/styles/signature/material.css +1 -1
- package/styles/signature/tailwind-dark.css +1 -1
- package/styles/signature/tailwind.css +1 -1
- package/styles/slider/bootstrap-dark.css +1 -91
- package/styles/slider/bootstrap.css +1 -91
- package/styles/slider/bootstrap4.css +1 -104
- package/styles/slider/bootstrap5-dark.css +10 -131
- package/styles/slider/bootstrap5.css +10 -131
- package/styles/slider/fabric-dark.css +2 -96
- package/styles/slider/fabric.css +1 -95
- package/styles/slider/fluent-dark.css +9 -113
- package/styles/slider/fluent.css +9 -113
- package/styles/slider/highcontrast-light.css +9 -113
- package/styles/slider/highcontrast.css +9 -113
- package/styles/slider/material-dark.css +5 -120
- package/styles/slider/material.css +5 -120
- package/styles/slider/tailwind-dark.css +8 -136
- package/styles/slider/tailwind.css +8 -136
- package/styles/tailwind-dark.css +129 -705
- package/styles/tailwind.css +129 -705
- package/styles/textbox/material-dark.css +1 -1
- package/styles/textbox/material.css +1 -2
- package/styles/textbox/tailwind-dark.css +1 -1
- package/styles/textbox/tailwind.css +1 -1
- package/styles/uploader/bootstrap-dark.css +59 -330
- package/styles/uploader/bootstrap.css +59 -330
- package/styles/uploader/bootstrap4.css +59 -330
- package/styles/uploader/bootstrap5-dark.css +59 -330
- package/styles/uploader/bootstrap5.css +59 -330
- package/styles/uploader/fabric-dark.css +59 -330
- package/styles/uploader/fabric.css +59 -330
- package/styles/uploader/fluent-dark.css +60 -346
- package/styles/uploader/fluent.css +60 -346
- package/styles/uploader/highcontrast-light.css +59 -330
- package/styles/uploader/highcontrast.css +59 -330
- package/styles/uploader/material-dark.css +59 -331
- package/styles/uploader/material.css +59 -331
- package/styles/uploader/tailwind-dark.css +59 -330
- package/styles/uploader/tailwind.css +59 -330
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.e-float-input .e-clear-icon::before,
|
|
2
2
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e96c";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-input-group .e-clear-icon::before,
|
|
8
8
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
9
|
+
content: "\e96c";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -216,8 +216,7 @@ textarea.e-input.e-bigger,
|
|
|
216
216
|
border-right-width: 0;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
220
|
-
.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
219
|
+
.e-input-group .e-input-group-icon + .e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
221
220
|
border-left-width: 0;
|
|
222
221
|
}
|
|
223
222
|
|
|
@@ -1189,10 +1188,10 @@ label.e-float-text,
|
|
|
1189
1188
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1190
1189
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1191
1190
|
bottom: 0;
|
|
1192
|
-
content:
|
|
1191
|
+
content: "";
|
|
1193
1192
|
height: 2px;
|
|
1194
1193
|
position: absolute;
|
|
1195
|
-
transition: .2s ease;
|
|
1194
|
+
transition: 0.2s ease;
|
|
1196
1195
|
width: 0;
|
|
1197
1196
|
}
|
|
1198
1197
|
|
|
@@ -1369,7 +1368,7 @@ label.e-float-text,
|
|
|
1369
1368
|
|
|
1370
1369
|
.e-input-group.e-warning::before,
|
|
1371
1370
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1372
|
-
content:
|
|
1371
|
+
content: "";
|
|
1373
1372
|
}
|
|
1374
1373
|
|
|
1375
1374
|
.e-float-input input[disabled],
|
|
@@ -1424,24 +1423,24 @@ label.e-float-text,
|
|
|
1424
1423
|
.e-input-group::after,
|
|
1425
1424
|
.e-input-group.e-control-wrapper::before,
|
|
1426
1425
|
.e-input-group.e-control-wrapper::after {
|
|
1427
|
-
content:
|
|
1426
|
+
content: "";
|
|
1428
1427
|
}
|
|
1429
1428
|
|
|
1430
1429
|
.e-input-group::before,
|
|
1431
1430
|
.e-input-group.e-control-wrapper::before {
|
|
1432
|
-
content:
|
|
1431
|
+
content: "";
|
|
1433
1432
|
}
|
|
1434
1433
|
|
|
1435
1434
|
.e-input-group.e-input-focus::before,
|
|
1436
1435
|
.e-input-group.e-input-focus::after,
|
|
1437
1436
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1438
1437
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1439
|
-
content:
|
|
1438
|
+
content: "";
|
|
1440
1439
|
}
|
|
1441
1440
|
|
|
1442
1441
|
.e-input-group::after,
|
|
1443
1442
|
.e-input-group.e-control-wrapper::after {
|
|
1444
|
-
content:
|
|
1443
|
+
content: "";
|
|
1445
1444
|
}
|
|
1446
1445
|
|
|
1447
1446
|
.e-input-group,
|
|
@@ -1611,17 +1610,17 @@ label.e-float-text,
|
|
|
1611
1610
|
|
|
1612
1611
|
.e-input-group .e-input-group-icon,
|
|
1613
1612
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1614
|
-
content:
|
|
1613
|
+
content: "";
|
|
1615
1614
|
}
|
|
1616
1615
|
|
|
1617
1616
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1618
1617
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1619
|
-
content:
|
|
1618
|
+
content: "";
|
|
1620
1619
|
}
|
|
1621
1620
|
|
|
1622
1621
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1623
1622
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1624
|
-
content:
|
|
1623
|
+
content: "";
|
|
1625
1624
|
}
|
|
1626
1625
|
|
|
1627
1626
|
input.e-input::-ms-clear,
|
|
@@ -1630,18 +1629,18 @@ input.e-input::-ms-clear,
|
|
|
1630
1629
|
display: none;
|
|
1631
1630
|
}
|
|
1632
1631
|
|
|
1633
|
-
input.e-input[type=
|
|
1634
|
-
input.e-input[type=
|
|
1635
|
-
input.e-input[type=
|
|
1636
|
-
input.e-input[type=
|
|
1637
|
-
.e-float-input input[type=
|
|
1638
|
-
.e-float-input input[type=
|
|
1639
|
-
.e-float-input input[type=
|
|
1640
|
-
.e-float-input input[type=
|
|
1641
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1642
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1643
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1644
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1632
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1633
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1634
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1635
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1636
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1637
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1638
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1639
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1640
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1641
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1642
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1643
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1645
1644
|
-webkit-appearance: none;
|
|
1646
1645
|
}
|
|
1647
1646
|
|
|
@@ -1907,8 +1906,7 @@ input.e-input.e-small,
|
|
|
1907
1906
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1908
1907
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1909
1908
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1910
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1911
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1909
|
+
.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1912
1910
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1913
1911
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1914
1912
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4031,28 +4029,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4031
4029
|
.e-input-group::after,
|
|
4032
4030
|
.e-input-group.e-control-wrapper::before,
|
|
4033
4031
|
.e-input-group.e-control-wrapper::after {
|
|
4034
|
-
content:
|
|
4032
|
+
content: "";
|
|
4035
4033
|
}
|
|
4036
4034
|
|
|
4037
4035
|
.e-input-group.e-success::before,
|
|
4038
4036
|
.e-input-group.e-success::after,
|
|
4039
4037
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4040
4038
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4041
|
-
content:
|
|
4039
|
+
content: "";
|
|
4042
4040
|
}
|
|
4043
4041
|
|
|
4044
4042
|
.e-input-group.e-warning::before,
|
|
4045
4043
|
.e-input-group.e-warning::after,
|
|
4046
4044
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4047
4045
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4048
|
-
content:
|
|
4046
|
+
content: "";
|
|
4049
4047
|
}
|
|
4050
4048
|
|
|
4051
4049
|
.e-input-group.e-error::before,
|
|
4052
4050
|
.e-input-group.e-error::after,
|
|
4053
4051
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4054
4052
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4055
|
-
content:
|
|
4053
|
+
content: "";
|
|
4056
4054
|
}
|
|
4057
4055
|
|
|
4058
4056
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4100,7 +4098,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4100
4098
|
.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
|
|
4101
4099
|
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
|
|
4102
4100
|
border-color: #0070f0;
|
|
4103
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
|
4101
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
|
|
4104
4102
|
}
|
|
4105
4103
|
|
|
4106
4104
|
.e-input:focus:not(.e-success):not(.e-warning).e-error,
|
|
@@ -4156,7 +4154,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4156
4154
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
4157
4155
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
4158
4156
|
border-color: #0070f0;
|
|
4159
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
|
4157
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
|
|
4160
4158
|
}
|
|
4161
4159
|
|
|
4162
4160
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
|
|
@@ -4189,7 +4187,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4189
4187
|
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
4190
4188
|
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
4191
4189
|
border-color: #0070f0;
|
|
4192
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
|
4190
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
|
|
4193
4191
|
}
|
|
4194
4192
|
|
|
4195
4193
|
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
|
|
@@ -4628,4 +4626,4 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4628
4626
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4629
4627
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4630
4628
|
color: #f0f0f0;
|
|
4631
|
-
}
|
|
4629
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.e-float-input .e-clear-icon::before,
|
|
2
2
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e96c";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-input-group .e-clear-icon::before,
|
|
8
8
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
9
|
+
content: "\e96c";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -216,8 +216,7 @@ textarea.e-input.e-bigger,
|
|
|
216
216
|
border-right-width: 0;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
220
|
-
.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
219
|
+
.e-input-group .e-input-group-icon + .e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
221
220
|
border-left-width: 0;
|
|
222
221
|
}
|
|
223
222
|
|
|
@@ -1189,10 +1188,10 @@ label.e-float-text,
|
|
|
1189
1188
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1190
1189
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1191
1190
|
bottom: 0;
|
|
1192
|
-
content:
|
|
1191
|
+
content: "";
|
|
1193
1192
|
height: 2px;
|
|
1194
1193
|
position: absolute;
|
|
1195
|
-
transition: .2s ease;
|
|
1194
|
+
transition: 0.2s ease;
|
|
1196
1195
|
width: 0;
|
|
1197
1196
|
}
|
|
1198
1197
|
|
|
@@ -1369,7 +1368,7 @@ label.e-float-text,
|
|
|
1369
1368
|
|
|
1370
1369
|
.e-input-group.e-warning::before,
|
|
1371
1370
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1372
|
-
content:
|
|
1371
|
+
content: "";
|
|
1373
1372
|
}
|
|
1374
1373
|
|
|
1375
1374
|
.e-float-input input[disabled],
|
|
@@ -1424,24 +1423,24 @@ label.e-float-text,
|
|
|
1424
1423
|
.e-input-group::after,
|
|
1425
1424
|
.e-input-group.e-control-wrapper::before,
|
|
1426
1425
|
.e-input-group.e-control-wrapper::after {
|
|
1427
|
-
content:
|
|
1426
|
+
content: "";
|
|
1428
1427
|
}
|
|
1429
1428
|
|
|
1430
1429
|
.e-input-group::before,
|
|
1431
1430
|
.e-input-group.e-control-wrapper::before {
|
|
1432
|
-
content:
|
|
1431
|
+
content: "";
|
|
1433
1432
|
}
|
|
1434
1433
|
|
|
1435
1434
|
.e-input-group.e-input-focus::before,
|
|
1436
1435
|
.e-input-group.e-input-focus::after,
|
|
1437
1436
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1438
1437
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1439
|
-
content:
|
|
1438
|
+
content: "";
|
|
1440
1439
|
}
|
|
1441
1440
|
|
|
1442
1441
|
.e-input-group::after,
|
|
1443
1442
|
.e-input-group.e-control-wrapper::after {
|
|
1444
|
-
content:
|
|
1443
|
+
content: "";
|
|
1445
1444
|
}
|
|
1446
1445
|
|
|
1447
1446
|
.e-input-group,
|
|
@@ -1611,17 +1610,17 @@ label.e-float-text,
|
|
|
1611
1610
|
|
|
1612
1611
|
.e-input-group .e-input-group-icon,
|
|
1613
1612
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1614
|
-
content:
|
|
1613
|
+
content: "";
|
|
1615
1614
|
}
|
|
1616
1615
|
|
|
1617
1616
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1618
1617
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1619
|
-
content:
|
|
1618
|
+
content: "";
|
|
1620
1619
|
}
|
|
1621
1620
|
|
|
1622
1621
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1623
1622
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1624
|
-
content:
|
|
1623
|
+
content: "";
|
|
1625
1624
|
}
|
|
1626
1625
|
|
|
1627
1626
|
input.e-input::-ms-clear,
|
|
@@ -1630,18 +1629,18 @@ input.e-input::-ms-clear,
|
|
|
1630
1629
|
display: none;
|
|
1631
1630
|
}
|
|
1632
1631
|
|
|
1633
|
-
input.e-input[type=
|
|
1634
|
-
input.e-input[type=
|
|
1635
|
-
input.e-input[type=
|
|
1636
|
-
input.e-input[type=
|
|
1637
|
-
.e-float-input input[type=
|
|
1638
|
-
.e-float-input input[type=
|
|
1639
|
-
.e-float-input input[type=
|
|
1640
|
-
.e-float-input input[type=
|
|
1641
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1642
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1643
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1644
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1632
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1633
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1634
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1635
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1636
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1637
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1638
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1639
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1640
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1641
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1642
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1643
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1645
1644
|
-webkit-appearance: none;
|
|
1646
1645
|
}
|
|
1647
1646
|
|
|
@@ -1907,8 +1906,7 @@ input.e-input.e-small,
|
|
|
1907
1906
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1908
1907
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1909
1908
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1910
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1911
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1909
|
+
.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1912
1910
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1913
1911
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1914
1912
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4031,28 +4029,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4031
4029
|
.e-input-group::after,
|
|
4032
4030
|
.e-input-group.e-control-wrapper::before,
|
|
4033
4031
|
.e-input-group.e-control-wrapper::after {
|
|
4034
|
-
content:
|
|
4032
|
+
content: "";
|
|
4035
4033
|
}
|
|
4036
4034
|
|
|
4037
4035
|
.e-input-group.e-success::before,
|
|
4038
4036
|
.e-input-group.e-success::after,
|
|
4039
4037
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4040
4038
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4041
|
-
content:
|
|
4039
|
+
content: "";
|
|
4042
4040
|
}
|
|
4043
4041
|
|
|
4044
4042
|
.e-input-group.e-warning::before,
|
|
4045
4043
|
.e-input-group.e-warning::after,
|
|
4046
4044
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4047
4045
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4048
|
-
content:
|
|
4046
|
+
content: "";
|
|
4049
4047
|
}
|
|
4050
4048
|
|
|
4051
4049
|
.e-input-group.e-error::before,
|
|
4052
4050
|
.e-input-group.e-error::after,
|
|
4053
4051
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4054
4052
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4055
|
-
content:
|
|
4053
|
+
content: "";
|
|
4056
4054
|
}
|
|
4057
4055
|
|
|
4058
4056
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4628,4 +4626,4 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4628
4626
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4629
4627
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4630
4628
|
color: #333;
|
|
4631
|
-
}
|
|
4629
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.e-float-input .e-clear-icon::before,
|
|
2
2
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e745";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-input-group .e-clear-icon::before,
|
|
8
8
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
9
|
+
content: "\e745";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -216,8 +216,7 @@ textarea.e-input.e-bigger,
|
|
|
216
216
|
border-right-width: 0;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
220
|
-
.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
219
|
+
.e-input-group .e-input-group-icon + .e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
221
220
|
border-left-width: 0;
|
|
222
221
|
}
|
|
223
222
|
|
|
@@ -1189,10 +1188,10 @@ label.e-float-text,
|
|
|
1189
1188
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1190
1189
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1191
1190
|
bottom: 0;
|
|
1192
|
-
content:
|
|
1191
|
+
content: "";
|
|
1193
1192
|
height: 2px;
|
|
1194
1193
|
position: absolute;
|
|
1195
|
-
transition: .2s ease;
|
|
1194
|
+
transition: 0.2s ease;
|
|
1196
1195
|
width: 0;
|
|
1197
1196
|
}
|
|
1198
1197
|
|
|
@@ -1369,7 +1368,7 @@ label.e-float-text,
|
|
|
1369
1368
|
|
|
1370
1369
|
.e-input-group.e-warning::before,
|
|
1371
1370
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1372
|
-
content:
|
|
1371
|
+
content: "";
|
|
1373
1372
|
}
|
|
1374
1373
|
|
|
1375
1374
|
.e-float-input input[disabled],
|
|
@@ -1424,24 +1423,24 @@ label.e-float-text,
|
|
|
1424
1423
|
.e-input-group::after,
|
|
1425
1424
|
.e-input-group.e-control-wrapper::before,
|
|
1426
1425
|
.e-input-group.e-control-wrapper::after {
|
|
1427
|
-
content:
|
|
1426
|
+
content: "";
|
|
1428
1427
|
}
|
|
1429
1428
|
|
|
1430
1429
|
.e-input-group::before,
|
|
1431
1430
|
.e-input-group.e-control-wrapper::before {
|
|
1432
|
-
content:
|
|
1431
|
+
content: "";
|
|
1433
1432
|
}
|
|
1434
1433
|
|
|
1435
1434
|
.e-input-group.e-input-focus::before,
|
|
1436
1435
|
.e-input-group.e-input-focus::after,
|
|
1437
1436
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1438
1437
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1439
|
-
content:
|
|
1438
|
+
content: "";
|
|
1440
1439
|
}
|
|
1441
1440
|
|
|
1442
1441
|
.e-input-group::after,
|
|
1443
1442
|
.e-input-group.e-control-wrapper::after {
|
|
1444
|
-
content:
|
|
1443
|
+
content: "";
|
|
1445
1444
|
}
|
|
1446
1445
|
|
|
1447
1446
|
.e-input-group,
|
|
@@ -1611,17 +1610,17 @@ label.e-float-text,
|
|
|
1611
1610
|
|
|
1612
1611
|
.e-input-group .e-input-group-icon,
|
|
1613
1612
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1614
|
-
content:
|
|
1613
|
+
content: "";
|
|
1615
1614
|
}
|
|
1616
1615
|
|
|
1617
1616
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1618
1617
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1619
|
-
content:
|
|
1618
|
+
content: "";
|
|
1620
1619
|
}
|
|
1621
1620
|
|
|
1622
1621
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1623
1622
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1624
|
-
content:
|
|
1623
|
+
content: "";
|
|
1625
1624
|
}
|
|
1626
1625
|
|
|
1627
1626
|
input.e-input::-ms-clear,
|
|
@@ -1630,18 +1629,18 @@ input.e-input::-ms-clear,
|
|
|
1630
1629
|
display: none;
|
|
1631
1630
|
}
|
|
1632
1631
|
|
|
1633
|
-
input.e-input[type=
|
|
1634
|
-
input.e-input[type=
|
|
1635
|
-
input.e-input[type=
|
|
1636
|
-
input.e-input[type=
|
|
1637
|
-
.e-float-input input[type=
|
|
1638
|
-
.e-float-input input[type=
|
|
1639
|
-
.e-float-input input[type=
|
|
1640
|
-
.e-float-input input[type=
|
|
1641
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1642
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1643
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1644
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1632
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1633
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1634
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1635
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1636
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1637
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1638
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1639
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1640
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1641
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1642
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1643
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1645
1644
|
-webkit-appearance: none;
|
|
1646
1645
|
}
|
|
1647
1646
|
|
|
@@ -1907,8 +1906,7 @@ input.e-input.e-small,
|
|
|
1907
1906
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1908
1907
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1909
1908
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1910
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1911
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1909
|
+
.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1912
1910
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1913
1911
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1914
1912
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4013,28 +4011,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4013
4011
|
.e-input-group::after,
|
|
4014
4012
|
.e-input-group.e-control-wrapper::before,
|
|
4015
4013
|
.e-input-group.e-control-wrapper::after {
|
|
4016
|
-
content:
|
|
4014
|
+
content: "";
|
|
4017
4015
|
}
|
|
4018
4016
|
|
|
4019
4017
|
.e-input-group.e-success::before,
|
|
4020
4018
|
.e-input-group.e-success::after,
|
|
4021
4019
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4022
4020
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4023
|
-
content:
|
|
4021
|
+
content: "";
|
|
4024
4022
|
}
|
|
4025
4023
|
|
|
4026
4024
|
.e-input-group.e-warning::before,
|
|
4027
4025
|
.e-input-group.e-warning::after,
|
|
4028
4026
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4029
4027
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4030
|
-
content:
|
|
4028
|
+
content: "";
|
|
4031
4029
|
}
|
|
4032
4030
|
|
|
4033
4031
|
.e-input-group.e-error::before,
|
|
4034
4032
|
.e-input-group.e-error::after,
|
|
4035
4033
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4036
4034
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4037
|
-
content:
|
|
4035
|
+
content: "";
|
|
4038
4036
|
}
|
|
4039
4037
|
|
|
4040
4038
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4610,4 +4608,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4610
4608
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4611
4609
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4612
4610
|
color: #212529;
|
|
4613
|
-
}
|
|
4611
|
+
}
|