@syncfusion/ej2-vue-inputs 20.2.48 → 20.3.49

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.
Files changed (144) hide show
  1. package/CHANGELOG.md +0 -6
  2. package/dist/ej2-vue-inputs.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-inputs.es2015.js +46 -54
  4. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-inputs.es5.js +46 -54
  6. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-inputs.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/color-picker/colorpicker.component.d.ts +0 -1
  10. package/src/color-picker/colorpicker.component.js +3 -4
  11. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -1
  12. package/src/maskedtextbox/maskedtextbox.component.js +3 -4
  13. package/src/numerictextbox/numerictextbox.component.d.ts +0 -1
  14. package/src/numerictextbox/numerictextbox.component.js +3 -4
  15. package/src/signature/signature.component.d.ts +0 -1
  16. package/src/signature/signature.component.js +3 -4
  17. package/src/slider/slider.component.d.ts +0 -1
  18. package/src/slider/slider.component.js +3 -4
  19. package/src/textbox/textbox.component.d.ts +0 -1
  20. package/src/textbox/textbox.component.js +3 -4
  21. package/src/uploader/files.directive.d.ts +0 -1
  22. package/src/uploader/files.directive.js +5 -6
  23. package/src/uploader/uploader.component.d.ts +0 -1
  24. package/src/uploader/uploader.component.js +3 -4
  25. package/styles/bootstrap-dark.css +31 -13
  26. package/styles/bootstrap.css +31 -13
  27. package/styles/bootstrap4.css +31 -13
  28. package/styles/bootstrap5-dark.css +32 -13
  29. package/styles/bootstrap5.css +32 -13
  30. package/styles/color-picker/bootstrap-dark.css +2 -0
  31. package/styles/color-picker/bootstrap.css +2 -0
  32. package/styles/color-picker/bootstrap4.css +2 -0
  33. package/styles/color-picker/bootstrap5-dark.css +3 -0
  34. package/styles/color-picker/bootstrap5.css +3 -0
  35. package/styles/color-picker/fabric-dark.css +2 -0
  36. package/styles/color-picker/fabric.css +2 -0
  37. package/styles/color-picker/fluent-dark.css +3 -0
  38. package/styles/color-picker/fluent.css +3 -0
  39. package/styles/color-picker/highcontrast-light.css +2 -0
  40. package/styles/color-picker/highcontrast.css +2 -0
  41. package/styles/color-picker/material-dark.css +2 -0
  42. package/styles/color-picker/material.css +2 -0
  43. package/styles/color-picker/tailwind-dark.css +3 -0
  44. package/styles/color-picker/tailwind.css +3 -0
  45. package/styles/fabric-dark.css +31 -13
  46. package/styles/fabric.css +31 -13
  47. package/styles/fluent-dark.css +32 -13
  48. package/styles/fluent.css +32 -13
  49. package/styles/highcontrast-light.css +31 -13
  50. package/styles/highcontrast.css +31 -13
  51. package/styles/input/bootstrap-dark.css +22 -14
  52. package/styles/input/bootstrap.css +22 -14
  53. package/styles/input/bootstrap4.css +22 -14
  54. package/styles/input/bootstrap5-dark.css +22 -14
  55. package/styles/input/bootstrap5.css +22 -14
  56. package/styles/input/fabric-dark.css +22 -14
  57. package/styles/input/fabric.css +22 -14
  58. package/styles/input/fluent-dark.css +22 -14
  59. package/styles/input/fluent.css +22 -14
  60. package/styles/input/highcontrast-light.css +22 -14
  61. package/styles/input/highcontrast.css +22 -14
  62. package/styles/input/material-dark.css +26 -18
  63. package/styles/input/material.css +26 -18
  64. package/styles/input/tailwind-dark.css +22 -14
  65. package/styles/input/tailwind.css +22 -14
  66. package/styles/maskedtextbox/bootstrap-dark.css +1 -0
  67. package/styles/maskedtextbox/bootstrap.css +1 -0
  68. package/styles/maskedtextbox/bootstrap4.css +1 -0
  69. package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
  70. package/styles/maskedtextbox/bootstrap5.css +1 -0
  71. package/styles/maskedtextbox/fabric-dark.css +1 -0
  72. package/styles/maskedtextbox/fabric.css +1 -0
  73. package/styles/maskedtextbox/fluent-dark.css +1 -0
  74. package/styles/maskedtextbox/fluent.css +1 -0
  75. package/styles/maskedtextbox/highcontrast-light.css +1 -0
  76. package/styles/maskedtextbox/highcontrast.css +1 -0
  77. package/styles/maskedtextbox/material-dark.css +1 -0
  78. package/styles/maskedtextbox/material.css +1 -0
  79. package/styles/maskedtextbox/tailwind-dark.css +1 -0
  80. package/styles/maskedtextbox/tailwind.css +1 -0
  81. package/styles/material-dark.css +50 -18
  82. package/styles/material.css +50 -18
  83. package/styles/numerictextbox/bootstrap-dark.css +1 -0
  84. package/styles/numerictextbox/bootstrap.css +1 -0
  85. package/styles/numerictextbox/bootstrap4.css +1 -0
  86. package/styles/numerictextbox/bootstrap5-dark.css +1 -0
  87. package/styles/numerictextbox/bootstrap5.css +1 -0
  88. package/styles/numerictextbox/fabric-dark.css +1 -0
  89. package/styles/numerictextbox/fabric.css +1 -0
  90. package/styles/numerictextbox/fluent-dark.css +1 -0
  91. package/styles/numerictextbox/fluent.css +1 -0
  92. package/styles/numerictextbox/highcontrast-light.css +1 -0
  93. package/styles/numerictextbox/highcontrast.css +1 -0
  94. package/styles/numerictextbox/material-dark.css +1 -0
  95. package/styles/numerictextbox/material.css +1 -0
  96. package/styles/numerictextbox/tailwind-dark.css +1 -0
  97. package/styles/numerictextbox/tailwind.css +1 -0
  98. package/styles/slider/bootstrap-dark.css +4 -0
  99. package/styles/slider/bootstrap.css +4 -0
  100. package/styles/slider/bootstrap4.css +4 -0
  101. package/styles/slider/bootstrap5-dark.css +4 -0
  102. package/styles/slider/bootstrap5.css +4 -0
  103. package/styles/slider/fabric-dark.css +4 -0
  104. package/styles/slider/fabric.css +4 -0
  105. package/styles/slider/fluent-dark.css +4 -0
  106. package/styles/slider/fluent.css +4 -0
  107. package/styles/slider/highcontrast-light.css +4 -0
  108. package/styles/slider/highcontrast.css +4 -0
  109. package/styles/slider/material-dark.css +19 -1
  110. package/styles/slider/material.css +19 -1
  111. package/styles/slider/tailwind-dark.css +4 -0
  112. package/styles/slider/tailwind.css +4 -0
  113. package/styles/tailwind-dark.css +33 -13
  114. package/styles/tailwind.css +33 -13
  115. package/styles/textbox/bootstrap-dark.css +2 -0
  116. package/styles/textbox/bootstrap.css +2 -0
  117. package/styles/textbox/bootstrap4.css +2 -0
  118. package/styles/textbox/bootstrap5-dark.css +2 -0
  119. package/styles/textbox/bootstrap5.css +2 -0
  120. package/styles/textbox/fabric-dark.css +2 -0
  121. package/styles/textbox/fabric.css +2 -0
  122. package/styles/textbox/fluent-dark.css +2 -0
  123. package/styles/textbox/fluent.css +2 -0
  124. package/styles/textbox/highcontrast-light.css +2 -0
  125. package/styles/textbox/highcontrast.css +2 -0
  126. package/styles/textbox/material-dark.css +3 -1
  127. package/styles/textbox/material.css +3 -1
  128. package/styles/textbox/tailwind-dark.css +3 -1
  129. package/styles/textbox/tailwind.css +3 -1
  130. package/styles/uploader/bootstrap-dark.css +1 -0
  131. package/styles/uploader/bootstrap.css +1 -0
  132. package/styles/uploader/bootstrap4.css +1 -0
  133. package/styles/uploader/bootstrap5-dark.css +1 -0
  134. package/styles/uploader/bootstrap5.css +1 -0
  135. package/styles/uploader/fabric-dark.css +1 -0
  136. package/styles/uploader/fabric.css +1 -0
  137. package/styles/uploader/fluent-dark.css +1 -0
  138. package/styles/uploader/fluent.css +1 -0
  139. package/styles/uploader/highcontrast-light.css +1 -0
  140. package/styles/uploader/highcontrast.css +1 -0
  141. package/styles/uploader/material-dark.css +1 -0
  142. package/styles/uploader/material.css +1 -0
  143. package/styles/uploader/tailwind-dark.css +2 -0
  144. package/styles/uploader/tailwind.css +2 -0
@@ -8,6 +8,7 @@
8
8
  border-color: #757575;
9
9
  }
10
10
 
11
+ /* stylelint-disable property-no-vendor-prefix */
11
12
  .e-float-input .e-clear-icon::before,
12
13
  .e-float-input.e-control-wrapper .e-clear-icon::before {
13
14
  content: "\e953";
@@ -52,14 +53,14 @@ textarea.e-input,
52
53
  .e-input-group.e-control-wrapper {
53
54
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
54
55
  font-size: 14px;
55
- font-weight: 400;
56
+ font-weight: normal;
56
57
  }
57
58
 
58
59
  .e-input-group.e-disabled,
59
60
  .e-input-group.e-control-wrapper.e-disabled {
60
61
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
61
62
  font-size: 14px;
62
- font-weight: 400;
63
+ font-weight: normal;
63
64
  }
64
65
 
65
66
  .e-input-group input.e-input,
@@ -217,6 +218,7 @@ textarea.e-input.e-bigger,
217
218
  text-align: center;
218
219
  }
219
220
 
221
+ /* stylelint-disable property-no-vendor-prefix */
220
222
  .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
221
223
  .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
222
224
  -moz-box-sizing: border-box;
@@ -626,7 +628,7 @@ label.e-float-text,
626
628
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
627
629
  font-size: 14px;
628
630
  font-style: italic;
629
- font-weight: 400;
631
+ font-weight: normal;
630
632
  left: 0;
631
633
  overflow: hidden;
632
634
  padding-left: 10px;
@@ -1039,7 +1041,7 @@ label.e-float-text,
1039
1041
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
1040
1042
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
1041
1043
  font-size: 14px;
1042
- font-weight: 400;
1044
+ font-weight: normal;
1043
1045
  }
1044
1046
 
1045
1047
  .e-float-input input,
@@ -1236,7 +1238,7 @@ label.e-float-text,
1236
1238
  .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1237
1239
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1238
1240
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1239
- font-weight: 400;
1241
+ font-weight: normal;
1240
1242
  }
1241
1243
 
1242
1244
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1255,7 +1257,7 @@ label.e-float-text,
1255
1257
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1256
1258
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1257
1259
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1258
- font-weight: 400;
1260
+ font-weight: normal;
1259
1261
  }
1260
1262
 
1261
1263
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1325,6 +1327,7 @@ label.e-float-text,
1325
1327
  transform-origin: right top;
1326
1328
  }
1327
1329
 
1330
+ /* stylelint-disable selector-max-empty-lines */
1328
1331
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1329
1332
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1330
1333
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1421,6 +1424,7 @@ label.e-float-text,
1421
1424
  padding-right: 10px;
1422
1425
  }
1423
1426
 
1427
+ /* stylelint-enable selector-max-empty-lines */
1424
1428
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1425
1429
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1426
1430
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -1847,22 +1851,22 @@ textarea.e-input:-moz-placeholder {
1847
1851
  user-select: none;
1848
1852
  }
1849
1853
 
1850
- .e-input-group input.e-input:-moz-placeholder {
1854
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1851
1855
  font-style: italic;
1852
1856
  user-select: none;
1853
1857
  }
1854
1858
 
1855
- .e-input-group textarea.e-input:-moz-placeholder {
1859
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1856
1860
  font-style: italic;
1857
1861
  user-select: none;
1858
1862
  }
1859
1863
 
1860
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1864
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1861
1865
  font-style: italic;
1862
1866
  user-select: none;
1863
1867
  }
1864
1868
 
1865
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
1869
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1866
1870
  font-style: italic;
1867
1871
  user-select: none;
1868
1872
  }
@@ -1872,12 +1876,12 @@ input.e-input:-moz-placeholder {
1872
1876
  user-select: none;
1873
1877
  }
1874
1878
 
1875
- .e-input-group input.e-input:-moz-placeholder {
1879
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1876
1880
  font-style: italic;
1877
1881
  user-select: none;
1878
1882
  }
1879
1883
 
1880
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1884
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1881
1885
  font-style: italic;
1882
1886
  user-select: none;
1883
1887
  }
@@ -3351,7 +3355,7 @@ textarea.e-input.e-bigger.e-small,
3351
3355
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3352
3356
  font-size: 14px;
3353
3357
  font-style: italic;
3354
- font-weight: 400;
3358
+ font-weight: normal;
3355
3359
  left: 0;
3356
3360
  overflow: hidden;
3357
3361
  padding-left: 10px;
@@ -3833,6 +3837,8 @@ textarea.e-input,
3833
3837
  color: #757575;
3834
3838
  }
3835
3839
 
3840
+ /* stylelint-disable property-no-vendor-prefix */
3841
+ /* stylelint-disable selector-no-vendor-prefix */
3836
3842
  .e-input[disabled],
3837
3843
  .e-input-group .e-input[disabled],
3838
3844
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -4832,6 +4838,8 @@ textarea.e-input::-webkit-input-placeholder {
4832
4838
  color: #000;
4833
4839
  }
4834
4840
 
4841
+ /* stylelint-disable-line no-empty-source */
4842
+ /* stylelint-disable property-no-vendor-prefix */
4835
4843
  .e-input-group-icon.e-spin-up::before {
4836
4844
  content: "\e85e";
4837
4845
  font-family: "e-icons";
@@ -4880,6 +4888,7 @@ textarea.e-input::-webkit-input-placeholder {
4880
4888
  font-size: 12px;
4881
4889
  }
4882
4890
 
4891
+ /* stylelint-disable property-no-vendor-prefix */
4883
4892
  /*! maskedtextbox layout */
4884
4893
  .e-control-wrapper.e-mask .e-maskedtextbox {
4885
4894
  font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -4914,6 +4923,8 @@ textarea.e-input::-webkit-input-placeholder {
4914
4923
  color: #ff6161;
4915
4924
  }
4916
4925
 
4926
+ /* stylelint-disable-line no-empty-source */
4927
+ /* stylelint-disable property-no-vendor-prefix */
4917
4928
  .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
4918
4929
  cursor: default;
4919
4930
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
@@ -5231,6 +5242,8 @@ textarea.e-input::-webkit-input-placeholder {
5231
5242
  }
5232
5243
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
5233
5244
  border-color: #3d3d3d;
5245
+ /* stylelint-disable */
5246
+ /* stylelint-enable */
5234
5247
  }
5235
5248
  .e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
5236
5249
  height: 4px;
@@ -5457,6 +5470,9 @@ textarea.e-input::-webkit-input-placeholder {
5457
5470
  .e-control-wrapper.e-slider-container .e-slider .e-handle:active {
5458
5471
  background-color: #fff;
5459
5472
  }
5473
+ /* stylelint-disable property-no-vendor-prefix */
5474
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
5475
+ /* stylelint-disable property-no-vendor-prefix */
5460
5476
  @keyframes material-spinner-rotate {
5461
5477
  0% {
5462
5478
  transform: rotate(0);
@@ -6257,6 +6273,7 @@ textarea.e-input::-webkit-input-placeholder {
6257
6273
  box-shadow: 0 0 0 transparent;
6258
6274
  }
6259
6275
 
6276
+ /* stylelint-disable property-no-vendor-prefix */
6260
6277
  .e-container .e-value-switch-btn::before {
6261
6278
  content: "\e429";
6262
6279
  }
@@ -6335,6 +6352,7 @@ textarea.e-input::-webkit-input-placeholder {
6335
6352
  line-height: 0;
6336
6353
  }
6337
6354
 
6355
+ /* stylelint-disable property-no-vendor-prefix */
6338
6356
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
6339
6357
  -webkit-overflow-scrolling: touch;
6340
6358
  height: 100%;
@@ -8,6 +8,7 @@
8
8
  border-color: #969696;
9
9
  }
10
10
 
11
+ /* stylelint-disable property-no-vendor-prefix */
11
12
  .e-float-input .e-clear-icon::before,
12
13
  .e-float-input.e-control-wrapper .e-clear-icon::before {
13
14
  content: "\e953";
@@ -52,14 +53,14 @@ textarea.e-input,
52
53
  .e-input-group.e-control-wrapper {
53
54
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
54
55
  font-size: 14px;
55
- font-weight: 400;
56
+ font-weight: normal;
56
57
  }
57
58
 
58
59
  .e-input-group.e-disabled,
59
60
  .e-input-group.e-control-wrapper.e-disabled {
60
61
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
61
62
  font-size: 14px;
62
- font-weight: 400;
63
+ font-weight: normal;
63
64
  }
64
65
 
65
66
  .e-input-group input.e-input,
@@ -217,6 +218,7 @@ textarea.e-input.e-bigger,
217
218
  text-align: center;
218
219
  }
219
220
 
221
+ /* stylelint-disable property-no-vendor-prefix */
220
222
  .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
221
223
  .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
222
224
  -moz-box-sizing: border-box;
@@ -626,7 +628,7 @@ label.e-float-text,
626
628
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
627
629
  font-size: 14px;
628
630
  font-style: italic;
629
- font-weight: 400;
631
+ font-weight: normal;
630
632
  left: 0;
631
633
  overflow: hidden;
632
634
  padding-left: 10px;
@@ -1039,7 +1041,7 @@ label.e-float-text,
1039
1041
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
1040
1042
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
1041
1043
  font-size: 14px;
1042
- font-weight: 400;
1044
+ font-weight: normal;
1043
1045
  }
1044
1046
 
1045
1047
  .e-float-input input,
@@ -1236,7 +1238,7 @@ label.e-float-text,
1236
1238
  .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1237
1239
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1238
1240
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1239
- font-weight: 400;
1241
+ font-weight: normal;
1240
1242
  }
1241
1243
 
1242
1244
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1255,7 +1257,7 @@ label.e-float-text,
1255
1257
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1256
1258
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1257
1259
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1258
- font-weight: 400;
1260
+ font-weight: normal;
1259
1261
  }
1260
1262
 
1261
1263
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1325,6 +1327,7 @@ label.e-float-text,
1325
1327
  transform-origin: right top;
1326
1328
  }
1327
1329
 
1330
+ /* stylelint-disable selector-max-empty-lines */
1328
1331
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1329
1332
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1330
1333
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1421,6 +1424,7 @@ label.e-float-text,
1421
1424
  padding-right: 10px;
1422
1425
  }
1423
1426
 
1427
+ /* stylelint-enable selector-max-empty-lines */
1424
1428
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1425
1429
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1426
1430
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -1847,22 +1851,22 @@ textarea.e-input:-moz-placeholder {
1847
1851
  user-select: none;
1848
1852
  }
1849
1853
 
1850
- .e-input-group input.e-input:-moz-placeholder {
1854
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1851
1855
  font-style: italic;
1852
1856
  user-select: none;
1853
1857
  }
1854
1858
 
1855
- .e-input-group textarea.e-input:-moz-placeholder {
1859
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1856
1860
  font-style: italic;
1857
1861
  user-select: none;
1858
1862
  }
1859
1863
 
1860
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1864
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1861
1865
  font-style: italic;
1862
1866
  user-select: none;
1863
1867
  }
1864
1868
 
1865
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
1869
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1866
1870
  font-style: italic;
1867
1871
  user-select: none;
1868
1872
  }
@@ -1872,12 +1876,12 @@ input.e-input:-moz-placeholder {
1872
1876
  user-select: none;
1873
1877
  }
1874
1878
 
1875
- .e-input-group input.e-input:-moz-placeholder {
1879
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1876
1880
  font-style: italic;
1877
1881
  user-select: none;
1878
1882
  }
1879
1883
 
1880
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1884
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1881
1885
  font-style: italic;
1882
1886
  user-select: none;
1883
1887
  }
@@ -3351,7 +3355,7 @@ textarea.e-input.e-bigger.e-small,
3351
3355
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3352
3356
  font-size: 14px;
3353
3357
  font-style: italic;
3354
- font-weight: 400;
3358
+ font-weight: normal;
3355
3359
  left: 0;
3356
3360
  overflow: hidden;
3357
3361
  padding-left: 10px;
@@ -3833,6 +3837,8 @@ textarea.e-input,
3833
3837
  color: #757575;
3834
3838
  }
3835
3839
 
3840
+ /* stylelint-disable property-no-vendor-prefix */
3841
+ /* stylelint-disable selector-no-vendor-prefix */
3836
3842
  .e-input[disabled],
3837
3843
  .e-input-group .e-input[disabled],
3838
3844
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -4832,6 +4838,8 @@ textarea.e-input::-webkit-input-placeholder {
4832
4838
  color: #fff;
4833
4839
  }
4834
4840
 
4841
+ /* stylelint-disable-line no-empty-source */
4842
+ /* stylelint-disable property-no-vendor-prefix */
4835
4843
  .e-input-group-icon.e-spin-up::before {
4836
4844
  content: "\e85e";
4837
4845
  font-family: "e-icons";
@@ -4880,6 +4888,7 @@ textarea.e-input::-webkit-input-placeholder {
4880
4888
  font-size: 12px;
4881
4889
  }
4882
4890
 
4891
+ /* stylelint-disable property-no-vendor-prefix */
4883
4892
  /*! maskedtextbox layout */
4884
4893
  .e-control-wrapper.e-mask .e-maskedtextbox {
4885
4894
  font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -4914,6 +4923,8 @@ textarea.e-input::-webkit-input-placeholder {
4914
4923
  color: #fff;
4915
4924
  }
4916
4925
 
4926
+ /* stylelint-disable-line no-empty-source */
4927
+ /* stylelint-disable property-no-vendor-prefix */
4917
4928
  .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
4918
4929
  cursor: default;
4919
4930
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
@@ -5231,6 +5242,8 @@ textarea.e-input::-webkit-input-placeholder {
5231
5242
  }
5232
5243
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
5233
5244
  border-color: #bfbfbf;
5245
+ /* stylelint-disable */
5246
+ /* stylelint-enable */
5234
5247
  }
5235
5248
  .e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
5236
5249
  height: 4px;
@@ -5457,6 +5470,9 @@ textarea.e-input::-webkit-input-placeholder {
5457
5470
  .e-control-wrapper.e-slider-container .e-slider .e-handle:active {
5458
5471
  background-color: #000;
5459
5472
  }
5473
+ /* stylelint-disable property-no-vendor-prefix */
5474
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
5475
+ /* stylelint-disable property-no-vendor-prefix */
5460
5476
  @keyframes material-spinner-rotate {
5461
5477
  0% {
5462
5478
  transform: rotate(0);
@@ -6257,6 +6273,7 @@ textarea.e-input::-webkit-input-placeholder {
6257
6273
  box-shadow: 0 0 0 transparent;
6258
6274
  }
6259
6275
 
6276
+ /* stylelint-disable property-no-vendor-prefix */
6260
6277
  .e-container .e-value-switch-btn::before {
6261
6278
  content: "\e429";
6262
6279
  }
@@ -6335,6 +6352,7 @@ textarea.e-input::-webkit-input-placeholder {
6335
6352
  line-height: 0;
6336
6353
  }
6337
6354
 
6355
+ /* stylelint-disable property-no-vendor-prefix */
6338
6356
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
6339
6357
  -webkit-overflow-scrolling: touch;
6340
6358
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-float-input .e-clear-icon::before,
2
3
  .e-float-input.e-control-wrapper .e-clear-icon::before {
3
4
  content: "\e96c";
@@ -42,14 +43,14 @@ textarea.e-input,
42
43
  .e-input-group.e-control-wrapper {
43
44
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
44
45
  font-size: 14px;
45
- font-weight: 400;
46
+ font-weight: normal;
46
47
  }
47
48
 
48
49
  .e-input-group.e-disabled,
49
50
  .e-input-group.e-control-wrapper.e-disabled {
50
51
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
51
52
  font-size: 14px;
52
- font-weight: 400;
53
+ font-weight: normal;
53
54
  }
54
55
 
55
56
  .e-input-group input.e-input,
@@ -211,6 +212,7 @@ textarea.e-input.e-bigger,
211
212
  border-top: 0;
212
213
  }
213
214
 
215
+ /* stylelint-disable property-no-vendor-prefix */
214
216
  .e-input-group .e-input-group-icon:last-child,
215
217
  .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
216
218
  border-right-width: 0;
@@ -550,7 +552,7 @@ label.e-float-text,
550
552
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
551
553
  font-size: 14px;
552
554
  font-style: normal;
553
- font-weight: 400;
555
+ font-weight: normal;
554
556
  left: 0;
555
557
  overflow: hidden;
556
558
  padding-left: 10px;
@@ -962,7 +964,7 @@ label.e-float-text,
962
964
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
963
965
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
964
966
  font-size: 14px;
965
- font-weight: 400;
967
+ font-weight: normal;
966
968
  }
967
969
 
968
970
  .e-float-input input,
@@ -1161,7 +1163,7 @@ label.e-float-text,
1161
1163
  .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1162
1164
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1163
1165
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1164
- font-weight: 400;
1166
+ font-weight: normal;
1165
1167
  }
1166
1168
 
1167
1169
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1180,7 +1182,7 @@ label.e-float-text,
1180
1182
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1181
1183
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1182
1184
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1183
- font-weight: 400;
1185
+ font-weight: normal;
1184
1186
  }
1185
1187
 
1186
1188
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1250,6 +1252,7 @@ label.e-float-text,
1250
1252
  transform-origin: right top;
1251
1253
  }
1252
1254
 
1255
+ /* stylelint-disable selector-max-empty-lines */
1253
1256
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1254
1257
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1255
1258
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1346,6 +1349,7 @@ label.e-float-text,
1346
1349
  padding-right: 10px;
1347
1350
  }
1348
1351
 
1352
+ /* stylelint-enable selector-max-empty-lines */
1349
1353
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1350
1354
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1351
1355
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -1764,22 +1768,22 @@ textarea.e-input:-moz-placeholder {
1764
1768
  user-select: none;
1765
1769
  }
1766
1770
 
1767
- .e-input-group input.e-input:-moz-placeholder {
1771
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1768
1772
  font-style: normal;
1769
1773
  user-select: none;
1770
1774
  }
1771
1775
 
1772
- .e-input-group textarea.e-input:-moz-placeholder {
1776
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1773
1777
  font-style: normal;
1774
1778
  user-select: none;
1775
1779
  }
1776
1780
 
1777
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1781
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1778
1782
  font-style: normal;
1779
1783
  user-select: none;
1780
1784
  }
1781
1785
 
1782
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
1786
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1783
1787
  font-style: normal;
1784
1788
  user-select: none;
1785
1789
  }
@@ -1789,12 +1793,12 @@ input.e-input:-moz-placeholder {
1789
1793
  user-select: none;
1790
1794
  }
1791
1795
 
1792
- .e-input-group input.e-input:-moz-placeholder {
1796
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1793
1797
  font-style: normal;
1794
1798
  user-select: none;
1795
1799
  }
1796
1800
 
1797
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1801
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1798
1802
  font-style: normal;
1799
1803
  user-select: none;
1800
1804
  }
@@ -3238,7 +3242,7 @@ textarea.e-input.e-bigger.e-small,
3238
3242
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3239
3243
  font-size: 14px;
3240
3244
  font-style: normal;
3241
- font-weight: 400;
3245
+ font-weight: normal;
3242
3246
  left: 0;
3243
3247
  overflow: hidden;
3244
3248
  padding-left: 10px;
@@ -3716,6 +3720,8 @@ textarea.e-input,
3716
3720
  color: #585858;
3717
3721
  }
3718
3722
 
3723
+ /* stylelint-disable property-no-vendor-prefix */
3724
+ /* stylelint-disable selector-no-vendor-prefix */
3719
3725
  .e-input[disabled],
3720
3726
  .e-input-group .e-input[disabled],
3721
3727
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -4626,4 +4632,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
4626
4632
  .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4627
4633
  .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
4628
4634
  color: #f0f0f0;
4629
- }
4635
+ }
4636
+
4637
+ /* stylelint-disable-line no-empty-source */
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-float-input .e-clear-icon::before,
2
3
  .e-float-input.e-control-wrapper .e-clear-icon::before {
3
4
  content: "\e96c";
@@ -42,14 +43,14 @@ textarea.e-input,
42
43
  .e-input-group.e-control-wrapper {
43
44
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
44
45
  font-size: 14px;
45
- font-weight: 400;
46
+ font-weight: normal;
46
47
  }
47
48
 
48
49
  .e-input-group.e-disabled,
49
50
  .e-input-group.e-control-wrapper.e-disabled {
50
51
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
51
52
  font-size: 14px;
52
- font-weight: 400;
53
+ font-weight: normal;
53
54
  }
54
55
 
55
56
  .e-input-group input.e-input,
@@ -211,6 +212,7 @@ textarea.e-input.e-bigger,
211
212
  border-top: 0;
212
213
  }
213
214
 
215
+ /* stylelint-disable property-no-vendor-prefix */
214
216
  .e-input-group .e-input-group-icon:last-child,
215
217
  .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
216
218
  border-right-width: 0;
@@ -550,7 +552,7 @@ label.e-float-text,
550
552
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
551
553
  font-size: 14px;
552
554
  font-style: normal;
553
- font-weight: 400;
555
+ font-weight: normal;
554
556
  left: 0;
555
557
  overflow: hidden;
556
558
  padding-left: 10px;
@@ -962,7 +964,7 @@ label.e-float-text,
962
964
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
963
965
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
964
966
  font-size: 14px;
965
- font-weight: 400;
967
+ font-weight: normal;
966
968
  }
967
969
 
968
970
  .e-float-input input,
@@ -1161,7 +1163,7 @@ label.e-float-text,
1161
1163
  .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1162
1164
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1163
1165
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1164
- font-weight: 400;
1166
+ font-weight: normal;
1165
1167
  }
1166
1168
 
1167
1169
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1180,7 +1182,7 @@ label.e-float-text,
1180
1182
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1181
1183
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1182
1184
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1183
- font-weight: 400;
1185
+ font-weight: normal;
1184
1186
  }
1185
1187
 
1186
1188
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1250,6 +1252,7 @@ label.e-float-text,
1250
1252
  transform-origin: right top;
1251
1253
  }
1252
1254
 
1255
+ /* stylelint-disable selector-max-empty-lines */
1253
1256
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1254
1257
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1255
1258
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1346,6 +1349,7 @@ label.e-float-text,
1346
1349
  padding-right: 10px;
1347
1350
  }
1348
1351
 
1352
+ /* stylelint-enable selector-max-empty-lines */
1349
1353
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1350
1354
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1351
1355
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -1764,22 +1768,22 @@ textarea.e-input:-moz-placeholder {
1764
1768
  user-select: none;
1765
1769
  }
1766
1770
 
1767
- .e-input-group input.e-input:-moz-placeholder {
1771
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1768
1772
  font-style: normal;
1769
1773
  user-select: none;
1770
1774
  }
1771
1775
 
1772
- .e-input-group textarea.e-input:-moz-placeholder {
1776
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1773
1777
  font-style: normal;
1774
1778
  user-select: none;
1775
1779
  }
1776
1780
 
1777
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1781
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1778
1782
  font-style: normal;
1779
1783
  user-select: none;
1780
1784
  }
1781
1785
 
1782
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
1786
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1783
1787
  font-style: normal;
1784
1788
  user-select: none;
1785
1789
  }
@@ -1789,12 +1793,12 @@ input.e-input:-moz-placeholder {
1789
1793
  user-select: none;
1790
1794
  }
1791
1795
 
1792
- .e-input-group input.e-input:-moz-placeholder {
1796
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1793
1797
  font-style: normal;
1794
1798
  user-select: none;
1795
1799
  }
1796
1800
 
1797
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1801
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1798
1802
  font-style: normal;
1799
1803
  user-select: none;
1800
1804
  }
@@ -3238,7 +3242,7 @@ textarea.e-input.e-bigger.e-small,
3238
3242
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3239
3243
  font-size: 14px;
3240
3244
  font-style: normal;
3241
- font-weight: 400;
3245
+ font-weight: normal;
3242
3246
  left: 0;
3243
3247
  overflow: hidden;
3244
3248
  padding-left: 10px;
@@ -3716,6 +3720,8 @@ textarea.e-input,
3716
3720
  color: #999;
3717
3721
  }
3718
3722
 
3723
+ /* stylelint-disable property-no-vendor-prefix */
3724
+ /* stylelint-disable selector-no-vendor-prefix */
3719
3725
  .e-input[disabled],
3720
3726
  .e-input-group .e-input[disabled],
3721
3727
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -4626,4 +4632,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
4626
4632
  .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4627
4633
  .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
4628
4634
  color: #333;
4629
- }
4635
+ }
4636
+
4637
+ /* stylelint-disable-line no-empty-source */