@syncfusion/ej2-angular-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 (132) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/ej2-angular-inputs.umd.js +1 -1
  3. package/dist/ej2-angular-inputs.umd.min.js +1 -1
  4. package/package.json +7 -7
  5. package/schematics/ng-add/schema.json +1 -1
  6. package/schematics/utils/lib-details.d.ts +2 -2
  7. package/schematics/utils/lib-details.js +2 -2
  8. package/schematics/utils/lib-details.ts +2 -2
  9. package/styles/bootstrap-dark.css +125 -658
  10. package/styles/bootstrap.css +122 -655
  11. package/styles/bootstrap4.css +122 -682
  12. package/styles/bootstrap5-dark.css +131 -702
  13. package/styles/bootstrap5.css +131 -702
  14. package/styles/color-picker/bootstrap-dark.css +27 -194
  15. package/styles/color-picker/bootstrap.css +27 -194
  16. package/styles/color-picker/bootstrap4.css +27 -209
  17. package/styles/color-picker/bootstrap5-dark.css +27 -202
  18. package/styles/color-picker/bootstrap5.css +27 -202
  19. package/styles/color-picker/fabric-dark.css +27 -194
  20. package/styles/color-picker/fabric.css +27 -194
  21. package/styles/color-picker/fluent-dark.css +27 -194
  22. package/styles/color-picker/fluent.css +27 -194
  23. package/styles/color-picker/highcontrast-light.css +27 -194
  24. package/styles/color-picker/highcontrast.css +27 -194
  25. package/styles/color-picker/material-dark.css +27 -195
  26. package/styles/color-picker/material.css +27 -196
  27. package/styles/color-picker/tailwind-dark.css +28 -203
  28. package/styles/color-picker/tailwind.css +28 -203
  29. package/styles/fabric-dark.css +122 -656
  30. package/styles/fabric.css +121 -655
  31. package/styles/fluent-dark.css +131 -691
  32. package/styles/fluent.css +131 -691
  33. package/styles/highcontrast-light.css +130 -676
  34. package/styles/highcontrast.css +130 -676
  35. package/styles/input/bootstrap-dark.css +36 -38
  36. package/styles/input/bootstrap.css +33 -35
  37. package/styles/input/bootstrap4.css +33 -35
  38. package/styles/input/bootstrap5-dark.css +33 -35
  39. package/styles/input/bootstrap5.css +33 -35
  40. package/styles/input/fabric-dark.css +32 -33
  41. package/styles/input/fabric.css +32 -33
  42. package/styles/input/fluent-dark.css +32 -33
  43. package/styles/input/fluent.css +32 -33
  44. package/styles/input/highcontrast-light.css +33 -35
  45. package/styles/input/highcontrast.css +33 -35
  46. package/styles/input/material-dark.css +87 -122
  47. package/styles/input/material.css +87 -123
  48. package/styles/input/tailwind-dark.css +32 -33
  49. package/styles/input/tailwind.css +32 -33
  50. package/styles/maskedtextbox/bootstrap-dark.css +1 -1
  51. package/styles/maskedtextbox/bootstrap.css +1 -1
  52. package/styles/maskedtextbox/bootstrap4.css +1 -1
  53. package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
  54. package/styles/maskedtextbox/bootstrap5.css +1 -1
  55. package/styles/maskedtextbox/fabric-dark.css +1 -1
  56. package/styles/maskedtextbox/fabric.css +1 -1
  57. package/styles/maskedtextbox/fluent-dark.css +1 -1
  58. package/styles/maskedtextbox/fluent.css +1 -1
  59. package/styles/maskedtextbox/highcontrast-light.css +1 -1
  60. package/styles/maskedtextbox/highcontrast.css +1 -1
  61. package/styles/maskedtextbox/material-dark.css +1 -2
  62. package/styles/maskedtextbox/material.css +1 -3
  63. package/styles/maskedtextbox/tailwind-dark.css +1 -1
  64. package/styles/maskedtextbox/tailwind.css +1 -1
  65. package/styles/material-dark.css +180 -775
  66. package/styles/material.css +180 -780
  67. package/styles/numerictextbox/bootstrap-dark.css +6 -8
  68. package/styles/numerictextbox/bootstrap.css +6 -8
  69. package/styles/numerictextbox/bootstrap4.css +6 -7
  70. package/styles/numerictextbox/bootstrap5-dark.css +6 -7
  71. package/styles/numerictextbox/bootstrap5.css +6 -7
  72. package/styles/numerictextbox/fabric-dark.css +6 -7
  73. package/styles/numerictextbox/fabric.css +6 -7
  74. package/styles/numerictextbox/fluent-dark.css +7 -9
  75. package/styles/numerictextbox/fluent.css +7 -9
  76. package/styles/numerictextbox/highcontrast-light.css +6 -7
  77. package/styles/numerictextbox/highcontrast.css +6 -7
  78. package/styles/numerictextbox/material-dark.css +6 -8
  79. package/styles/numerictextbox/material.css +6 -9
  80. package/styles/numerictextbox/tailwind-dark.css +6 -7
  81. package/styles/numerictextbox/tailwind.css +6 -7
  82. package/styles/signature/bootstrap-dark.css +1 -1
  83. package/styles/signature/bootstrap.css +1 -1
  84. package/styles/signature/bootstrap4.css +1 -1
  85. package/styles/signature/bootstrap5-dark.css +1 -1
  86. package/styles/signature/bootstrap5.css +1 -1
  87. package/styles/signature/fabric-dark.css +1 -1
  88. package/styles/signature/fabric.css +1 -1
  89. package/styles/signature/fluent-dark.css +1 -1
  90. package/styles/signature/fluent.css +1 -1
  91. package/styles/signature/highcontrast-light.css +1 -1
  92. package/styles/signature/highcontrast.css +1 -1
  93. package/styles/signature/material-dark.css +1 -1
  94. package/styles/signature/material.css +1 -1
  95. package/styles/signature/tailwind-dark.css +1 -1
  96. package/styles/signature/tailwind.css +1 -1
  97. package/styles/slider/bootstrap-dark.css +1 -91
  98. package/styles/slider/bootstrap.css +1 -91
  99. package/styles/slider/bootstrap4.css +1 -104
  100. package/styles/slider/bootstrap5-dark.css +10 -131
  101. package/styles/slider/bootstrap5.css +10 -131
  102. package/styles/slider/fabric-dark.css +2 -96
  103. package/styles/slider/fabric.css +1 -95
  104. package/styles/slider/fluent-dark.css +9 -113
  105. package/styles/slider/fluent.css +9 -113
  106. package/styles/slider/highcontrast-light.css +9 -113
  107. package/styles/slider/highcontrast.css +9 -113
  108. package/styles/slider/material-dark.css +5 -120
  109. package/styles/slider/material.css +5 -120
  110. package/styles/slider/tailwind-dark.css +8 -136
  111. package/styles/slider/tailwind.css +8 -136
  112. package/styles/tailwind-dark.css +129 -705
  113. package/styles/tailwind.css +129 -705
  114. package/styles/textbox/material-dark.css +1 -1
  115. package/styles/textbox/material.css +1 -2
  116. package/styles/textbox/tailwind-dark.css +1 -1
  117. package/styles/textbox/tailwind.css +1 -1
  118. package/styles/uploader/bootstrap-dark.css +59 -330
  119. package/styles/uploader/bootstrap.css +59 -330
  120. package/styles/uploader/bootstrap4.css +59 -330
  121. package/styles/uploader/bootstrap5-dark.css +59 -330
  122. package/styles/uploader/bootstrap5.css +59 -330
  123. package/styles/uploader/fabric-dark.css +59 -330
  124. package/styles/uploader/fabric.css +59 -330
  125. package/styles/uploader/fluent-dark.css +60 -346
  126. package/styles/uploader/fluent.css +60 -346
  127. package/styles/uploader/highcontrast-light.css +59 -330
  128. package/styles/uploader/highcontrast.css +59 -330
  129. package/styles/uploader/material-dark.css +59 -331
  130. package/styles/uploader/material.css +59 -331
  131. package/styles/uploader/tailwind-dark.css +59 -330
  132. package/styles/uploader/tailwind.css +59 -330
@@ -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 */
@@ -661,7 +660,7 @@ label.e-float-text,
661
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,
662
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,
663
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 {
664
- content: '';
663
+ content: "";
665
664
  font-style: normal;
666
665
  }
667
666
 
@@ -1359,10 +1358,10 @@ label.e-float-text,
1359
1358
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
1360
1359
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1361
1360
  bottom: 0;
1362
- content: '';
1361
+ content: "";
1363
1362
  height: 2px;
1364
1363
  position: absolute;
1365
- transition: .2s ease;
1364
+ transition: 0.2s ease;
1366
1365
  width: 0;
1367
1366
  }
1368
1367
 
@@ -1539,7 +1538,7 @@ label.e-float-text,
1539
1538
 
1540
1539
  .e-input-group.e-warning::before,
1541
1540
  .e-input-group.e-control-wrapper.e-warning::before {
1542
- content: '';
1541
+ content: "";
1543
1542
  }
1544
1543
 
1545
1544
  .e-float-input input[disabled],
@@ -1600,7 +1599,7 @@ label.e-float-text,
1600
1599
  .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
1601
1600
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1602
1601
  bottom: 0;
1603
- content: '';
1602
+ content: "";
1604
1603
  height: 2px;
1605
1604
  position: absolute;
1606
1605
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1617,7 +1616,7 @@ label.e-float-text,
1617
1616
  .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
1618
1617
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1619
1618
  bottom: 0;
1620
- content: '';
1619
+ content: "";
1621
1620
  height: 2px;
1622
1621
  position: absolute;
1623
1622
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1892,12 +1891,12 @@ label.e-float-text,
1892
1891
  .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
1893
1892
  background: #bdbdbd;
1894
1893
  border-radius: 100%;
1895
- content: '';
1894
+ content: "";
1896
1895
  display: block;
1897
1896
  filter: alpha(opacity=75);
1898
1897
  height: 50%;
1899
1898
  left: 25%;
1900
- opacity: .75;
1899
+ opacity: 0.75;
1901
1900
  position: absolute;
1902
1901
  top: 25%;
1903
1902
  transform: scale(0);
@@ -1906,7 +1905,7 @@ label.e-float-text,
1906
1905
 
1907
1906
  .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
1908
1907
  .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
1909
- animation: e-input-ripple .45s linear;
1908
+ animation: e-input-ripple 0.45s linear;
1910
1909
  }
1911
1910
 
1912
1911
  input.e-input::-ms-clear,
@@ -1915,18 +1914,18 @@ input.e-input::-ms-clear,
1915
1914
  display: none;
1916
1915
  }
1917
1916
 
1918
- input.e-input[type='search']::-webkit-search-decoration,
1919
- input.e-input[type='search']::-webkit-search-cancel-button,
1920
- input.e-input[type='search']::-webkit-search-results-button,
1921
- input.e-input[type='search']::-webkit-search-results-decoration,
1922
- .e-float-input input[type='search']::-webkit-search-decoration,
1923
- .e-float-input input[type='search']::-webkit-search-cancel-button,
1924
- .e-float-input input[type='search']::-webkit-search-results-button,
1925
- .e-float-input input[type='search']::-webkit-search-results-decoration,
1926
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-decoration,
1927
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-cancel-button,
1928
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-results-button,
1929
- .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 {
1930
1929
  -webkit-appearance: none;
1931
1930
  }
1932
1931
 
@@ -2126,13 +2125,13 @@ input.e-input,
2126
2125
  .e-input-group input.e-input,
2127
2126
  .e-input-group.e-control-wrapper input.e-input {
2128
2127
  box-sizing: content-box;
2129
- content: '';
2128
+ content: "";
2130
2129
  }
2131
2130
 
2132
2131
  .e-float-input:not(.e-input-group) input,
2133
2132
  .e-float-input.e-control-wrapper:not(.e-input-group) input {
2134
2133
  box-sizing: content-box;
2135
- content: '';
2134
+ content: "";
2136
2135
  }
2137
2136
 
2138
2137
  .e-control input.e-input,
@@ -2169,7 +2168,7 @@ input.e-input.e-bigger,
2169
2168
  .e-bigger .e-float-input.e-control-wrapper input,
2170
2169
  .e-bigger .e-float-input.e-control-wrapper input.e-input {
2171
2170
  box-sizing: content-box;
2172
- content: '';
2171
+ content: "";
2173
2172
  }
2174
2173
 
2175
2174
  .e-float-input.e-bigger:not(.e-input-group) input,
@@ -2181,7 +2180,7 @@ input.e-input.e-bigger,
2181
2180
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
2182
2181
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2183
2182
  box-sizing: content-box;
2184
- content: '';
2183
+ content: "";
2185
2184
  }
2186
2185
 
2187
2186
  input.e-input.e-small,
@@ -2202,19 +2201,18 @@ input.e-input.e-small,
2202
2201
  .e-small .e-float-input.e-control-wrapper input,
2203
2202
  .e-small .e-float-input.e-control-wrapper input.e-input {
2204
2203
  box-sizing: content-box;
2205
- content: '';
2204
+ content: "";
2206
2205
  }
2207
2206
 
2208
2207
  .e-float-input.e-small:not(.e-input-group) input,
2209
2208
  .e-float-input.e-small:not(.e-input-group) input.e-input,
2210
2209
  .e-small .e-float-input:not(.e-input-group) input,
2211
- .e-small .e-float-input:not(.e-input-group) input.e-input
2212
- .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,
2213
2211
  .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
2214
2212
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2215
2213
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2216
2214
  box-sizing: content-box;
2217
- content: '';
2215
+ content: "";
2218
2216
  }
2219
2217
 
2220
2218
  input.e-input.e-small.e-bigger,
@@ -2235,7 +2233,7 @@ input.e-input.e-small.e-bigger,
2235
2233
  .e-bigger.e-small .e-float-input.e-control-wrapper input,
2236
2234
  .e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
2237
2235
  box-sizing: content-box;
2238
- content: '';
2236
+ content: "";
2239
2237
  }
2240
2238
 
2241
2239
  .e-float-input.e-bigger.e-small:not(.e-input-group) input,
@@ -2247,7 +2245,7 @@ input.e-input.e-small.e-bigger,
2247
2245
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2248
2246
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2249
2247
  box-sizing: content-box;
2250
- content: '';
2248
+ content: "";
2251
2249
  }
2252
2250
 
2253
2251
  textarea.e-input,
@@ -2256,7 +2254,7 @@ textarea.e-input,
2256
2254
  .e-float-input textarea,
2257
2255
  .e-float-input.e-control-wrapper textarea {
2258
2256
  box-sizing: content-box;
2259
- content: '';
2257
+ content: "";
2260
2258
  }
2261
2259
 
2262
2260
  .e-input-group textarea.e-input.e-bigger,
@@ -2279,7 +2277,7 @@ textarea.e-input.e-bigger,
2279
2277
  .e-bigger .e-float-input.e-control-wrapper textarea,
2280
2278
  .e-bigger .e-float-input.e-control-wrapper textarea.e-input {
2281
2279
  box-sizing: content-box;
2282
- content: '';
2280
+ content: "";
2283
2281
  }
2284
2282
 
2285
2283
  textarea.e-input.e-small,
@@ -2300,7 +2298,7 @@ textarea.e-input.e-small,
2300
2298
  .e-small .e-float-input.e-control-wrapper textarea,
2301
2299
  .e-small .e-float-input.e-control-wrapper textarea.e-input {
2302
2300
  box-sizing: content-box;
2303
- content: '';
2301
+ content: "";
2304
2302
  }
2305
2303
 
2306
2304
  textarea.e-input.e-small.e-bigger,
@@ -2321,7 +2319,7 @@ textarea.e-input.e-small.e-bigger,
2321
2319
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
2322
2320
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
2323
2321
  box-sizing: content-box;
2324
- content: '';
2322
+ content: "";
2325
2323
  }
2326
2324
 
2327
2325
  input.e-input.e-bigger,
@@ -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
+ }