@syncfusion/ej2-angular-inputs 19.4.52 → 20.1.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 (98) 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 -21
  4. package/README.md +15 -2
  5. package/dist/ej2-angular-inputs.umd.js +1 -1
  6. package/dist/ej2-angular-inputs.umd.min.js +1 -1
  7. package/package.json +8 -8
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/styles/bootstrap-dark.css +10 -12
  12. package/styles/bootstrap.css +10 -12
  13. package/styles/bootstrap4.css +9 -14
  14. package/styles/bootstrap5-dark.css +118 -57
  15. package/styles/bootstrap5.css +118 -57
  16. package/styles/color-picker/bootstrap5-dark.css +26 -20
  17. package/styles/color-picker/bootstrap5.css +26 -20
  18. package/styles/color-picker/fluent-dark.css +902 -0
  19. package/styles/color-picker/fluent-dark.scss +1 -0
  20. package/styles/color-picker/fluent.css +902 -0
  21. package/styles/color-picker/fluent.scss +1 -0
  22. package/styles/color-picker/tailwind-dark.css +10 -6
  23. package/styles/color-picker/tailwind.css +10 -6
  24. package/styles/fabric-dark.css +8 -11
  25. package/styles/fabric.css +8 -11
  26. package/styles/fluent-dark.css +7366 -0
  27. package/styles/fluent-dark.scss +8 -0
  28. package/styles/fluent.css +7366 -0
  29. package/styles/fluent.scss +8 -0
  30. package/styles/highcontrast-light.css +8 -11
  31. package/styles/highcontrast.css +8 -11
  32. package/styles/input/bootstrap-dark.css +8 -8
  33. package/styles/input/bootstrap.css +8 -8
  34. package/styles/input/bootstrap4.css +8 -8
  35. package/styles/input/bootstrap5-dark.css +86 -29
  36. package/styles/input/bootstrap5.css +86 -29
  37. package/styles/input/fabric-dark.css +7 -7
  38. package/styles/input/fabric.css +7 -7
  39. package/styles/input/fluent-dark.css +4595 -0
  40. package/styles/input/fluent-dark.scss +1 -0
  41. package/styles/input/fluent.css +4595 -0
  42. package/styles/input/fluent.scss +1 -0
  43. package/styles/input/highcontrast-light.css +7 -7
  44. package/styles/input/highcontrast.css +7 -7
  45. package/styles/input/material-dark.css +90 -7
  46. package/styles/input/material.css +90 -7
  47. package/styles/input/tailwind-dark.css +96 -40
  48. package/styles/input/tailwind.css +96 -40
  49. package/styles/maskedtextbox/fluent-dark.css +26 -0
  50. package/styles/maskedtextbox/fluent-dark.scss +1 -0
  51. package/styles/maskedtextbox/fluent.css +26 -0
  52. package/styles/maskedtextbox/fluent.scss +1 -0
  53. package/styles/material-dark.css +91 -11
  54. package/styles/material.css +91 -11
  55. package/styles/numerictextbox/fluent-dark.css +60 -0
  56. package/styles/numerictextbox/fluent-dark.scss +1 -0
  57. package/styles/numerictextbox/fluent.css +60 -0
  58. package/styles/numerictextbox/fluent.scss +1 -0
  59. package/styles/numerictextbox/tailwind-dark.css +2 -2
  60. package/styles/numerictextbox/tailwind.css +2 -2
  61. package/styles/signature/fluent-dark.css +9 -0
  62. package/styles/signature/fluent-dark.scss +1 -0
  63. package/styles/signature/fluent.css +9 -0
  64. package/styles/signature/fluent.scss +1 -0
  65. package/styles/slider/bootstrap-dark.css +1 -0
  66. package/styles/slider/bootstrap.css +1 -0
  67. package/styles/slider/bootstrap4.css +0 -2
  68. package/styles/slider/bootstrap5-dark.css +5 -4
  69. package/styles/slider/bootstrap5.css +5 -4
  70. package/styles/slider/fluent-dark.css +632 -0
  71. package/styles/slider/fluent-dark.scss +1 -0
  72. package/styles/slider/fluent.css +632 -0
  73. package/styles/slider/fluent.scss +1 -0
  74. package/styles/slider/tailwind-dark.css +9 -5
  75. package/styles/slider/tailwind.css +9 -5
  76. package/styles/tailwind-dark.css +178 -92
  77. package/styles/tailwind.css +178 -92
  78. package/styles/textbox/fluent-dark.css +0 -0
  79. package/styles/textbox/fluent-dark.scss +1 -0
  80. package/styles/textbox/fluent.css +0 -0
  81. package/styles/textbox/fluent.scss +1 -0
  82. package/styles/uploader/bootstrap-dark.css +1 -4
  83. package/styles/uploader/bootstrap.css +1 -4
  84. package/styles/uploader/bootstrap4.css +1 -4
  85. package/styles/uploader/bootstrap5-dark.css +1 -4
  86. package/styles/uploader/bootstrap5.css +1 -4
  87. package/styles/uploader/fabric-dark.css +1 -4
  88. package/styles/uploader/fabric.css +1 -4
  89. package/styles/uploader/fluent-dark.css +1137 -0
  90. package/styles/uploader/fluent-dark.scss +1 -0
  91. package/styles/uploader/fluent.css +1137 -0
  92. package/styles/uploader/fluent.scss +1 -0
  93. package/styles/uploader/highcontrast-light.css +1 -4
  94. package/styles/uploader/highcontrast.css +1 -4
  95. package/styles/uploader/material-dark.css +1 -4
  96. package/styles/uploader/material.css +1 -4
  97. package/styles/uploader/tailwind-dark.css +61 -39
  98. package/styles/uploader/tailwind.css +61 -39
@@ -212,11 +212,7 @@ textarea.e-input.e-bigger,
212
212
  .e-input-group.e-bigger,
213
213
  .e-bigger .e-input-group,
214
214
  .e-input-group.e-control-wrapper.e-bigger,
215
- .e-bigger .e-input-group.e-control-wrapper,
216
- .e-input-group.e-bigger.e-disabled,
217
- .e-bigger .e-input-group.e-disabled,
218
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
219
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
215
+ .e-bigger .e-input-group.e-control-wrapper {
220
216
  font-size: 14px;
221
217
  }
222
218
 
@@ -609,8 +605,8 @@ textarea.e-input.e-small,
609
605
  .e-input-group.e-small .e-input-group-icon.e-bigger,
610
606
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
611
607
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
612
- .e-small .e-bigger.e-input-group .e-input-group-icon,
613
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
608
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
609
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
614
610
  .e-bigger .e-input-group.e-small .e-input-group-icon,
615
611
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
616
612
  font-size: 12px;
@@ -3080,6 +3076,10 @@ textarea.e-input.e-bigger.e-small,
3080
3076
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3081
3077
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
3082
3078
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3079
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
3080
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
3081
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
3082
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
3083
3083
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
3084
3084
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
3085
3085
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -5012,6 +5012,31 @@ textarea.e-input.e-bigger.e-small.e-outline,
5012
5012
  line-height: 70px;
5013
5013
  }
5014
5014
 
5015
+ .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5016
+ .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5017
+ .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5018
+ .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5019
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5020
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5021
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5022
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5023
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5024
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5025
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5026
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5027
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5028
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5029
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5030
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5031
+ .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5032
+ .e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5033
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5034
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5035
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5036
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5037
+ line-height: 66px;
5038
+ }
5039
+
5015
5040
  .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5016
5041
  .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5017
5042
  .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5039,6 +5064,24 @@ textarea.e-input.e-bigger.e-small.e-outline,
5039
5064
  line-height: 46px;
5040
5065
  }
5041
5066
 
5067
+ .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5068
+ .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5069
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5070
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5071
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5072
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5073
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5074
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5075
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5076
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5077
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5078
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5079
+ .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5080
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5081
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5082
+ line-height: 60px;
5083
+ }
5084
+
5042
5085
  .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5043
5086
  .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5044
5087
  .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5059,6 +5102,16 @@ textarea.e-input.e-bigger.e-small.e-outline,
5059
5102
  line-height: 50px;
5060
5103
  }
5061
5104
 
5105
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5106
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5107
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5108
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5109
+ .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5110
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5111
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5112
+ line-height: 50px;
5113
+ }
5114
+
5062
5115
  .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5063
5116
  .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5064
5117
  .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
@@ -5089,6 +5142,36 @@ textarea.e-input.e-bigger.e-small.e-outline,
5089
5142
  line-height: 53px;
5090
5143
  }
5091
5144
 
5145
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5146
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5147
+ .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5148
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5149
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5150
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5151
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5152
+ .e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5153
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5154
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5155
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5156
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5157
+ .e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5158
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5159
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5160
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5161
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5162
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5163
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5164
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5165
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5166
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5167
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5168
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5169
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5170
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5171
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom {
5172
+ line-height: 60px;
5173
+ }
5174
+
5092
5175
  .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5093
5176
  .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5094
5177
  .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
@@ -14132,6 +14215,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
14132
14215
 
14133
14216
  .e-upload .e-file-drop {
14134
14217
  color: #fff;
14218
+ vertical-align: middle;
14135
14219
  }
14136
14220
 
14137
14221
  .e-upload .e-upload-files {
@@ -14221,10 +14305,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
14221
14305
  box-shadow: 0 0 0 transparent;
14222
14306
  }
14223
14307
 
14224
- .e-upload-drag-hover {
14225
- outline: 2px dashed #9e9e9e;
14226
- }
14227
-
14228
14308
  @keyframes e-input-ripple {
14229
14309
  100% {
14230
14310
  opacity: 0;
@@ -221,11 +221,7 @@ textarea.e-input.e-bigger,
221
221
  .e-input-group.e-bigger,
222
222
  .e-bigger .e-input-group,
223
223
  .e-input-group.e-control-wrapper.e-bigger,
224
- .e-bigger .e-input-group.e-control-wrapper,
225
- .e-input-group.e-bigger.e-disabled,
226
- .e-bigger .e-input-group.e-disabled,
227
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
228
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
224
+ .e-bigger .e-input-group.e-control-wrapper {
229
225
  font-size: 14px;
230
226
  }
231
227
 
@@ -618,8 +614,8 @@ textarea.e-input.e-small,
618
614
  .e-input-group.e-small .e-input-group-icon.e-bigger,
619
615
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
620
616
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
621
- .e-small .e-bigger.e-input-group .e-input-group-icon,
622
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
617
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
618
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
623
619
  .e-bigger .e-input-group.e-small .e-input-group-icon,
624
620
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
625
621
  font-size: 12px;
@@ -3089,6 +3085,10 @@ textarea.e-input.e-bigger.e-small,
3089
3085
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3090
3086
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
3091
3087
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3088
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
3089
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
3090
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
3091
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
3092
3092
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
3093
3093
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
3094
3094
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -5021,6 +5021,31 @@ textarea.e-input.e-bigger.e-small.e-outline,
5021
5021
  line-height: 70px;
5022
5022
  }
5023
5023
 
5024
+ .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5025
+ .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5026
+ .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5027
+ .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5028
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5029
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5030
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5031
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5032
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5033
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5034
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5035
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5036
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5037
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5038
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5039
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5040
+ .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5041
+ .e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5042
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5043
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5044
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5045
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5046
+ line-height: 66px;
5047
+ }
5048
+
5024
5049
  .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5025
5050
  .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5026
5051
  .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5048,6 +5073,24 @@ textarea.e-input.e-bigger.e-small.e-outline,
5048
5073
  line-height: 46px;
5049
5074
  }
5050
5075
 
5076
+ .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5077
+ .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5078
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5079
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5080
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5081
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5082
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5083
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5084
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5085
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5086
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5087
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5088
+ .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5089
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5090
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5091
+ line-height: 60px;
5092
+ }
5093
+
5051
5094
  .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5052
5095
  .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5053
5096
  .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5068,6 +5111,16 @@ textarea.e-input.e-bigger.e-small.e-outline,
5068
5111
  line-height: 50px;
5069
5112
  }
5070
5113
 
5114
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5115
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5116
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5117
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5118
+ .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5119
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5120
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5121
+ line-height: 50px;
5122
+ }
5123
+
5071
5124
  .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5072
5125
  .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5073
5126
  .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
@@ -5098,6 +5151,36 @@ textarea.e-input.e-bigger.e-small.e-outline,
5098
5151
  line-height: 53px;
5099
5152
  }
5100
5153
 
5154
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5155
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5156
+ .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5157
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5158
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5159
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5160
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5161
+ .e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5162
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5163
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5164
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5165
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5166
+ .e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5167
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5168
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5169
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5170
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5171
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5172
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5173
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5174
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5175
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5176
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5177
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5178
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5179
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5180
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom {
5181
+ line-height: 60px;
5182
+ }
5183
+
5101
5184
  .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5102
5185
  .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5103
5186
  .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
@@ -14168,6 +14251,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
14168
14251
 
14169
14252
  .e-upload .e-file-drop {
14170
14253
  color: rgba(0, 0, 0, 0.87);
14254
+ vertical-align: middle;
14171
14255
  }
14172
14256
 
14173
14257
  .e-upload .e-upload-files {
@@ -14257,10 +14341,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
14257
14341
  box-shadow: 0 0 0 transparent;
14258
14342
  }
14259
14343
 
14260
- .e-upload-drag-hover {
14261
- outline: 2px dashed #9e9e9e;
14262
- }
14263
-
14264
14344
  @keyframes e-input-ripple {
14265
14345
  100% {
14266
14346
  opacity: 0;
@@ -0,0 +1,60 @@
1
+ .e-input-group-icon.e-spin-up::before {
2
+ content: '\e776';
3
+ font-family: 'e-icons';
4
+ }
5
+
6
+ .e-input-group-icon.e-spin-down::before {
7
+ content: '\e729';
8
+ font-family: 'e-icons';
9
+ }
10
+
11
+ .e-numeric-container {
12
+ width: 100%;
13
+ }
14
+
15
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
16
+ background-size: 300px 33px;
17
+ min-height: 33px;
18
+ }
19
+
20
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
21
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
22
+ background-size: 300px 40px;
23
+ min-height: 40px;
24
+ }
25
+
26
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
27
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
29
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
30
+ .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
+ .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
32
+ border: 0;
33
+ height: 0;
34
+ margin: 0;
35
+ padding: 0;
36
+ text-indent: 0;
37
+ visibility: hidden;
38
+ width: 0;
39
+ }
40
+
41
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
42
+ font-size: 16px;
43
+ }
44
+
45
+ .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
46
+ .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
+ font-size: 20px;
48
+ }
49
+
50
+ .e-small .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
51
+ .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
52
+ font-size: 14px;
53
+ }
54
+
55
+ .e-small.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
56
+ .e-small.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
57
+ .e-small .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
58
+ .e-bigger .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
59
+ font-size: 18px;
60
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/numerictextbox/fluent-dark.scss';
@@ -0,0 +1,60 @@
1
+ .e-input-group-icon.e-spin-up::before {
2
+ content: '\e776';
3
+ font-family: 'e-icons';
4
+ }
5
+
6
+ .e-input-group-icon.e-spin-down::before {
7
+ content: '\e729';
8
+ font-family: 'e-icons';
9
+ }
10
+
11
+ .e-numeric-container {
12
+ width: 100%;
13
+ }
14
+
15
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
16
+ background-size: 300px 33px;
17
+ min-height: 33px;
18
+ }
19
+
20
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
21
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
22
+ background-size: 300px 40px;
23
+ min-height: 40px;
24
+ }
25
+
26
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
27
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
29
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
30
+ .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
+ .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
32
+ border: 0;
33
+ height: 0;
34
+ margin: 0;
35
+ padding: 0;
36
+ text-indent: 0;
37
+ visibility: hidden;
38
+ width: 0;
39
+ }
40
+
41
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
42
+ font-size: 16px;
43
+ }
44
+
45
+ .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
46
+ .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
+ font-size: 20px;
48
+ }
49
+
50
+ .e-small .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
51
+ .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
52
+ font-size: 14px;
53
+ }
54
+
55
+ .e-small.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
56
+ .e-small.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
57
+ .e-small .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
58
+ .e-bigger .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
59
+ font-size: 18px;
60
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/numerictextbox/fluent.scss';
@@ -1,11 +1,11 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
2
  .e-input-group-icon.e-spin-up::before {
3
- content: '\e752';
3
+ content: '\e776';
4
4
  font-family: 'e-icons';
5
5
  }
6
6
 
7
7
  .e-input-group-icon.e-spin-down::before {
8
- content: '\e706';
8
+ content: '\e729';
9
9
  font-family: 'e-icons';
10
10
  }
11
11
 
@@ -1,11 +1,11 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
2
  .e-input-group-icon.e-spin-up::before {
3
- content: '\e752';
3
+ content: '\e776';
4
4
  font-family: 'e-icons';
5
5
  }
6
6
 
7
7
  .e-input-group-icon.e-spin-down::before {
8
- content: '\e706';
8
+ content: '\e729';
9
9
  font-family: 'e-icons';
10
10
  }
11
11
 
@@ -0,0 +1,9 @@
1
+ .e-signature {
2
+ border: 1px solid;
3
+ }
4
+
5
+ .e-signature {
6
+ background-color: #fff;
7
+ border: 1px solid;
8
+ border-color: #292827;
9
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/signature/fluent-dark.scss';
@@ -0,0 +1,9 @@
1
+ .e-signature {
2
+ border: 1px solid;
3
+ }
4
+
5
+ .e-signature {
6
+ background-color: #fff;
7
+ border: 1px solid;
8
+ border-color: #edebe9;
9
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/signature/fluent.scss';
@@ -537,6 +537,7 @@
537
537
  .e-control-wrapper.e-slider-container .e-slider .e-handle {
538
538
  background-color: #6e6e6e;
539
539
  border: 1px solid #6e6e6e;
540
+ border-color: #6e6e6e;
540
541
  }
541
542
 
542
543
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {
@@ -537,6 +537,7 @@
537
537
  .e-control-wrapper.e-slider-container .e-slider .e-handle {
538
538
  background-color: #fff;
539
539
  border: 1px solid #ccc;
540
+ border-color: #ccc;
540
541
  }
541
542
 
542
543
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {
@@ -103,8 +103,6 @@
103
103
 
104
104
  .e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle,
105
105
  .e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle {
106
- margin-left: -9px;
107
- top: calc(50% - 9px);
108
106
  margin-left: -8px;
109
107
  top: calc(50% - 8px);
110
108
  }
@@ -69,14 +69,12 @@
69
69
  .e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-limits {
70
70
  height: 8px;
71
71
  top: calc(50% - 4px);
72
- border-radius: 4px;
73
72
  }
74
73
 
75
74
  .e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits,
76
75
  .e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-limits {
77
76
  left: calc(50% - 4px);
78
77
  width: 8px;
79
- border-radius: 4px;
80
78
  }
81
79
 
82
80
  .e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-first-button,
@@ -199,8 +197,6 @@
199
197
 
200
198
  .e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle,
201
199
  .e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle {
202
- margin-left: -9px;
203
- top: calc(50% - 9px);
204
200
  margin-left: -8px;
205
201
  top: calc(50% - 8px);
206
202
  }
@@ -612,6 +608,10 @@
612
608
  background-position: center center;
613
609
  }
614
610
 
611
+ .e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
612
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBAQUA+v8AbHV9/wUNAl7Qm4m+AAAAAElFTkSuQmCC");
613
+ }
614
+
615
615
  .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
616
616
  color: #e9ecef;
617
617
  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";
@@ -719,6 +719,7 @@
719
719
  .e-control-wrapper.e-slider-container .e-slider .e-handle {
720
720
  background-color: #0d6efd;
721
721
  border: 1px solid #0d6efd;
722
+ border-color: #0d6efd;
722
723
  }
723
724
 
724
725
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {
@@ -69,14 +69,12 @@
69
69
  .e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-limits {
70
70
  height: 8px;
71
71
  top: calc(50% - 4px);
72
- border-radius: 4px;
73
72
  }
74
73
 
75
74
  .e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits,
76
75
  .e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-limits {
77
76
  left: calc(50% - 4px);
78
77
  width: 8px;
79
- border-radius: 4px;
80
78
  }
81
79
 
82
80
  .e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-first-button,
@@ -199,8 +197,6 @@
199
197
 
200
198
  .e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle,
201
199
  .e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle {
202
- margin-left: -9px;
203
- top: calc(50% - 9px);
204
200
  margin-left: -8px;
205
201
  top: calc(50% - 8px);
206
202
  }
@@ -612,6 +608,10 @@
612
608
  background-position: center center;
613
609
  }
614
610
 
611
+ .e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
612
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBAQUA+v8AbHV9/wUNAl7Qm4m+AAAAAElFTkSuQmCC");
613
+ }
614
+
615
615
  .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
616
616
  color: #343a40;
617
617
  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";
@@ -719,6 +719,7 @@
719
719
  .e-control-wrapper.e-slider-container .e-slider .e-handle {
720
720
  background-color: #0d6efd;
721
721
  border: 1px solid #0d6efd;
722
+ border-color: #0d6efd;
722
723
  }
723
724
 
724
725
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {