@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,41 +5,40 @@
5
5
  transform: scale(4);
6
6
  }
7
7
  }
8
-
9
8
  .e-float-input .e-clear-icon::before,
10
9
  .e-float-input.e-control-wrapper .e-clear-icon::before {
11
- content: '\e932';
12
- font-family: 'e-icons';
10
+ content: "\e932";
11
+ font-family: "e-icons";
13
12
  }
14
13
 
15
14
  .e-input-group .e-clear-icon::before,
16
15
  .e-input-group.e-control-wrapper .e-clear-icon::before {
17
- content: '\e932';
18
- font-family: 'e-icons';
16
+ content: "\e932";
17
+ font-family: "e-icons";
19
18
  }
20
19
 
21
20
  .e-filled.e-float-input .e-clear-icon::before,
22
21
  .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before {
23
- content: '\e208';
24
- font-family: 'e-icons';
22
+ content: "\e208";
23
+ font-family: "e-icons";
25
24
  }
26
25
 
27
26
  .e-filled.e-input-group .e-clear-icon::before,
28
27
  .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
29
- content: '\e208';
30
- font-family: 'e-icons';
28
+ content: "\e208";
29
+ font-family: "e-icons";
31
30
  }
32
31
 
33
32
  .e-outline.e-float-input .e-clear-icon::before,
34
33
  .e-outline.e-float-input.e-control-wrapper .e-clear-icon::before {
35
- content: '\e208';
36
- font-family: 'e-icons';
34
+ content: "\e208";
35
+ font-family: "e-icons";
37
36
  }
38
37
 
39
38
  .e-outline.e-input-group .e-clear-icon::before,
40
39
  .e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
41
- content: '\e208';
42
- font-family: 'e-icons';
40
+ content: "\e208";
41
+ font-family: "e-icons";
43
42
  }
44
43
 
45
44
  /*! input layout */
@@ -202,11 +201,7 @@ textarea.e-input.e-bigger,
202
201
  .e-input-group.e-bigger,
203
202
  .e-bigger .e-input-group,
204
203
  .e-input-group.e-control-wrapper.e-bigger,
205
- .e-bigger .e-input-group.e-control-wrapper,
206
- .e-input-group.e-bigger.e-disabled,
207
- .e-bigger .e-input-group.e-disabled,
208
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
209
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
204
+ .e-bigger .e-input-group.e-control-wrapper {
210
205
  font-size: 14px;
211
206
  }
212
207
 
@@ -599,8 +594,8 @@ textarea.e-input.e-small,
599
594
  .e-input-group.e-small .e-input-group-icon.e-bigger,
600
595
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
601
596
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
602
- .e-small .e-bigger.e-input-group .e-input-group-icon,
603
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
597
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
598
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
604
599
  .e-bigger .e-input-group.e-small .e-input-group-icon,
605
600
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
606
601
  font-size: 12px;
@@ -665,7 +660,7 @@ label.e-float-text,
665
660
  .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,
666
661
  .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,
667
662
  .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 {
668
- content: '';
663
+ content: "";
669
664
  font-style: normal;
670
665
  }
671
666
 
@@ -1363,10 +1358,10 @@ label.e-float-text,
1363
1358
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
1364
1359
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1365
1360
  bottom: 0;
1366
- content: '';
1361
+ content: "";
1367
1362
  height: 2px;
1368
1363
  position: absolute;
1369
- transition: .2s ease;
1364
+ transition: 0.2s ease;
1370
1365
  width: 0;
1371
1366
  }
1372
1367
 
@@ -1543,7 +1538,7 @@ label.e-float-text,
1543
1538
 
1544
1539
  .e-input-group.e-warning::before,
1545
1540
  .e-input-group.e-control-wrapper.e-warning::before {
1546
- content: '';
1541
+ content: "";
1547
1542
  }
1548
1543
 
1549
1544
  .e-float-input input[disabled],
@@ -1604,7 +1599,7 @@ label.e-float-text,
1604
1599
  .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
1605
1600
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1606
1601
  bottom: 0;
1607
- content: '';
1602
+ content: "";
1608
1603
  height: 2px;
1609
1604
  position: absolute;
1610
1605
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1621,7 +1616,7 @@ label.e-float-text,
1621
1616
  .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
1622
1617
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1623
1618
  bottom: 0;
1624
- content: '';
1619
+ content: "";
1625
1620
  height: 2px;
1626
1621
  position: absolute;
1627
1622
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1896,12 +1891,12 @@ label.e-float-text,
1896
1891
  .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
1897
1892
  background: #bdbdbd;
1898
1893
  border-radius: 100%;
1899
- content: '';
1894
+ content: "";
1900
1895
  display: block;
1901
1896
  filter: alpha(opacity=75);
1902
1897
  height: 50%;
1903
1898
  left: 25%;
1904
- opacity: .75;
1899
+ opacity: 0.75;
1905
1900
  position: absolute;
1906
1901
  top: 25%;
1907
1902
  transform: scale(0);
@@ -1910,7 +1905,7 @@ label.e-float-text,
1910
1905
 
1911
1906
  .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
1912
1907
  .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
1913
- animation: e-input-ripple .45s linear;
1908
+ animation: e-input-ripple 0.45s linear;
1914
1909
  }
1915
1910
 
1916
1911
  input.e-input::-ms-clear,
@@ -1919,18 +1914,18 @@ input.e-input::-ms-clear,
1919
1914
  display: none;
1920
1915
  }
1921
1916
 
1922
- input.e-input[type='search']::-webkit-search-decoration,
1923
- input.e-input[type='search']::-webkit-search-cancel-button,
1924
- input.e-input[type='search']::-webkit-search-results-button,
1925
- input.e-input[type='search']::-webkit-search-results-decoration,
1926
- .e-float-input input[type='search']::-webkit-search-decoration,
1927
- .e-float-input input[type='search']::-webkit-search-cancel-button,
1928
- .e-float-input input[type='search']::-webkit-search-results-button,
1929
- .e-float-input input[type='search']::-webkit-search-results-decoration,
1930
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-decoration,
1931
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-cancel-button,
1932
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-results-button,
1933
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-results-decoration {
1917
+ input.e-input[type=search]::-webkit-search-decoration,
1918
+ input.e-input[type=search]::-webkit-search-cancel-button,
1919
+ input.e-input[type=search]::-webkit-search-results-button,
1920
+ input.e-input[type=search]::-webkit-search-results-decoration,
1921
+ .e-float-input input[type=search]::-webkit-search-decoration,
1922
+ .e-float-input input[type=search]::-webkit-search-cancel-button,
1923
+ .e-float-input input[type=search]::-webkit-search-results-button,
1924
+ .e-float-input input[type=search]::-webkit-search-results-decoration,
1925
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
1926
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
1927
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
1928
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
1934
1929
  -webkit-appearance: none;
1935
1930
  }
1936
1931
 
@@ -2130,13 +2125,13 @@ input.e-input,
2130
2125
  .e-input-group input.e-input,
2131
2126
  .e-input-group.e-control-wrapper input.e-input {
2132
2127
  box-sizing: content-box;
2133
- content: '';
2128
+ content: "";
2134
2129
  }
2135
2130
 
2136
2131
  .e-float-input:not(.e-input-group) input,
2137
2132
  .e-float-input.e-control-wrapper:not(.e-input-group) input {
2138
2133
  box-sizing: content-box;
2139
- content: '';
2134
+ content: "";
2140
2135
  }
2141
2136
 
2142
2137
  .e-control input.e-input,
@@ -2173,7 +2168,7 @@ input.e-input.e-bigger,
2173
2168
  .e-bigger .e-float-input.e-control-wrapper input,
2174
2169
  .e-bigger .e-float-input.e-control-wrapper input.e-input {
2175
2170
  box-sizing: content-box;
2176
- content: '';
2171
+ content: "";
2177
2172
  }
2178
2173
 
2179
2174
  .e-float-input.e-bigger:not(.e-input-group) input,
@@ -2185,7 +2180,7 @@ input.e-input.e-bigger,
2185
2180
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
2186
2181
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2187
2182
  box-sizing: content-box;
2188
- content: '';
2183
+ content: "";
2189
2184
  }
2190
2185
 
2191
2186
  input.e-input.e-small,
@@ -2206,19 +2201,18 @@ input.e-input.e-small,
2206
2201
  .e-small .e-float-input.e-control-wrapper input,
2207
2202
  .e-small .e-float-input.e-control-wrapper input.e-input {
2208
2203
  box-sizing: content-box;
2209
- content: '';
2204
+ content: "";
2210
2205
  }
2211
2206
 
2212
2207
  .e-float-input.e-small:not(.e-input-group) input,
2213
2208
  .e-float-input.e-small:not(.e-input-group) input.e-input,
2214
2209
  .e-small .e-float-input:not(.e-input-group) input,
2215
- .e-small .e-float-input:not(.e-input-group) input.e-input
2216
- .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
2210
+ .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,
2217
2211
  .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
2218
2212
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2219
2213
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2220
2214
  box-sizing: content-box;
2221
- content: '';
2215
+ content: "";
2222
2216
  }
2223
2217
 
2224
2218
  input.e-input.e-small.e-bigger,
@@ -2239,7 +2233,7 @@ input.e-input.e-small.e-bigger,
2239
2233
  .e-bigger.e-small .e-float-input.e-control-wrapper input,
2240
2234
  .e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
2241
2235
  box-sizing: content-box;
2242
- content: '';
2236
+ content: "";
2243
2237
  }
2244
2238
 
2245
2239
  .e-float-input.e-bigger.e-small:not(.e-input-group) input,
@@ -2251,7 +2245,7 @@ input.e-input.e-small.e-bigger,
2251
2245
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2252
2246
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2253
2247
  box-sizing: content-box;
2254
- content: '';
2248
+ content: "";
2255
2249
  }
2256
2250
 
2257
2251
  textarea.e-input,
@@ -2260,7 +2254,7 @@ textarea.e-input,
2260
2254
  .e-float-input textarea,
2261
2255
  .e-float-input.e-control-wrapper textarea {
2262
2256
  box-sizing: content-box;
2263
- content: '';
2257
+ content: "";
2264
2258
  }
2265
2259
 
2266
2260
  .e-input-group textarea.e-input.e-bigger,
@@ -2283,7 +2277,7 @@ textarea.e-input.e-bigger,
2283
2277
  .e-bigger .e-float-input.e-control-wrapper textarea,
2284
2278
  .e-bigger .e-float-input.e-control-wrapper textarea.e-input {
2285
2279
  box-sizing: content-box;
2286
- content: '';
2280
+ content: "";
2287
2281
  }
2288
2282
 
2289
2283
  textarea.e-input.e-small,
@@ -2304,7 +2298,7 @@ textarea.e-input.e-small,
2304
2298
  .e-small .e-float-input.e-control-wrapper textarea,
2305
2299
  .e-small .e-float-input.e-control-wrapper textarea.e-input {
2306
2300
  box-sizing: content-box;
2307
- content: '';
2301
+ content: "";
2308
2302
  }
2309
2303
 
2310
2304
  textarea.e-input.e-small.e-bigger,
@@ -2325,7 +2319,7 @@ textarea.e-input.e-small.e-bigger,
2325
2319
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
2326
2320
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
2327
2321
  box-sizing: content-box;
2328
- content: '';
2322
+ content: "";
2329
2323
  }
2330
2324
 
2331
2325
  input.e-input.e-bigger,
@@ -3070,6 +3064,10 @@ textarea.e-input.e-bigger.e-small,
3070
3064
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3071
3065
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
3072
3066
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3067
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
3068
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
3069
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
3070
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
3073
3071
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
3074
3072
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
3075
3073
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -3275,8 +3273,7 @@ textarea.e-input.e-bigger.e-small,
3275
3273
  .e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
3276
3274
  .e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
3277
3275
  .e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap,
3278
- .e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
3279
- .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
3276
+ .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,
3280
3277
  .e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
3281
3278
  .e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
3282
3279
  .e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
@@ -3441,11 +3438,9 @@ textarea.e-input.e-bigger.e-small,
3441
3438
  }
3442
3439
 
3443
3440
  .e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
3444
- .e-bigger .e-input-group.e-small:not(.e-float-input) .e-input
3445
- .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
3441
+ .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,
3446
3442
  .e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
3447
- .e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
3448
- .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
3443
+ .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,
3449
3444
  .e-float-input.e-bigger.e-small input,
3450
3445
  .e-bigger .e-float-input.e-small input,
3451
3446
  .e-small .e-float-input.e-bigger input,
@@ -4124,7 +4119,7 @@ textarea.e-outline.e-input,
4124
4119
  border-radius: 4px;
4125
4120
  border-width: 1px;
4126
4121
  fill: transparent;
4127
- transition: border .2s, box-shadow .2s;
4122
+ transition: border 0.2s, box-shadow 0.2s;
4128
4123
  }
4129
4124
 
4130
4125
  .e-outline.e-float-input,
@@ -4982,7 +4977,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
4982
4977
  position: absolute;
4983
4978
  top: -7px;
4984
4979
  transform: translate3d(0, 0, 0) scale(1);
4985
- transition: color .2s, font-size .2s, line-height .2s;
4980
+ transition: color 0.2s, font-size 0.2s, line-height 0.2s;
4986
4981
  }
4987
4982
 
4988
4983
  .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,
@@ -5194,14 +5189,14 @@ textarea.e-input.e-bigger.e-small.e-outline,
5194
5189
  border-top-color: transparent;
5195
5190
  box-shadow: inset 0 1px transparent;
5196
5191
  box-sizing: border-box;
5197
- content: ' ';
5192
+ content: " ";
5198
5193
  display: block;
5199
5194
  height: 8px;
5200
5195
  margin-top: 6px;
5201
5196
  min-width: 9px;
5202
5197
  pointer-events: none;
5203
5198
  position: relative;
5204
- transition: border-color .1s, box-shadow .2s;
5199
+ transition: border-color 0.1s, box-shadow 0.2s;
5205
5200
  }
5206
5201
 
5207
5202
  .e-bigger.e-outline label.e-float-text::before,
@@ -5445,8 +5440,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5445
5440
  .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,
5446
5441
  .e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
5447
5442
  .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
5448
- .e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child
5449
- .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
5443
+ .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 {
5450
5444
  margin-right: 0;
5451
5445
  }
5452
5446
 
@@ -5457,8 +5451,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5457
5451
 
5458
5452
  .e-rtl.e-outline.e-input-group .e-input-group-icon,
5459
5453
  .e-rtl .e-outline.e-input-group .e-input-group-icon,
5460
- .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
5461
- .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5454
+ .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 {
5462
5455
  margin-left: 12px;
5463
5456
  margin-right: 0;
5464
5457
  }
@@ -5472,8 +5465,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5472
5465
  .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
5473
5466
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
5474
5467
  .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
5475
- .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
5476
- .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
5468
+ .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 {
5477
5469
  padding-left: 10px;
5478
5470
  padding-right: 0;
5479
5471
  }
@@ -5484,8 +5476,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5484
5476
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
5485
5477
  .e-small .e-rtl.e-outline.e-input-group .e-input-group-icon,
5486
5478
  .e-rtl.e-small .e-outline.e-input-group .e-input-group-icon,
5487
- .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
5488
- .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5479
+ .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 {
5489
5480
  margin-left: 10px;
5490
5481
  margin-right: 0;
5491
5482
  }
@@ -5495,8 +5486,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5495
5486
  .e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger,
5496
5487
  .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
5497
5488
  .e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon,
5498
- .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
5499
- .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
5489
+ .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,
5500
5490
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
5501
5491
  .e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger,
5502
5492
  .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
@@ -6120,8 +6110,7 @@ textarea.e-outline,
6120
6110
  .e-filled.e-float-input.e-small:not(.e-input-group) input,
6121
6111
  .e-filled.e-float-input.e-small:not(.e-input-group) input.e-input,
6122
6112
  .e-small .e-filled.e-float-input:not(.e-input-group) input,
6123
- .e-small .e-filled.e-float-input:not(.e-input-group) input.e-input
6124
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
6113
+ .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,
6125
6114
  .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
6126
6115
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
6127
6116
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
@@ -6912,11 +6901,9 @@ textarea.e-outline,
6912
6901
  }
6913
6902
 
6914
6903
  .e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
6915
- .e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input
6916
- .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
6904
+ .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,
6917
6905
  .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
6918
- .e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
6919
- .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
6906
+ .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 {
6920
6907
  min-height: 39px;
6921
6908
  }
6922
6909
 
@@ -6961,7 +6948,7 @@ textarea.e-outline,
6961
6948
  .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
6962
6949
  font-size: 14px;
6963
6950
  left: 12px;
6964
- letter-spacing: .009375em;
6951
+ letter-spacing: 0.009375em;
6965
6952
  line-height: 1.15;
6966
6953
  padding-left: 0;
6967
6954
  pointer-events: none;
@@ -7436,8 +7423,7 @@ textarea.e-outline,
7436
7423
 
7437
7424
  .e-filled.e-float-input.e-rtl label.e-float-text,
7438
7425
  .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7439
- .e-rtl .e-filled.e-float-input label.e-float-text
7440
- .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7426
+ .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,
7441
7427
  .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7442
7428
  .e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7443
7429
  .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7478,14 +7464,12 @@ textarea.e-outline,
7478
7464
 
7479
7465
  .e-filled.e-float-input.e-bigger.e-rtl label.e-float-text,
7480
7466
  .e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom,
7481
- .e-rtl .e-filled.e-float-input.e-bigger label.e-float-text
7482
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
7467
+ .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,
7483
7468
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,
7484
7469
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
7485
7470
  .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
7486
7471
  .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7487
- .e-rtl.e-bigger .e-filled.e-float-input label.e-float-text
7488
- .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7472
+ .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,
7489
7473
  .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7490
7474
  .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7491
7475
  .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7534,14 +7518,12 @@ textarea.e-outline,
7534
7518
 
7535
7519
  .e-filled.e-float-input.e-small.e-rtl label.e-float-text,
7536
7520
  .e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,
7537
- .e-rtl .e-filled.e-float-input.e-small label.e-float-text
7538
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
7521
+ .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,
7539
7522
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
7540
7523
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
7541
7524
  .e-small .e-filled.e-float-input.e-rtl label.e-float-text,
7542
7525
  .e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7543
- .e-rtl.e-small .e-filled.e-float-input label.e-float-text
7544
- .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7526
+ .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,
7545
7527
  .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7546
7528
  .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7547
7529
  .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7590,14 +7572,12 @@ textarea.e-outline,
7590
7572
 
7591
7573
  .e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text,
7592
7574
  .e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom,
7593
- .e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text
7594
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
7575
+ .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,
7595
7576
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,
7596
7577
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
7597
7578
  .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
7598
7579
  .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7599
- .e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text
7600
- .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7580
+ .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,
7601
7581
  .e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7602
7582
  .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7603
7583
  .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,
@@ -8360,8 +8340,7 @@ textarea.e-outline,
8360
8340
 
8361
8341
  .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8362
8342
  .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8363
- .e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8364
- .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8343
+ .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,
8365
8344
  .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8366
8345
  .e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8367
8346
  .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,
@@ -8376,8 +8355,7 @@ textarea.e-outline,
8376
8355
  .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
8377
8356
  .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8378
8357
  .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,
8379
- .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
8380
- .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8358
+ .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,
8381
8359
  .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8382
8360
  .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8383
8361
  .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8388,14 +8366,12 @@ textarea.e-outline,
8388
8366
 
8389
8367
  .e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
8390
8368
  .e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8391
- .e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text
8392
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
8369
+ .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,
8393
8370
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8394
8371
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
8395
8372
  .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8396
8373
  .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8397
- .e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8398
- .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8374
+ .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,
8399
8375
  .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8400
8376
  .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8401
8377
  .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,
@@ -8414,8 +8390,7 @@ textarea.e-outline,
8414
8390
  .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
8415
8391
  .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8416
8392
  .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,
8417
- .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
8418
- .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
8393
+ .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,
8419
8394
  .e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8420
8395
  .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8421
8396
  .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8426,14 +8401,12 @@ textarea.e-outline,
8426
8401
 
8427
8402
  .e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text,
8428
8403
  .e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8429
- .e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text
8430
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
8404
+ .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,
8431
8405
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8432
8406
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
8433
8407
  .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8434
8408
  .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8435
- .e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8436
- .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8409
+ .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,
8437
8410
  .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8438
8411
  .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8439
8412
  .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,
@@ -8452,8 +8425,7 @@ textarea.e-outline,
8452
8425
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8453
8426
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8454
8427
  .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,
8455
- .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
8456
- .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8428
+ .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,
8457
8429
  .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8458
8430
  .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8459
8431
  .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8464,14 +8436,12 @@ textarea.e-outline,
8464
8436
 
8465
8437
  .e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
8466
8438
  .e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8467
- .e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text
8468
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8439
+ .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,
8469
8440
  .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,
8470
8441
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8471
8442
  .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8472
8443
  .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8473
- .e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8474
- .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8444
+ .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,
8475
8445
  .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,
8476
8446
  .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8477
8447
  .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,
@@ -8985,8 +8955,7 @@ textarea.e-outline,
8985
8955
  .e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
8986
8956
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
8987
8957
  .e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
8988
- .e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
8989
- .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
8958
+ .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,
8990
8959
  .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
8991
8960
  .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
8992
8961
  .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
@@ -9071,7 +9040,7 @@ textarea.e-outline,
9071
9040
  .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
9072
9041
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
9073
9042
  bottom: 0;
9074
- content: '';
9043
+ content: "";
9075
9044
  height: 2px;
9076
9045
  position: absolute;
9077
9046
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -9085,7 +9054,7 @@ textarea.e-outline,
9085
9054
  .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
9086
9055
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
9087
9056
  bottom: 0;
9088
- content: '';
9057
+ content: "";
9089
9058
  height: 2px;
9090
9059
  position: absolute;
9091
9060
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -10199,8 +10168,7 @@ textarea.e-input::-webkit-input-placeholder {
10199
10168
  .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10200
10169
  .e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
10201
10170
  .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
10202
- .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
10203
- .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10171
+ .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,
10204
10172
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
10205
10173
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
10206
10174
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
@@ -10213,8 +10181,7 @@ textarea.e-input::-webkit-input-placeholder {
10213
10181
  .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10214
10182
  .e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
10215
10183
  .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
10216
- .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
10217
- .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10184
+ .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,
10218
10185
  .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
10219
10186
  .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,
10220
10187
  .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,
@@ -11234,8 +11201,7 @@ textarea.e-input::-webkit-input-placeholder {
11234
11201
  .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11235
11202
  .e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
11236
11203
  .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
11237
- .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
11238
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11204
+ .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,
11239
11205
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
11240
11206
  .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,
11241
11207
  .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,
@@ -11248,8 +11214,7 @@ textarea.e-input::-webkit-input-placeholder {
11248
11214
  .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11249
11215
  .e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
11250
11216
  .e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
11251
- .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
11252
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11217
+ .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,
11253
11218
  .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,
11254
11219
  .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,
11255
11220
  .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,
@@ -12375,4 +12340,4 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12375
12340
  .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,
12376
12341
  .e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
12377
12342
  color: #ffca1c;
12378
- }
12343
+ }