@syncfusion/ej2-vue-inputs 20.1.55 → 20.1.61

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 (169) hide show
  1. package/CHANGELOG.md +0 -17
  2. package/README.md +15 -2
  3. package/dist/ej2-vue-inputs.umd.min.js +1 -1
  4. package/dist/es6/ej2-vue-inputs.es2015.js +158 -23
  5. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-inputs.es5.js +105 -16
  7. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-inputs.min.js +2 -2
  9. package/package.json +8 -14
  10. package/src/color-picker/colorpicker.component.d.ts +1 -0
  11. package/src/color-picker/colorpicker.component.js +12 -2
  12. package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
  13. package/src/maskedtextbox/maskedtextbox.component.js +12 -2
  14. package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
  15. package/src/numerictextbox/numerictextbox.component.js +12 -2
  16. package/src/signature/signature.component.d.ts +1 -0
  17. package/src/signature/signature.component.js +11 -2
  18. package/src/slider/slider.component.d.ts +1 -0
  19. package/src/slider/slider.component.js +12 -2
  20. package/src/textbox/textbox.component.d.ts +1 -0
  21. package/src/textbox/textbox.component.js +12 -2
  22. package/src/uploader/files.directive.d.ts +3 -1
  23. package/src/uploader/files.directive.js +24 -2
  24. package/src/uploader/uploader.component.d.ts +1 -0
  25. package/src/uploader/uploader.component.js +11 -2
  26. package/styles/bootstrap-dark.css +135 -670
  27. package/styles/bootstrap.css +132 -667
  28. package/styles/bootstrap4.css +131 -696
  29. package/styles/bootstrap5-dark.css +247 -757
  30. package/styles/bootstrap5.css +247 -757
  31. package/styles/color-picker/bootstrap-dark.css +27 -194
  32. package/styles/color-picker/bootstrap.css +27 -194
  33. package/styles/color-picker/bootstrap4.css +27 -209
  34. package/styles/color-picker/bootstrap5-dark.css +52 -221
  35. package/styles/color-picker/bootstrap5.css +52 -221
  36. package/styles/color-picker/fabric-dark.css +27 -194
  37. package/styles/color-picker/fabric.css +27 -194
  38. package/styles/color-picker/fluent-dark.css +735 -0
  39. package/styles/color-picker/fluent-dark.scss +1 -0
  40. package/styles/color-picker/fluent.css +735 -0
  41. package/styles/color-picker/fluent.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +27 -194
  43. package/styles/color-picker/highcontrast.css +27 -194
  44. package/styles/color-picker/material-dark.css +27 -195
  45. package/styles/color-picker/material.css +27 -196
  46. package/styles/color-picker/tailwind-dark.css +36 -207
  47. package/styles/color-picker/tailwind.css +36 -207
  48. package/styles/fabric-dark.css +130 -667
  49. package/styles/fabric.css +129 -666
  50. package/styles/fluent-dark.css +6806 -0
  51. package/styles/fluent-dark.scss +8 -0
  52. package/styles/fluent.css +6806 -0
  53. package/styles/fluent.scss +8 -0
  54. package/styles/highcontrast-light.css +138 -687
  55. package/styles/highcontrast.css +138 -687
  56. package/styles/input/bootstrap-dark.css +44 -46
  57. package/styles/input/bootstrap.css +41 -43
  58. package/styles/input/bootstrap4.css +41 -43
  59. package/styles/input/bootstrap5-dark.css +119 -64
  60. package/styles/input/bootstrap5.css +119 -64
  61. package/styles/input/fabric-dark.css +39 -40
  62. package/styles/input/fabric.css +39 -40
  63. package/styles/input/fluent-dark.css +4594 -0
  64. package/styles/input/fluent-dark.scss +1 -0
  65. package/styles/input/fluent.css +4594 -0
  66. package/styles/input/fluent.scss +1 -0
  67. package/styles/input/highcontrast-light.css +40 -42
  68. package/styles/input/highcontrast.css +40 -42
  69. package/styles/input/material-dark.css +94 -129
  70. package/styles/input/material.css +94 -130
  71. package/styles/input/tailwind-dark.css +126 -71
  72. package/styles/input/tailwind.css +126 -71
  73. package/styles/maskedtextbox/bootstrap-dark.css +1 -1
  74. package/styles/maskedtextbox/bootstrap.css +1 -1
  75. package/styles/maskedtextbox/bootstrap4.css +1 -1
  76. package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
  77. package/styles/maskedtextbox/bootstrap5.css +1 -1
  78. package/styles/maskedtextbox/fabric-dark.css +1 -1
  79. package/styles/maskedtextbox/fabric.css +1 -1
  80. package/styles/maskedtextbox/fluent-dark.css +26 -0
  81. package/styles/maskedtextbox/fluent-dark.scss +1 -0
  82. package/styles/maskedtextbox/fluent.css +26 -0
  83. package/styles/maskedtextbox/fluent.scss +1 -0
  84. package/styles/maskedtextbox/highcontrast-light.css +1 -1
  85. package/styles/maskedtextbox/highcontrast.css +1 -1
  86. package/styles/maskedtextbox/material-dark.css +1 -2
  87. package/styles/maskedtextbox/material.css +1 -3
  88. package/styles/maskedtextbox/tailwind-dark.css +1 -1
  89. package/styles/maskedtextbox/tailwind.css +1 -1
  90. package/styles/material-dark.css +188 -786
  91. package/styles/material.css +188 -791
  92. package/styles/numerictextbox/bootstrap-dark.css +6 -8
  93. package/styles/numerictextbox/bootstrap.css +6 -8
  94. package/styles/numerictextbox/bootstrap4.css +6 -7
  95. package/styles/numerictextbox/bootstrap5-dark.css +6 -7
  96. package/styles/numerictextbox/bootstrap5.css +6 -7
  97. package/styles/numerictextbox/fabric-dark.css +6 -7
  98. package/styles/numerictextbox/fabric.css +6 -7
  99. package/styles/numerictextbox/fluent-dark.css +58 -0
  100. package/styles/numerictextbox/fluent-dark.scss +1 -0
  101. package/styles/numerictextbox/fluent.css +58 -0
  102. package/styles/numerictextbox/fluent.scss +1 -0
  103. package/styles/numerictextbox/highcontrast-light.css +6 -7
  104. package/styles/numerictextbox/highcontrast.css +6 -7
  105. package/styles/numerictextbox/material-dark.css +6 -8
  106. package/styles/numerictextbox/material.css +6 -9
  107. package/styles/numerictextbox/tailwind-dark.css +6 -7
  108. package/styles/numerictextbox/tailwind.css +6 -7
  109. package/styles/signature/bootstrap-dark.css +1 -1
  110. package/styles/signature/bootstrap.css +1 -1
  111. package/styles/signature/bootstrap4.css +1 -1
  112. package/styles/signature/bootstrap5-dark.css +1 -1
  113. package/styles/signature/bootstrap5.css +1 -1
  114. package/styles/signature/fabric-dark.css +1 -1
  115. package/styles/signature/fabric.css +1 -1
  116. package/styles/signature/fluent-dark.css +9 -0
  117. package/styles/signature/fluent-dark.scss +1 -0
  118. package/styles/signature/fluent.css +9 -0
  119. package/styles/signature/fluent.scss +1 -0
  120. package/styles/signature/highcontrast-light.css +1 -1
  121. package/styles/signature/highcontrast.css +1 -1
  122. package/styles/signature/material-dark.css +1 -1
  123. package/styles/signature/material.css +1 -1
  124. package/styles/signature/tailwind-dark.css +1 -1
  125. package/styles/signature/tailwind.css +1 -1
  126. package/styles/slider/bootstrap-dark.css +2 -91
  127. package/styles/slider/bootstrap.css +2 -91
  128. package/styles/slider/bootstrap4.css +1 -106
  129. package/styles/slider/bootstrap5-dark.css +14 -134
  130. package/styles/slider/bootstrap5.css +14 -134
  131. package/styles/slider/fabric-dark.css +2 -96
  132. package/styles/slider/fabric.css +1 -95
  133. package/styles/slider/fluent-dark.css +528 -0
  134. package/styles/slider/fluent-dark.scss +1 -0
  135. package/styles/slider/fluent.css +528 -0
  136. package/styles/slider/fluent.scss +1 -0
  137. package/styles/slider/highcontrast-light.css +9 -113
  138. package/styles/slider/highcontrast.css +9 -113
  139. package/styles/slider/material-dark.css +5 -120
  140. package/styles/slider/material.css +5 -120
  141. package/styles/slider/tailwind-dark.css +11 -135
  142. package/styles/slider/tailwind.css +11 -135
  143. package/styles/tailwind-dark.css +289 -779
  144. package/styles/tailwind.css +289 -779
  145. package/styles/textbox/fluent-dark.css +0 -0
  146. package/styles/textbox/fluent-dark.scss +1 -0
  147. package/styles/textbox/fluent.css +0 -0
  148. package/styles/textbox/fluent.scss +1 -0
  149. package/styles/textbox/material-dark.css +1 -1
  150. package/styles/textbox/material.css +1 -2
  151. package/styles/textbox/tailwind-dark.css +1 -1
  152. package/styles/textbox/tailwind.css +1 -1
  153. package/styles/uploader/bootstrap-dark.css +60 -334
  154. package/styles/uploader/bootstrap.css +60 -334
  155. package/styles/uploader/bootstrap4.css +60 -334
  156. package/styles/uploader/bootstrap5-dark.css +60 -334
  157. package/styles/uploader/bootstrap5.css +60 -334
  158. package/styles/uploader/fabric-dark.css +60 -334
  159. package/styles/uploader/fabric.css +60 -334
  160. package/styles/uploader/fluent-dark.css +851 -0
  161. package/styles/uploader/fluent-dark.scss +1 -0
  162. package/styles/uploader/fluent.css +851 -0
  163. package/styles/uploader/fluent.scss +1 -0
  164. package/styles/uploader/highcontrast-light.css +60 -334
  165. package/styles/uploader/highcontrast.css +60 -334
  166. package/styles/uploader/material-dark.css +60 -335
  167. package/styles/uploader/material.css +60 -335
  168. package/styles/uploader/tailwind-dark.css +113 -362
  169. package/styles/uploader/tailwind.css +113 -362
@@ -5,7 +5,6 @@
5
5
  transform: scale(4);
6
6
  }
7
7
  }
8
-
9
8
  @keyframes slideTopUp {
10
9
  from {
11
10
  transform: translate3d(0, 0, 0) scale(1);
@@ -14,41 +13,40 @@
14
13
  transform: translate3d(0, 0, 0) scale(1);
15
14
  }
16
15
  }
17
-
18
16
  .e-float-input .e-clear-icon::before,
19
17
  .e-float-input.e-control-wrapper .e-clear-icon::before {
20
- content: '\e932';
21
- font-family: 'e-icons';
18
+ content: "\e932";
19
+ font-family: "e-icons";
22
20
  }
23
21
 
24
22
  .e-input-group .e-clear-icon::before,
25
23
  .e-input-group.e-control-wrapper .e-clear-icon::before {
26
- content: '\e932';
27
- font-family: 'e-icons';
24
+ content: "\e932";
25
+ font-family: "e-icons";
28
26
  }
29
27
 
30
28
  .e-filled.e-float-input .e-clear-icon::before,
31
29
  .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before {
32
- content: '\e208';
33
- font-family: 'e-icons';
30
+ content: "\e208";
31
+ font-family: "e-icons";
34
32
  }
35
33
 
36
34
  .e-filled.e-input-group .e-clear-icon::before,
37
35
  .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
38
- content: '\e208';
39
- font-family: 'e-icons';
36
+ content: "\e208";
37
+ font-family: "e-icons";
40
38
  }
41
39
 
42
40
  .e-outline.e-float-input .e-clear-icon::before,
43
41
  .e-outline.e-float-input.e-control-wrapper .e-clear-icon::before {
44
- content: '\e208';
45
- font-family: 'e-icons';
42
+ content: "\e208";
43
+ font-family: "e-icons";
46
44
  }
47
45
 
48
46
  .e-outline.e-input-group .e-clear-icon::before,
49
47
  .e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
50
- content: '\e208';
51
- font-family: 'e-icons';
48
+ content: "\e208";
49
+ font-family: "e-icons";
52
50
  }
53
51
 
54
52
  /*! input layout */
@@ -211,11 +209,7 @@ textarea.e-input.e-bigger,
211
209
  .e-input-group.e-bigger,
212
210
  .e-bigger .e-input-group,
213
211
  .e-input-group.e-control-wrapper.e-bigger,
214
- .e-bigger .e-input-group.e-control-wrapper,
215
- .e-input-group.e-bigger.e-disabled,
216
- .e-bigger .e-input-group.e-disabled,
217
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
218
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
212
+ .e-bigger .e-input-group.e-control-wrapper {
219
213
  font-size: 14px;
220
214
  }
221
215
 
@@ -608,8 +602,8 @@ textarea.e-input.e-small,
608
602
  .e-input-group.e-small .e-input-group-icon.e-bigger,
609
603
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
610
604
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
611
- .e-small .e-bigger.e-input-group .e-input-group-icon,
612
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
605
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
606
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
613
607
  .e-bigger .e-input-group.e-small .e-input-group-icon,
614
608
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
615
609
  font-size: 12px;
@@ -674,7 +668,7 @@ label.e-float-text,
674
668
  .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
675
669
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
676
670
  .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
677
- content: '';
671
+ content: "";
678
672
  font-style: normal;
679
673
  }
680
674
 
@@ -1372,10 +1366,10 @@ label.e-float-text,
1372
1366
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
1373
1367
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1374
1368
  bottom: 0;
1375
- content: '';
1369
+ content: "";
1376
1370
  height: 2px;
1377
1371
  position: absolute;
1378
- transition: .2s ease;
1372
+ transition: 0.2s ease;
1379
1373
  width: 0;
1380
1374
  }
1381
1375
 
@@ -1552,7 +1546,7 @@ label.e-float-text,
1552
1546
 
1553
1547
  .e-input-group.e-warning::before,
1554
1548
  .e-input-group.e-control-wrapper.e-warning::before {
1555
- content: '';
1549
+ content: "";
1556
1550
  }
1557
1551
 
1558
1552
  .e-float-input input[disabled],
@@ -1613,7 +1607,7 @@ label.e-float-text,
1613
1607
  .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
1614
1608
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1615
1609
  bottom: 0;
1616
- content: '';
1610
+ content: "";
1617
1611
  height: 2px;
1618
1612
  position: absolute;
1619
1613
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1630,7 +1624,7 @@ label.e-float-text,
1630
1624
  .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
1631
1625
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1632
1626
  bottom: 0;
1633
- content: '';
1627
+ content: "";
1634
1628
  height: 2px;
1635
1629
  position: absolute;
1636
1630
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1905,12 +1899,12 @@ label.e-float-text,
1905
1899
  .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
1906
1900
  background: #bdbdbd;
1907
1901
  border-radius: 100%;
1908
- content: '';
1902
+ content: "";
1909
1903
  display: block;
1910
1904
  filter: alpha(opacity=75);
1911
1905
  height: 50%;
1912
1906
  left: 25%;
1913
- opacity: .75;
1907
+ opacity: 0.75;
1914
1908
  position: absolute;
1915
1909
  top: 25%;
1916
1910
  transform: scale(0);
@@ -1919,7 +1913,7 @@ label.e-float-text,
1919
1913
 
1920
1914
  .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
1921
1915
  .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
1922
- animation: e-input-ripple .45s linear;
1916
+ animation: e-input-ripple 0.45s linear;
1923
1917
  }
1924
1918
 
1925
1919
  input.e-input::-ms-clear,
@@ -1928,18 +1922,18 @@ input.e-input::-ms-clear,
1928
1922
  display: none;
1929
1923
  }
1930
1924
 
1931
- input.e-input[type='search']::-webkit-search-decoration,
1932
- input.e-input[type='search']::-webkit-search-cancel-button,
1933
- input.e-input[type='search']::-webkit-search-results-button,
1934
- input.e-input[type='search']::-webkit-search-results-decoration,
1935
- .e-float-input input[type='search']::-webkit-search-decoration,
1936
- .e-float-input input[type='search']::-webkit-search-cancel-button,
1937
- .e-float-input input[type='search']::-webkit-search-results-button,
1938
- .e-float-input input[type='search']::-webkit-search-results-decoration,
1939
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-decoration,
1940
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-cancel-button,
1941
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-results-button,
1942
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-results-decoration {
1925
+ input.e-input[type=search]::-webkit-search-decoration,
1926
+ input.e-input[type=search]::-webkit-search-cancel-button,
1927
+ input.e-input[type=search]::-webkit-search-results-button,
1928
+ input.e-input[type=search]::-webkit-search-results-decoration,
1929
+ .e-float-input input[type=search]::-webkit-search-decoration,
1930
+ .e-float-input input[type=search]::-webkit-search-cancel-button,
1931
+ .e-float-input input[type=search]::-webkit-search-results-button,
1932
+ .e-float-input input[type=search]::-webkit-search-results-decoration,
1933
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
1934
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
1935
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
1936
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
1943
1937
  -webkit-appearance: none;
1944
1938
  }
1945
1939
 
@@ -2139,13 +2133,13 @@ input.e-input,
2139
2133
  .e-input-group input.e-input,
2140
2134
  .e-input-group.e-control-wrapper input.e-input {
2141
2135
  box-sizing: content-box;
2142
- content: '';
2136
+ content: "";
2143
2137
  }
2144
2138
 
2145
2139
  .e-float-input:not(.e-input-group) input,
2146
2140
  .e-float-input.e-control-wrapper:not(.e-input-group) input {
2147
2141
  box-sizing: content-box;
2148
- content: '';
2142
+ content: "";
2149
2143
  }
2150
2144
 
2151
2145
  .e-control input.e-input,
@@ -2182,7 +2176,7 @@ input.e-input.e-bigger,
2182
2176
  .e-bigger .e-float-input.e-control-wrapper input,
2183
2177
  .e-bigger .e-float-input.e-control-wrapper input.e-input {
2184
2178
  box-sizing: content-box;
2185
- content: '';
2179
+ content: "";
2186
2180
  }
2187
2181
 
2188
2182
  .e-float-input.e-bigger:not(.e-input-group) input,
@@ -2194,7 +2188,7 @@ input.e-input.e-bigger,
2194
2188
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
2195
2189
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2196
2190
  box-sizing: content-box;
2197
- content: '';
2191
+ content: "";
2198
2192
  }
2199
2193
 
2200
2194
  input.e-input.e-small,
@@ -2215,19 +2209,18 @@ input.e-input.e-small,
2215
2209
  .e-small .e-float-input.e-control-wrapper input,
2216
2210
  .e-small .e-float-input.e-control-wrapper input.e-input {
2217
2211
  box-sizing: content-box;
2218
- content: '';
2212
+ content: "";
2219
2213
  }
2220
2214
 
2221
2215
  .e-float-input.e-small:not(.e-input-group) input,
2222
2216
  .e-float-input.e-small:not(.e-input-group) input.e-input,
2223
2217
  .e-small .e-float-input:not(.e-input-group) input,
2224
- .e-small .e-float-input:not(.e-input-group) input.e-input
2225
- .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
2218
+ .e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
2226
2219
  .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
2227
2220
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2228
2221
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2229
2222
  box-sizing: content-box;
2230
- content: '';
2223
+ content: "";
2231
2224
  }
2232
2225
 
2233
2226
  input.e-input.e-small.e-bigger,
@@ -2248,7 +2241,7 @@ input.e-input.e-small.e-bigger,
2248
2241
  .e-bigger.e-small .e-float-input.e-control-wrapper input,
2249
2242
  .e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
2250
2243
  box-sizing: content-box;
2251
- content: '';
2244
+ content: "";
2252
2245
  }
2253
2246
 
2254
2247
  .e-float-input.e-bigger.e-small:not(.e-input-group) input,
@@ -2260,7 +2253,7 @@ input.e-input.e-small.e-bigger,
2260
2253
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2261
2254
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2262
2255
  box-sizing: content-box;
2263
- content: '';
2256
+ content: "";
2264
2257
  }
2265
2258
 
2266
2259
  textarea.e-input,
@@ -2269,7 +2262,7 @@ textarea.e-input,
2269
2262
  .e-float-input textarea,
2270
2263
  .e-float-input.e-control-wrapper textarea {
2271
2264
  box-sizing: content-box;
2272
- content: '';
2265
+ content: "";
2273
2266
  }
2274
2267
 
2275
2268
  .e-input-group textarea.e-input.e-bigger,
@@ -2292,7 +2285,7 @@ textarea.e-input.e-bigger,
2292
2285
  .e-bigger .e-float-input.e-control-wrapper textarea,
2293
2286
  .e-bigger .e-float-input.e-control-wrapper textarea.e-input {
2294
2287
  box-sizing: content-box;
2295
- content: '';
2288
+ content: "";
2296
2289
  }
2297
2290
 
2298
2291
  textarea.e-input.e-small,
@@ -2313,7 +2306,7 @@ textarea.e-input.e-small,
2313
2306
  .e-small .e-float-input.e-control-wrapper textarea,
2314
2307
  .e-small .e-float-input.e-control-wrapper textarea.e-input {
2315
2308
  box-sizing: content-box;
2316
- content: '';
2309
+ content: "";
2317
2310
  }
2318
2311
 
2319
2312
  textarea.e-input.e-small.e-bigger,
@@ -2334,7 +2327,7 @@ textarea.e-input.e-small.e-bigger,
2334
2327
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
2335
2328
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
2336
2329
  box-sizing: content-box;
2337
- content: '';
2330
+ content: "";
2338
2331
  }
2339
2332
 
2340
2333
  input.e-input.e-bigger,
@@ -3079,6 +3072,10 @@ textarea.e-input.e-bigger.e-small,
3079
3072
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3080
3073
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
3081
3074
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3075
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
3076
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
3077
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
3078
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
3082
3079
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
3083
3080
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
3084
3081
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -3284,8 +3281,7 @@ textarea.e-input.e-bigger.e-small,
3284
3281
  .e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
3285
3282
  .e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
3286
3283
  .e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap,
3287
- .e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
3288
- .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
3284
+ .e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
3289
3285
  .e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
3290
3286
  .e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
3291
3287
  .e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
@@ -3450,11 +3446,9 @@ textarea.e-input.e-bigger.e-small,
3450
3446
  }
3451
3447
 
3452
3448
  .e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
3453
- .e-bigger .e-input-group.e-small:not(.e-float-input) .e-input
3454
- .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
3449
+ .e-bigger .e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
3455
3450
  .e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
3456
- .e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
3457
- .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
3451
+ .e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
3458
3452
  .e-float-input.e-bigger.e-small input,
3459
3453
  .e-bigger .e-float-input.e-small input,
3460
3454
  .e-small .e-float-input.e-bigger input,
@@ -4133,7 +4127,7 @@ textarea.e-outline.e-input,
4133
4127
  border-radius: 4px;
4134
4128
  border-width: 1px;
4135
4129
  fill: transparent;
4136
- transition: border .2s, box-shadow .2s;
4130
+ transition: border 0.2s, box-shadow 0.2s;
4137
4131
  }
4138
4132
 
4139
4133
  .e-outline.e-float-input,
@@ -4991,7 +4985,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
4991
4985
  position: absolute;
4992
4986
  top: -7px;
4993
4987
  transform: translate3d(0, 0, 0) scale(1);
4994
- transition: color .2s, font-size .2s, line-height .2s;
4988
+ transition: color 0.2s, font-size 0.2s, line-height 0.2s;
4995
4989
  }
4996
4990
 
4997
4991
  .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5203,14 +5197,14 @@ textarea.e-input.e-bigger.e-small.e-outline,
5203
5197
  border-top-color: transparent;
5204
5198
  box-shadow: inset 0 1px transparent;
5205
5199
  box-sizing: border-box;
5206
- content: ' ';
5200
+ content: " ";
5207
5201
  display: block;
5208
5202
  height: 8px;
5209
5203
  margin-top: 6px;
5210
5204
  min-width: 9px;
5211
5205
  pointer-events: none;
5212
5206
  position: relative;
5213
- transition: border-color .1s, box-shadow .2s;
5207
+ transition: border-color 0.1s, box-shadow 0.2s;
5214
5208
  }
5215
5209
 
5216
5210
  .e-bigger.e-outline label.e-float-text::before,
@@ -5454,8 +5448,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5454
5448
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
5455
5449
  .e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
5456
5450
  .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
5457
- .e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child
5458
- .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
5451
+ .e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
5459
5452
  margin-right: 0;
5460
5453
  }
5461
5454
 
@@ -5466,8 +5459,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5466
5459
 
5467
5460
  .e-rtl.e-outline.e-input-group .e-input-group-icon,
5468
5461
  .e-rtl .e-outline.e-input-group .e-input-group-icon,
5469
- .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
5470
- .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5462
+ .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5471
5463
  margin-left: 12px;
5472
5464
  margin-right: 0;
5473
5465
  }
@@ -5481,8 +5473,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5481
5473
  .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
5482
5474
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
5483
5475
  .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
5484
- .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
5485
- .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
5476
+ .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
5486
5477
  padding-left: 10px;
5487
5478
  padding-right: 0;
5488
5479
  }
@@ -5493,8 +5484,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5493
5484
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
5494
5485
  .e-small .e-rtl.e-outline.e-input-group .e-input-group-icon,
5495
5486
  .e-rtl.e-small .e-outline.e-input-group .e-input-group-icon,
5496
- .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
5497
- .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5487
+ .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5498
5488
  margin-left: 10px;
5499
5489
  margin-right: 0;
5500
5490
  }
@@ -5504,8 +5494,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5504
5494
  .e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger,
5505
5495
  .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
5506
5496
  .e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon,
5507
- .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
5508
- .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
5497
+ .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
5509
5498
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
5510
5499
  .e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger,
5511
5500
  .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
@@ -6129,8 +6118,7 @@ textarea.e-outline,
6129
6118
  .e-filled.e-float-input.e-small:not(.e-input-group) input,
6130
6119
  .e-filled.e-float-input.e-small:not(.e-input-group) input.e-input,
6131
6120
  .e-small .e-filled.e-float-input:not(.e-input-group) input,
6132
- .e-small .e-filled.e-float-input:not(.e-input-group) input.e-input
6133
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
6121
+ .e-small .e-filled.e-float-input:not(.e-input-group) input.e-input .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
6134
6122
  .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
6135
6123
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
6136
6124
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
@@ -6921,11 +6909,9 @@ textarea.e-outline,
6921
6909
  }
6922
6910
 
6923
6911
  .e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
6924
- .e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input
6925
- .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
6912
+ .e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
6926
6913
  .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
6927
- .e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
6928
- .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
6914
+ .e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
6929
6915
  min-height: 39px;
6930
6916
  }
6931
6917
 
@@ -6970,7 +6956,7 @@ textarea.e-outline,
6970
6956
  .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
6971
6957
  font-size: 14px;
6972
6958
  left: 12px;
6973
- letter-spacing: .009375em;
6959
+ letter-spacing: 0.009375em;
6974
6960
  line-height: 1.15;
6975
6961
  padding-left: 0;
6976
6962
  pointer-events: none;
@@ -7445,8 +7431,7 @@ textarea.e-outline,
7445
7431
 
7446
7432
  .e-filled.e-float-input.e-rtl label.e-float-text,
7447
7433
  .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7448
- .e-rtl .e-filled.e-float-input label.e-float-text
7449
- .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7434
+ .e-rtl .e-filled.e-float-input label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7450
7435
  .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7451
7436
  .e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7452
7437
  .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7487,14 +7472,12 @@ textarea.e-outline,
7487
7472
 
7488
7473
  .e-filled.e-float-input.e-bigger.e-rtl label.e-float-text,
7489
7474
  .e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom,
7490
- .e-rtl .e-filled.e-float-input.e-bigger label.e-float-text
7491
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
7475
+ .e-rtl .e-filled.e-float-input.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
7492
7476
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,
7493
7477
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
7494
7478
  .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
7495
7479
  .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7496
- .e-rtl.e-bigger .e-filled.e-float-input label.e-float-text
7497
- .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7480
+ .e-rtl.e-bigger .e-filled.e-float-input label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7498
7481
  .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7499
7482
  .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7500
7483
  .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7543,14 +7526,12 @@ textarea.e-outline,
7543
7526
 
7544
7527
  .e-filled.e-float-input.e-small.e-rtl label.e-float-text,
7545
7528
  .e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,
7546
- .e-rtl .e-filled.e-float-input.e-small label.e-float-text
7547
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
7529
+ .e-rtl .e-filled.e-float-input.e-small label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
7548
7530
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
7549
7531
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
7550
7532
  .e-small .e-filled.e-float-input.e-rtl label.e-float-text,
7551
7533
  .e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7552
- .e-rtl.e-small .e-filled.e-float-input label.e-float-text
7553
- .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7534
+ .e-rtl.e-small .e-filled.e-float-input label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7554
7535
  .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7555
7536
  .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7556
7537
  .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7599,14 +7580,12 @@ textarea.e-outline,
7599
7580
 
7600
7581
  .e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text,
7601
7582
  .e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom,
7602
- .e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text
7603
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
7583
+ .e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
7604
7584
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,
7605
7585
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
7606
7586
  .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
7607
7587
  .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7608
- .e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text
7609
- .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7588
+ .e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7610
7589
  .e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7611
7590
  .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7612
7591
  .e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8369,8 +8348,7 @@ textarea.e-outline,
8369
8348
 
8370
8349
  .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8371
8350
  .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8372
- .e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8373
- .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8351
+ .e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8374
8352
  .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8375
8353
  .e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8376
8354
  .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8385,8 +8363,7 @@ textarea.e-outline,
8385
8363
  .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
8386
8364
  .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8387
8365
  .e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
8388
- .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
8389
- .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8366
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8390
8367
  .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8391
8368
  .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8392
8369
  .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8397,14 +8374,12 @@ textarea.e-outline,
8397
8374
 
8398
8375
  .e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
8399
8376
  .e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8400
- .e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text
8401
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
8377
+ .e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
8402
8378
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8403
8379
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
8404
8380
  .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8405
8381
  .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8406
- .e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8407
- .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8382
+ .e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8408
8383
  .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8409
8384
  .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8410
8385
  .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8423,8 +8398,7 @@ textarea.e-outline,
8423
8398
  .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
8424
8399
  .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8425
8400
  .e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
8426
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
8427
- .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
8401
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
8428
8402
  .e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8429
8403
  .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8430
8404
  .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8435,14 +8409,12 @@ textarea.e-outline,
8435
8409
 
8436
8410
  .e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text,
8437
8411
  .e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8438
- .e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text
8439
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
8412
+ .e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
8440
8413
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8441
8414
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
8442
8415
  .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8443
8416
  .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8444
- .e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8445
- .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8417
+ .e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8446
8418
  .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8447
8419
  .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8448
8420
  .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8461,8 +8433,7 @@ textarea.e-outline,
8461
8433
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8462
8434
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8463
8435
  .e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
8464
- .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
8465
- .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8436
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8466
8437
  .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8467
8438
  .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8468
8439
  .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8473,14 +8444,12 @@ textarea.e-outline,
8473
8444
 
8474
8445
  .e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
8475
8446
  .e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8476
- .e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text
8477
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8447
+ .e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8478
8448
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8479
8449
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8480
8450
  .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8481
8451
  .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8482
- .e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8483
- .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8452
+ .e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8484
8453
  .e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8485
8454
  .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8486
8455
  .e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8994,8 +8963,7 @@ textarea.e-outline,
8994
8963
  .e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
8995
8964
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
8996
8965
  .e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
8997
- .e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
8998
- .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
8966
+ .e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
8999
8967
  .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
9000
8968
  .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
9001
8969
  .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
@@ -9080,7 +9048,7 @@ textarea.e-outline,
9080
9048
  .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
9081
9049
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
9082
9050
  bottom: 0;
9083
- content: '';
9051
+ content: "";
9084
9052
  height: 2px;
9085
9053
  position: absolute;
9086
9054
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -9094,7 +9062,7 @@ textarea.e-outline,
9094
9062
  .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
9095
9063
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
9096
9064
  bottom: 0;
9097
- content: '';
9065
+ content: "";
9098
9066
  height: 2px;
9099
9067
  position: absolute;
9100
9068
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -10208,8 +10176,7 @@ textarea.e-input::-webkit-input-placeholder {
10208
10176
  .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10209
10177
  .e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
10210
10178
  .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
10211
- .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
10212
- .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10179
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10213
10180
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
10214
10181
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
10215
10182
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
@@ -10222,8 +10189,7 @@ textarea.e-input::-webkit-input-placeholder {
10222
10189
  .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10223
10190
  .e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
10224
10191
  .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
10225
- .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
10226
- .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10192
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10227
10193
  .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
10228
10194
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
10229
10195
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
@@ -11243,8 +11209,7 @@ textarea.e-input::-webkit-input-placeholder {
11243
11209
  .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11244
11210
  .e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
11245
11211
  .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
11246
- .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
11247
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11212
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11248
11213
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
11249
11214
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
11250
11215
  .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
@@ -11257,8 +11222,7 @@ textarea.e-input::-webkit-input-placeholder {
11257
11222
  .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11258
11223
  .e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
11259
11224
  .e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
11260
- .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
11261
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11225
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11262
11226
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
11263
11227
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
11264
11228
  .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
@@ -12384,4 +12348,4 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12384
12348
  .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
12385
12349
  .e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
12386
12350
  color: #ffca1c;
12387
- }
12351
+ }