@syncfusion/ej2-angular-inputs 20.2.48-ngcc → 20.3.47-ngcc

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 (129) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
  2. package/@syncfusion/ej2-angular-inputs.js.map +1 -1
  3. package/CHANGELOG.md +2 -24
  4. package/dist/ej2-angular-inputs.umd.js +1 -1
  5. package/dist/ej2-angular-inputs.umd.min.js +1 -1
  6. package/package.json +8 -8
  7. package/schematics/utils/lib-details.d.ts +2 -2
  8. package/schematics/utils/lib-details.js +2 -2
  9. package/schematics/utils/lib-details.ts +2 -2
  10. package/styles/bootstrap-dark.css +31 -13
  11. package/styles/bootstrap.css +31 -13
  12. package/styles/bootstrap4.css +31 -13
  13. package/styles/bootstrap5-dark.css +32 -13
  14. package/styles/bootstrap5.css +32 -13
  15. package/styles/color-picker/bootstrap-dark.css +2 -0
  16. package/styles/color-picker/bootstrap.css +2 -0
  17. package/styles/color-picker/bootstrap4.css +2 -0
  18. package/styles/color-picker/bootstrap5-dark.css +3 -0
  19. package/styles/color-picker/bootstrap5.css +3 -0
  20. package/styles/color-picker/fabric-dark.css +2 -0
  21. package/styles/color-picker/fabric.css +2 -0
  22. package/styles/color-picker/fluent-dark.css +3 -0
  23. package/styles/color-picker/fluent.css +3 -0
  24. package/styles/color-picker/highcontrast-light.css +2 -0
  25. package/styles/color-picker/highcontrast.css +2 -0
  26. package/styles/color-picker/material-dark.css +2 -0
  27. package/styles/color-picker/material.css +2 -0
  28. package/styles/color-picker/tailwind-dark.css +3 -0
  29. package/styles/color-picker/tailwind.css +3 -0
  30. package/styles/fabric-dark.css +31 -13
  31. package/styles/fabric.css +31 -13
  32. package/styles/fluent-dark.css +32 -13
  33. package/styles/fluent.css +32 -13
  34. package/styles/highcontrast-light.css +31 -13
  35. package/styles/highcontrast.css +31 -13
  36. package/styles/input/bootstrap-dark.css +22 -14
  37. package/styles/input/bootstrap.css +22 -14
  38. package/styles/input/bootstrap4.css +22 -14
  39. package/styles/input/bootstrap5-dark.css +22 -14
  40. package/styles/input/bootstrap5.css +22 -14
  41. package/styles/input/fabric-dark.css +22 -14
  42. package/styles/input/fabric.css +22 -14
  43. package/styles/input/fluent-dark.css +22 -14
  44. package/styles/input/fluent.css +22 -14
  45. package/styles/input/highcontrast-light.css +22 -14
  46. package/styles/input/highcontrast.css +22 -14
  47. package/styles/input/material-dark.css +26 -18
  48. package/styles/input/material.css +26 -18
  49. package/styles/input/tailwind-dark.css +22 -14
  50. package/styles/input/tailwind.css +22 -14
  51. package/styles/maskedtextbox/bootstrap-dark.css +1 -0
  52. package/styles/maskedtextbox/bootstrap.css +1 -0
  53. package/styles/maskedtextbox/bootstrap4.css +1 -0
  54. package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
  55. package/styles/maskedtextbox/bootstrap5.css +1 -0
  56. package/styles/maskedtextbox/fabric-dark.css +1 -0
  57. package/styles/maskedtextbox/fabric.css +1 -0
  58. package/styles/maskedtextbox/fluent-dark.css +1 -0
  59. package/styles/maskedtextbox/fluent.css +1 -0
  60. package/styles/maskedtextbox/highcontrast-light.css +1 -0
  61. package/styles/maskedtextbox/highcontrast.css +1 -0
  62. package/styles/maskedtextbox/material-dark.css +1 -0
  63. package/styles/maskedtextbox/material.css +1 -0
  64. package/styles/maskedtextbox/tailwind-dark.css +1 -0
  65. package/styles/maskedtextbox/tailwind.css +1 -0
  66. package/styles/material-dark.css +50 -18
  67. package/styles/material.css +50 -18
  68. package/styles/numerictextbox/bootstrap-dark.css +1 -0
  69. package/styles/numerictextbox/bootstrap.css +1 -0
  70. package/styles/numerictextbox/bootstrap4.css +1 -0
  71. package/styles/numerictextbox/bootstrap5-dark.css +1 -0
  72. package/styles/numerictextbox/bootstrap5.css +1 -0
  73. package/styles/numerictextbox/fabric-dark.css +1 -0
  74. package/styles/numerictextbox/fabric.css +1 -0
  75. package/styles/numerictextbox/fluent-dark.css +1 -0
  76. package/styles/numerictextbox/fluent.css +1 -0
  77. package/styles/numerictextbox/highcontrast-light.css +1 -0
  78. package/styles/numerictextbox/highcontrast.css +1 -0
  79. package/styles/numerictextbox/material-dark.css +1 -0
  80. package/styles/numerictextbox/material.css +1 -0
  81. package/styles/numerictextbox/tailwind-dark.css +1 -0
  82. package/styles/numerictextbox/tailwind.css +1 -0
  83. package/styles/slider/bootstrap-dark.css +4 -0
  84. package/styles/slider/bootstrap.css +4 -0
  85. package/styles/slider/bootstrap4.css +4 -0
  86. package/styles/slider/bootstrap5-dark.css +4 -0
  87. package/styles/slider/bootstrap5.css +4 -0
  88. package/styles/slider/fabric-dark.css +4 -0
  89. package/styles/slider/fabric.css +4 -0
  90. package/styles/slider/fluent-dark.css +4 -0
  91. package/styles/slider/fluent.css +4 -0
  92. package/styles/slider/highcontrast-light.css +4 -0
  93. package/styles/slider/highcontrast.css +4 -0
  94. package/styles/slider/material-dark.css +19 -1
  95. package/styles/slider/material.css +19 -1
  96. package/styles/slider/tailwind-dark.css +4 -0
  97. package/styles/slider/tailwind.css +4 -0
  98. package/styles/tailwind-dark.css +33 -13
  99. package/styles/tailwind.css +33 -13
  100. package/styles/textbox/bootstrap-dark.css +2 -0
  101. package/styles/textbox/bootstrap.css +2 -0
  102. package/styles/textbox/bootstrap4.css +2 -0
  103. package/styles/textbox/bootstrap5-dark.css +2 -0
  104. package/styles/textbox/bootstrap5.css +2 -0
  105. package/styles/textbox/fabric-dark.css +2 -0
  106. package/styles/textbox/fabric.css +2 -0
  107. package/styles/textbox/fluent-dark.css +2 -0
  108. package/styles/textbox/fluent.css +2 -0
  109. package/styles/textbox/highcontrast-light.css +2 -0
  110. package/styles/textbox/highcontrast.css +2 -0
  111. package/styles/textbox/material-dark.css +3 -1
  112. package/styles/textbox/material.css +3 -1
  113. package/styles/textbox/tailwind-dark.css +3 -1
  114. package/styles/textbox/tailwind.css +3 -1
  115. package/styles/uploader/bootstrap-dark.css +1 -0
  116. package/styles/uploader/bootstrap.css +1 -0
  117. package/styles/uploader/bootstrap4.css +1 -0
  118. package/styles/uploader/bootstrap5-dark.css +1 -0
  119. package/styles/uploader/bootstrap5.css +1 -0
  120. package/styles/uploader/fabric-dark.css +1 -0
  121. package/styles/uploader/fabric.css +1 -0
  122. package/styles/uploader/fluent-dark.css +1 -0
  123. package/styles/uploader/fluent.css +1 -0
  124. package/styles/uploader/highcontrast-light.css +1 -0
  125. package/styles/uploader/highcontrast.css +1 -0
  126. package/styles/uploader/material-dark.css +1 -0
  127. package/styles/uploader/material.css +1 -0
  128. package/styles/uploader/tailwind-dark.css +2 -0
  129. package/styles/uploader/tailwind.css +2 -0
@@ -8,6 +8,7 @@
8
8
  border-color: #444c54;
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: #e4606d;
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 #212529;
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%;
@@ -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%;