@syncfusion/ej2-vue-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 +0 -17
- package/README.md +15 -2
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +158 -23
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +105 -16
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -14
- package/src/color-picker/colorpicker.component.d.ts +1 -0
- package/src/color-picker/colorpicker.component.js +12 -2
- package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
- package/src/maskedtextbox/maskedtextbox.component.js +12 -2
- package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
- package/src/numerictextbox/numerictextbox.component.js +12 -2
- package/src/signature/signature.component.d.ts +1 -0
- package/src/signature/signature.component.js +11 -2
- package/src/slider/slider.component.d.ts +1 -0
- package/src/slider/slider.component.js +12 -2
- package/src/textbox/textbox.component.d.ts +1 -0
- package/src/textbox/textbox.component.js +12 -2
- package/src/uploader/files.directive.d.ts +3 -1
- package/src/uploader/files.directive.js +24 -2
- package/src/uploader/uploader.component.d.ts +1 -0
- package/src/uploader/uploader.component.js +11 -2
- package/styles/bootstrap-dark.css +135 -670
- package/styles/bootstrap.css +132 -667
- package/styles/bootstrap4.css +131 -696
- package/styles/bootstrap5-dark.css +247 -757
- package/styles/bootstrap5.css +247 -757
- 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 +52 -221
- package/styles/color-picker/bootstrap5.css +52 -221
- package/styles/color-picker/fabric-dark.css +27 -194
- package/styles/color-picker/fabric.css +27 -194
- package/styles/color-picker/fluent-dark.css +735 -0
- package/styles/color-picker/fluent-dark.scss +1 -0
- package/styles/color-picker/fluent.css +735 -0
- package/styles/color-picker/fluent.scss +1 -0
- 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 +36 -207
- package/styles/color-picker/tailwind.css +36 -207
- package/styles/fabric-dark.css +130 -667
- package/styles/fabric.css +129 -666
- package/styles/fluent-dark.css +6806 -0
- package/styles/fluent-dark.scss +8 -0
- package/styles/fluent.css +6806 -0
- package/styles/fluent.scss +8 -0
- package/styles/highcontrast-light.css +138 -687
- package/styles/highcontrast.css +138 -687
- package/styles/input/bootstrap-dark.css +44 -46
- package/styles/input/bootstrap.css +41 -43
- package/styles/input/bootstrap4.css +41 -43
- package/styles/input/bootstrap5-dark.css +119 -64
- package/styles/input/bootstrap5.css +119 -64
- package/styles/input/fabric-dark.css +39 -40
- package/styles/input/fabric.css +39 -40
- package/styles/input/fluent-dark.css +4594 -0
- package/styles/input/fluent-dark.scss +1 -0
- package/styles/input/fluent.css +4594 -0
- package/styles/input/fluent.scss +1 -0
- package/styles/input/highcontrast-light.css +40 -42
- package/styles/input/highcontrast.css +40 -42
- package/styles/input/material-dark.css +94 -129
- package/styles/input/material.css +94 -130
- package/styles/input/tailwind-dark.css +126 -71
- package/styles/input/tailwind.css +126 -71
- 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 +26 -0
- package/styles/maskedtextbox/fluent-dark.scss +1 -0
- package/styles/maskedtextbox/fluent.css +26 -0
- package/styles/maskedtextbox/fluent.scss +1 -0
- 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 +188 -786
- package/styles/material.css +188 -791
- 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 +58 -0
- package/styles/numerictextbox/fluent-dark.scss +1 -0
- package/styles/numerictextbox/fluent.css +58 -0
- package/styles/numerictextbox/fluent.scss +1 -0
- 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 +9 -0
- package/styles/signature/fluent-dark.scss +1 -0
- package/styles/signature/fluent.css +9 -0
- package/styles/signature/fluent.scss +1 -0
- 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 +2 -91
- package/styles/slider/bootstrap.css +2 -91
- package/styles/slider/bootstrap4.css +1 -106
- package/styles/slider/bootstrap5-dark.css +14 -134
- package/styles/slider/bootstrap5.css +14 -134
- package/styles/slider/fabric-dark.css +2 -96
- package/styles/slider/fabric.css +1 -95
- package/styles/slider/fluent-dark.css +528 -0
- package/styles/slider/fluent-dark.scss +1 -0
- package/styles/slider/fluent.css +528 -0
- package/styles/slider/fluent.scss +1 -0
- 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 +11 -135
- package/styles/slider/tailwind.css +11 -135
- package/styles/tailwind-dark.css +289 -779
- package/styles/tailwind.css +289 -779
- package/styles/textbox/fluent-dark.css +0 -0
- package/styles/textbox/fluent-dark.scss +1 -0
- package/styles/textbox/fluent.css +0 -0
- package/styles/textbox/fluent.scss +1 -0
- 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 +60 -334
- package/styles/uploader/bootstrap.css +60 -334
- package/styles/uploader/bootstrap4.css +60 -334
- package/styles/uploader/bootstrap5-dark.css +60 -334
- package/styles/uploader/bootstrap5.css +60 -334
- package/styles/uploader/fabric-dark.css +60 -334
- package/styles/uploader/fabric.css +60 -334
- package/styles/uploader/fluent-dark.css +851 -0
- package/styles/uploader/fluent-dark.scss +1 -0
- package/styles/uploader/fluent.css +851 -0
- package/styles/uploader/fluent.scss +1 -0
- package/styles/uploader/highcontrast-light.css +60 -334
- package/styles/uploader/highcontrast.css +60 -334
- package/styles/uploader/material-dark.css +60 -335
- package/styles/uploader/material.css +60 -335
- package/styles/uploader/tailwind-dark.css +113 -362
- package/styles/uploader/tailwind.css +113 -362
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/input/fluent.scss';
|
|
@@ -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 */
|
|
@@ -152,11 +152,7 @@ textarea.e-input.e-bigger,
|
|
|
152
152
|
.e-input-group.e-bigger,
|
|
153
153
|
.e-bigger .e-input-group,
|
|
154
154
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
155
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
156
|
-
.e-input-group.e-bigger.e-disabled,
|
|
157
|
-
.e-bigger .e-input-group.e-disabled,
|
|
158
|
-
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
159
|
-
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
155
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
160
156
|
font-size: 15px;
|
|
161
157
|
}
|
|
162
158
|
|
|
@@ -228,8 +224,7 @@ textarea.e-input.e-bigger,
|
|
|
228
224
|
box-sizing: border-box;
|
|
229
225
|
}
|
|
230
226
|
|
|
231
|
-
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover
|
|
232
|
-
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
227
|
+
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
233
228
|
-moz-box-sizing: border-box;
|
|
234
229
|
-webkit-box-sizing: border-box;
|
|
235
230
|
border-width: 0px 1px 0px 1px;
|
|
@@ -604,8 +599,8 @@ textarea.e-input.e-small,
|
|
|
604
599
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
605
600
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
606
601
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
607
|
-
.e-small
|
|
608
|
-
.e-small
|
|
602
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
603
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
609
604
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
610
605
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
611
606
|
font-size: 12px;
|
|
@@ -1258,10 +1253,10 @@ label.e-float-text,
|
|
|
1258
1253
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1259
1254
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1260
1255
|
bottom: 0;
|
|
1261
|
-
content:
|
|
1256
|
+
content: "";
|
|
1262
1257
|
height: 2px;
|
|
1263
1258
|
position: absolute;
|
|
1264
|
-
transition: .2s ease;
|
|
1259
|
+
transition: 0.2s ease;
|
|
1265
1260
|
width: 0;
|
|
1266
1261
|
}
|
|
1267
1262
|
|
|
@@ -1438,7 +1433,7 @@ label.e-float-text,
|
|
|
1438
1433
|
|
|
1439
1434
|
.e-input-group.e-warning::before,
|
|
1440
1435
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1441
|
-
content:
|
|
1436
|
+
content: "";
|
|
1442
1437
|
}
|
|
1443
1438
|
|
|
1444
1439
|
.e-float-input input[disabled],
|
|
@@ -1494,24 +1489,24 @@ label.e-float-text,
|
|
|
1494
1489
|
.e-input-group::after,
|
|
1495
1490
|
.e-input-group.e-control-wrapper::before,
|
|
1496
1491
|
.e-input-group.e-control-wrapper::after {
|
|
1497
|
-
content:
|
|
1492
|
+
content: "";
|
|
1498
1493
|
}
|
|
1499
1494
|
|
|
1500
1495
|
.e-input-group::before,
|
|
1501
1496
|
.e-input-group.e-control-wrapper::before {
|
|
1502
|
-
content:
|
|
1497
|
+
content: "";
|
|
1503
1498
|
}
|
|
1504
1499
|
|
|
1505
1500
|
.e-input-group.e-input-focus::before,
|
|
1506
1501
|
.e-input-group.e-input-focus::after,
|
|
1507
1502
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1508
1503
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1509
|
-
content:
|
|
1504
|
+
content: "";
|
|
1510
1505
|
}
|
|
1511
1506
|
|
|
1512
1507
|
.e-input-group::after,
|
|
1513
1508
|
.e-input-group.e-control-wrapper::after {
|
|
1514
|
-
content:
|
|
1509
|
+
content: "";
|
|
1515
1510
|
}
|
|
1516
1511
|
|
|
1517
1512
|
.e-input-group,
|
|
@@ -1688,17 +1683,17 @@ label.e-float-text,
|
|
|
1688
1683
|
|
|
1689
1684
|
.e-input-group .e-input-group-icon,
|
|
1690
1685
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1691
|
-
content:
|
|
1686
|
+
content: "";
|
|
1692
1687
|
}
|
|
1693
1688
|
|
|
1694
1689
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1695
1690
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1696
|
-
content:
|
|
1691
|
+
content: "";
|
|
1697
1692
|
}
|
|
1698
1693
|
|
|
1699
1694
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1700
1695
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1701
|
-
content:
|
|
1696
|
+
content: "";
|
|
1702
1697
|
}
|
|
1703
1698
|
|
|
1704
1699
|
input.e-input::-ms-clear,
|
|
@@ -1707,18 +1702,18 @@ input.e-input::-ms-clear,
|
|
|
1707
1702
|
display: none;
|
|
1708
1703
|
}
|
|
1709
1704
|
|
|
1710
|
-
input.e-input[type=
|
|
1711
|
-
input.e-input[type=
|
|
1712
|
-
input.e-input[type=
|
|
1713
|
-
input.e-input[type=
|
|
1714
|
-
.e-float-input input[type=
|
|
1715
|
-
.e-float-input input[type=
|
|
1716
|
-
.e-float-input input[type=
|
|
1717
|
-
.e-float-input input[type=
|
|
1718
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1719
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1720
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1721
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1705
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1706
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1707
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1708
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1709
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1710
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1711
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1712
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1713
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1714
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1715
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1716
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1722
1717
|
-webkit-appearance: none;
|
|
1723
1718
|
}
|
|
1724
1719
|
|
|
@@ -1984,8 +1979,7 @@ input.e-input.e-small,
|
|
|
1984
1979
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1985
1980
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1986
1981
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1987
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1988
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1982
|
+
.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,
|
|
1989
1983
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1990
1984
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1991
1985
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -2842,6 +2836,10 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2842
2836
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2843
2837
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2844
2838
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2839
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2840
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2841
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2842
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2845
2843
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2846
2844
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2847
2845
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -4270,28 +4268,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4270
4268
|
.e-input-group::after,
|
|
4271
4269
|
.e-input-group.e-control-wrapper::before,
|
|
4272
4270
|
.e-input-group.e-control-wrapper::after {
|
|
4273
|
-
content:
|
|
4271
|
+
content: "";
|
|
4274
4272
|
}
|
|
4275
4273
|
|
|
4276
4274
|
.e-input-group.e-success::before,
|
|
4277
4275
|
.e-input-group.e-success::after,
|
|
4278
4276
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4279
4277
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4280
|
-
content:
|
|
4278
|
+
content: "";
|
|
4281
4279
|
}
|
|
4282
4280
|
|
|
4283
4281
|
.e-input-group.e-warning::before,
|
|
4284
4282
|
.e-input-group.e-warning::after,
|
|
4285
4283
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4286
4284
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4287
|
-
content:
|
|
4285
|
+
content: "";
|
|
4288
4286
|
}
|
|
4289
4287
|
|
|
4290
4288
|
.e-input-group.e-error::before,
|
|
4291
4289
|
.e-input-group.e-error::after,
|
|
4292
4290
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4293
4291
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4294
|
-
content:
|
|
4292
|
+
content: "";
|
|
4295
4293
|
}
|
|
4296
4294
|
|
|
4297
4295
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4822,4 +4820,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4822
4820
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4823
4821
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4824
4822
|
color: #000;
|
|
4825
|
-
}
|
|
4823
|
+
}
|
|
@@ -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 */
|
|
@@ -152,11 +152,7 @@ textarea.e-input.e-bigger,
|
|
|
152
152
|
.e-input-group.e-bigger,
|
|
153
153
|
.e-bigger .e-input-group,
|
|
154
154
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
155
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
156
|
-
.e-input-group.e-bigger.e-disabled,
|
|
157
|
-
.e-bigger .e-input-group.e-disabled,
|
|
158
|
-
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
159
|
-
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
155
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
160
156
|
font-size: 15px;
|
|
161
157
|
}
|
|
162
158
|
|
|
@@ -228,8 +224,7 @@ textarea.e-input.e-bigger,
|
|
|
228
224
|
box-sizing: border-box;
|
|
229
225
|
}
|
|
230
226
|
|
|
231
|
-
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover
|
|
232
|
-
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
227
|
+
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
233
228
|
-moz-box-sizing: border-box;
|
|
234
229
|
-webkit-box-sizing: border-box;
|
|
235
230
|
border-width: 0px 1px 0px 1px;
|
|
@@ -604,8 +599,8 @@ textarea.e-input.e-small,
|
|
|
604
599
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
605
600
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
606
601
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
607
|
-
.e-small
|
|
608
|
-
.e-small
|
|
602
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
603
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
609
604
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
610
605
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
611
606
|
font-size: 12px;
|
|
@@ -1258,10 +1253,10 @@ label.e-float-text,
|
|
|
1258
1253
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1259
1254
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1260
1255
|
bottom: 0;
|
|
1261
|
-
content:
|
|
1256
|
+
content: "";
|
|
1262
1257
|
height: 2px;
|
|
1263
1258
|
position: absolute;
|
|
1264
|
-
transition: .2s ease;
|
|
1259
|
+
transition: 0.2s ease;
|
|
1265
1260
|
width: 0;
|
|
1266
1261
|
}
|
|
1267
1262
|
|
|
@@ -1438,7 +1433,7 @@ label.e-float-text,
|
|
|
1438
1433
|
|
|
1439
1434
|
.e-input-group.e-warning::before,
|
|
1440
1435
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1441
|
-
content:
|
|
1436
|
+
content: "";
|
|
1442
1437
|
}
|
|
1443
1438
|
|
|
1444
1439
|
.e-float-input input[disabled],
|
|
@@ -1494,24 +1489,24 @@ label.e-float-text,
|
|
|
1494
1489
|
.e-input-group::after,
|
|
1495
1490
|
.e-input-group.e-control-wrapper::before,
|
|
1496
1491
|
.e-input-group.e-control-wrapper::after {
|
|
1497
|
-
content:
|
|
1492
|
+
content: "";
|
|
1498
1493
|
}
|
|
1499
1494
|
|
|
1500
1495
|
.e-input-group::before,
|
|
1501
1496
|
.e-input-group.e-control-wrapper::before {
|
|
1502
|
-
content:
|
|
1497
|
+
content: "";
|
|
1503
1498
|
}
|
|
1504
1499
|
|
|
1505
1500
|
.e-input-group.e-input-focus::before,
|
|
1506
1501
|
.e-input-group.e-input-focus::after,
|
|
1507
1502
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1508
1503
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1509
|
-
content:
|
|
1504
|
+
content: "";
|
|
1510
1505
|
}
|
|
1511
1506
|
|
|
1512
1507
|
.e-input-group::after,
|
|
1513
1508
|
.e-input-group.e-control-wrapper::after {
|
|
1514
|
-
content:
|
|
1509
|
+
content: "";
|
|
1515
1510
|
}
|
|
1516
1511
|
|
|
1517
1512
|
.e-input-group,
|
|
@@ -1688,17 +1683,17 @@ label.e-float-text,
|
|
|
1688
1683
|
|
|
1689
1684
|
.e-input-group .e-input-group-icon,
|
|
1690
1685
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1691
|
-
content:
|
|
1686
|
+
content: "";
|
|
1692
1687
|
}
|
|
1693
1688
|
|
|
1694
1689
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1695
1690
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1696
|
-
content:
|
|
1691
|
+
content: "";
|
|
1697
1692
|
}
|
|
1698
1693
|
|
|
1699
1694
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1700
1695
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1701
|
-
content:
|
|
1696
|
+
content: "";
|
|
1702
1697
|
}
|
|
1703
1698
|
|
|
1704
1699
|
input.e-input::-ms-clear,
|
|
@@ -1707,18 +1702,18 @@ input.e-input::-ms-clear,
|
|
|
1707
1702
|
display: none;
|
|
1708
1703
|
}
|
|
1709
1704
|
|
|
1710
|
-
input.e-input[type=
|
|
1711
|
-
input.e-input[type=
|
|
1712
|
-
input.e-input[type=
|
|
1713
|
-
input.e-input[type=
|
|
1714
|
-
.e-float-input input[type=
|
|
1715
|
-
.e-float-input input[type=
|
|
1716
|
-
.e-float-input input[type=
|
|
1717
|
-
.e-float-input input[type=
|
|
1718
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1719
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1720
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1721
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1705
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1706
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1707
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1708
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1709
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1710
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1711
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1712
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1713
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1714
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1715
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1716
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1722
1717
|
-webkit-appearance: none;
|
|
1723
1718
|
}
|
|
1724
1719
|
|
|
@@ -1984,8 +1979,7 @@ input.e-input.e-small,
|
|
|
1984
1979
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1985
1980
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1986
1981
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1987
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1988
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1982
|
+
.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,
|
|
1989
1983
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1990
1984
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1991
1985
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -2842,6 +2836,10 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2842
2836
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2843
2837
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2844
2838
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2839
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2840
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2841
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2842
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2845
2843
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2846
2844
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2847
2845
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -4270,28 +4268,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4270
4268
|
.e-input-group::after,
|
|
4271
4269
|
.e-input-group.e-control-wrapper::before,
|
|
4272
4270
|
.e-input-group.e-control-wrapper::after {
|
|
4273
|
-
content:
|
|
4271
|
+
content: "";
|
|
4274
4272
|
}
|
|
4275
4273
|
|
|
4276
4274
|
.e-input-group.e-success::before,
|
|
4277
4275
|
.e-input-group.e-success::after,
|
|
4278
4276
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4279
4277
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4280
|
-
content:
|
|
4278
|
+
content: "";
|
|
4281
4279
|
}
|
|
4282
4280
|
|
|
4283
4281
|
.e-input-group.e-warning::before,
|
|
4284
4282
|
.e-input-group.e-warning::after,
|
|
4285
4283
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4286
4284
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4287
|
-
content:
|
|
4285
|
+
content: "";
|
|
4288
4286
|
}
|
|
4289
4287
|
|
|
4290
4288
|
.e-input-group.e-error::before,
|
|
4291
4289
|
.e-input-group.e-error::after,
|
|
4292
4290
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4293
4291
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4294
|
-
content:
|
|
4292
|
+
content: "";
|
|
4295
4293
|
}
|
|
4296
4294
|
|
|
4297
4295
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4822,4 +4820,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4822
4820
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4823
4821
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4824
4822
|
color: #fff;
|
|
4825
|
-
}
|
|
4823
|
+
}
|