@syncfusion/ej2-vue-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 +0 -17
- package/README.md +15 -2
- package/dist/ej2-vue-inputs.umd.min.js +11 -2
- package/dist/es6/ej2-vue-inputs.es2015.js +151 -16
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +98 -9
- 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 +11 -1
- package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
- package/src/maskedtextbox/maskedtextbox.component.js +11 -1
- package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
- package/src/numerictextbox/numerictextbox.component.js +11 -1
- package/src/signature/signature.component.d.ts +1 -0
- package/src/signature/signature.component.js +10 -1
- package/src/slider/slider.component.d.ts +1 -0
- package/src/slider/slider.component.js +11 -1
- package/src/textbox/textbox.component.d.ts +1 -0
- package/src/textbox/textbox.component.js +11 -1
- 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 +10 -1
- 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
|
@@ -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 */
|
|
@@ -113,7 +113,29 @@ input.e-input,
|
|
|
113
113
|
|
|
114
114
|
.e-input.e-small,
|
|
115
115
|
.e-input-group.e-small,
|
|
116
|
-
.e-input-group.e-control-wrapper.e-small
|
|
116
|
+
.e-input-group.e-control-wrapper.e-small,
|
|
117
|
+
.e-input-group.e-small .e-input,
|
|
118
|
+
.e-input-group.e-small input,
|
|
119
|
+
.e-input-group.e-control-wrapper.e-small .e-input,
|
|
120
|
+
.e-input-group.e-control-wrapper.e-small input,
|
|
121
|
+
.e-float-input.e-small input,
|
|
122
|
+
.e-float-input.e-input-group.e-small input,
|
|
123
|
+
.e-float-input.e-control-wrapper.e-small input,
|
|
124
|
+
.e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
125
|
+
.e-float-input.e-small,
|
|
126
|
+
.e-float-input.e-control-wrapper.e-small,
|
|
127
|
+
.e-small .e-input-group,
|
|
128
|
+
.e-small .e-input-group.e-control-wrapper,
|
|
129
|
+
.e-small .e-input-group .e-input,
|
|
130
|
+
.e-small .e-input-group input,
|
|
131
|
+
.e-small .e-input-group.e-control-wrapper .e-input,
|
|
132
|
+
.e-small .e-input-group.e-control-wrapper input,
|
|
133
|
+
.e-small .e-float-input input,
|
|
134
|
+
.e-small .e-float-input.e-input-group input,
|
|
135
|
+
.e-small .e-float-input.e-control-wrapper input,
|
|
136
|
+
.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
137
|
+
.e-small .e-float-input,
|
|
138
|
+
.e-small .e-float-input.e-control-wrapper {
|
|
117
139
|
border-radius: 2px;
|
|
118
140
|
}
|
|
119
141
|
|
|
@@ -158,27 +180,64 @@ textarea.e-input.e-bigger,
|
|
|
158
180
|
.e-input-group.e-bigger,
|
|
159
181
|
.e-bigger .e-input-group,
|
|
160
182
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
161
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
162
|
-
.e-input-group.e-bigger.e-disabled,
|
|
163
|
-
.e-bigger .e-input-group.e-disabled,
|
|
164
|
-
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
165
|
-
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
183
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
166
184
|
border-radius: 4px;
|
|
167
185
|
font-size: 16px;
|
|
168
186
|
}
|
|
169
187
|
|
|
188
|
+
.e-input-group.e-bigger .e-input,
|
|
189
|
+
.e-input-group.e-bigger input,
|
|
190
|
+
.e-input-group.e-control-wrapper.e-bigger .e-input,
|
|
191
|
+
.e-input-group.e-control-wrapper.e-bigger input,
|
|
192
|
+
.e-float-input.e-bigger input,
|
|
193
|
+
.e-float-input.e-input-group.e-bigger input,
|
|
194
|
+
.e-float-input.e-control-wrapper.e-bigger input,
|
|
195
|
+
.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
|
|
196
|
+
.e-float-input.e-bigger,
|
|
197
|
+
.e-float-input.e-control-wrapper.e-bigger,
|
|
198
|
+
.e-bigger .e-input-group .e-input,
|
|
199
|
+
.e-bigger .e-input-group input,
|
|
200
|
+
.e-bigger .e-input-group.e-control-wrapper .e-input,
|
|
201
|
+
.e-bigger .e-input-group.e-control-wrapper input,
|
|
202
|
+
.e-bigger .e-float-input input,
|
|
203
|
+
.e-bigger .e-float-input.e-input-group input,
|
|
204
|
+
.e-bigger .e-float-input.e-control-wrapper input,
|
|
205
|
+
.e-bigger .e-float-input.e-control-wrapper.e-input-group input,
|
|
206
|
+
.e-bigger .e-float-input,
|
|
207
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
208
|
+
border-radius: 4px;
|
|
209
|
+
}
|
|
210
|
+
|
|
170
211
|
input.e-input.e-bigger.e-small,
|
|
171
212
|
textarea.e-input.e-bigger.e-small,
|
|
172
213
|
.e-bigger.e-small input.e-input,
|
|
173
214
|
.e-bigger.e-small textarea.e-input,
|
|
174
215
|
.e-input-group.e-bigger.e-small,
|
|
175
216
|
.e-bigger.e-small .e-input-group,
|
|
176
|
-
.e-input-group.e-control-wrapper
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
.e-input-group.e-
|
|
181
|
-
.e-
|
|
217
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper {
|
|
218
|
+
border-radius: 4px;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.e-input-group.e-bigger.e-small .e-input,
|
|
222
|
+
.e-input-group.e-bigger.e-small input,
|
|
223
|
+
.e-input-group.e-control-wrapper.e-bigger.e-small .e-input,
|
|
224
|
+
.e-input-group.e-control-wrapper.e-bigger.e-small input,
|
|
225
|
+
.e-float-input.e-bigger.e-small input,
|
|
226
|
+
.e-float-input.e-input-group.e-bigger.e-small input,
|
|
227
|
+
.e-float-input.e-control-wrapper.e-bigger.e-small input,
|
|
228
|
+
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
|
|
229
|
+
.e-float-input.e-bigger.e-small,
|
|
230
|
+
.e-float-input.e-control-wrapper.e-bigger.e-small,
|
|
231
|
+
.e-bigger.e-small .e-input-group .e-input,
|
|
232
|
+
.e-bigger.e-small .e-input-group input,
|
|
233
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper .e-input,
|
|
234
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper input,
|
|
235
|
+
.e-bigger.e-small .e-float-input input,
|
|
236
|
+
.e-bigger.e-small .e-float-input.e-input-group input,
|
|
237
|
+
.e-bigger.e-small .e-float-input.e-control-wrapper input,
|
|
238
|
+
.e-bigger.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
239
|
+
.e-bigger.e-small .e-float-input,
|
|
240
|
+
.e-bigger.e-small .e-float-input.e-control-wrapper {
|
|
182
241
|
border-radius: 4px;
|
|
183
242
|
}
|
|
184
243
|
|
|
@@ -227,7 +286,7 @@ textarea.e-input.e-bigger,
|
|
|
227
286
|
-ms-flex-pack: center;
|
|
228
287
|
justify-content: center;
|
|
229
288
|
line-height: 1;
|
|
230
|
-
min-height:
|
|
289
|
+
min-height: 30px;
|
|
231
290
|
min-width: 30px;
|
|
232
291
|
padding: 0;
|
|
233
292
|
text-align: center;
|
|
@@ -242,8 +301,7 @@ textarea.e-input.e-bigger,
|
|
|
242
301
|
border-right-width: 0;
|
|
243
302
|
}
|
|
244
303
|
|
|
245
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
246
|
-
.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 {
|
|
247
305
|
border-left-width: 0;
|
|
248
306
|
}
|
|
249
307
|
|
|
@@ -273,7 +331,7 @@ textarea.e-input.e-bigger,
|
|
|
273
331
|
.e-rtl .e-input-group input ~ .e-input-group-icon,
|
|
274
332
|
.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
|
|
275
333
|
border-left-width: 0;
|
|
276
|
-
border-right
|
|
334
|
+
border-right: 1px solid #ced4da;
|
|
277
335
|
}
|
|
278
336
|
|
|
279
337
|
.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
|
|
@@ -551,7 +609,7 @@ textarea.e-input.e-small,
|
|
|
551
609
|
.e-small .e-input-group .e-input-group-icon,
|
|
552
610
|
.e-small .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
553
611
|
font-size: 12px;
|
|
554
|
-
min-height:
|
|
612
|
+
min-height: 24px;
|
|
555
613
|
min-width: 24px;
|
|
556
614
|
padding: 0;
|
|
557
615
|
}
|
|
@@ -560,8 +618,8 @@ textarea.e-input.e-small,
|
|
|
560
618
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
561
619
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
562
620
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
563
|
-
.e-small
|
|
564
|
-
.e-small
|
|
621
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
622
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
565
623
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
566
624
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
567
625
|
font-size: 12px;
|
|
@@ -1219,10 +1277,10 @@ label.e-float-text,
|
|
|
1219
1277
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1220
1278
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1221
1279
|
bottom: 0;
|
|
1222
|
-
content:
|
|
1280
|
+
content: "";
|
|
1223
1281
|
height: 2px;
|
|
1224
1282
|
position: absolute;
|
|
1225
|
-
transition: .2s ease;
|
|
1283
|
+
transition: 0.2s ease;
|
|
1226
1284
|
width: 0;
|
|
1227
1285
|
}
|
|
1228
1286
|
|
|
@@ -1399,7 +1457,7 @@ label.e-float-text,
|
|
|
1399
1457
|
|
|
1400
1458
|
.e-input-group.e-warning::before,
|
|
1401
1459
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1402
|
-
content:
|
|
1460
|
+
content: "";
|
|
1403
1461
|
}
|
|
1404
1462
|
|
|
1405
1463
|
.e-float-input input[disabled],
|
|
@@ -1454,24 +1512,24 @@ label.e-float-text,
|
|
|
1454
1512
|
.e-input-group::after,
|
|
1455
1513
|
.e-input-group.e-control-wrapper::before,
|
|
1456
1514
|
.e-input-group.e-control-wrapper::after {
|
|
1457
|
-
content:
|
|
1515
|
+
content: "";
|
|
1458
1516
|
}
|
|
1459
1517
|
|
|
1460
1518
|
.e-input-group::before,
|
|
1461
1519
|
.e-input-group.e-control-wrapper::before {
|
|
1462
|
-
content:
|
|
1520
|
+
content: "";
|
|
1463
1521
|
}
|
|
1464
1522
|
|
|
1465
1523
|
.e-input-group.e-input-focus::before,
|
|
1466
1524
|
.e-input-group.e-input-focus::after,
|
|
1467
1525
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1468
1526
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1469
|
-
content:
|
|
1527
|
+
content: "";
|
|
1470
1528
|
}
|
|
1471
1529
|
|
|
1472
1530
|
.e-input-group::after,
|
|
1473
1531
|
.e-input-group.e-control-wrapper::after {
|
|
1474
|
-
content:
|
|
1532
|
+
content: "";
|
|
1475
1533
|
}
|
|
1476
1534
|
|
|
1477
1535
|
.e-input-group,
|
|
@@ -1641,17 +1699,17 @@ label.e-float-text,
|
|
|
1641
1699
|
|
|
1642
1700
|
.e-input-group .e-input-group-icon,
|
|
1643
1701
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1644
|
-
content:
|
|
1702
|
+
content: "";
|
|
1645
1703
|
}
|
|
1646
1704
|
|
|
1647
1705
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1648
1706
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1649
|
-
content:
|
|
1707
|
+
content: "";
|
|
1650
1708
|
}
|
|
1651
1709
|
|
|
1652
1710
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1653
1711
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1654
|
-
content:
|
|
1712
|
+
content: "";
|
|
1655
1713
|
}
|
|
1656
1714
|
|
|
1657
1715
|
input.e-input::-ms-clear,
|
|
@@ -1660,18 +1718,18 @@ input.e-input::-ms-clear,
|
|
|
1660
1718
|
display: none;
|
|
1661
1719
|
}
|
|
1662
1720
|
|
|
1663
|
-
input.e-input[type=
|
|
1664
|
-
input.e-input[type=
|
|
1665
|
-
input.e-input[type=
|
|
1666
|
-
input.e-input[type=
|
|
1667
|
-
.e-float-input input[type=
|
|
1668
|
-
.e-float-input input[type=
|
|
1669
|
-
.e-float-input input[type=
|
|
1670
|
-
.e-float-input input[type=
|
|
1671
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1672
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1673
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1674
|
-
.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 {
|
|
1675
1733
|
-webkit-appearance: none;
|
|
1676
1734
|
}
|
|
1677
1735
|
|
|
@@ -1937,8 +1995,7 @@ input.e-input.e-small,
|
|
|
1937
1995
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1938
1996
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1939
1997
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1940
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1941
|
-
.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,
|
|
1942
1999
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1943
2000
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1944
2001
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -2753,7 +2810,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2753
2810
|
.e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2754
2811
|
.e-input-group .e-clear-icon::before,
|
|
2755
2812
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2756
|
-
font-size:
|
|
2813
|
+
font-size: 14px;
|
|
2757
2814
|
padding: 0;
|
|
2758
2815
|
text-align: center;
|
|
2759
2816
|
vertical-align: middle;
|
|
@@ -2793,7 +2850,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2793
2850
|
.e-small .e-float-input .e-clear-icon::before,
|
|
2794
2851
|
.e-small .e-input-group .e-clear-icon::before,
|
|
2795
2852
|
.e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2796
|
-
font-size:
|
|
2853
|
+
font-size: 12px;
|
|
2797
2854
|
}
|
|
2798
2855
|
|
|
2799
2856
|
.e-float-input.e-bigger .e-clear-icon::before,
|
|
@@ -2806,13 +2863,17 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2806
2863
|
.e-bigger .e-float-input .e-clear-icon::before,
|
|
2807
2864
|
.e-bigger .e-input-group .e-clear-icon::before,
|
|
2808
2865
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2809
|
-
font-size:
|
|
2866
|
+
font-size: 16px;
|
|
2810
2867
|
}
|
|
2811
2868
|
|
|
2812
2869
|
.e-float-input.e-small.e-bigger .e-clear-icon::before,
|
|
2813
2870
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2814
2871
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2815
2872
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2873
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2874
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2875
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2876
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2816
2877
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2817
2878
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2818
2879
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -2821,7 +2882,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2821
2882
|
.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2822
2883
|
.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
|
|
2823
2884
|
.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
|
|
2824
|
-
font-size:
|
|
2885
|
+
font-size: 14px;
|
|
2825
2886
|
}
|
|
2826
2887
|
|
|
2827
2888
|
.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
|
|
@@ -3795,7 +3856,8 @@ textarea.e-input,
|
|
|
3795
3856
|
.e-input-group .e-input[readonly] ~ span.e-input-group-icon,
|
|
3796
3857
|
.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon,
|
|
3797
3858
|
.e-float-input input[readonly] ~ span.e-input-group-icon,
|
|
3798
|
-
.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon
|
|
3859
|
+
.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon,
|
|
3860
|
+
.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
3799
3861
|
background: #e9ecef;
|
|
3800
3862
|
color: #6c757d;
|
|
3801
3863
|
}
|
|
@@ -4067,28 +4129,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4067
4129
|
.e-input-group::after,
|
|
4068
4130
|
.e-input-group.e-control-wrapper::before,
|
|
4069
4131
|
.e-input-group.e-control-wrapper::after {
|
|
4070
|
-
content:
|
|
4132
|
+
content: "";
|
|
4071
4133
|
}
|
|
4072
4134
|
|
|
4073
4135
|
.e-input-group.e-success::before,
|
|
4074
4136
|
.e-input-group.e-success::after,
|
|
4075
4137
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4076
4138
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4077
|
-
content:
|
|
4139
|
+
content: "";
|
|
4078
4140
|
}
|
|
4079
4141
|
|
|
4080
4142
|
.e-input-group.e-warning::before,
|
|
4081
4143
|
.e-input-group.e-warning::after,
|
|
4082
4144
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4083
4145
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4084
|
-
content:
|
|
4146
|
+
content: "";
|
|
4085
4147
|
}
|
|
4086
4148
|
|
|
4087
4149
|
.e-input-group.e-error::before,
|
|
4088
4150
|
.e-input-group.e-error::after,
|
|
4089
4151
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4090
4152
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4091
|
-
content:
|
|
4153
|
+
content: "";
|
|
4092
4154
|
}
|
|
4093
4155
|
|
|
4094
4156
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4222,13 +4284,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4222
4284
|
border-color: #ced4da;
|
|
4223
4285
|
}
|
|
4224
4286
|
|
|
4225
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
|
|
4226
|
-
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
|
|
4227
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
|
|
4228
|
-
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
|
|
4229
|
-
border-color: transparent;
|
|
4230
|
-
}
|
|
4231
|
-
|
|
4232
4287
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error),
|
|
4233
4288
|
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
|
|
4234
4289
|
border-color: #ced4da;
|
|
@@ -4664,4 +4719,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4664
4719
|
|
|
4665
4720
|
input.e-input::-webkit-input-placeholder {
|
|
4666
4721
|
color: #6c757d;
|
|
4667
|
-
}
|
|
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 */
|
|
@@ -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
|
|
|
@@ -488,8 +484,8 @@ textarea.e-input.e-small,
|
|
|
488
484
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
489
485
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
490
486
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
491
|
-
.e-small
|
|
492
|
-
.e-small
|
|
487
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
488
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
493
489
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
494
490
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
495
491
|
font-size: 12px;
|
|
@@ -1142,10 +1138,10 @@ label.e-float-text,
|
|
|
1142
1138
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1143
1139
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1144
1140
|
bottom: 0;
|
|
1145
|
-
content:
|
|
1141
|
+
content: "";
|
|
1146
1142
|
height: 2px;
|
|
1147
1143
|
position: absolute;
|
|
1148
|
-
transition: .2s ease;
|
|
1144
|
+
transition: 0.2s ease;
|
|
1149
1145
|
width: 0;
|
|
1150
1146
|
}
|
|
1151
1147
|
|
|
@@ -1322,7 +1318,7 @@ label.e-float-text,
|
|
|
1322
1318
|
|
|
1323
1319
|
.e-input-group.e-warning::before,
|
|
1324
1320
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1325
|
-
content:
|
|
1321
|
+
content: "";
|
|
1326
1322
|
}
|
|
1327
1323
|
|
|
1328
1324
|
.e-float-input input[disabled],
|
|
@@ -1377,24 +1373,24 @@ label.e-float-text,
|
|
|
1377
1373
|
.e-input-group::after,
|
|
1378
1374
|
.e-input-group.e-control-wrapper::before,
|
|
1379
1375
|
.e-input-group.e-control-wrapper::after {
|
|
1380
|
-
content:
|
|
1376
|
+
content: "";
|
|
1381
1377
|
}
|
|
1382
1378
|
|
|
1383
1379
|
.e-input-group::before,
|
|
1384
1380
|
.e-input-group.e-control-wrapper::before {
|
|
1385
|
-
content:
|
|
1381
|
+
content: "";
|
|
1386
1382
|
}
|
|
1387
1383
|
|
|
1388
1384
|
.e-input-group.e-input-focus::before,
|
|
1389
1385
|
.e-input-group.e-input-focus::after,
|
|
1390
1386
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1391
1387
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1392
|
-
content:
|
|
1388
|
+
content: "";
|
|
1393
1389
|
}
|
|
1394
1390
|
|
|
1395
1391
|
.e-input-group::after,
|
|
1396
1392
|
.e-input-group.e-control-wrapper::after {
|
|
1397
|
-
content:
|
|
1393
|
+
content: "";
|
|
1398
1394
|
}
|
|
1399
1395
|
|
|
1400
1396
|
.e-input-group,
|
|
@@ -1571,17 +1567,17 @@ label.e-float-text,
|
|
|
1571
1567
|
|
|
1572
1568
|
.e-input-group .e-input-group-icon,
|
|
1573
1569
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1574
|
-
content:
|
|
1570
|
+
content: "";
|
|
1575
1571
|
}
|
|
1576
1572
|
|
|
1577
1573
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1578
1574
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1579
|
-
content:
|
|
1575
|
+
content: "";
|
|
1580
1576
|
}
|
|
1581
1577
|
|
|
1582
1578
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1583
1579
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1584
|
-
content:
|
|
1580
|
+
content: "";
|
|
1585
1581
|
}
|
|
1586
1582
|
|
|
1587
1583
|
input.e-input::-ms-clear,
|
|
@@ -1590,18 +1586,18 @@ input.e-input::-ms-clear,
|
|
|
1590
1586
|
display: none;
|
|
1591
1587
|
}
|
|
1592
1588
|
|
|
1593
|
-
input.e-input[type=
|
|
1594
|
-
input.e-input[type=
|
|
1595
|
-
input.e-input[type=
|
|
1596
|
-
input.e-input[type=
|
|
1597
|
-
.e-float-input input[type=
|
|
1598
|
-
.e-float-input input[type=
|
|
1599
|
-
.e-float-input input[type=
|
|
1600
|
-
.e-float-input input[type=
|
|
1601
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1602
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1603
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1604
|
-
.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 {
|
|
1605
1601
|
-webkit-appearance: none;
|
|
1606
1602
|
}
|
|
1607
1603
|
|
|
@@ -1867,8 +1863,7 @@ input.e-input.e-small,
|
|
|
1867
1863
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1868
1864
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1869
1865
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1870
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1871
|
-
.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,
|
|
1872
1867
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1873
1868
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1874
1869
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -2725,6 +2720,10 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2725
2720
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2726
2721
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2727
2722
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2723
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2724
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2725
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2726
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2728
2727
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2729
2728
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2730
2729
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -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
|
+
}
|