@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
package/styles/input/fabric.css
CHANGED
|
@@ -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: #333;
|
|
4550
|
-
}
|
|
4549
|
+
}
|
|
@@ -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 */
|
|
@@ -1106,10 +1106,10 @@ label.e-float-text,
|
|
|
1106
1106
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1107
1107
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1108
1108
|
bottom: 0;
|
|
1109
|
-
content:
|
|
1109
|
+
content: "";
|
|
1110
1110
|
height: 2px;
|
|
1111
1111
|
position: absolute;
|
|
1112
|
-
transition: .2s ease;
|
|
1112
|
+
transition: 0.2s ease;
|
|
1113
1113
|
width: 0;
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
@@ -1286,7 +1286,7 @@ label.e-float-text,
|
|
|
1286
1286
|
|
|
1287
1287
|
.e-input-group.e-warning::before,
|
|
1288
1288
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1289
|
-
content:
|
|
1289
|
+
content: "";
|
|
1290
1290
|
}
|
|
1291
1291
|
|
|
1292
1292
|
.e-float-input input[disabled],
|
|
@@ -1341,24 +1341,24 @@ label.e-float-text,
|
|
|
1341
1341
|
.e-input-group::after,
|
|
1342
1342
|
.e-input-group.e-control-wrapper::before,
|
|
1343
1343
|
.e-input-group.e-control-wrapper::after {
|
|
1344
|
-
content:
|
|
1344
|
+
content: "";
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
1347
|
.e-input-group::before,
|
|
1348
1348
|
.e-input-group.e-control-wrapper::before {
|
|
1349
|
-
content:
|
|
1349
|
+
content: "";
|
|
1350
1350
|
}
|
|
1351
1351
|
|
|
1352
1352
|
.e-input-group.e-input-focus::before,
|
|
1353
1353
|
.e-input-group.e-input-focus::after,
|
|
1354
1354
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1355
1355
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1356
|
-
content:
|
|
1356
|
+
content: "";
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
1359
|
.e-input-group::after,
|
|
1360
1360
|
.e-input-group.e-control-wrapper::after {
|
|
1361
|
-
content:
|
|
1361
|
+
content: "";
|
|
1362
1362
|
}
|
|
1363
1363
|
|
|
1364
1364
|
.e-input-group,
|
|
@@ -1535,17 +1535,17 @@ label.e-float-text,
|
|
|
1535
1535
|
|
|
1536
1536
|
.e-input-group .e-input-group-icon,
|
|
1537
1537
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1538
|
-
content:
|
|
1538
|
+
content: "";
|
|
1539
1539
|
}
|
|
1540
1540
|
|
|
1541
1541
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1542
1542
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1543
|
-
content:
|
|
1543
|
+
content: "";
|
|
1544
1544
|
}
|
|
1545
1545
|
|
|
1546
1546
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1547
1547
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1548
|
-
content:
|
|
1548
|
+
content: "";
|
|
1549
1549
|
}
|
|
1550
1550
|
|
|
1551
1551
|
input.e-input::-ms-clear,
|
|
@@ -1554,18 +1554,18 @@ input.e-input::-ms-clear,
|
|
|
1554
1554
|
display: none;
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
1557
|
-
input.e-input[type=
|
|
1558
|
-
input.e-input[type=
|
|
1559
|
-
input.e-input[type=
|
|
1560
|
-
input.e-input[type=
|
|
1561
|
-
.e-float-input input[type=
|
|
1562
|
-
.e-float-input input[type=
|
|
1563
|
-
.e-float-input input[type=
|
|
1564
|
-
.e-float-input input[type=
|
|
1565
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1566
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1567
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1568
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1557
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1558
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1559
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1560
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1561
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1562
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1563
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1564
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1565
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1566
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1567
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1568
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1569
1569
|
-webkit-appearance: none;
|
|
1570
1570
|
}
|
|
1571
1571
|
|
|
@@ -1831,8 +1831,7 @@ input.e-input.e-small,
|
|
|
1831
1831
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1832
1832
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1833
1833
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1834
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1835
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1834
|
+
.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,
|
|
1836
1835
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1837
1836
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1838
1837
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -3972,28 +3971,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
3972
3971
|
.e-input-group::after,
|
|
3973
3972
|
.e-input-group.e-control-wrapper::before,
|
|
3974
3973
|
.e-input-group.e-control-wrapper::after {
|
|
3975
|
-
content:
|
|
3974
|
+
content: "";
|
|
3976
3975
|
}
|
|
3977
3976
|
|
|
3978
3977
|
.e-input-group.e-success::before,
|
|
3979
3978
|
.e-input-group.e-success::after,
|
|
3980
3979
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
3981
3980
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
3982
|
-
content:
|
|
3981
|
+
content: "";
|
|
3983
3982
|
}
|
|
3984
3983
|
|
|
3985
3984
|
.e-input-group.e-warning::before,
|
|
3986
3985
|
.e-input-group.e-warning::after,
|
|
3987
3986
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
3988
3987
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
3989
|
-
content:
|
|
3988
|
+
content: "";
|
|
3990
3989
|
}
|
|
3991
3990
|
|
|
3992
3991
|
.e-input-group.e-error::before,
|
|
3993
3992
|
.e-input-group.e-error::after,
|
|
3994
3993
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
3995
3994
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
3996
|
-
content:
|
|
3995
|
+
content: "";
|
|
3997
3996
|
}
|
|
3998
3997
|
|
|
3999
3998
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4592,4 +4591,4 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4592
4591
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4593
4592
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4594
4593
|
color: #c8c6c4;
|
|
4595
|
-
}
|
|
4594
|
+
}
|
package/styles/input/fluent.css
CHANGED
|
@@ -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 */
|
|
@@ -1106,10 +1106,10 @@ label.e-float-text,
|
|
|
1106
1106
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1107
1107
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1108
1108
|
bottom: 0;
|
|
1109
|
-
content:
|
|
1109
|
+
content: "";
|
|
1110
1110
|
height: 2px;
|
|
1111
1111
|
position: absolute;
|
|
1112
|
-
transition: .2s ease;
|
|
1112
|
+
transition: 0.2s ease;
|
|
1113
1113
|
width: 0;
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
@@ -1286,7 +1286,7 @@ label.e-float-text,
|
|
|
1286
1286
|
|
|
1287
1287
|
.e-input-group.e-warning::before,
|
|
1288
1288
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1289
|
-
content:
|
|
1289
|
+
content: "";
|
|
1290
1290
|
}
|
|
1291
1291
|
|
|
1292
1292
|
.e-float-input input[disabled],
|
|
@@ -1341,24 +1341,24 @@ label.e-float-text,
|
|
|
1341
1341
|
.e-input-group::after,
|
|
1342
1342
|
.e-input-group.e-control-wrapper::before,
|
|
1343
1343
|
.e-input-group.e-control-wrapper::after {
|
|
1344
|
-
content:
|
|
1344
|
+
content: "";
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
1347
|
.e-input-group::before,
|
|
1348
1348
|
.e-input-group.e-control-wrapper::before {
|
|
1349
|
-
content:
|
|
1349
|
+
content: "";
|
|
1350
1350
|
}
|
|
1351
1351
|
|
|
1352
1352
|
.e-input-group.e-input-focus::before,
|
|
1353
1353
|
.e-input-group.e-input-focus::after,
|
|
1354
1354
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1355
1355
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1356
|
-
content:
|
|
1356
|
+
content: "";
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
1359
|
.e-input-group::after,
|
|
1360
1360
|
.e-input-group.e-control-wrapper::after {
|
|
1361
|
-
content:
|
|
1361
|
+
content: "";
|
|
1362
1362
|
}
|
|
1363
1363
|
|
|
1364
1364
|
.e-input-group,
|
|
@@ -1535,17 +1535,17 @@ label.e-float-text,
|
|
|
1535
1535
|
|
|
1536
1536
|
.e-input-group .e-input-group-icon,
|
|
1537
1537
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1538
|
-
content:
|
|
1538
|
+
content: "";
|
|
1539
1539
|
}
|
|
1540
1540
|
|
|
1541
1541
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1542
1542
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1543
|
-
content:
|
|
1543
|
+
content: "";
|
|
1544
1544
|
}
|
|
1545
1545
|
|
|
1546
1546
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1547
1547
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1548
|
-
content:
|
|
1548
|
+
content: "";
|
|
1549
1549
|
}
|
|
1550
1550
|
|
|
1551
1551
|
input.e-input::-ms-clear,
|
|
@@ -1554,18 +1554,18 @@ input.e-input::-ms-clear,
|
|
|
1554
1554
|
display: none;
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
1557
|
-
input.e-input[type=
|
|
1558
|
-
input.e-input[type=
|
|
1559
|
-
input.e-input[type=
|
|
1560
|
-
input.e-input[type=
|
|
1561
|
-
.e-float-input input[type=
|
|
1562
|
-
.e-float-input input[type=
|
|
1563
|
-
.e-float-input input[type=
|
|
1564
|
-
.e-float-input input[type=
|
|
1565
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1566
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1567
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1568
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1557
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1558
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1559
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1560
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1561
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1562
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1563
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1564
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1565
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1566
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1567
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1568
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1569
1569
|
-webkit-appearance: none;
|
|
1570
1570
|
}
|
|
1571
1571
|
|
|
@@ -1831,8 +1831,7 @@ input.e-input.e-small,
|
|
|
1831
1831
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1832
1832
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1833
1833
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1834
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1835
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1834
|
+
.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,
|
|
1836
1835
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1837
1836
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1838
1837
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -3972,28 +3971,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
3972
3971
|
.e-input-group::after,
|
|
3973
3972
|
.e-input-group.e-control-wrapper::before,
|
|
3974
3973
|
.e-input-group.e-control-wrapper::after {
|
|
3975
|
-
content:
|
|
3974
|
+
content: "";
|
|
3976
3975
|
}
|
|
3977
3976
|
|
|
3978
3977
|
.e-input-group.e-success::before,
|
|
3979
3978
|
.e-input-group.e-success::after,
|
|
3980
3979
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
3981
3980
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
3982
|
-
content:
|
|
3981
|
+
content: "";
|
|
3983
3982
|
}
|
|
3984
3983
|
|
|
3985
3984
|
.e-input-group.e-warning::before,
|
|
3986
3985
|
.e-input-group.e-warning::after,
|
|
3987
3986
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
3988
3987
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
3989
|
-
content:
|
|
3988
|
+
content: "";
|
|
3990
3989
|
}
|
|
3991
3990
|
|
|
3992
3991
|
.e-input-group.e-error::before,
|
|
3993
3992
|
.e-input-group.e-error::after,
|
|
3994
3993
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
3995
3994
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
3996
|
-
content:
|
|
3995
|
+
content: "";
|
|
3997
3996
|
}
|
|
3998
3997
|
|
|
3999
3998
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4592,4 +4591,4 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4592
4591
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4593
4592
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4594
4593
|
color: #3b3a39;
|
|
4595
|
-
}
|
|
4594
|
+
}
|