@syncfusion/ej2-angular-inputs 20.1.55 → 20.1.61
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 +22 -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,14 +1,14 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
2
|
.e-float-input .e-clear-icon::before,
|
|
3
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
4
|
-
content:
|
|
5
|
-
font-family:
|
|
4
|
+
content: "\e7e7";
|
|
5
|
+
font-family: "e-icons";
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-input-group .e-clear-icon::before,
|
|
9
9
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
10
|
-
content:
|
|
11
|
-
font-family:
|
|
10
|
+
content: "\e7e7";
|
|
11
|
+
font-family: "e-icons";
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
/*! input layout */
|
|
@@ -1238,10 +1238,10 @@ label.e-float-text,
|
|
|
1238
1238
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1239
1239
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1240
1240
|
bottom: 0;
|
|
1241
|
-
content:
|
|
1241
|
+
content: "";
|
|
1242
1242
|
height: 2px;
|
|
1243
1243
|
position: absolute;
|
|
1244
|
-
transition: .2s ease;
|
|
1244
|
+
transition: 0.2s ease;
|
|
1245
1245
|
width: 0;
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
@@ -1418,7 +1418,7 @@ label.e-float-text,
|
|
|
1418
1418
|
|
|
1419
1419
|
.e-input-group.e-warning::before,
|
|
1420
1420
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1421
|
-
content:
|
|
1421
|
+
content: "";
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
1424
|
.e-float-input input[disabled],
|
|
@@ -1473,24 +1473,24 @@ label.e-float-text,
|
|
|
1473
1473
|
.e-input-group::after,
|
|
1474
1474
|
.e-input-group.e-control-wrapper::before,
|
|
1475
1475
|
.e-input-group.e-control-wrapper::after {
|
|
1476
|
-
content:
|
|
1476
|
+
content: "";
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
1479
1479
|
.e-input-group::before,
|
|
1480
1480
|
.e-input-group.e-control-wrapper::before {
|
|
1481
|
-
content:
|
|
1481
|
+
content: "";
|
|
1482
1482
|
}
|
|
1483
1483
|
|
|
1484
1484
|
.e-input-group.e-input-focus::before,
|
|
1485
1485
|
.e-input-group.e-input-focus::after,
|
|
1486
1486
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1487
1487
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1488
|
-
content:
|
|
1488
|
+
content: "";
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
1491
|
.e-input-group::after,
|
|
1492
1492
|
.e-input-group.e-control-wrapper::after {
|
|
1493
|
-
content:
|
|
1493
|
+
content: "";
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
1496
|
.e-input-group,
|
|
@@ -1667,17 +1667,17 @@ label.e-float-text,
|
|
|
1667
1667
|
|
|
1668
1668
|
.e-input-group .e-input-group-icon,
|
|
1669
1669
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1670
|
-
content:
|
|
1670
|
+
content: "";
|
|
1671
1671
|
}
|
|
1672
1672
|
|
|
1673
1673
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1674
1674
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1675
|
-
content:
|
|
1675
|
+
content: "";
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
1678
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1679
1679
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1680
|
-
content:
|
|
1680
|
+
content: "";
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
input.e-input::-ms-clear,
|
|
@@ -1686,18 +1686,18 @@ input.e-input::-ms-clear,
|
|
|
1686
1686
|
display: none;
|
|
1687
1687
|
}
|
|
1688
1688
|
|
|
1689
|
-
input.e-input[type=
|
|
1690
|
-
input.e-input[type=
|
|
1691
|
-
input.e-input[type=
|
|
1692
|
-
input.e-input[type=
|
|
1693
|
-
.e-float-input input[type=
|
|
1694
|
-
.e-float-input input[type=
|
|
1695
|
-
.e-float-input input[type=
|
|
1696
|
-
.e-float-input input[type=
|
|
1697
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1698
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1699
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1700
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1689
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1690
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1691
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1692
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1693
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1694
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1695
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1696
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1697
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1698
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1699
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1700
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1701
1701
|
-webkit-appearance: none;
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
@@ -1971,8 +1971,7 @@ input.e-input.e-small,
|
|
|
1971
1971
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1972
1972
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1973
1973
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1974
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1975
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1974
|
+
.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,
|
|
1976
1975
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1977
1976
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1978
1977
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4013,28 +4012,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4013
4012
|
.e-input-group::after,
|
|
4014
4013
|
.e-input-group.e-control-wrapper::before,
|
|
4015
4014
|
.e-input-group.e-control-wrapper::after {
|
|
4016
|
-
content:
|
|
4015
|
+
content: "";
|
|
4017
4016
|
}
|
|
4018
4017
|
|
|
4019
4018
|
.e-input-group.e-success::before,
|
|
4020
4019
|
.e-input-group.e-success::after,
|
|
4021
4020
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4022
4021
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4023
|
-
content:
|
|
4022
|
+
content: "";
|
|
4024
4023
|
}
|
|
4025
4024
|
|
|
4026
4025
|
.e-input-group.e-warning::before,
|
|
4027
4026
|
.e-input-group.e-warning::after,
|
|
4028
4027
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4029
4028
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4030
|
-
content:
|
|
4029
|
+
content: "";
|
|
4031
4030
|
}
|
|
4032
4031
|
|
|
4033
4032
|
.e-input-group.e-error::before,
|
|
4034
4033
|
.e-input-group.e-error::after,
|
|
4035
4034
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4036
4035
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4037
|
-
content:
|
|
4036
|
+
content: "";
|
|
4038
4037
|
}
|
|
4039
4038
|
|
|
4040
4039
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4564,4 +4563,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4564
4563
|
|
|
4565
4564
|
input.e-input::-webkit-input-placeholder {
|
|
4566
4565
|
color: #6b7280;
|
|
4567
|
-
}
|
|
4566
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
2
|
.e-float-input .e-clear-icon::before,
|
|
3
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
4
|
-
content:
|
|
5
|
-
font-family:
|
|
4
|
+
content: "\e7e7";
|
|
5
|
+
font-family: "e-icons";
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-input-group .e-clear-icon::before,
|
|
9
9
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
10
|
-
content:
|
|
11
|
-
font-family:
|
|
10
|
+
content: "\e7e7";
|
|
11
|
+
font-family: "e-icons";
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
/*! input layout */
|
|
@@ -1238,10 +1238,10 @@ label.e-float-text,
|
|
|
1238
1238
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1239
1239
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1240
1240
|
bottom: 0;
|
|
1241
|
-
content:
|
|
1241
|
+
content: "";
|
|
1242
1242
|
height: 2px;
|
|
1243
1243
|
position: absolute;
|
|
1244
|
-
transition: .2s ease;
|
|
1244
|
+
transition: 0.2s ease;
|
|
1245
1245
|
width: 0;
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
@@ -1418,7 +1418,7 @@ label.e-float-text,
|
|
|
1418
1418
|
|
|
1419
1419
|
.e-input-group.e-warning::before,
|
|
1420
1420
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1421
|
-
content:
|
|
1421
|
+
content: "";
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
1424
|
.e-float-input input[disabled],
|
|
@@ -1473,24 +1473,24 @@ label.e-float-text,
|
|
|
1473
1473
|
.e-input-group::after,
|
|
1474
1474
|
.e-input-group.e-control-wrapper::before,
|
|
1475
1475
|
.e-input-group.e-control-wrapper::after {
|
|
1476
|
-
content:
|
|
1476
|
+
content: "";
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
1479
1479
|
.e-input-group::before,
|
|
1480
1480
|
.e-input-group.e-control-wrapper::before {
|
|
1481
|
-
content:
|
|
1481
|
+
content: "";
|
|
1482
1482
|
}
|
|
1483
1483
|
|
|
1484
1484
|
.e-input-group.e-input-focus::before,
|
|
1485
1485
|
.e-input-group.e-input-focus::after,
|
|
1486
1486
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1487
1487
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1488
|
-
content:
|
|
1488
|
+
content: "";
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
1491
|
.e-input-group::after,
|
|
1492
1492
|
.e-input-group.e-control-wrapper::after {
|
|
1493
|
-
content:
|
|
1493
|
+
content: "";
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
1496
|
.e-input-group,
|
|
@@ -1667,17 +1667,17 @@ label.e-float-text,
|
|
|
1667
1667
|
|
|
1668
1668
|
.e-input-group .e-input-group-icon,
|
|
1669
1669
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1670
|
-
content:
|
|
1670
|
+
content: "";
|
|
1671
1671
|
}
|
|
1672
1672
|
|
|
1673
1673
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1674
1674
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1675
|
-
content:
|
|
1675
|
+
content: "";
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
1678
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1679
1679
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1680
|
-
content:
|
|
1680
|
+
content: "";
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
input.e-input::-ms-clear,
|
|
@@ -1686,18 +1686,18 @@ input.e-input::-ms-clear,
|
|
|
1686
1686
|
display: none;
|
|
1687
1687
|
}
|
|
1688
1688
|
|
|
1689
|
-
input.e-input[type=
|
|
1690
|
-
input.e-input[type=
|
|
1691
|
-
input.e-input[type=
|
|
1692
|
-
input.e-input[type=
|
|
1693
|
-
.e-float-input input[type=
|
|
1694
|
-
.e-float-input input[type=
|
|
1695
|
-
.e-float-input input[type=
|
|
1696
|
-
.e-float-input input[type=
|
|
1697
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1698
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1699
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1700
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1689
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1690
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1691
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1692
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1693
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1694
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1695
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1696
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1697
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1698
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1699
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1700
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1701
1701
|
-webkit-appearance: none;
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
@@ -1971,8 +1971,7 @@ input.e-input.e-small,
|
|
|
1971
1971
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1972
1972
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1973
1973
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1974
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1975
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1974
|
+
.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,
|
|
1976
1975
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1977
1976
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1978
1977
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4013,28 +4012,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4013
4012
|
.e-input-group::after,
|
|
4014
4013
|
.e-input-group.e-control-wrapper::before,
|
|
4015
4014
|
.e-input-group.e-control-wrapper::after {
|
|
4016
|
-
content:
|
|
4015
|
+
content: "";
|
|
4017
4016
|
}
|
|
4018
4017
|
|
|
4019
4018
|
.e-input-group.e-success::before,
|
|
4020
4019
|
.e-input-group.e-success::after,
|
|
4021
4020
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4022
4021
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4023
|
-
content:
|
|
4022
|
+
content: "";
|
|
4024
4023
|
}
|
|
4025
4024
|
|
|
4026
4025
|
.e-input-group.e-warning::before,
|
|
4027
4026
|
.e-input-group.e-warning::after,
|
|
4028
4027
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4029
4028
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4030
|
-
content:
|
|
4029
|
+
content: "";
|
|
4031
4030
|
}
|
|
4032
4031
|
|
|
4033
4032
|
.e-input-group.e-error::before,
|
|
4034
4033
|
.e-input-group.e-error::after,
|
|
4035
4034
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4036
4035
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4037
|
-
content:
|
|
4036
|
+
content: "";
|
|
4038
4037
|
}
|
|
4039
4038
|
|
|
4040
4039
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4564,4 +4563,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4564
4563
|
|
|
4565
4564
|
input.e-input::-webkit-input-placeholder {
|
|
4566
4565
|
color: #6b7280;
|
|
4567
|
-
}
|
|
4566
|
+
}
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
transform: scale(4);
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
/*! maskedtextbox layout */
|
|
10
9
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
11
10
|
font-family: Arial, "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -38,4 +37,4 @@
|
|
|
38
37
|
|
|
39
38
|
.e-utility-mask.e-error {
|
|
40
39
|
color: #ff6652;
|
|
41
|
-
}
|
|
40
|
+
}
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
transform: scale(4);
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
@keyframes slideTopUp {
|
|
10
9
|
from {
|
|
11
10
|
transform: translate3d(0, 0, 0) scale(1);
|
|
@@ -14,7 +13,6 @@
|
|
|
14
13
|
transform: translate3d(0, 0, 0) scale(1);
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
|
-
|
|
18
16
|
/*! maskedtextbox layout */
|
|
19
17
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
20
18
|
font-family: Arial, "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -47,4 +45,4 @@
|
|
|
47
45
|
|
|
48
46
|
.e-utility-mask.e-error {
|
|
49
47
|
color: #f44336;
|
|
50
|
-
}
|
|
48
|
+
}
|