@syncfusion/ej2-angular-inputs 20.1.48 → 20.1.59
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 +14 -0
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +8 -8
- 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: "\e7e7";
|
|
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: "\e7e7";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -301,8 +301,7 @@ textarea.e-input.e-bigger,
|
|
|
301
301
|
border-right-width: 0;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
305
|
-
.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
304
|
+
.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 {
|
|
306
305
|
border-left-width: 0;
|
|
307
306
|
}
|
|
308
307
|
|
|
@@ -1278,10 +1277,10 @@ label.e-float-text,
|
|
|
1278
1277
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1279
1278
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1280
1279
|
bottom: 0;
|
|
1281
|
-
content:
|
|
1280
|
+
content: "";
|
|
1282
1281
|
height: 2px;
|
|
1283
1282
|
position: absolute;
|
|
1284
|
-
transition: .2s ease;
|
|
1283
|
+
transition: 0.2s ease;
|
|
1285
1284
|
width: 0;
|
|
1286
1285
|
}
|
|
1287
1286
|
|
|
@@ -1458,7 +1457,7 @@ label.e-float-text,
|
|
|
1458
1457
|
|
|
1459
1458
|
.e-input-group.e-warning::before,
|
|
1460
1459
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1461
|
-
content:
|
|
1460
|
+
content: "";
|
|
1462
1461
|
}
|
|
1463
1462
|
|
|
1464
1463
|
.e-float-input input[disabled],
|
|
@@ -1513,24 +1512,24 @@ label.e-float-text,
|
|
|
1513
1512
|
.e-input-group::after,
|
|
1514
1513
|
.e-input-group.e-control-wrapper::before,
|
|
1515
1514
|
.e-input-group.e-control-wrapper::after {
|
|
1516
|
-
content:
|
|
1515
|
+
content: "";
|
|
1517
1516
|
}
|
|
1518
1517
|
|
|
1519
1518
|
.e-input-group::before,
|
|
1520
1519
|
.e-input-group.e-control-wrapper::before {
|
|
1521
|
-
content:
|
|
1520
|
+
content: "";
|
|
1522
1521
|
}
|
|
1523
1522
|
|
|
1524
1523
|
.e-input-group.e-input-focus::before,
|
|
1525
1524
|
.e-input-group.e-input-focus::after,
|
|
1526
1525
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1527
1526
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1528
|
-
content:
|
|
1527
|
+
content: "";
|
|
1529
1528
|
}
|
|
1530
1529
|
|
|
1531
1530
|
.e-input-group::after,
|
|
1532
1531
|
.e-input-group.e-control-wrapper::after {
|
|
1533
|
-
content:
|
|
1532
|
+
content: "";
|
|
1534
1533
|
}
|
|
1535
1534
|
|
|
1536
1535
|
.e-input-group,
|
|
@@ -1700,17 +1699,17 @@ label.e-float-text,
|
|
|
1700
1699
|
|
|
1701
1700
|
.e-input-group .e-input-group-icon,
|
|
1702
1701
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1703
|
-
content:
|
|
1702
|
+
content: "";
|
|
1704
1703
|
}
|
|
1705
1704
|
|
|
1706
1705
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1707
1706
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1708
|
-
content:
|
|
1707
|
+
content: "";
|
|
1709
1708
|
}
|
|
1710
1709
|
|
|
1711
1710
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1712
1711
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1713
|
-
content:
|
|
1712
|
+
content: "";
|
|
1714
1713
|
}
|
|
1715
1714
|
|
|
1716
1715
|
input.e-input::-ms-clear,
|
|
@@ -1719,18 +1718,18 @@ input.e-input::-ms-clear,
|
|
|
1719
1718
|
display: none;
|
|
1720
1719
|
}
|
|
1721
1720
|
|
|
1722
|
-
input.e-input[type=
|
|
1723
|
-
input.e-input[type=
|
|
1724
|
-
input.e-input[type=
|
|
1725
|
-
input.e-input[type=
|
|
1726
|
-
.e-float-input input[type=
|
|
1727
|
-
.e-float-input input[type=
|
|
1728
|
-
.e-float-input input[type=
|
|
1729
|
-
.e-float-input input[type=
|
|
1730
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1731
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1732
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1733
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1721
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1722
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1723
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1724
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1725
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1726
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1727
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1728
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1729
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1730
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1731
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1732
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1734
1733
|
-webkit-appearance: none;
|
|
1735
1734
|
}
|
|
1736
1735
|
|
|
@@ -1996,8 +1995,7 @@ input.e-input.e-small,
|
|
|
1996
1995
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1997
1996
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1998
1997
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1999
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
2000
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1998
|
+
.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,
|
|
2001
1999
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
2002
2000
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2003
2001
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4131,28 +4129,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4131
4129
|
.e-input-group::after,
|
|
4132
4130
|
.e-input-group.e-control-wrapper::before,
|
|
4133
4131
|
.e-input-group.e-control-wrapper::after {
|
|
4134
|
-
content:
|
|
4132
|
+
content: "";
|
|
4135
4133
|
}
|
|
4136
4134
|
|
|
4137
4135
|
.e-input-group.e-success::before,
|
|
4138
4136
|
.e-input-group.e-success::after,
|
|
4139
4137
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4140
4138
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4141
|
-
content:
|
|
4139
|
+
content: "";
|
|
4142
4140
|
}
|
|
4143
4141
|
|
|
4144
4142
|
.e-input-group.e-warning::before,
|
|
4145
4143
|
.e-input-group.e-warning::after,
|
|
4146
4144
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4147
4145
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4148
|
-
content:
|
|
4146
|
+
content: "";
|
|
4149
4147
|
}
|
|
4150
4148
|
|
|
4151
4149
|
.e-input-group.e-error::before,
|
|
4152
4150
|
.e-input-group.e-error::after,
|
|
4153
4151
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4154
4152
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4155
|
-
content:
|
|
4153
|
+
content: "";
|
|
4156
4154
|
}
|
|
4157
4155
|
|
|
4158
4156
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4721,4 +4719,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4721
4719
|
|
|
4722
4720
|
input.e-input::-webkit-input-placeholder {
|
|
4723
4721
|
color: #6c757d;
|
|
4724
|
-
}
|
|
4722
|
+
}
|
|
@@ -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: "\e7e7";
|
|
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: "\e7e7";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -301,8 +301,7 @@ textarea.e-input.e-bigger,
|
|
|
301
301
|
border-right-width: 0;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
305
|
-
.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
304
|
+
.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 {
|
|
306
305
|
border-left-width: 0;
|
|
307
306
|
}
|
|
308
307
|
|
|
@@ -1278,10 +1277,10 @@ label.e-float-text,
|
|
|
1278
1277
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1279
1278
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1280
1279
|
bottom: 0;
|
|
1281
|
-
content:
|
|
1280
|
+
content: "";
|
|
1282
1281
|
height: 2px;
|
|
1283
1282
|
position: absolute;
|
|
1284
|
-
transition: .2s ease;
|
|
1283
|
+
transition: 0.2s ease;
|
|
1285
1284
|
width: 0;
|
|
1286
1285
|
}
|
|
1287
1286
|
|
|
@@ -1458,7 +1457,7 @@ label.e-float-text,
|
|
|
1458
1457
|
|
|
1459
1458
|
.e-input-group.e-warning::before,
|
|
1460
1459
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1461
|
-
content:
|
|
1460
|
+
content: "";
|
|
1462
1461
|
}
|
|
1463
1462
|
|
|
1464
1463
|
.e-float-input input[disabled],
|
|
@@ -1513,24 +1512,24 @@ label.e-float-text,
|
|
|
1513
1512
|
.e-input-group::after,
|
|
1514
1513
|
.e-input-group.e-control-wrapper::before,
|
|
1515
1514
|
.e-input-group.e-control-wrapper::after {
|
|
1516
|
-
content:
|
|
1515
|
+
content: "";
|
|
1517
1516
|
}
|
|
1518
1517
|
|
|
1519
1518
|
.e-input-group::before,
|
|
1520
1519
|
.e-input-group.e-control-wrapper::before {
|
|
1521
|
-
content:
|
|
1520
|
+
content: "";
|
|
1522
1521
|
}
|
|
1523
1522
|
|
|
1524
1523
|
.e-input-group.e-input-focus::before,
|
|
1525
1524
|
.e-input-group.e-input-focus::after,
|
|
1526
1525
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1527
1526
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1528
|
-
content:
|
|
1527
|
+
content: "";
|
|
1529
1528
|
}
|
|
1530
1529
|
|
|
1531
1530
|
.e-input-group::after,
|
|
1532
1531
|
.e-input-group.e-control-wrapper::after {
|
|
1533
|
-
content:
|
|
1532
|
+
content: "";
|
|
1534
1533
|
}
|
|
1535
1534
|
|
|
1536
1535
|
.e-input-group,
|
|
@@ -1700,17 +1699,17 @@ label.e-float-text,
|
|
|
1700
1699
|
|
|
1701
1700
|
.e-input-group .e-input-group-icon,
|
|
1702
1701
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1703
|
-
content:
|
|
1702
|
+
content: "";
|
|
1704
1703
|
}
|
|
1705
1704
|
|
|
1706
1705
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1707
1706
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1708
|
-
content:
|
|
1707
|
+
content: "";
|
|
1709
1708
|
}
|
|
1710
1709
|
|
|
1711
1710
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1712
1711
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1713
|
-
content:
|
|
1712
|
+
content: "";
|
|
1714
1713
|
}
|
|
1715
1714
|
|
|
1716
1715
|
input.e-input::-ms-clear,
|
|
@@ -1719,18 +1718,18 @@ input.e-input::-ms-clear,
|
|
|
1719
1718
|
display: none;
|
|
1720
1719
|
}
|
|
1721
1720
|
|
|
1722
|
-
input.e-input[type=
|
|
1723
|
-
input.e-input[type=
|
|
1724
|
-
input.e-input[type=
|
|
1725
|
-
input.e-input[type=
|
|
1726
|
-
.e-float-input input[type=
|
|
1727
|
-
.e-float-input input[type=
|
|
1728
|
-
.e-float-input input[type=
|
|
1729
|
-
.e-float-input input[type=
|
|
1730
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1731
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1732
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1733
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1721
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1722
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1723
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1724
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1725
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1726
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1727
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1728
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1729
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1730
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1731
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1732
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1734
1733
|
-webkit-appearance: none;
|
|
1735
1734
|
}
|
|
1736
1735
|
|
|
@@ -1996,8 +1995,7 @@ input.e-input.e-small,
|
|
|
1996
1995
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1997
1996
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1998
1997
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1999
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
2000
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1998
|
+
.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,
|
|
2001
1999
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
2002
2000
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2003
2001
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4131,28 +4129,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4131
4129
|
.e-input-group::after,
|
|
4132
4130
|
.e-input-group.e-control-wrapper::before,
|
|
4133
4131
|
.e-input-group.e-control-wrapper::after {
|
|
4134
|
-
content:
|
|
4132
|
+
content: "";
|
|
4135
4133
|
}
|
|
4136
4134
|
|
|
4137
4135
|
.e-input-group.e-success::before,
|
|
4138
4136
|
.e-input-group.e-success::after,
|
|
4139
4137
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4140
4138
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4141
|
-
content:
|
|
4139
|
+
content: "";
|
|
4142
4140
|
}
|
|
4143
4141
|
|
|
4144
4142
|
.e-input-group.e-warning::before,
|
|
4145
4143
|
.e-input-group.e-warning::after,
|
|
4146
4144
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4147
4145
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4148
|
-
content:
|
|
4146
|
+
content: "";
|
|
4149
4147
|
}
|
|
4150
4148
|
|
|
4151
4149
|
.e-input-group.e-error::before,
|
|
4152
4150
|
.e-input-group.e-error::after,
|
|
4153
4151
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4154
4152
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4155
|
-
content:
|
|
4153
|
+
content: "";
|
|
4156
4154
|
}
|
|
4157
4155
|
|
|
4158
4156
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4721,4 +4719,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4721
4719
|
|
|
4722
4720
|
input.e-input::-webkit-input-placeholder {
|
|
4723
4721
|
color: #6c757d;
|
|
4724
|
-
}
|
|
4722
|
+
}
|
|
@@ -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: "\e953";
|
|
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: "\e953";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -1138,10 +1138,10 @@ label.e-float-text,
|
|
|
1138
1138
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1139
1139
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1140
1140
|
bottom: 0;
|
|
1141
|
-
content:
|
|
1141
|
+
content: "";
|
|
1142
1142
|
height: 2px;
|
|
1143
1143
|
position: absolute;
|
|
1144
|
-
transition: .2s ease;
|
|
1144
|
+
transition: 0.2s ease;
|
|
1145
1145
|
width: 0;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
@@ -1318,7 +1318,7 @@ label.e-float-text,
|
|
|
1318
1318
|
|
|
1319
1319
|
.e-input-group.e-warning::before,
|
|
1320
1320
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1321
|
-
content:
|
|
1321
|
+
content: "";
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
1324
1324
|
.e-float-input input[disabled],
|
|
@@ -1373,24 +1373,24 @@ label.e-float-text,
|
|
|
1373
1373
|
.e-input-group::after,
|
|
1374
1374
|
.e-input-group.e-control-wrapper::before,
|
|
1375
1375
|
.e-input-group.e-control-wrapper::after {
|
|
1376
|
-
content:
|
|
1376
|
+
content: "";
|
|
1377
1377
|
}
|
|
1378
1378
|
|
|
1379
1379
|
.e-input-group::before,
|
|
1380
1380
|
.e-input-group.e-control-wrapper::before {
|
|
1381
|
-
content:
|
|
1381
|
+
content: "";
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
1384
|
.e-input-group.e-input-focus::before,
|
|
1385
1385
|
.e-input-group.e-input-focus::after,
|
|
1386
1386
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1387
1387
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1388
|
-
content:
|
|
1388
|
+
content: "";
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
1391
|
.e-input-group::after,
|
|
1392
1392
|
.e-input-group.e-control-wrapper::after {
|
|
1393
|
-
content:
|
|
1393
|
+
content: "";
|
|
1394
1394
|
}
|
|
1395
1395
|
|
|
1396
1396
|
.e-input-group,
|
|
@@ -1567,17 +1567,17 @@ label.e-float-text,
|
|
|
1567
1567
|
|
|
1568
1568
|
.e-input-group .e-input-group-icon,
|
|
1569
1569
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1570
|
-
content:
|
|
1570
|
+
content: "";
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1574
1574
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1575
|
-
content:
|
|
1575
|
+
content: "";
|
|
1576
1576
|
}
|
|
1577
1577
|
|
|
1578
1578
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1579
1579
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1580
|
-
content:
|
|
1580
|
+
content: "";
|
|
1581
1581
|
}
|
|
1582
1582
|
|
|
1583
1583
|
input.e-input::-ms-clear,
|
|
@@ -1586,18 +1586,18 @@ input.e-input::-ms-clear,
|
|
|
1586
1586
|
display: none;
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
|
-
input.e-input[type=
|
|
1590
|
-
input.e-input[type=
|
|
1591
|
-
input.e-input[type=
|
|
1592
|
-
input.e-input[type=
|
|
1593
|
-
.e-float-input input[type=
|
|
1594
|
-
.e-float-input input[type=
|
|
1595
|
-
.e-float-input input[type=
|
|
1596
|
-
.e-float-input input[type=
|
|
1597
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1598
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1599
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1600
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1589
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1590
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1591
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1592
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1593
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1594
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1595
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1596
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1597
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1598
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1599
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1600
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1601
1601
|
-webkit-appearance: none;
|
|
1602
1602
|
}
|
|
1603
1603
|
|
|
@@ -1863,8 +1863,7 @@ input.e-input.e-small,
|
|
|
1863
1863
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1864
1864
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1865
1865
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1866
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1867
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1866
|
+
.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,
|
|
1868
1867
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1869
1868
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1870
1869
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -3991,28 +3990,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
3991
3990
|
.e-input-group::after,
|
|
3992
3991
|
.e-input-group.e-control-wrapper::before,
|
|
3993
3992
|
.e-input-group.e-control-wrapper::after {
|
|
3994
|
-
content:
|
|
3993
|
+
content: "";
|
|
3995
3994
|
}
|
|
3996
3995
|
|
|
3997
3996
|
.e-input-group.e-success::before,
|
|
3998
3997
|
.e-input-group.e-success::after,
|
|
3999
3998
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4000
3999
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4001
|
-
content:
|
|
4000
|
+
content: "";
|
|
4002
4001
|
}
|
|
4003
4002
|
|
|
4004
4003
|
.e-input-group.e-warning::before,
|
|
4005
4004
|
.e-input-group.e-warning::after,
|
|
4006
4005
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4007
4006
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4008
|
-
content:
|
|
4007
|
+
content: "";
|
|
4009
4008
|
}
|
|
4010
4009
|
|
|
4011
4010
|
.e-input-group.e-error::before,
|
|
4012
4011
|
.e-input-group.e-error::after,
|
|
4013
4012
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4014
4013
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4015
|
-
content:
|
|
4014
|
+
content: "";
|
|
4016
4015
|
}
|
|
4017
4016
|
|
|
4018
4017
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4547,4 +4546,4 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4547
4546
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4548
4547
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4549
4548
|
color: #dadada;
|
|
4550
|
-
}
|
|
4549
|
+
}
|