@syncfusion/ej2-vue-inputs 20.2.48 → 20.3.47

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
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  .e-float-input .e-clear-icon::before,
3
4
  .e-float-input.e-control-wrapper .e-clear-icon::before {
4
5
  content: "\e7e7";
@@ -43,14 +44,14 @@ textarea.e-input,
43
44
  .e-input-group.e-control-wrapper {
44
45
  font-family: "Inter";
45
46
  font-size: 14px;
46
- font-weight: 400;
47
+ font-weight: normal;
47
48
  }
48
49
 
49
50
  .e-input-group.e-disabled,
50
51
  .e-input-group.e-control-wrapper.e-disabled {
51
52
  font-family: "Inter";
52
53
  font-size: 14px;
53
- font-weight: 400;
54
+ font-weight: normal;
54
55
  }
55
56
 
56
57
  .e-input-group input.e-input,
@@ -293,6 +294,7 @@ textarea.e-input.e-bigger,
293
294
  text-align: center;
294
295
  }
295
296
 
297
+ /* stylelint-disable property-no-vendor-prefix */
296
298
  .e-input-group .e-input-group-icon:first-child,
297
299
  .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
298
300
  border-left-width: 0;
@@ -598,7 +600,7 @@ label.e-float-text,
598
600
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
599
601
  font-size: 14px;
600
602
  font-style: normal;
601
- font-weight: 400;
603
+ font-weight: normal;
602
604
  left: 0;
603
605
  overflow: hidden;
604
606
  padding-left: 10px;
@@ -1014,7 +1016,7 @@ label.e-float-text,
1014
1016
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
1015
1017
  font-family: "Inter";
1016
1018
  font-size: 14px;
1017
- font-weight: 400;
1019
+ font-weight: normal;
1018
1020
  }
1019
1021
 
1020
1022
  .e-float-input input,
@@ -1211,7 +1213,7 @@ label.e-float-text,
1211
1213
  .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,
1212
1214
  .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,
1213
1215
  .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 {
1214
- font-weight: 400;
1216
+ font-weight: normal;
1215
1217
  }
1216
1218
 
1217
1219
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1230,7 +1232,7 @@ label.e-float-text,
1230
1232
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1231
1233
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1232
1234
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1233
- font-weight: 400;
1235
+ font-weight: normal;
1234
1236
  }
1235
1237
 
1236
1238
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1300,6 +1302,7 @@ label.e-float-text,
1300
1302
  transform-origin: right top;
1301
1303
  }
1302
1304
 
1305
+ /* stylelint-disable selector-max-empty-lines */
1303
1306
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1304
1307
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1305
1308
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1396,6 +1399,7 @@ label.e-float-text,
1396
1399
  padding-right: 10px;
1397
1400
  }
1398
1401
 
1402
+ /* stylelint-enable selector-max-empty-lines */
1399
1403
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1400
1404
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1401
1405
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -1829,22 +1833,22 @@ textarea.e-input:-moz-placeholder {
1829
1833
  user-select: none;
1830
1834
  }
1831
1835
 
1832
- .e-input-group input.e-input:-moz-placeholder {
1836
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1833
1837
  font-style: normal;
1834
1838
  user-select: none;
1835
1839
  }
1836
1840
 
1837
- .e-input-group textarea.e-input:-moz-placeholder {
1841
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1838
1842
  font-style: normal;
1839
1843
  user-select: none;
1840
1844
  }
1841
1845
 
1842
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1846
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1843
1847
  font-style: normal;
1844
1848
  user-select: none;
1845
1849
  }
1846
1850
 
1847
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
1851
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1848
1852
  font-style: normal;
1849
1853
  user-select: none;
1850
1854
  }
@@ -1854,12 +1858,12 @@ input.e-input:-moz-placeholder {
1854
1858
  user-select: none;
1855
1859
  }
1856
1860
 
1857
- .e-input-group input.e-input:-moz-placeholder {
1861
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1858
1862
  font-style: normal;
1859
1863
  user-select: none;
1860
1864
  }
1861
1865
 
1862
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1866
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1863
1867
  font-style: normal;
1864
1868
  user-select: none;
1865
1869
  }
@@ -3232,7 +3236,7 @@ textarea.e-input.e-bigger.e-small,
3232
3236
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3233
3237
  font-size: 14px;
3234
3238
  font-style: normal;
3235
- font-weight: 400;
3239
+ font-weight: normal;
3236
3240
  left: 0;
3237
3241
  overflow: hidden;
3238
3242
  padding-left: 10px;
@@ -3701,6 +3705,8 @@ textarea.e-input,
3701
3705
  color: #d1d5db;
3702
3706
  }
3703
3707
 
3708
+ /* stylelint-disable property-no-vendor-prefix */
3709
+ /* stylelint-disable selector-no-vendor-prefix */
3704
3710
  .e-input[disabled],
3705
3711
  .e-input-group .e-input[disabled],
3706
3712
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -4563,4 +4569,6 @@ textarea.e-input::-webkit-input-placeholder {
4563
4569
 
4564
4570
  input.e-input::-webkit-input-placeholder {
4565
4571
  color: #6b7280;
4566
- }
4572
+ }
4573
+
4574
+ /* stylelint-disable-line no-empty-source */
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-content-placeholder.e-mask.e-placeholder-mask {
3
4
  background-size: 300px 33px;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! maskedtextbox layout */
2
3
  .e-control-wrapper.e-mask .e-maskedtextbox {
3
4
  font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  /*! maskedtextbox layout */
3
4
  .e-control-wrapper.e-mask .e-maskedtextbox {
4
5
  font-family: "Inter";
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  /*! maskedtextbox layout */
3
4
  .e-control-wrapper.e-mask .e-maskedtextbox {
4
5
  font-family: "Inter";
@@ -9,6 +9,7 @@
9
9
  border-color: #616161;
10
10
  }
11
11
 
12
+ /* stylelint-disable property-no-vendor-prefix */
12
13
  @keyframes e-input-ripple {
13
14
  100% {
14
15
  opacity: 0;
@@ -83,14 +84,14 @@ textarea.e-input,
83
84
  .e-input-group.e-control-wrapper {
84
85
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
85
86
  font-size: 13px;
86
- font-weight: 400;
87
+ font-weight: normal;
87
88
  }
88
89
 
89
90
  .e-input-group.e-disabled,
90
91
  .e-input-group.e-control-wrapper.e-disabled {
91
92
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
92
93
  font-size: 13px;
93
- font-weight: 400;
94
+ font-weight: normal;
94
95
  }
95
96
 
96
97
  .e-input-group input.e-input,
@@ -266,6 +267,7 @@ textarea.e-input.e-bigger,
266
267
  text-align: center;
267
268
  }
268
269
 
270
+ /* stylelint-disable property-no-vendor-prefix */
269
271
  .e-input-group.e-float-icon-left > .e-input-group-icon,
270
272
  .e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
271
273
  .e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
@@ -621,7 +623,7 @@ label.e-float-text,
621
623
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
622
624
  font-size: 13px;
623
625
  font-style: normal;
624
- font-weight: 400;
626
+ font-weight: normal;
625
627
  left: 0;
626
628
  overflow: hidden;
627
629
  padding-left: 0;
@@ -1144,7 +1146,7 @@ label.e-float-text,
1144
1146
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
1145
1147
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
1146
1148
  font-size: 13px;
1147
- font-weight: 400;
1149
+ font-weight: normal;
1148
1150
  }
1149
1151
 
1150
1152
  .e-float-input input,
@@ -1341,7 +1343,7 @@ label.e-float-text,
1341
1343
  .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,
1342
1344
  .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,
1343
1345
  .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 {
1344
- font-weight: 400;
1346
+ font-weight: normal;
1345
1347
  }
1346
1348
 
1347
1349
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1360,7 +1362,7 @@ label.e-float-text,
1360
1362
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1361
1363
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1362
1364
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1363
- font-weight: 400;
1365
+ font-weight: normal;
1364
1366
  }
1365
1367
 
1366
1368
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1430,6 +1432,7 @@ label.e-float-text,
1430
1432
  transform-origin: right top;
1431
1433
  }
1432
1434
 
1435
+ /* stylelint-disable selector-max-empty-lines */
1433
1436
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1434
1437
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1435
1438
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1526,6 +1529,7 @@ label.e-float-text,
1526
1529
  padding-right: 0;
1527
1530
  }
1528
1531
 
1532
+ /* stylelint-enable selector-max-empty-lines */
1529
1533
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1530
1534
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1531
1535
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -2059,22 +2063,22 @@ textarea.e-input:-moz-placeholder {
2059
2063
  user-select: none;
2060
2064
  }
2061
2065
 
2062
- .e-input-group input.e-input:-moz-placeholder {
2066
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2063
2067
  font-style: normal;
2064
2068
  user-select: none;
2065
2069
  }
2066
2070
 
2067
- .e-input-group textarea.e-input:-moz-placeholder {
2071
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2068
2072
  font-style: normal;
2069
2073
  user-select: none;
2070
2074
  }
2071
2075
 
2072
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
2076
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2073
2077
  font-style: normal;
2074
2078
  user-select: none;
2075
2079
  }
2076
2080
 
2077
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
2081
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2078
2082
  font-style: normal;
2079
2083
  user-select: none;
2080
2084
  }
@@ -2084,12 +2088,12 @@ input.e-input:-moz-placeholder {
2084
2088
  user-select: none;
2085
2089
  }
2086
2090
 
2087
- .e-input-group input.e-input:-moz-placeholder {
2091
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2088
2092
  font-style: normal;
2089
2093
  user-select: none;
2090
2094
  }
2091
2095
 
2092
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
2096
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2093
2097
  font-style: normal;
2094
2098
  user-select: none;
2095
2099
  }
@@ -3666,7 +3670,7 @@ textarea.e-input.e-bigger.e-small,
3666
3670
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3667
3671
  font-size: 13px;
3668
3672
  font-style: normal;
3669
- font-weight: 400;
3673
+ font-weight: normal;
3670
3674
  left: 0;
3671
3675
  overflow: hidden;
3672
3676
  padding-left: 0;
@@ -5899,7 +5903,7 @@ textarea.e-outline,
5899
5903
  .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
5900
5904
  .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
5901
5905
  .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
5902
- animation-name: slideTopUp;
5906
+ animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
5903
5907
  }
5904
5908
 
5905
5909
  .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
@@ -5914,7 +5918,7 @@ textarea.e-outline,
5914
5918
  .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
5915
5919
  .e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
5916
5920
  .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
5917
- animation-name: slideTopUp;
5921
+ animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
5918
5922
  }
5919
5923
 
5920
5924
  .e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
@@ -5932,7 +5936,7 @@ textarea.e-outline,
5932
5936
  .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
5933
5937
  .e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
5934
5938
  .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
5935
- animation-name: slideTopUp;
5939
+ animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
5936
5940
  }
5937
5941
 
5938
5942
  .e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
@@ -5954,7 +5958,7 @@ textarea.e-outline,
5954
5958
  .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
5955
5959
  .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
5956
5960
  .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
5957
- animation-name: slideTopUp;
5961
+ animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
5958
5962
  }
5959
5963
 
5960
5964
  .e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
@@ -9212,6 +9216,8 @@ textarea.e-input,
9212
9216
  color: rgba(255, 255, 255, 0.3);
9213
9217
  }
9214
9218
 
9219
+ /* stylelint-disable property-no-vendor-prefix */
9220
+ /* stylelint-disable selector-no-vendor-prefix */
9215
9221
  .e-input[disabled],
9216
9222
  .e-input-group .e-input[disabled],
9217
9223
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -12379,6 +12385,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12379
12385
  color: #ffca1c;
12380
12386
  }
12381
12387
 
12388
+ /* stylelint-disable-line no-empty-source */
12389
+ /* stylelint-disable property-no-vendor-prefix */
12382
12390
  @keyframes e-input-ripple {
12383
12391
  100% {
12384
12392
  opacity: 0;
@@ -12433,6 +12441,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12433
12441
  font-size: 12px;
12434
12442
  }
12435
12443
 
12444
+ /* stylelint-disable property-no-vendor-prefix */
12436
12445
  @keyframes e-input-ripple {
12437
12446
  100% {
12438
12447
  opacity: 0;
@@ -12473,6 +12482,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12473
12482
  color: #ff6652;
12474
12483
  }
12475
12484
 
12485
+ /* stylelint-disable-line no-empty-source */
12486
+ /* stylelint-disable property-no-vendor-prefix */
12476
12487
  .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
12477
12488
  cursor: default;
12478
12489
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
@@ -12489,7 +12500,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12489
12500
  background-color: #00b0ff;
12490
12501
  border: 0;
12491
12502
  border-radius: 8px;
12503
+ /* stylelint-disable */
12492
12504
  cursor: grab;
12505
+ /* stylelint-enable */
12493
12506
  opacity: 1;
12494
12507
  }
12495
12508
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
@@ -12516,7 +12529,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12516
12529
  border-right-color: rgba(255, 255, 255, 0.26);
12517
12530
  }
12518
12531
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
12532
+ /* stylelint-disable */
12519
12533
  cursor: grabbing;
12534
+ /* stylelint-enable */
12520
12535
  }
12521
12536
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
12522
12537
  visibility: visible;
@@ -12558,14 +12573,18 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12558
12573
  border-bottom-right-radius: 0%;
12559
12574
  border-top-left-radius: 50%;
12560
12575
  border-top-right-radius: 50%;
12576
+ /* stylelint-disable */
12561
12577
  cursor: grab;
12578
+ /* stylelint-enable */
12562
12579
  opacity: 1;
12563
12580
  }
12564
12581
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
12565
12582
  background-color: rgba(255, 255, 255, 0.26);
12566
12583
  }
12567
12584
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
12585
+ /* stylelint-disable */
12568
12586
  cursor: grabbing;
12587
+ /* stylelint-enable */
12569
12588
  }
12570
12589
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
12571
12590
  visibility: hidden;
@@ -12669,7 +12688,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12669
12688
  }
12670
12689
  .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
12671
12690
  background: #757575;
12672
- transform: scale(0.5) !important;
12691
+ transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
12673
12692
  }
12674
12693
  .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
12675
12694
  background-color: #757575;
@@ -12881,10 +12900,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12881
12900
  transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
12882
12901
  width: 12px;
12883
12902
  z-index: 10;
12903
+ /* stylelint-disable */
12884
12904
  cursor: grab;
12905
+ /* stylelint-enable */
12885
12906
  }
12886
12907
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
12908
+ /* stylelint-disable */
12887
12909
  cursor: grabbing;
12910
+ /* stylelint-enable */
12888
12911
  }
12889
12912
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
12890
12913
  background-color: #303030;
@@ -12910,6 +12933,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12910
12933
  width: 32px;
12911
12934
  z-index: -1;
12912
12935
  }
12936
+ .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
12937
+ /* stylelint-disable */
12938
+ /* stylelint-enable */
12939
+ }
12913
12940
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
12914
12941
  background-color: #e0e0e0;
12915
12942
  opacity: 0.38;
@@ -13095,12 +13122,15 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
13095
13122
  .e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
13096
13123
  border-color: #00b0ff;
13097
13124
  }
13125
+ /* stylelint-disable property-no-vendor-prefix */
13098
13126
  @keyframes e-input-ripple {
13099
13127
  100% {
13100
13128
  opacity: 0;
13101
13129
  transform: scale(4);
13102
13130
  }
13103
13131
  }
13132
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
13133
+ /* stylelint-disable property-no-vendor-prefix */
13104
13134
  @keyframes material-spinner-rotate {
13105
13135
  0% {
13106
13136
  transform: rotate(0deg);
@@ -13905,6 +13935,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
13905
13935
  box-shadow: 0 0 0 transparent;
13906
13936
  }
13907
13937
 
13938
+ /* stylelint-disable property-no-vendor-prefix */
13908
13939
  @keyframes e-input-ripple {
13909
13940
  100% {
13910
13941
  opacity: 0;
@@ -13989,6 +14020,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
13989
14020
  line-height: 0;
13990
14021
  }
13991
14022
 
14023
+ /* stylelint-disable property-no-vendor-prefix */
13992
14024
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
13993
14025
  -webkit-overflow-scrolling: touch;
13994
14026
  height: 100%;