@syncfusion/blazor-themes 22.2.11 → 22.2.12

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 (50) hide show
  1. package/SCSS-Themes/base/material-dark.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +94 -10
  3. package/SCSS-Themes/bootstrap.scss +94 -10
  4. package/SCSS-Themes/bootstrap4.scss +94 -10
  5. package/SCSS-Themes/bootstrap5-dark.scss +94 -10
  6. package/SCSS-Themes/bootstrap5.scss +94 -10
  7. package/SCSS-Themes/fabric-dark.scss +94 -10
  8. package/SCSS-Themes/fabric.scss +94 -10
  9. package/SCSS-Themes/fluent-dark.scss +94 -10
  10. package/SCSS-Themes/fluent.scss +94 -10
  11. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +5 -0
  12. package/SCSS-Themes/grids/grid/bootstrap.scss +5 -0
  13. package/SCSS-Themes/grids/grid/bootstrap4.scss +5 -0
  14. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +5 -0
  15. package/SCSS-Themes/grids/grid/bootstrap5.scss +5 -0
  16. package/SCSS-Themes/grids/grid/fabric-dark.scss +5 -0
  17. package/SCSS-Themes/grids/grid/fabric.scss +5 -0
  18. package/SCSS-Themes/grids/grid/fluent-dark.scss +5 -0
  19. package/SCSS-Themes/grids/grid/fluent.scss +5 -0
  20. package/SCSS-Themes/grids/grid/highcontrast.scss +5 -0
  21. package/SCSS-Themes/grids/grid/material-dark.scss +5 -0
  22. package/SCSS-Themes/grids/grid/material.scss +5 -0
  23. package/SCSS-Themes/grids/grid/material3-dark.scss +5 -0
  24. package/SCSS-Themes/grids/grid/material3.scss +5 -0
  25. package/SCSS-Themes/grids/grid/tailwind-dark.scss +5 -0
  26. package/SCSS-Themes/grids/grid/tailwind.scss +5 -0
  27. package/SCSS-Themes/highcontrast.scss +94 -10
  28. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +89 -10
  29. package/SCSS-Themes/inputs/input/bootstrap.scss +89 -10
  30. package/SCSS-Themes/inputs/input/bootstrap4.scss +89 -10
  31. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +89 -10
  32. package/SCSS-Themes/inputs/input/bootstrap5.scss +89 -10
  33. package/SCSS-Themes/inputs/input/fabric-dark.scss +89 -10
  34. package/SCSS-Themes/inputs/input/fabric.scss +89 -10
  35. package/SCSS-Themes/inputs/input/fluent-dark.scss +89 -10
  36. package/SCSS-Themes/inputs/input/fluent.scss +89 -10
  37. package/SCSS-Themes/inputs/input/highcontrast.scss +89 -10
  38. package/SCSS-Themes/inputs/input/material-dark.scss +91 -12
  39. package/SCSS-Themes/inputs/input/material.scss +91 -12
  40. package/SCSS-Themes/inputs/input/material3-dark.scss +91 -12
  41. package/SCSS-Themes/inputs/input/material3.scss +91 -12
  42. package/SCSS-Themes/inputs/input/tailwind-dark.scss +89 -10
  43. package/SCSS-Themes/inputs/input/tailwind.scss +89 -10
  44. package/SCSS-Themes/material-dark.scss +97 -13
  45. package/SCSS-Themes/material.scss +96 -12
  46. package/SCSS-Themes/material3-dark.scss +96 -12
  47. package/SCSS-Themes/material3.scss +96 -12
  48. package/SCSS-Themes/tailwind-dark.scss +94 -10
  49. package/SCSS-Themes/tailwind.scss +94 -10
  50. package/package.json +1 -1
@@ -157,7 +157,7 @@ $appbar-top-shadow: 0 -2px 3px rgba(0, 0, 0, .1), 0 -2px 6px rgba(0, 0, 0, .2) !
157
157
 
158
158
  @if not variable-exists('is-roboto-loaded') {
159
159
  //sass-lint:disable no-url-protocols,no-url-domains
160
- @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
160
+ @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
161
161
  }
162
162
 
163
163
  $is-roboto-loaded: 'true' !default;
@@ -5300,6 +5300,34 @@ $float-label-rtl-value: -7px !default;
5300
5300
  user-select: text;
5301
5301
  }
5302
5302
 
5303
+ .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5304
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5305
+ left: -34px;
5306
+ width: auto;
5307
+ }
5308
+ }
5309
+
5310
+ .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5311
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5312
+ right: -34px;
5313
+ width: auto;
5314
+ }
5315
+ }
5316
+
5317
+ .e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5318
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5319
+ left: -40px;
5320
+ width: auto;
5321
+ }
5322
+ }
5323
+
5324
+ .e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5325
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5326
+ right: -40px;
5327
+ width: auto;
5328
+ }
5329
+ }
5330
+
5303
5331
  label.e-float-text,
5304
5332
  .e-float-input label.e-float-text,
5305
5333
  .e-float-input.e-control-wrapper label.e-float-text,
@@ -8892,6 +8920,16 @@ $float-label-rtl-value: -7px !default;
8892
8920
  }
8893
8921
  }
8894
8922
 
8923
+ .e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8924
+ .e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8925
+ .e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8926
+ .e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8927
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
8928
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8929
+ border-top-color: transparent;
8930
+ }
8931
+ }
8932
+
8895
8933
  .e-outline.e-input-group,
8896
8934
  .e-outline .e-input-group,
8897
8935
  .e-outline .e-input-group.e-control-wrapper,
@@ -9036,20 +9074,12 @@ $float-label-rtl-value: -7px !default;
9036
9074
  .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9037
9075
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9038
9076
  .e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9039
- .e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9040
- .e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9041
- .e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9042
- .e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9043
9077
  .e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9044
9078
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9045
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9046
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9047
9079
  .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9048
9080
  .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9049
9081
  .e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9050
- .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9051
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9052
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9082
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9053
9083
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9054
9084
  border-color: $input-active-border-color;
9055
9085
  box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
@@ -9067,12 +9097,32 @@ $float-label-rtl-value: -7px !default;
9067
9097
  }
9068
9098
  }
9069
9099
 
9100
+ .e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
9101
+ .e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
9102
+ .e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
9103
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
9104
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9105
+ margin-right: $zero-value;
9106
+ }
9107
+ }
9108
+
9070
9109
  .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
9071
9110
  .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
9072
9111
  .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9073
9112
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9074
9113
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9075
- margin: 9px $outline-input-icon-margin-right 9px $zero-value;
9114
+ margin-left: 4px;
9115
+ margin-right: $zero-value;
9116
+ }
9117
+ }
9118
+
9119
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9120
+ .e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
9121
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9122
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9123
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9124
+ margin-right: 4px;
9125
+ margin-left: $zero-value;
9076
9126
  }
9077
9127
  }
9078
9128
 
@@ -9544,6 +9594,24 @@ $float-label-rtl-value: -7px !default;
9544
9594
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9545
9595
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9546
9596
  .e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9597
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9598
+ margin-left: $outline-bigger-input-icon-margin-right;
9599
+ margin-right: $zero-value;
9600
+ }
9601
+ }
9602
+
9603
+ .e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9604
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9605
+ .e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9606
+ .e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9607
+ .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9608
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9609
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9610
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9611
+ .e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9612
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9613
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9614
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9547
9615
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9548
9616
  margin-left: $zero-value;
9549
9617
  margin-right: $outline-bigger-input-icon-margin-right;
@@ -10100,6 +10168,17 @@ $float-label-rtl-value: -7px !default;
10100
10168
  }
10101
10169
  }
10102
10170
 
10171
+ .e-outline.e-float-icon-left label.e-float-text::before,
10172
+ .e-outline.e-float-icon-left label.e-float-text::after,
10173
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
10174
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
10175
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
10176
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
10177
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10178
+ transition: none;
10179
+ }
10180
+ }
10181
+
10103
10182
  .e-bigger.e-outline label.e-float-text::before,
10104
10183
  .e-bigger.e-outline label.e-float-text::after,
10105
10184
  .e-bigger.e-outline.e-float-input label.e-float-text::before,
@@ -74549,6 +74628,7 @@ $grid-bigger-group-text-line-height: 32px !default;
74549
74628
  $grid-bigger-groupcaption-line-height: 32px !default;
74550
74629
  $grid-bigger-rtl-group-headercell-margin: 3px 8px 0 0 !default;
74551
74630
  $grid-bigger-rtl-group-headercell-padding: 9px 0 4px 0 !default;
74631
+ $grid-bigger-device-rtl-group-headercell-padding: 9px 0 4px 0 !default;
74552
74632
  $grid-bigger-rtl-ungroup-icon-margin-right: -8px !default;
74553
74633
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
74554
74634
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -75812,6 +75892,10 @@ $grid-dropitems-count-margin-left: -8px !default;
75812
75892
  padding: $grid-bigger-rtl-group-headercell-padding;
75813
75893
  }
75814
75894
 
75895
+ &.e-rtl.e-device .e-groupheadercell {
75896
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
75897
+ }
75898
+
75815
75899
  &.e-rtl span.e-ungroupbutton.e-icons {
75816
75900
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
75817
75901
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -5290,6 +5290,34 @@ $float-label-rtl-value: -7px !default;
5290
5290
  user-select: text;
5291
5291
  }
5292
5292
 
5293
+ .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5294
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5295
+ left: -34px;
5296
+ width: auto;
5297
+ }
5298
+ }
5299
+
5300
+ .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5301
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5302
+ right: -34px;
5303
+ width: auto;
5304
+ }
5305
+ }
5306
+
5307
+ .e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5308
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5309
+ left: -40px;
5310
+ width: auto;
5311
+ }
5312
+ }
5313
+
5314
+ .e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5315
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5316
+ right: -40px;
5317
+ width: auto;
5318
+ }
5319
+ }
5320
+
5293
5321
  label.e-float-text,
5294
5322
  .e-float-input label.e-float-text,
5295
5323
  .e-float-input.e-control-wrapper label.e-float-text,
@@ -8882,6 +8910,16 @@ $float-label-rtl-value: -7px !default;
8882
8910
  }
8883
8911
  }
8884
8912
 
8913
+ .e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8914
+ .e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8915
+ .e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8916
+ .e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8917
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
8918
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8919
+ border-top-color: transparent;
8920
+ }
8921
+ }
8922
+
8885
8923
  .e-outline.e-input-group,
8886
8924
  .e-outline .e-input-group,
8887
8925
  .e-outline .e-input-group.e-control-wrapper,
@@ -9026,20 +9064,12 @@ $float-label-rtl-value: -7px !default;
9026
9064
  .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9027
9065
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9028
9066
  .e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9029
- .e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9030
- .e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9031
- .e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9032
- .e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9033
9067
  .e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9034
9068
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9035
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9036
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9037
9069
  .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9038
9070
  .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9039
9071
  .e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9040
- .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9041
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9042
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9072
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9043
9073
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9044
9074
  border-color: $input-active-border-color;
9045
9075
  box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
@@ -9057,12 +9087,32 @@ $float-label-rtl-value: -7px !default;
9057
9087
  }
9058
9088
  }
9059
9089
 
9090
+ .e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
9091
+ .e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
9092
+ .e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
9093
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
9094
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9095
+ margin-right: $zero-value;
9096
+ }
9097
+ }
9098
+
9060
9099
  .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
9061
9100
  .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
9062
9101
  .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9063
9102
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9064
9103
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9065
- margin: 9px $outline-input-icon-margin-right 9px $zero-value;
9104
+ margin-left: 4px;
9105
+ margin-right: $zero-value;
9106
+ }
9107
+ }
9108
+
9109
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9110
+ .e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
9111
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9112
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9113
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9114
+ margin-right: 4px;
9115
+ margin-left: $zero-value;
9066
9116
  }
9067
9117
  }
9068
9118
 
@@ -9534,6 +9584,24 @@ $float-label-rtl-value: -7px !default;
9534
9584
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9535
9585
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9536
9586
  .e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9587
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9588
+ margin-left: $outline-bigger-input-icon-margin-right;
9589
+ margin-right: $zero-value;
9590
+ }
9591
+ }
9592
+
9593
+ .e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9594
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9595
+ .e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9596
+ .e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9597
+ .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9598
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9599
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9600
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9601
+ .e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9602
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9603
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9604
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9537
9605
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9538
9606
  margin-left: $zero-value;
9539
9607
  margin-right: $outline-bigger-input-icon-margin-right;
@@ -10090,6 +10158,17 @@ $float-label-rtl-value: -7px !default;
10090
10158
  }
10091
10159
  }
10092
10160
 
10161
+ .e-outline.e-float-icon-left label.e-float-text::before,
10162
+ .e-outline.e-float-icon-left label.e-float-text::after,
10163
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
10164
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
10165
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
10166
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
10167
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10168
+ transition: none;
10169
+ }
10170
+ }
10171
+
10093
10172
  .e-bigger.e-outline label.e-float-text::before,
10094
10173
  .e-bigger.e-outline label.e-float-text::after,
10095
10174
  .e-bigger.e-outline.e-float-input label.e-float-text::before,
@@ -74267,6 +74346,7 @@ $grid-bigger-group-text-line-height: 32px !default;
74267
74346
  $grid-bigger-groupcaption-line-height: 32px !default;
74268
74347
  $grid-bigger-rtl-group-headercell-margin: 3px 8px 0 0 !default;
74269
74348
  $grid-bigger-rtl-group-headercell-padding: 9px 0 4px 0 !default;
74349
+ $grid-bigger-device-rtl-group-headercell-padding: 9px 0 4px 0 !default;
74270
74350
  $grid-bigger-rtl-ungroup-icon-margin-right: -8px !default;
74271
74351
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
74272
74352
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -75525,6 +75605,10 @@ $grid-dropitems-count-margin-left: -8px !default;
75525
75605
  padding: $grid-bigger-rtl-group-headercell-padding;
75526
75606
  }
75527
75607
 
75608
+ &.e-rtl.e-device .e-groupheadercell {
75609
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
75610
+ }
75611
+
75528
75612
  &.e-rtl span.e-ungroupbutton.e-icons {
75529
75613
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
75530
75614
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -5169,6 +5169,34 @@ $float-label-rtl-value: -7px !default;
5169
5169
  user-select: text;
5170
5170
  }
5171
5171
 
5172
+ .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5173
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5174
+ left: -34px;
5175
+ width: auto;
5176
+ }
5177
+ }
5178
+
5179
+ .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5180
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5181
+ right: -34px;
5182
+ width: auto;
5183
+ }
5184
+ }
5185
+
5186
+ .e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5187
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5188
+ left: -40px;
5189
+ width: auto;
5190
+ }
5191
+ }
5192
+
5193
+ .e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5194
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5195
+ right: -40px;
5196
+ width: auto;
5197
+ }
5198
+ }
5199
+
5172
5200
  label.e-float-text,
5173
5201
  .e-float-input label.e-float-text,
5174
5202
  .e-float-input.e-control-wrapper label.e-float-text,
@@ -8761,6 +8789,16 @@ $float-label-rtl-value: -7px !default;
8761
8789
  }
8762
8790
  }
8763
8791
 
8792
+ .e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8793
+ .e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8794
+ .e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8795
+ .e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8796
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
8797
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8798
+ border-top-color: transparent;
8799
+ }
8800
+ }
8801
+
8764
8802
  .e-outline.e-input-group,
8765
8803
  .e-outline .e-input-group,
8766
8804
  .e-outline .e-input-group.e-control-wrapper,
@@ -8905,20 +8943,12 @@ $float-label-rtl-value: -7px !default;
8905
8943
  .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
8906
8944
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
8907
8945
  .e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
8908
- .e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8909
- .e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8910
- .e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8911
- .e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8912
8946
  .e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8913
8947
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8914
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
8915
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
8916
8948
  .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8917
8949
  .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8918
8950
  .e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8919
- .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8920
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8921
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
8951
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
8922
8952
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8923
8953
  border-color: $input-active-border-color;
8924
8954
  box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
@@ -8936,12 +8966,32 @@ $float-label-rtl-value: -7px !default;
8936
8966
  }
8937
8967
  }
8938
8968
 
8969
+ .e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
8970
+ .e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
8971
+ .e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
8972
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
8973
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8974
+ margin-right: $zero-value;
8975
+ }
8976
+ }
8977
+
8939
8978
  .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
8940
8979
  .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
8941
8980
  .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
8942
8981
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
8943
8982
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8944
- margin: 9px $outline-input-icon-margin-right 9px $zero-value;
8983
+ margin-left: 4px;
8984
+ margin-right: $zero-value;
8985
+ }
8986
+ }
8987
+
8988
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
8989
+ .e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
8990
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
8991
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
8992
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8993
+ margin-right: 4px;
8994
+ margin-left: $zero-value;
8945
8995
  }
8946
8996
  }
8947
8997
 
@@ -9413,6 +9463,24 @@ $float-label-rtl-value: -7px !default;
9413
9463
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9414
9464
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9415
9465
  .e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9466
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9467
+ margin-left: $outline-bigger-input-icon-margin-right;
9468
+ margin-right: $zero-value;
9469
+ }
9470
+ }
9471
+
9472
+ .e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9473
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9474
+ .e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9475
+ .e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9476
+ .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9477
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9478
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9479
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9480
+ .e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9481
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9482
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9483
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9416
9484
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9417
9485
  margin-left: $zero-value;
9418
9486
  margin-right: $outline-bigger-input-icon-margin-right;
@@ -9969,6 +10037,17 @@ $float-label-rtl-value: -7px !default;
9969
10037
  }
9970
10038
  }
9971
10039
 
10040
+ .e-outline.e-float-icon-left label.e-float-text::before,
10041
+ .e-outline.e-float-icon-left label.e-float-text::after,
10042
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
10043
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
10044
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
10045
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
10046
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10047
+ transition: none;
10048
+ }
10049
+ }
10050
+
9972
10051
  .e-bigger.e-outline label.e-float-text::before,
9973
10052
  .e-bigger.e-outline label.e-float-text::after,
9974
10053
  .e-bigger.e-outline.e-float-input label.e-float-text::before,
@@ -74449,6 +74528,7 @@ $grid-bigger-group-text-line-height: 3px !default;
74449
74528
  $grid-bigger-groupcaption-line-height: 32px !default;
74450
74529
  $grid-bigger-rtl-group-headercell-margin: 14px 9px 0 0 !default;
74451
74530
  $grid-bigger-rtl-group-headercell-padding: 6px 6px 4px 9px !default;
74531
+ $grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
74452
74532
  $grid-bigger-rtl-ungroup-icon-margin-right: -15px !default;
74453
74533
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
74454
74534
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -75714,6 +75794,10 @@ $grid-dropitems-count-margin-left: -8px !default;
75714
75794
  padding: $grid-bigger-rtl-group-headercell-padding;
75715
75795
  }
75716
75796
 
75797
+ &.e-rtl.e-device .e-groupheadercell {
75798
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
75799
+ }
75800
+
75717
75801
  &.e-rtl span.e-ungroupbutton.e-icons {
75718
75802
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
75719
75803
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;