@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,7 +5,6 @@
5
5
  transform: scale(4);
6
6
  }
7
7
  }
8
-
9
8
  @keyframes slideTopUp {
10
9
  from {
11
10
  transform: translate3d(0, 0, 0) scale(1);
@@ -14,41 +13,40 @@
14
13
  transform: translate3d(0, 0, 0) scale(1);
15
14
  }
16
15
  }
17
-
18
16
  .e-float-input .e-clear-icon::before,
19
17
  .e-float-input.e-control-wrapper .e-clear-icon::before {
20
- content: '\e932';
21
- font-family: 'e-icons';
18
+ content: "\e932";
19
+ font-family: "e-icons";
22
20
  }
23
21
 
24
22
  .e-input-group .e-clear-icon::before,
25
23
  .e-input-group.e-control-wrapper .e-clear-icon::before {
26
- content: '\e932';
27
- font-family: 'e-icons';
24
+ content: "\e932";
25
+ font-family: "e-icons";
28
26
  }
29
27
 
30
28
  .e-filled.e-float-input .e-clear-icon::before,
31
29
  .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before {
32
- content: '\e208';
33
- font-family: 'e-icons';
30
+ content: "\e208";
31
+ font-family: "e-icons";
34
32
  }
35
33
 
36
34
  .e-filled.e-input-group .e-clear-icon::before,
37
35
  .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
38
- content: '\e208';
39
- font-family: 'e-icons';
36
+ content: "\e208";
37
+ font-family: "e-icons";
40
38
  }
41
39
 
42
40
  .e-outline.e-float-input .e-clear-icon::before,
43
41
  .e-outline.e-float-input.e-control-wrapper .e-clear-icon::before {
44
- content: '\e208';
45
- font-family: 'e-icons';
42
+ content: "\e208";
43
+ font-family: "e-icons";
46
44
  }
47
45
 
48
46
  .e-outline.e-input-group .e-clear-icon::before,
49
47
  .e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
50
- content: '\e208';
51
- font-family: 'e-icons';
48
+ content: "\e208";
49
+ font-family: "e-icons";
52
50
  }
53
51
 
54
52
  /*! input layout */
@@ -670,7 +668,7 @@ label.e-float-text,
670
668
  .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
671
669
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
672
670
  .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
673
- content: '';
671
+ content: "";
674
672
  font-style: normal;
675
673
  }
676
674
 
@@ -1368,10 +1366,10 @@ label.e-float-text,
1368
1366
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
1369
1367
  .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1370
1368
  bottom: 0;
1371
- content: '';
1369
+ content: "";
1372
1370
  height: 2px;
1373
1371
  position: absolute;
1374
- transition: .2s ease;
1372
+ transition: 0.2s ease;
1375
1373
  width: 0;
1376
1374
  }
1377
1375
 
@@ -1548,7 +1546,7 @@ label.e-float-text,
1548
1546
 
1549
1547
  .e-input-group.e-warning::before,
1550
1548
  .e-input-group.e-control-wrapper.e-warning::before {
1551
- content: '';
1549
+ content: "";
1552
1550
  }
1553
1551
 
1554
1552
  .e-float-input input[disabled],
@@ -1609,7 +1607,7 @@ label.e-float-text,
1609
1607
  .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
1610
1608
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1611
1609
  bottom: 0;
1612
- content: '';
1610
+ content: "";
1613
1611
  height: 2px;
1614
1612
  position: absolute;
1615
1613
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1626,7 +1624,7 @@ label.e-float-text,
1626
1624
  .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
1627
1625
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
1628
1626
  bottom: 0;
1629
- content: '';
1627
+ content: "";
1630
1628
  height: 2px;
1631
1629
  position: absolute;
1632
1630
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -1901,12 +1899,12 @@ label.e-float-text,
1901
1899
  .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
1902
1900
  background: #bdbdbd;
1903
1901
  border-radius: 100%;
1904
- content: '';
1902
+ content: "";
1905
1903
  display: block;
1906
1904
  filter: alpha(opacity=75);
1907
1905
  height: 50%;
1908
1906
  left: 25%;
1909
- opacity: .75;
1907
+ opacity: 0.75;
1910
1908
  position: absolute;
1911
1909
  top: 25%;
1912
1910
  transform: scale(0);
@@ -1915,7 +1913,7 @@ label.e-float-text,
1915
1913
 
1916
1914
  .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
1917
1915
  .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
1918
- animation: e-input-ripple .45s linear;
1916
+ animation: e-input-ripple 0.45s linear;
1919
1917
  }
1920
1918
 
1921
1919
  input.e-input::-ms-clear,
@@ -1924,18 +1922,18 @@ input.e-input::-ms-clear,
1924
1922
  display: none;
1925
1923
  }
1926
1924
 
1927
- input.e-input[type='search']::-webkit-search-decoration,
1928
- input.e-input[type='search']::-webkit-search-cancel-button,
1929
- input.e-input[type='search']::-webkit-search-results-button,
1930
- input.e-input[type='search']::-webkit-search-results-decoration,
1931
- .e-float-input input[type='search']::-webkit-search-decoration,
1932
- .e-float-input input[type='search']::-webkit-search-cancel-button,
1933
- .e-float-input input[type='search']::-webkit-search-results-button,
1934
- .e-float-input input[type='search']::-webkit-search-results-decoration,
1935
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-decoration,
1936
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-cancel-button,
1937
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-results-button,
1938
- .e-float-input.e-control-wrapper input[type='search']::-webkit-search-results-decoration {
1925
+ input.e-input[type=search]::-webkit-search-decoration,
1926
+ input.e-input[type=search]::-webkit-search-cancel-button,
1927
+ input.e-input[type=search]::-webkit-search-results-button,
1928
+ input.e-input[type=search]::-webkit-search-results-decoration,
1929
+ .e-float-input input[type=search]::-webkit-search-decoration,
1930
+ .e-float-input input[type=search]::-webkit-search-cancel-button,
1931
+ .e-float-input input[type=search]::-webkit-search-results-button,
1932
+ .e-float-input input[type=search]::-webkit-search-results-decoration,
1933
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
1934
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
1935
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
1936
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
1939
1937
  -webkit-appearance: none;
1940
1938
  }
1941
1939
 
@@ -2135,13 +2133,13 @@ input.e-input,
2135
2133
  .e-input-group input.e-input,
2136
2134
  .e-input-group.e-control-wrapper input.e-input {
2137
2135
  box-sizing: content-box;
2138
- content: '';
2136
+ content: "";
2139
2137
  }
2140
2138
 
2141
2139
  .e-float-input:not(.e-input-group) input,
2142
2140
  .e-float-input.e-control-wrapper:not(.e-input-group) input {
2143
2141
  box-sizing: content-box;
2144
- content: '';
2142
+ content: "";
2145
2143
  }
2146
2144
 
2147
2145
  .e-control input.e-input,
@@ -2178,7 +2176,7 @@ input.e-input.e-bigger,
2178
2176
  .e-bigger .e-float-input.e-control-wrapper input,
2179
2177
  .e-bigger .e-float-input.e-control-wrapper input.e-input {
2180
2178
  box-sizing: content-box;
2181
- content: '';
2179
+ content: "";
2182
2180
  }
2183
2181
 
2184
2182
  .e-float-input.e-bigger:not(.e-input-group) input,
@@ -2190,7 +2188,7 @@ input.e-input.e-bigger,
2190
2188
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
2191
2189
  .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2192
2190
  box-sizing: content-box;
2193
- content: '';
2191
+ content: "";
2194
2192
  }
2195
2193
 
2196
2194
  input.e-input.e-small,
@@ -2211,19 +2209,18 @@ input.e-input.e-small,
2211
2209
  .e-small .e-float-input.e-control-wrapper input,
2212
2210
  .e-small .e-float-input.e-control-wrapper input.e-input {
2213
2211
  box-sizing: content-box;
2214
- content: '';
2212
+ content: "";
2215
2213
  }
2216
2214
 
2217
2215
  .e-float-input.e-small:not(.e-input-group) input,
2218
2216
  .e-float-input.e-small:not(.e-input-group) input.e-input,
2219
2217
  .e-small .e-float-input:not(.e-input-group) input,
2220
- .e-small .e-float-input:not(.e-input-group) input.e-input
2221
- .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
2218
+ .e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
2222
2219
  .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
2223
2220
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2224
2221
  .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2225
2222
  box-sizing: content-box;
2226
- content: '';
2223
+ content: "";
2227
2224
  }
2228
2225
 
2229
2226
  input.e-input.e-small.e-bigger,
@@ -2244,7 +2241,7 @@ input.e-input.e-small.e-bigger,
2244
2241
  .e-bigger.e-small .e-float-input.e-control-wrapper input,
2245
2242
  .e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
2246
2243
  box-sizing: content-box;
2247
- content: '';
2244
+ content: "";
2248
2245
  }
2249
2246
 
2250
2247
  .e-float-input.e-bigger.e-small:not(.e-input-group) input,
@@ -2256,7 +2253,7 @@ input.e-input.e-small.e-bigger,
2256
2253
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
2257
2254
  .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
2258
2255
  box-sizing: content-box;
2259
- content: '';
2256
+ content: "";
2260
2257
  }
2261
2258
 
2262
2259
  textarea.e-input,
@@ -2265,7 +2262,7 @@ textarea.e-input,
2265
2262
  .e-float-input textarea,
2266
2263
  .e-float-input.e-control-wrapper textarea {
2267
2264
  box-sizing: content-box;
2268
- content: '';
2265
+ content: "";
2269
2266
  }
2270
2267
 
2271
2268
  .e-input-group textarea.e-input.e-bigger,
@@ -2288,7 +2285,7 @@ textarea.e-input.e-bigger,
2288
2285
  .e-bigger .e-float-input.e-control-wrapper textarea,
2289
2286
  .e-bigger .e-float-input.e-control-wrapper textarea.e-input {
2290
2287
  box-sizing: content-box;
2291
- content: '';
2288
+ content: "";
2292
2289
  }
2293
2290
 
2294
2291
  textarea.e-input.e-small,
@@ -2309,7 +2306,7 @@ textarea.e-input.e-small,
2309
2306
  .e-small .e-float-input.e-control-wrapper textarea,
2310
2307
  .e-small .e-float-input.e-control-wrapper textarea.e-input {
2311
2308
  box-sizing: content-box;
2312
- content: '';
2309
+ content: "";
2313
2310
  }
2314
2311
 
2315
2312
  textarea.e-input.e-small.e-bigger,
@@ -2330,7 +2327,7 @@ textarea.e-input.e-small.e-bigger,
2330
2327
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
2331
2328
  .e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
2332
2329
  box-sizing: content-box;
2333
- content: '';
2330
+ content: "";
2334
2331
  }
2335
2332
 
2336
2333
  input.e-input.e-bigger,
@@ -3284,8 +3281,7 @@ textarea.e-input.e-bigger.e-small,
3284
3281
  .e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
3285
3282
  .e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
3286
3283
  .e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap,
3287
- .e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
3288
- .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
3284
+ .e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
3289
3285
  .e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
3290
3286
  .e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
3291
3287
  .e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
@@ -3450,11 +3446,9 @@ textarea.e-input.e-bigger.e-small,
3450
3446
  }
3451
3447
 
3452
3448
  .e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
3453
- .e-bigger .e-input-group.e-small:not(.e-float-input) .e-input
3454
- .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
3449
+ .e-bigger .e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
3455
3450
  .e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
3456
- .e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
3457
- .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
3451
+ .e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
3458
3452
  .e-float-input.e-bigger.e-small input,
3459
3453
  .e-bigger .e-float-input.e-small input,
3460
3454
  .e-small .e-float-input.e-bigger input,
@@ -4133,7 +4127,7 @@ textarea.e-outline.e-input,
4133
4127
  border-radius: 4px;
4134
4128
  border-width: 1px;
4135
4129
  fill: transparent;
4136
- transition: border .2s, box-shadow .2s;
4130
+ transition: border 0.2s, box-shadow 0.2s;
4137
4131
  }
4138
4132
 
4139
4133
  .e-outline.e-float-input,
@@ -4991,7 +4985,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
4991
4985
  position: absolute;
4992
4986
  top: -7px;
4993
4987
  transform: translate3d(0, 0, 0) scale(1);
4994
- transition: color .2s, font-size .2s, line-height .2s;
4988
+ transition: color 0.2s, font-size 0.2s, line-height 0.2s;
4995
4989
  }
4996
4990
 
4997
4991
  .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5203,14 +5197,14 @@ textarea.e-input.e-bigger.e-small.e-outline,
5203
5197
  border-top-color: transparent;
5204
5198
  box-shadow: inset 0 1px transparent;
5205
5199
  box-sizing: border-box;
5206
- content: ' ';
5200
+ content: " ";
5207
5201
  display: block;
5208
5202
  height: 8px;
5209
5203
  margin-top: 6px;
5210
5204
  min-width: 9px;
5211
5205
  pointer-events: none;
5212
5206
  position: relative;
5213
- transition: border-color .1s, box-shadow .2s;
5207
+ transition: border-color 0.1s, box-shadow 0.2s;
5214
5208
  }
5215
5209
 
5216
5210
  .e-bigger.e-outline label.e-float-text::before,
@@ -5454,8 +5448,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5454
5448
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
5455
5449
  .e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
5456
5450
  .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
5457
- .e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child
5458
- .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
5451
+ .e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
5459
5452
  margin-right: 0;
5460
5453
  }
5461
5454
 
@@ -5466,8 +5459,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5466
5459
 
5467
5460
  .e-rtl.e-outline.e-input-group .e-input-group-icon,
5468
5461
  .e-rtl .e-outline.e-input-group .e-input-group-icon,
5469
- .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
5470
- .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5462
+ .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5471
5463
  margin-left: 12px;
5472
5464
  margin-right: 0;
5473
5465
  }
@@ -5481,8 +5473,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5481
5473
  .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
5482
5474
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
5483
5475
  .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
5484
- .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
5485
- .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
5476
+ .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
5486
5477
  padding-left: 10px;
5487
5478
  padding-right: 0;
5488
5479
  }
@@ -5493,8 +5484,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5493
5484
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
5494
5485
  .e-small .e-rtl.e-outline.e-input-group .e-input-group-icon,
5495
5486
  .e-rtl.e-small .e-outline.e-input-group .e-input-group-icon,
5496
- .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
5497
- .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5487
+ .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
5498
5488
  margin-left: 10px;
5499
5489
  margin-right: 0;
5500
5490
  }
@@ -5504,8 +5494,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
5504
5494
  .e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger,
5505
5495
  .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
5506
5496
  .e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon,
5507
- .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
5508
- .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
5497
+ .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
5509
5498
  .e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
5510
5499
  .e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger,
5511
5500
  .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
@@ -6129,8 +6118,7 @@ textarea.e-outline,
6129
6118
  .e-filled.e-float-input.e-small:not(.e-input-group) input,
6130
6119
  .e-filled.e-float-input.e-small:not(.e-input-group) input.e-input,
6131
6120
  .e-small .e-filled.e-float-input:not(.e-input-group) input,
6132
- .e-small .e-filled.e-float-input:not(.e-input-group) input.e-input
6133
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
6121
+ .e-small .e-filled.e-float-input:not(.e-input-group) input.e-input .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
6134
6122
  .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
6135
6123
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
6136
6124
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
@@ -6921,11 +6909,9 @@ textarea.e-outline,
6921
6909
  }
6922
6910
 
6923
6911
  .e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
6924
- .e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input
6925
- .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
6912
+ .e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
6926
6913
  .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
6927
- .e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
6928
- .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
6914
+ .e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
6929
6915
  min-height: 39px;
6930
6916
  }
6931
6917
 
@@ -6970,7 +6956,7 @@ textarea.e-outline,
6970
6956
  .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
6971
6957
  font-size: 14px;
6972
6958
  left: 12px;
6973
- letter-spacing: .009375em;
6959
+ letter-spacing: 0.009375em;
6974
6960
  line-height: 1.15;
6975
6961
  padding-left: 0;
6976
6962
  pointer-events: none;
@@ -7445,8 +7431,7 @@ textarea.e-outline,
7445
7431
 
7446
7432
  .e-filled.e-float-input.e-rtl label.e-float-text,
7447
7433
  .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7448
- .e-rtl .e-filled.e-float-input label.e-float-text
7449
- .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7434
+ .e-rtl .e-filled.e-float-input label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7450
7435
  .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7451
7436
  .e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7452
7437
  .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7487,14 +7472,12 @@ textarea.e-outline,
7487
7472
 
7488
7473
  .e-filled.e-float-input.e-bigger.e-rtl label.e-float-text,
7489
7474
  .e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom,
7490
- .e-rtl .e-filled.e-float-input.e-bigger label.e-float-text
7491
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
7475
+ .e-rtl .e-filled.e-float-input.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
7492
7476
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,
7493
7477
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
7494
7478
  .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
7495
7479
  .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7496
- .e-rtl.e-bigger .e-filled.e-float-input label.e-float-text
7497
- .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7480
+ .e-rtl.e-bigger .e-filled.e-float-input label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7498
7481
  .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7499
7482
  .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7500
7483
  .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7543,14 +7526,12 @@ textarea.e-outline,
7543
7526
 
7544
7527
  .e-filled.e-float-input.e-small.e-rtl label.e-float-text,
7545
7528
  .e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,
7546
- .e-rtl .e-filled.e-float-input.e-small label.e-float-text
7547
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
7529
+ .e-rtl .e-filled.e-float-input.e-small label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
7548
7530
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
7549
7531
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
7550
7532
  .e-small .e-filled.e-float-input.e-rtl label.e-float-text,
7551
7533
  .e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7552
- .e-rtl.e-small .e-filled.e-float-input label.e-float-text
7553
- .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7534
+ .e-rtl.e-small .e-filled.e-float-input label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7554
7535
  .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7555
7536
  .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7556
7537
  .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -7599,14 +7580,12 @@ textarea.e-outline,
7599
7580
 
7600
7581
  .e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text,
7601
7582
  .e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom,
7602
- .e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text
7603
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
7583
+ .e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
7604
7584
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,
7605
7585
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
7606
7586
  .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
7607
7587
  .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
7608
- .e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text
7609
- .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7588
+ .e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
7610
7589
  .e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
7611
7590
  .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
7612
7591
  .e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8369,8 +8348,7 @@ textarea.e-outline,
8369
8348
 
8370
8349
  .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8371
8350
  .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8372
- .e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8373
- .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8351
+ .e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8374
8352
  .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8375
8353
  .e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8376
8354
  .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8385,8 +8363,7 @@ textarea.e-outline,
8385
8363
  .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
8386
8364
  .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8387
8365
  .e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
8388
- .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
8389
- .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8366
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8390
8367
  .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8391
8368
  .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8392
8369
  .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8397,14 +8374,12 @@ textarea.e-outline,
8397
8374
 
8398
8375
  .e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
8399
8376
  .e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8400
- .e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text
8401
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
8377
+ .e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
8402
8378
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8403
8379
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
8404
8380
  .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8405
8381
  .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8406
- .e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8407
- .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8382
+ .e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8408
8383
  .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8409
8384
  .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8410
8385
  .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8423,8 +8398,7 @@ textarea.e-outline,
8423
8398
  .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
8424
8399
  .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8425
8400
  .e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
8426
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
8427
- .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
8401
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
8428
8402
  .e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8429
8403
  .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8430
8404
  .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8435,14 +8409,12 @@ textarea.e-outline,
8435
8409
 
8436
8410
  .e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text,
8437
8411
  .e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8438
- .e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text
8439
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
8412
+ .e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
8440
8413
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
8441
8414
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
8442
8415
  .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8443
8416
  .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8444
- .e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8445
- .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8417
+ .e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8446
8418
  .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8447
8419
  .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8448
8420
  .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8461,8 +8433,7 @@ textarea.e-outline,
8461
8433
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8462
8434
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8463
8435
  .e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
8464
- .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
8465
- .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8436
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
8466
8437
  .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
8467
8438
  .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8468
8439
  .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
@@ -8473,14 +8444,12 @@ textarea.e-outline,
8473
8444
 
8474
8445
  .e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
8475
8446
  .e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8476
- .e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text
8477
- .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8447
+ .e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8478
8448
  .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
8479
8449
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
8480
8450
  .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
8481
8451
  .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
8482
- .e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
8483
- .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8452
+ .e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
8484
8453
  .e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
8485
8454
  .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
8486
8455
  .e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -8994,8 +8963,7 @@ textarea.e-outline,
8994
8963
  .e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
8995
8964
  .e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
8996
8965
  .e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
8997
- .e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
8998
- .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
8966
+ .e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
8999
8967
  .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
9000
8968
  .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
9001
8969
  .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
@@ -9080,7 +9048,7 @@ textarea.e-outline,
9080
9048
  .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
9081
9049
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
9082
9050
  bottom: 0;
9083
- content: '';
9051
+ content: "";
9084
9052
  height: 2px;
9085
9053
  position: absolute;
9086
9054
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -9094,7 +9062,7 @@ textarea.e-outline,
9094
9062
  .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
9095
9063
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
9096
9064
  bottom: 0;
9097
- content: '';
9065
+ content: "";
9098
9066
  height: 2px;
9099
9067
  position: absolute;
9100
9068
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
@@ -10208,8 +10176,7 @@ textarea.e-input::-webkit-input-placeholder {
10208
10176
  .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10209
10177
  .e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
10210
10178
  .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
10211
- .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
10212
- .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10179
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
10213
10180
  .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
10214
10181
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
10215
10182
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
@@ -10222,8 +10189,7 @@ textarea.e-input::-webkit-input-placeholder {
10222
10189
  .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10223
10190
  .e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
10224
10191
  .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
10225
- .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
10226
- .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10192
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
10227
10193
  .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
10228
10194
  .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
10229
10195
  .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
@@ -11243,8 +11209,7 @@ textarea.e-input::-webkit-input-placeholder {
11243
11209
  .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11244
11210
  .e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
11245
11211
  .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
11246
- .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
11247
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11212
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
11248
11213
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
11249
11214
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
11250
11215
  .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
@@ -11257,8 +11222,7 @@ textarea.e-input::-webkit-input-placeholder {
11257
11222
  .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11258
11223
  .e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
11259
11224
  .e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
11260
- .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
11261
- .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11225
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
11262
11226
  .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
11263
11227
  .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
11264
11228
  .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
@@ -12384,4 +12348,4 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12384
12348
  .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
12385
12349
  .e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
12386
12350
  color: #ffca1c;
12387
- }
12351
+ }