@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: #dee2e6;
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: "\e7e7";
@@ -52,14 +53,14 @@ textarea.e-input,
52
53
  .e-input-group.e-control-wrapper {
53
54
  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";
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: 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";
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,
@@ -306,6 +307,7 @@ textarea.e-input.e-bigger,
306
307
  border-top: 0;
307
308
  }
308
309
 
310
+ /* stylelint-disable property-no-vendor-prefix */
309
311
  .e-input-group .e-input-group-icon:last-child,
310
312
  .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
311
313
  border-right-width: 0;
@@ -645,7 +647,7 @@ label.e-float-text,
645
647
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
646
648
  font-size: 14px;
647
649
  font-style: normal;
648
- font-weight: 400;
650
+ font-weight: normal;
649
651
  left: 0;
650
652
  overflow: hidden;
651
653
  padding-left: 10px;
@@ -1061,7 +1063,7 @@ label.e-float-text,
1061
1063
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
1062
1064
  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";
1063
1065
  font-size: 14px;
1064
- font-weight: 400;
1066
+ font-weight: normal;
1065
1067
  }
1066
1068
 
1067
1069
  .e-float-input input,
@@ -1260,7 +1262,7 @@ label.e-float-text,
1260
1262
  .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,
1261
1263
  .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,
1262
1264
  .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 {
1263
- font-weight: 400;
1265
+ font-weight: normal;
1264
1266
  }
1265
1267
 
1266
1268
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1279,7 +1281,7 @@ label.e-float-text,
1279
1281
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1280
1282
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1281
1283
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1282
- font-weight: 400;
1284
+ font-weight: normal;
1283
1285
  }
1284
1286
 
1285
1287
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1349,6 +1351,7 @@ label.e-float-text,
1349
1351
  transform-origin: right top;
1350
1352
  }
1351
1353
 
1354
+ /* stylelint-disable selector-max-empty-lines */
1352
1355
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1353
1356
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1354
1357
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1445,6 +1448,7 @@ label.e-float-text,
1445
1448
  padding-right: 10px;
1446
1449
  }
1447
1450
 
1451
+ /* stylelint-enable selector-max-empty-lines */
1448
1452
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1449
1453
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1450
1454
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -1863,22 +1867,22 @@ textarea.e-input:-moz-placeholder {
1863
1867
  user-select: none;
1864
1868
  }
1865
1869
 
1866
- .e-input-group input.e-input:-moz-placeholder {
1870
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1867
1871
  font-style: normal;
1868
1872
  user-select: none;
1869
1873
  }
1870
1874
 
1871
- .e-input-group textarea.e-input:-moz-placeholder {
1875
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1872
1876
  font-style: normal;
1873
1877
  user-select: none;
1874
1878
  }
1875
1879
 
1876
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1880
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1877
1881
  font-style: normal;
1878
1882
  user-select: none;
1879
1883
  }
1880
1884
 
1881
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
1885
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1882
1886
  font-style: normal;
1883
1887
  user-select: none;
1884
1888
  }
@@ -1888,12 +1892,12 @@ input.e-input:-moz-placeholder {
1888
1892
  user-select: none;
1889
1893
  }
1890
1894
 
1891
- .e-input-group input.e-input:-moz-placeholder {
1895
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1892
1896
  font-style: normal;
1893
1897
  user-select: none;
1894
1898
  }
1895
1899
 
1896
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1900
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1897
1901
  font-style: normal;
1898
1902
  user-select: none;
1899
1903
  }
@@ -3350,7 +3354,7 @@ textarea.e-input.e-bigger.e-small,
3350
3354
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3351
3355
  font-size: 14px;
3352
3356
  font-style: normal;
3353
- font-weight: 400;
3357
+ font-weight: normal;
3354
3358
  left: 0;
3355
3359
  overflow: hidden;
3356
3360
  padding-left: 10px;
@@ -3819,6 +3823,8 @@ textarea.e-input,
3819
3823
  color: #adb5bd;
3820
3824
  }
3821
3825
 
3826
+ /* stylelint-disable property-no-vendor-prefix */
3827
+ /* stylelint-disable selector-no-vendor-prefix */
3822
3828
  .e-input[disabled],
3823
3829
  .e-input-group .e-input[disabled],
3824
3830
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -4731,6 +4737,8 @@ input.e-input::-webkit-input-placeholder {
4731
4737
  color: #6c757d;
4732
4738
  }
4733
4739
 
4740
+ /* stylelint-disable-line no-empty-source */
4741
+ /* stylelint-disable property-no-vendor-prefix */
4734
4742
  .e-input-group-icon.e-spin-up::before {
4735
4743
  content: "\e776";
4736
4744
  font-family: "e-icons";
@@ -4779,6 +4787,7 @@ input.e-input::-webkit-input-placeholder {
4779
4787
  font-size: 16px;
4780
4788
  }
4781
4789
 
4790
+ /* stylelint-disable property-no-vendor-prefix */
4782
4791
  /*! maskedtextbox layout */
4783
4792
  .e-control-wrapper.e-mask .e-maskedtextbox {
4784
4793
  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";
@@ -4813,6 +4822,8 @@ input.e-input::-webkit-input-placeholder {
4813
4822
  color: #dc3545;
4814
4823
  }
4815
4824
 
4825
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
4826
+ /* stylelint-disable property-no-vendor-prefix */
4816
4827
  .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
4817
4828
  cursor: default;
4818
4829
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
@@ -5239,9 +5250,11 @@ input.e-input::-webkit-input-placeholder {
5239
5250
  z-index: 10;
5240
5251
  }
5241
5252
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
5253
+ /* stylelint-disable */
5242
5254
  background-color: #0b5ed7;
5243
5255
  border: 1px solid #fff;
5244
5256
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
5257
+ /* stylelint-enable */
5245
5258
  }
5246
5259
  .e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
5247
5260
  height: 6px;
@@ -5438,6 +5451,9 @@ input.e-input::-webkit-input-placeholder {
5438
5451
  .e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
5439
5452
  border-color: #0d6efd;
5440
5453
  }
5454
+ /* stylelint-disable property-no-vendor-prefix */
5455
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
5456
+ /* stylelint-disable property-no-vendor-prefix */
5441
5457
  @keyframes material-spinner-rotate {
5442
5458
  0% {
5443
5459
  transform: rotate(0);
@@ -6244,6 +6260,8 @@ input.e-input::-webkit-input-placeholder {
6244
6260
  box-shadow: 0 0 0 transparent;
6245
6261
  }
6246
6262
 
6263
+ /* stylelint-disable-line no-empty-source */
6264
+ /* stylelint-disable property-no-vendor-prefix */
6247
6265
  .e-container .e-value-switch-btn::before {
6248
6266
  content: "\e748";
6249
6267
  }
@@ -6342,6 +6360,7 @@ input.e-input::-webkit-input-placeholder {
6342
6360
  line-height: 0;
6343
6361
  }
6344
6362
 
6363
+ /* stylelint-disable property-no-vendor-prefix */
6345
6364
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
6346
6365
  -webkit-overflow-scrolling: touch;
6347
6366
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-container .e-value-switch-btn::before {
2
3
  content: "\e431";
3
4
  }
@@ -76,6 +77,7 @@
76
77
  line-height: 0;
77
78
  }
78
79
 
80
+ /* stylelint-disable property-no-vendor-prefix */
79
81
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
82
  -webkit-overflow-scrolling: touch;
81
83
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-container .e-value-switch-btn::before {
2
3
  content: "\e431";
3
4
  }
@@ -76,6 +77,7 @@
76
77
  line-height: 0;
77
78
  }
78
79
 
80
+ /* stylelint-disable property-no-vendor-prefix */
79
81
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
82
  -webkit-overflow-scrolling: touch;
81
83
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-container .e-value-switch-btn::before {
2
3
  content: "\e799";
3
4
  }
@@ -89,6 +90,7 @@
89
90
  line-height: 0;
90
91
  }
91
92
 
93
+ /* stylelint-disable property-no-vendor-prefix */
92
94
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
93
95
  -webkit-overflow-scrolling: touch;
94
96
  height: 100%;
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable-line no-empty-source */
2
+ /* stylelint-disable property-no-vendor-prefix */
1
3
  .e-container .e-value-switch-btn::before {
2
4
  content: "\e748";
3
5
  }
@@ -96,6 +98,7 @@
96
98
  line-height: 0;
97
99
  }
98
100
 
101
+ /* stylelint-disable property-no-vendor-prefix */
99
102
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
100
103
  -webkit-overflow-scrolling: touch;
101
104
  height: 100%;
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable-line no-empty-source */
2
+ /* stylelint-disable property-no-vendor-prefix */
1
3
  .e-container .e-value-switch-btn::before {
2
4
  content: "\e748";
3
5
  }
@@ -96,6 +98,7 @@
96
98
  line-height: 0;
97
99
  }
98
100
 
101
+ /* stylelint-disable property-no-vendor-prefix */
99
102
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
100
103
  -webkit-overflow-scrolling: touch;
101
104
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-container .e-value-switch-btn::before {
2
3
  content: "\e429";
3
4
  }
@@ -76,6 +77,7 @@
76
77
  line-height: 0;
77
78
  }
78
79
 
80
+ /* stylelint-disable property-no-vendor-prefix */
79
81
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
82
  -webkit-overflow-scrolling: touch;
81
83
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-container .e-value-switch-btn::before {
2
3
  content: "\e429";
3
4
  }
@@ -76,6 +77,7 @@
76
77
  line-height: 0;
77
78
  }
78
79
 
80
+ /* stylelint-disable property-no-vendor-prefix */
79
81
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
82
  -webkit-overflow-scrolling: touch;
81
83
  height: 100%;
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable-line no-empty-source */
2
+ /* stylelint-disable property-no-vendor-prefix */
1
3
  .e-container .e-value-switch-btn::before {
2
4
  content: "\e748";
3
5
  }
@@ -76,6 +78,7 @@
76
78
  line-height: 0;
77
79
  }
78
80
 
81
+ /* stylelint-disable property-no-vendor-prefix */
79
82
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
83
  -webkit-overflow-scrolling: touch;
81
84
  height: 100%;
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable-line no-empty-source */
2
+ /* stylelint-disable property-no-vendor-prefix */
1
3
  .e-container .e-value-switch-btn::before {
2
4
  content: "\e748";
3
5
  }
@@ -76,6 +78,7 @@
76
78
  line-height: 0;
77
79
  }
78
80
 
81
+ /* stylelint-disable property-no-vendor-prefix */
79
82
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
83
  -webkit-overflow-scrolling: touch;
81
84
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-container .e-value-switch-btn::before {
2
3
  content: "\e429";
3
4
  }
@@ -76,6 +77,7 @@
76
77
  line-height: 0;
77
78
  }
78
79
 
80
+ /* stylelint-disable property-no-vendor-prefix */
79
81
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
82
  -webkit-overflow-scrolling: touch;
81
83
  height: 100%;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-container .e-value-switch-btn::before {
2
3
  content: "\e429";
3
4
  }
@@ -76,6 +77,7 @@
76
77
  line-height: 0;
77
78
  }
78
79
 
80
+ /* stylelint-disable property-no-vendor-prefix */
79
81
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
80
82
  -webkit-overflow-scrolling: touch;
81
83
  height: 100%;
@@ -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;
@@ -83,6 +84,7 @@
83
84
  line-height: 0;
84
85
  }
85
86
 
87
+ /* stylelint-disable property-no-vendor-prefix */
86
88
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
87
89
  -webkit-overflow-scrolling: touch;
88
90
  height: 100%;
@@ -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;
@@ -91,6 +92,7 @@
91
92
  line-height: 0;
92
93
  }
93
94
 
95
+ /* stylelint-disable property-no-vendor-prefix */
94
96
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
95
97
  -webkit-overflow-scrolling: touch;
96
98
  height: 100%;
@@ -1,4 +1,6 @@
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-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
2
4
  .e-container .e-value-switch-btn::before {
3
5
  content: "\e748";
4
6
  }
@@ -77,6 +79,7 @@
77
79
  line-height: 0;
78
80
  }
79
81
 
82
+ /* stylelint-disable property-no-vendor-prefix */
80
83
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
81
84
  -webkit-overflow-scrolling: touch;
82
85
  height: 100%;
@@ -1,4 +1,6 @@
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-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
2
4
  .e-container .e-value-switch-btn::before {
3
5
  content: "\e748";
4
6
  }
@@ -77,6 +79,7 @@
77
79
  line-height: 0;
78
80
  }
79
81
 
82
+ /* stylelint-disable property-no-vendor-prefix */
80
83
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
81
84
  -webkit-overflow-scrolling: touch;
82
85
  height: 100%;
@@ -8,6 +8,7 @@
8
8
  border-color: #414040;
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.e-bigger .e-input-group-icon,
221
223
  .e-input-group .e-input-group-icon.e-bigger,
222
224
  .e-bigger .e-input-group .e-input-group-icon,
@@ -511,7 +513,7 @@ label.e-float-text,
511
513
  .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
512
514
  font-size: 14px;
513
515
  font-style: normal;
514
- font-weight: 400;
516
+ font-weight: normal;
515
517
  left: 0;
516
518
  overflow: hidden;
517
519
  padding-left: 10px;
@@ -924,7 +926,7 @@ label.e-float-text,
924
926
  .e-float-input.e-input-group.e-control-wrapper.e-disabled {
925
927
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
926
928
  font-size: 14px;
927
- font-weight: 400;
929
+ font-weight: normal;
928
930
  }
929
931
 
930
932
  .e-float-input input,
@@ -1121,7 +1123,7 @@ label.e-float-text,
1121
1123
  .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,
1122
1124
  .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,
1123
1125
  .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 {
1124
- font-weight: 400;
1126
+ font-weight: normal;
1125
1127
  }
1126
1128
 
1127
1129
  .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -1140,7 +1142,7 @@ label.e-float-text,
1140
1142
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1141
1143
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1142
1144
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1143
- font-weight: 400;
1145
+ font-weight: normal;
1144
1146
  }
1145
1147
 
1146
1148
  .e-float-input:not(.e-input-group) .e-float-line::before,
@@ -1210,6 +1212,7 @@ label.e-float-text,
1210
1212
  transform-origin: right top;
1211
1213
  }
1212
1214
 
1215
+ /* stylelint-disable selector-max-empty-lines */
1213
1216
  .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1214
1217
  .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1215
1218
  .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
@@ -1306,6 +1309,7 @@ label.e-float-text,
1306
1309
  padding-right: 10px;
1307
1310
  }
1308
1311
 
1312
+ /* stylelint-enable selector-max-empty-lines */
1309
1313
  .e-input-group.e-corner.e-rtl .e-input:first-child,
1310
1314
  .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1311
1315
  .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
@@ -1731,22 +1735,22 @@ textarea.e-input:-moz-placeholder {
1731
1735
  user-select: none;
1732
1736
  }
1733
1737
 
1734
- .e-input-group input.e-input:-moz-placeholder {
1738
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1735
1739
  font-style: normal;
1736
1740
  user-select: none;
1737
1741
  }
1738
1742
 
1739
- .e-input-group textarea.e-input:-moz-placeholder {
1743
+ .e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1740
1744
  font-style: normal;
1741
1745
  user-select: none;
1742
1746
  }
1743
1747
 
1744
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1748
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1745
1749
  font-style: normal;
1746
1750
  user-select: none;
1747
1751
  }
1748
1752
 
1749
- .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
1753
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1750
1754
  font-style: normal;
1751
1755
  user-select: none;
1752
1756
  }
@@ -1756,12 +1760,12 @@ input.e-input:-moz-placeholder {
1756
1760
  user-select: none;
1757
1761
  }
1758
1762
 
1759
- .e-input-group input.e-input:-moz-placeholder {
1763
+ .e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1760
1764
  font-style: normal;
1761
1765
  user-select: none;
1762
1766
  }
1763
1767
 
1764
- .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
1768
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1765
1769
  font-style: normal;
1766
1770
  user-select: none;
1767
1771
  }
@@ -3207,7 +3211,7 @@ textarea.e-input.e-bigger.e-small,
3207
3211
  .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3208
3212
  font-size: 14px;
3209
3213
  font-style: normal;
3210
- font-weight: 400;
3214
+ font-weight: normal;
3211
3215
  left: 0;
3212
3216
  overflow: hidden;
3213
3217
  padding-left: 10px;
@@ -3688,6 +3692,8 @@ textarea.e-input,
3688
3692
  color: #6f6c6c;
3689
3693
  }
3690
3694
 
3695
+ /* stylelint-disable property-no-vendor-prefix */
3696
+ /* stylelint-disable selector-no-vendor-prefix */
3691
3697
  .e-input[disabled],
3692
3698
  .e-input-group .e-input[disabled],
3693
3699
  .e-input-group.e-control-wrapper .e-input[disabled],
@@ -4558,6 +4564,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
4558
4564
  color: #dadada;
4559
4565
  }
4560
4566
 
4567
+ /* stylelint-disable-line no-empty-source */
4568
+ /* stylelint-disable property-no-vendor-prefix */
4561
4569
  .e-input-group-icon.e-spin-up::before {
4562
4570
  content: "\e85e";
4563
4571
  font-family: "e-icons";
@@ -4606,6 +4614,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
4606
4614
  font-size: 12px;
4607
4615
  }
4608
4616
 
4617
+ /* stylelint-disable property-no-vendor-prefix */
4609
4618
  /*! maskedtextbox layout */
4610
4619
  .e-control-wrapper.e-mask .e-maskedtextbox {
4611
4620
  font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -4640,6 +4649,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
4640
4649
  color: #ff5f5f;
4641
4650
  }
4642
4651
 
4652
+ /* stylelint-disable-line no-empty-source */
4653
+ /* stylelint-disable property-no-vendor-prefix */
4643
4654
  .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
4644
4655
  cursor: default;
4645
4656
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
@@ -4916,6 +4927,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
4916
4927
  }
4917
4928
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
4918
4929
  border-color: #0074cc;
4930
+ /* stylelint-disable */
4931
+ /* stylelint-enable */
4919
4932
  }
4920
4933
  .e-control-wrapper.e-slider-container .e-slider .e-tab-track {
4921
4934
  background-color: rgba(173, 220, 255, 0.4);
@@ -5141,6 +5154,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
5141
5154
  background-color: rgba(173, 220, 255, 0.4);
5142
5155
  }
5143
5156
 
5157
+ /* stylelint-disable property-no-vendor-prefix */
5158
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
5159
+ /* stylelint-disable property-no-vendor-prefix */
5144
5160
  @keyframes material-spinner-rotate {
5145
5161
  0% {
5146
5162
  transform: rotate(0);
@@ -5941,6 +5957,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
5941
5957
  box-shadow: 0 0 0 transparent;
5942
5958
  }
5943
5959
 
5960
+ /* stylelint-disable property-no-vendor-prefix */
5944
5961
  .e-container .e-value-switch-btn::before {
5945
5962
  content: "\e429";
5946
5963
  }
@@ -6019,6 +6036,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
6019
6036
  line-height: 0;
6020
6037
  }
6021
6038
 
6039
+ /* stylelint-disable property-no-vendor-prefix */
6022
6040
  .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
6023
6041
  -webkit-overflow-scrolling: touch;
6024
6042
  height: 100%;