@syncfusion/blazor-themes 20.4.43 → 20.4.48

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 (189) hide show
  1. package/SCSS-Themes/base/tailwind.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +95 -47
  3. package/SCSS-Themes/bootstrap.scss +95 -47
  4. package/SCSS-Themes/bootstrap4.scss +96 -48
  5. package/SCSS-Themes/bootstrap5-dark.scss +96 -48
  6. package/SCSS-Themes/bootstrap5.scss +96 -48
  7. package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +4 -0
  8. package/SCSS-Themes/buttons/check-box/bootstrap.scss +4 -0
  9. package/SCSS-Themes/buttons/check-box/bootstrap4.scss +4 -0
  10. package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +4 -0
  11. package/SCSS-Themes/buttons/check-box/bootstrap5.scss +4 -0
  12. package/SCSS-Themes/buttons/check-box/fabric-dark.scss +4 -0
  13. package/SCSS-Themes/buttons/check-box/fabric.scss +4 -0
  14. package/SCSS-Themes/buttons/check-box/fluent-dark.scss +4 -0
  15. package/SCSS-Themes/buttons/check-box/fluent.scss +4 -0
  16. package/SCSS-Themes/buttons/check-box/highcontrast.scss +4 -0
  17. package/SCSS-Themes/buttons/check-box/material-dark.scss +4 -0
  18. package/SCSS-Themes/buttons/check-box/material.scss +4 -0
  19. package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +4 -0
  20. package/SCSS-Themes/buttons/check-box/tailwind.scss +4 -0
  21. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark.scss +3 -0
  22. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap.scss +3 -0
  23. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4.scss +3 -0
  24. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark.scss +3 -0
  25. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.scss +3 -0
  26. package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark.scss +3 -0
  27. package/SCSS-Themes/dropdowns/drop-down-list/fabric.scss +3 -0
  28. package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark.scss +3 -0
  29. package/SCSS-Themes/dropdowns/drop-down-list/fluent.scss +3 -0
  30. package/SCSS-Themes/dropdowns/drop-down-list/highcontrast.scss +3 -0
  31. package/SCSS-Themes/dropdowns/drop-down-list/material-dark.scss +3 -0
  32. package/SCSS-Themes/dropdowns/drop-down-list/material.scss +3 -0
  33. package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark.scss +3 -0
  34. package/SCSS-Themes/dropdowns/drop-down-list/tailwind.scss +3 -0
  35. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +3 -2
  36. package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +3 -2
  37. package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +3 -2
  38. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +3 -2
  39. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +3 -2
  40. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +3 -2
  41. package/SCSS-Themes/dropdowns/multi-select/fabric.scss +3 -2
  42. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +3 -2
  43. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +3 -2
  44. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +3 -2
  45. package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +3 -2
  46. package/SCSS-Themes/dropdowns/multi-select/material.scss +3 -2
  47. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +3 -2
  48. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +3 -2
  49. package/SCSS-Themes/fabric-dark.scss +95 -47
  50. package/SCSS-Themes/fabric.scss +95 -47
  51. package/SCSS-Themes/fluent-dark.scss +96 -48
  52. package/SCSS-Themes/fluent.scss +96 -48
  53. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +17 -1
  54. package/SCSS-Themes/grids/grid/bootstrap.scss +17 -1
  55. package/SCSS-Themes/grids/grid/bootstrap4.scss +17 -1
  56. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +17 -1
  57. package/SCSS-Themes/grids/grid/bootstrap5.scss +17 -1
  58. package/SCSS-Themes/grids/grid/fabric-dark.scss +17 -1
  59. package/SCSS-Themes/grids/grid/fabric.scss +17 -1
  60. package/SCSS-Themes/grids/grid/fluent-dark.scss +17 -1
  61. package/SCSS-Themes/grids/grid/fluent.scss +17 -1
  62. package/SCSS-Themes/grids/grid/highcontrast.scss +17 -1
  63. package/SCSS-Themes/grids/grid/material-dark.scss +17 -1
  64. package/SCSS-Themes/grids/grid/material.scss +17 -1
  65. package/SCSS-Themes/grids/grid/tailwind-dark.scss +17 -1
  66. package/SCSS-Themes/grids/grid/tailwind.scss +17 -1
  67. package/SCSS-Themes/highcontrast.scss +95 -47
  68. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
  69. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
  70. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
  71. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
  72. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
  73. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
  74. package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
  75. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
  76. package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
  77. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
  78. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
  79. package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
  80. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
  81. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
  82. package/SCSS-Themes/inputs/color-picker/bootstrap-dark.scss +14 -0
  83. package/SCSS-Themes/inputs/color-picker/bootstrap.scss +14 -0
  84. package/SCSS-Themes/inputs/color-picker/bootstrap4.scss +14 -0
  85. package/SCSS-Themes/inputs/color-picker/bootstrap5-dark.scss +14 -0
  86. package/SCSS-Themes/inputs/color-picker/bootstrap5.scss +14 -0
  87. package/SCSS-Themes/inputs/color-picker/fabric-dark.scss +14 -0
  88. package/SCSS-Themes/inputs/color-picker/fabric.scss +14 -0
  89. package/SCSS-Themes/inputs/color-picker/fluent-dark.scss +14 -0
  90. package/SCSS-Themes/inputs/color-picker/fluent.scss +14 -0
  91. package/SCSS-Themes/inputs/color-picker/highcontrast.scss +14 -0
  92. package/SCSS-Themes/inputs/color-picker/material-dark.scss +14 -0
  93. package/SCSS-Themes/inputs/color-picker/material.scss +14 -0
  94. package/SCSS-Themes/inputs/color-picker/tailwind-dark.scss +14 -0
  95. package/SCSS-Themes/inputs/color-picker/tailwind.scss +14 -0
  96. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +1 -0
  97. package/SCSS-Themes/inputs/input/bootstrap.scss +1 -0
  98. package/SCSS-Themes/inputs/input/bootstrap4.scss +1 -0
  99. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +1 -0
  100. package/SCSS-Themes/inputs/input/bootstrap5.scss +1 -0
  101. package/SCSS-Themes/inputs/input/fabric-dark.scss +1 -0
  102. package/SCSS-Themes/inputs/input/fabric.scss +1 -0
  103. package/SCSS-Themes/inputs/input/fluent-dark.scss +1 -0
  104. package/SCSS-Themes/inputs/input/fluent.scss +1 -0
  105. package/SCSS-Themes/inputs/input/highcontrast.scss +1 -0
  106. package/SCSS-Themes/inputs/input/material-dark.scss +1 -0
  107. package/SCSS-Themes/inputs/input/material.scss +1 -0
  108. package/SCSS-Themes/inputs/input/tailwind-dark.scss +1 -0
  109. package/SCSS-Themes/inputs/input/tailwind.scss +1 -0
  110. package/SCSS-Themes/material-dark.scss +95 -47
  111. package/SCSS-Themes/material.scss +95 -47
  112. package/SCSS-Themes/navigations/context-menu/bootstrap-dark.scss +16 -12
  113. package/SCSS-Themes/navigations/context-menu/bootstrap.scss +16 -12
  114. package/SCSS-Themes/navigations/context-menu/bootstrap4.scss +16 -12
  115. package/SCSS-Themes/navigations/context-menu/bootstrap5-dark.scss +16 -12
  116. package/SCSS-Themes/navigations/context-menu/bootstrap5.scss +16 -12
  117. package/SCSS-Themes/navigations/context-menu/fabric-dark.scss +16 -12
  118. package/SCSS-Themes/navigations/context-menu/fabric.scss +16 -12
  119. package/SCSS-Themes/navigations/context-menu/fluent-dark.scss +16 -12
  120. package/SCSS-Themes/navigations/context-menu/fluent.scss +16 -12
  121. package/SCSS-Themes/navigations/context-menu/highcontrast.scss +16 -12
  122. package/SCSS-Themes/navigations/context-menu/material-dark.scss +16 -12
  123. package/SCSS-Themes/navigations/context-menu/material.scss +16 -12
  124. package/SCSS-Themes/navigations/context-menu/tailwind-dark.scss +16 -12
  125. package/SCSS-Themes/navigations/context-menu/tailwind.scss +16 -12
  126. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +1 -1
  127. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +1 -1
  128. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +1 -1
  129. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +23 -27
  130. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +23 -27
  131. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +23 -27
  132. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +23 -27
  133. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +23 -27
  134. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +23 -27
  135. package/SCSS-Themes/pivotview/pivotview/fabric.scss +23 -27
  136. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +23 -27
  137. package/SCSS-Themes/pivotview/pivotview/fluent.scss +23 -27
  138. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +23 -27
  139. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +23 -27
  140. package/SCSS-Themes/pivotview/pivotview/material.scss +23 -27
  141. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +23 -27
  142. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +23 -27
  143. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  144. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  145. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +4 -4
  146. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +4 -4
  147. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +4 -4
  148. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +4 -4
  149. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +4 -4
  150. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +4 -4
  151. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +4 -4
  152. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +4 -4
  153. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +4 -4
  154. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +4 -4
  155. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +4 -4
  156. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +4 -4
  157. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +4 -4
  158. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +4 -4
  159. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +1 -1
  160. package/SCSS-Themes/schedule/schedule/bootstrap.scss +1 -1
  161. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +1 -1
  162. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +1 -1
  163. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +1 -1
  164. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +1 -1
  165. package/SCSS-Themes/schedule/schedule/fabric.scss +1 -1
  166. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +1 -1
  167. package/SCSS-Themes/schedule/schedule/fluent.scss +1 -1
  168. package/SCSS-Themes/schedule/schedule/highcontrast.scss +1 -1
  169. package/SCSS-Themes/schedule/schedule/material-dark.scss +1 -1
  170. package/SCSS-Themes/schedule/schedule/material.scss +1 -1
  171. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +1 -1
  172. package/SCSS-Themes/schedule/schedule/tailwind.scss +1 -1
  173. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +3 -0
  174. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +3 -0
  175. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +3 -0
  176. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +3 -0
  177. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +3 -0
  178. package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +3 -0
  179. package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +3 -0
  180. package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +3 -0
  181. package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +3 -0
  182. package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +3 -0
  183. package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +3 -0
  184. package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +3 -0
  185. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +3 -0
  186. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +3 -0
  187. package/SCSS-Themes/tailwind-dark.scss +95 -47
  188. package/SCSS-Themes/tailwind.scss +96 -48
  189. package/package.json +1 -1
@@ -2594,6 +2594,9 @@ $ddl-bigger-small-list-font-size: 14px !default;
2594
2594
  #{&}.e-ddl.e-popup.e-ddl-device-filter {
2595
2595
  margin: $ddl-filter-margin;
2596
2596
  }
2597
+ #{&}.e-ios {
2598
+ position: fixed;
2599
+ }
2597
2600
  }
2598
2601
 
2599
2602
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
@@ -6228,6 +6231,7 @@ $float-label-rtl-value: -7px !default;
6228
6231
 
6229
6232
  input.e-input.e-rtl#{$css},
6230
6233
  .e-input-group.e-rtl input.e-input,
6234
+ .e-input-group.e-control-container.e-rtl input.e-control,
6231
6235
  .e-input-group.e-control-wrapper.e-rtl input.e-input,
6232
6236
  .e-float-input.e-rtl input,
6233
6237
  .e-float-input.e-control-wrapper.e-rtl input,
@@ -26953,6 +26957,10 @@ $cbox-border-style: solid !default;
26953
26957
  }
26954
26958
  }
26955
26959
 
26960
+ .e-checkbox-wrapper[readonly] {
26961
+ pointer-events: none;
26962
+ }
26963
+
26956
26964
  .e-small .e-checkbox-wrapper,
26957
26965
  .e-small.e-checkbox-wrapper,
26958
26966
  .e-small .e-css.e-checkbox-wrapper,
@@ -29217,6 +29225,9 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
29217
29225
 
29218
29226
  .e-caret {
29219
29227
  font-size: $drop-down-btn-caret-icon-font-size;
29228
+ @if $skin-name == 'FluentUI' or $skin-name == 'highcontrast' {
29229
+ margin-top: 0;
29230
+ }
29220
29231
  }
29221
29232
 
29222
29233
  &.e-vertical {
@@ -34262,12 +34273,26 @@ $cpicker-blazor-bigger-input-margin: calc(1.699% - 2.9px) !default;
34262
34273
  & .e-slider-track {
34263
34274
  background: linear-gradient(to left, $cpicker-gradient-0 0, $cpicker-gradient-16 16%, $cpicker-gradient-33 33%, $cpicker-gradient-50 50%, $cpicker-gradient-67 67%, $cpicker-gradient-84 84%, $cpicker-gradient-100 100%);
34264
34275
  }
34276
+
34277
+ & .e-handle {
34278
+ @if $skin-name == 'FluentUI' {
34279
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34280
+ }
34281
+ }
34265
34282
  }
34266
34283
 
34267
34284
  & .e-preview-container {
34268
34285
  margin-left: 0;
34269
34286
  margin-right: $cpicker-preview-margin-left;
34270
34287
  }
34288
+
34289
+ & .e-opacity-slider {
34290
+ & .e-handle-first {
34291
+ @if $skin-name == 'FluentUI' {
34292
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34293
+ }
34294
+ }
34295
+ }
34271
34296
  }
34272
34297
 
34273
34298
  & .e-selected-value {
@@ -35276,22 +35301,26 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
35276
35301
 
35277
35302
 
35278
35303
  @mixin focused-icon-color {
35279
- & .e-caret {
35280
- color: $cmenu-caret-color;
35281
- }
35282
-
35283
- & .e-menu-icon {
35284
- color: $cmenu-icon-color;
35304
+ @if $skin-name != 'bootstrap5' {
35305
+ & .e-caret {
35306
+ color: $cmenu-caret-color;
35307
+ }
35308
+
35309
+ & .e-menu-icon {
35310
+ color: $cmenu-icon-color;
35311
+ }
35285
35312
  }
35286
35313
  }
35287
35314
 
35288
35315
  @mixin selected-icon-color {
35289
- & .e-caret {
35290
- color: $cmenu-caret-hover-color;
35291
- }
35292
-
35293
- & .e-menu-icon {
35294
- color: $cmenu-hover-icon-color;
35316
+ @if $skin-name != 'bootstrap5' {
35317
+ & .e-caret {
35318
+ color: $cmenu-caret-hover-color;
35319
+ }
35320
+
35321
+ & .e-menu-icon {
35322
+ color: $cmenu-hover-icon-color;
35323
+ }
35295
35324
  }
35296
35325
  }
35297
35326
 
@@ -51903,7 +51932,7 @@ $treeview-text-wrap-padding: 0 0 0 24px !default;
51903
51932
  $treeview-rtl-text-wrap-padding: 0 24px 0 0 !default;
51904
51933
  $treeview-icon-size: 20px !default;
51905
51934
  $treeview-big-icon-size: 24px !default;
51906
- $treeview-icon-margin: 0 2px 0 -24px !default;
51935
+ $treeview-icon-margin: 0 4px 0 -24px !default;
51907
51936
  $treeview-drag-icon-margin: 0 8px 8px -24px;
51908
51937
  $treeview-big-icon-margin: 0 0 0 -24px !default;
51909
51938
  $treeview-rtl-icon-margin: -0.5px -24px 0 0 !default;
@@ -56869,6 +56898,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
56869
56898
  $ddl-chip-sel-mobile-close-height: 40px !default;
56870
56899
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
56871
56900
  $ddl-input-text-indent: 6px !default;
56901
+ $ddl-input-placeholder-padding: 0 0 0 8px !default;
56872
56902
  $ddl-rtl-chip-sel-close-left: -10px !default;
56873
56903
  $ddl-popup-active-focus-bg-color: $primary !default;
56874
56904
  $ddl-popup-active-focus-font-color: $primary-font !default;
@@ -57456,8 +57486,8 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
57456
57486
  height: $ddl-input-height;
57457
57487
  min-height: $ddl-input-height;
57458
57488
  outline: none;
57459
- padding: 0;
57460
- text-indent: $ddl-input-text-indent;
57489
+ padding: $ddl-input-placeholder-padding;
57490
+ text-indent: 0;
57461
57491
  }
57462
57492
 
57463
57493
  .e-multiselect.e-filled .e-multi-select-wrapper input[type = 'text'] {
@@ -71516,6 +71546,8 @@ $grid-reorderarrow-margin-top: -7.5px !default;
71516
71546
  $grid-reorderdownarrow-margin-top: 2.5px !default;
71517
71547
  $grid-reorder-arrow-top-margin: 0 !default;
71518
71548
  $grid-reorder-downarrow-top-margin: -3px !default;
71549
+ $grid-reorder-virtualarrow-top-margin: -1px !default;
71550
+ $grid-reorder-virtualdownarrow-top-margin: -3px !default;
71519
71551
  $grid-sortnumber-font-size: 9px !default;
71520
71552
  $grid-header-text-transform: none !default;
71521
71553
  $grid-bigger-toolbar-icon-size: 18px !default;
@@ -73865,7 +73897,9 @@ $grid-dropitems-count-margin-left: -8px !default;
73865
73897
  }
73866
73898
 
73867
73899
  .e-gridheader .e-headercontent .e-reorderuparrow,
73868
- .e-gridheader .e-headercontent .e-reorderdownarrow {
73900
+ .e-gridheader .e-headercontent .e-reorderdownarrow,
73901
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
73902
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
73869
73903
  font-size: $grid-reorderarrow-font-size;
73870
73904
  margin-left: $grid-reorderarrow-margin-left;
73871
73905
  margin-top: $grid-reorderarrow-margin-top;
@@ -75210,9 +75244,16 @@ $grid-dropitems-count-margin-left: -8px !default;
75210
75244
  margin-top: $grid-reorder-arrow-top-margin;
75211
75245
  }
75212
75246
 
75247
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
75248
+ margin-top: $grid-reorder-virtualarrow-top-margin;
75249
+ }
75250
+
75213
75251
  .e-gridheader .e-headercontent .e-reorderdownarrow {
75214
75252
  margin-top: $grid-reorder-downarrow-top-margin;
75215
75253
  }
75254
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
75255
+ margin-top: $grid-reorder-virtualdownarrow-top-margin;
75256
+ }
75216
75257
 
75217
75258
  .e-masked-cell.e-rowcell .e-virtualcell {
75218
75259
  background-color: $grid-maskedcell-virtual-background-color;
@@ -75263,6 +75304,11 @@ $grid-dropitems-count-margin-left: -8px !default;
75263
75304
  .e-cc-contentdiv .e-choosercheck {
75264
75305
  white-space: $grid-filter-checkbox-white-space;
75265
75306
  }
75307
+
75308
+ .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
75309
+ .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl){
75310
+ text-align: left;
75311
+ }
75266
75312
  }
75267
75313
  }
75268
75314
  }
@@ -82217,7 +82263,7 @@ $rte-drop-text-mobile-width: 250px !default;
82217
82263
  font-size: $rte-toolbar-big-icon-size;
82218
82264
  }
82219
82265
 
82220
- .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
82266
+ .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
82221
82267
  .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
82222
82268
  top: -20px;
82223
82269
  }
@@ -82461,13 +82507,13 @@ $rte-drop-text-mobile-width: 250px !default;
82461
82507
  padding-right: $rte-drop-btn-action-padding-right;
82462
82508
  }
82463
82509
 
82464
- .e-font-color .e-selected-color.e-icons::before {
82510
+ .e-rte-font-color .e-selected-color.e-icons::before {
82465
82511
  font-size: 12px;
82466
82512
  position: relative;
82467
82513
  top: -18px;
82468
82514
  }
82469
82515
 
82470
- .e-font-color.e-icons::before {
82516
+ .e-rte-font-color.e-icons::before {
82471
82517
  font-size: 13px;
82472
82518
  }
82473
82519
 
@@ -84751,7 +84797,7 @@ $rte-drop-text-mobile-width: 250px !default;
84751
84797
  content: '\e74b';
84752
84798
  }
84753
84799
 
84754
- .e-font-color::before {
84800
+ .e-rte-font-color::before {
84755
84801
  content: '\e80e';
84756
84802
  }
84757
84803
 
@@ -102248,20 +102294,6 @@ $pivotpager-single-size-title-padding: 8px !default;
102248
102294
 
102249
102295
  .e-toolbar-items {
102250
102296
  background: $pivotgrid-grp-bg-color;
102251
-
102252
- .e-toolbar-item {
102253
- .e-tbar-btn.e-btn.e-control {
102254
- @if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
102255
- background: $pivotgrid-grp-bg-color;
102256
-
102257
- &:hover {
102258
- @if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
102259
- background: $pivotgrid-grp-bg-hover-color;
102260
- }
102261
- }
102262
- }
102263
- }
102264
- }
102265
102297
  }
102266
102298
 
102267
102299
  .e-toolbar-item .e-tbar-btn.e-btn {
@@ -102354,20 +102386,28 @@ $pivotpager-single-size-title-padding: 8px !default;
102354
102386
  @if ($pivotgrid-skin == 'bootstrap4') {
102355
102387
  background-color: $gray-600;
102356
102388
  border-radius: $pivotgrid-default-border-radius;
102357
- }
102389
+ }
102358
102390
 
102359
- .e-menu-icon,
102360
- .e-icons{
102361
- @if ($pivotgrid-skin == 'bootstrap4') {
102362
- color: $white;
102391
+ .e-menu-icon,
102392
+ .e-icons{
102393
+ @if ($pivotgrid-skin == 'bootstrap4') {
102394
+ color: $white;
102395
+ }
102396
+
102397
+ @if ($pivotgrid-skin == 'FluentUI') {
102398
+ color: $pivotgrid-active-color;
102399
+ }
102363
102400
  }
102401
+ }
102364
102402
 
102365
- @if ($pivotgrid-skin == 'FluentUI') {
102366
- color: $pivotgrid-active-color;
102403
+ ul.e-menu {
102404
+ @if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
102405
+ ($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
102406
+ padding-right: 0 !important;
102407
+ padding-left: 0 !important;
102367
102408
  }
102368
102409
  }
102369
102410
  }
102370
- }
102371
102411
 
102372
102412
  .e-tab .e-tab-header .e-toolbar-item.e-active {
102373
102413
  margin-left: 18px !important;
@@ -102860,15 +102900,17 @@ $pivotpager-single-size-title-padding: 8px !default;
102860
102900
  }
102861
102901
 
102862
102902
  .e-toolbar .e-tbar-btn {
102863
- @if ($skin-name == 'tailwind') {
102864
- background-color: transparent;
102865
- }
102903
+ background-color: transparent;
102904
+
102905
+ @if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
102906
+ border: none !important;
102907
+ }
102866
102908
 
102867
102909
  &:hover {
102868
102910
  @if ($skin-name == 'tailwind') {
102869
102911
  background-color: $pivot-toolbar-icon-hover-color;
102870
- }
102871
- }
102912
+ }
102913
+ }
102872
102914
  }
102873
102915
 
102874
102916
 
@@ -107098,7 +107140,7 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
107098
107140
  vertical-align: top;
107099
107141
 
107100
107142
  &.e-translate {
107101
- transition: transform .3s ease 0s;
107143
+ transition: transform .1s ease 0s;
107102
107144
  }
107103
107145
  }
107104
107146
 
@@ -111954,6 +111996,12 @@ $image-editor-contextual-toolbar: $gray-100 !default;
111954
111996
  border-top: $image-editor-border;
111955
111997
  }
111956
111998
 
111999
+ & .e-canvas-wrapper {
112000
+ & .e-textarea {
112001
+ line-height: initial !important; /* stylelint-disable-line declaration-no-important */
112002
+ }
112003
+ }
112004
+
111957
112005
  & .e-bottom-toolbar {
111958
112006
  border-top: $image-editor-border;
111959
112007
  }
@@ -2770,6 +2770,9 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
2770
2770
  #{&}.e-ddl.e-popup.e-ddl-device-filter {
2771
2771
  margin: $ddl-filter-margin;
2772
2772
  }
2773
+ #{&}.e-ios {
2774
+ position: fixed;
2775
+ }
2773
2776
  }
2774
2777
 
2775
2778
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
@@ -6415,6 +6418,7 @@ $float-label-rtl-value: -7px !default;
6415
6418
 
6416
6419
  input.e-input.e-rtl#{$css},
6417
6420
  .e-input-group.e-rtl input.e-input,
6421
+ .e-input-group.e-control-container.e-rtl input.e-control,
6418
6422
  .e-input-group.e-control-wrapper.e-rtl input.e-input,
6419
6423
  .e-float-input.e-rtl input,
6420
6424
  .e-float-input.e-control-wrapper.e-rtl input,
@@ -27249,6 +27253,10 @@ $cbox-border-style: solid !default;
27249
27253
  }
27250
27254
  }
27251
27255
 
27256
+ .e-checkbox-wrapper[readonly] {
27257
+ pointer-events: none;
27258
+ }
27259
+
27252
27260
  .e-small .e-checkbox-wrapper,
27253
27261
  .e-small.e-checkbox-wrapper,
27254
27262
  .e-small .e-css.e-checkbox-wrapper,
@@ -29517,6 +29525,9 @@ $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
29517
29525
 
29518
29526
  .e-caret {
29519
29527
  font-size: $drop-down-btn-caret-icon-font-size;
29528
+ @if $skin-name == 'FluentUI' or $skin-name == 'highcontrast' {
29529
+ margin-top: 0;
29530
+ }
29520
29531
  }
29521
29532
 
29522
29533
  &.e-vertical {
@@ -34521,12 +34532,26 @@ $cpicker-split-btn-border: 1px solid $border !default;
34521
34532
  & .e-slider-track {
34522
34533
  background: linear-gradient(to left, $cpicker-gradient-0 0, $cpicker-gradient-16 16%, $cpicker-gradient-33 33%, $cpicker-gradient-50 50%, $cpicker-gradient-67 67%, $cpicker-gradient-84 84%, $cpicker-gradient-100 100%);
34523
34534
  }
34535
+
34536
+ & .e-handle {
34537
+ @if $skin-name == 'FluentUI' {
34538
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34539
+ }
34540
+ }
34524
34541
  }
34525
34542
 
34526
34543
  & .e-preview-container {
34527
34544
  margin-left: 0;
34528
34545
  margin-right: $cpicker-preview-margin-left;
34529
34546
  }
34547
+
34548
+ & .e-opacity-slider {
34549
+ & .e-handle-first {
34550
+ @if $skin-name == 'FluentUI' {
34551
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34552
+ }
34553
+ }
34554
+ }
34530
34555
  }
34531
34556
 
34532
34557
  & .e-selected-value {
@@ -35528,22 +35553,26 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
35528
35553
 
35529
35554
 
35530
35555
  @mixin focused-icon-color {
35531
- & .e-caret {
35532
- color: $cmenu-caret-color;
35533
- }
35534
-
35535
- & .e-menu-icon {
35536
- color: $cmenu-icon-color;
35556
+ @if $skin-name != 'bootstrap5' {
35557
+ & .e-caret {
35558
+ color: $cmenu-caret-color;
35559
+ }
35560
+
35561
+ & .e-menu-icon {
35562
+ color: $cmenu-icon-color;
35563
+ }
35537
35564
  }
35538
35565
  }
35539
35566
 
35540
35567
  @mixin selected-icon-color {
35541
- & .e-caret {
35542
- color: $cmenu-caret-hover-color;
35543
- }
35544
-
35545
- & .e-menu-icon {
35546
- color: $cmenu-hover-icon-color;
35568
+ @if $skin-name != 'bootstrap5' {
35569
+ & .e-caret {
35570
+ color: $cmenu-caret-hover-color;
35571
+ }
35572
+
35573
+ & .e-menu-icon {
35574
+ color: $cmenu-hover-icon-color;
35575
+ }
35547
35576
  }
35548
35577
  }
35549
35578
 
@@ -52207,7 +52236,7 @@ $treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
52207
52236
  $treeview-text-wrap-padding: 0 0 0 20px !default;
52208
52237
  $treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
52209
52238
  $treeview-icon-size: 20px !default;
52210
- $treeview-icon-margin: 0 2px 0 -25px !default;
52239
+ $treeview-icon-margin: 0 4px 0 -25px !default;
52211
52240
  $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
52212
52241
  $treeview-icon-padding: 0px !default;
52213
52242
  $treeview-text-padding: 0 8px !default;
@@ -57179,6 +57208,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
57179
57208
  $ddl-chip-sel-mobile-close-height: 40px !default;
57180
57209
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
57181
57210
  $ddl-input-text-indent: 8px !default;
57211
+ $ddl-input-placeholder-padding: 0 0 0 8px !default;
57182
57212
  $ddl-rtl-chip-sel-close-left: -12px !default;
57183
57213
  $ddl-popup-active-focus-border-width: 0 !default;
57184
57214
  $ddl-popup-active-focus-shadow-item: none !default;
@@ -57751,8 +57781,8 @@ $ddl-close-down-icon-left: 35px !default;
57751
57781
  height: $ddl-input-height;
57752
57782
  min-height: $ddl-input-height;
57753
57783
  outline: none;
57754
- padding: 0;
57755
- text-indent: $ddl-input-text-indent;
57784
+ padding: $ddl-input-placeholder-padding;
57785
+ text-indent: 0;
57756
57786
  }
57757
57787
 
57758
57788
  .e-multiselect.e-filled .e-multi-select-wrapper input[type = 'text'] {
@@ -71890,6 +71920,8 @@ $grid-reorderarrow-margin-top: -7px !default;
71890
71920
  $grid-reorderdownarrow-margin-top: 4px !default;
71891
71921
  $grid-reorder-arrow-top-margin: 0 !default;
71892
71922
  $grid-reorder-downarrow-top-margin: -2px !default;
71923
+ $grid-reorder-virtualarrow-top-margin: -1px !default;
71924
+ $grid-reorder-virtualdownarrow-top-margin: -1px !default;
71893
71925
  $grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
71894
71926
  $grid-reorderarrow-margin-left: -3px !default;
71895
71927
  $grid-column-chooser-cancel-icon-size: $text-sm !default;
@@ -74237,7 +74269,9 @@ $grid-dropitems-count-margin-left: -4px !default;
74237
74269
  }
74238
74270
 
74239
74271
  .e-gridheader .e-headercontent .e-reorderuparrow,
74240
- .e-gridheader .e-headercontent .e-reorderdownarrow {
74272
+ .e-gridheader .e-headercontent .e-reorderdownarrow,
74273
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
74274
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
74241
74275
  font-size: $grid-reorderarrow-font-size;
74242
74276
  margin-left: $grid-reorderarrow-margin-left;
74243
74277
  margin-top: $grid-reorderarrow-margin-top;
@@ -75582,9 +75616,16 @@ $grid-dropitems-count-margin-left: -4px !default;
75582
75616
  margin-top: $grid-reorder-arrow-top-margin;
75583
75617
  }
75584
75618
 
75619
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
75620
+ margin-top: $grid-reorder-virtualarrow-top-margin;
75621
+ }
75622
+
75585
75623
  .e-gridheader .e-headercontent .e-reorderdownarrow {
75586
75624
  margin-top: $grid-reorder-downarrow-top-margin;
75587
75625
  }
75626
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
75627
+ margin-top: $grid-reorder-virtualdownarrow-top-margin;
75628
+ }
75588
75629
 
75589
75630
  .e-masked-cell.e-rowcell .e-virtualcell {
75590
75631
  background-color: $grid-maskedcell-virtual-background-color;
@@ -75635,6 +75676,11 @@ $grid-dropitems-count-margin-left: -4px !default;
75635
75676
  .e-cc-contentdiv .e-choosercheck {
75636
75677
  white-space: $grid-filter-checkbox-white-space;
75637
75678
  }
75679
+
75680
+ .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
75681
+ .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl){
75682
+ text-align: left;
75683
+ }
75638
75684
  }
75639
75685
  }
75640
75686
  }
@@ -82404,7 +82450,7 @@ $rte-drop-text-mobile-width: 250px !default;
82404
82450
  font-size: $rte-toolbar-big-icon-size;
82405
82451
  }
82406
82452
 
82407
- .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
82453
+ .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
82408
82454
  .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
82409
82455
  top: -20px;
82410
82456
  }
@@ -82648,13 +82694,13 @@ $rte-drop-text-mobile-width: 250px !default;
82648
82694
  padding-right: $rte-drop-btn-action-padding-right;
82649
82695
  }
82650
82696
 
82651
- .e-font-color .e-selected-color.e-icons::before {
82697
+ .e-rte-font-color .e-selected-color.e-icons::before {
82652
82698
  font-size: 12px;
82653
82699
  position: relative;
82654
82700
  top: -18px;
82655
82701
  }
82656
82702
 
82657
- .e-font-color.e-icons::before {
82703
+ .e-rte-font-color.e-icons::before {
82658
82704
  font-size: 13px;
82659
82705
  }
82660
82706
 
@@ -84937,7 +84983,7 @@ $rte-drop-text-mobile-width: 250px !default;
84937
84983
  content: '\e76f';
84938
84984
  }
84939
84985
 
84940
- .e-font-color::before {
84986
+ .e-rte-font-color::before {
84941
84987
  content: '\e79f';
84942
84988
  }
84943
84989
 
@@ -102401,20 +102447,6 @@ $pivotpager-single-size-title-padding: 8px !default;
102401
102447
 
102402
102448
  .e-toolbar-items {
102403
102449
  background: $pivotgrid-grp-bg-color;
102404
-
102405
- .e-toolbar-item {
102406
- .e-tbar-btn.e-btn.e-control {
102407
- @if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
102408
- background: $pivotgrid-grp-bg-color;
102409
-
102410
- &:hover {
102411
- @if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
102412
- background: $pivotgrid-grp-bg-hover-color;
102413
- }
102414
- }
102415
- }
102416
- }
102417
- }
102418
102450
  }
102419
102451
 
102420
102452
  .e-toolbar-item .e-tbar-btn.e-btn {
@@ -102507,20 +102539,28 @@ $pivotpager-single-size-title-padding: 8px !default;
102507
102539
  @if ($pivotgrid-skin == 'bootstrap4') {
102508
102540
  background-color: $gray-600;
102509
102541
  border-radius: $pivotgrid-default-border-radius;
102510
- }
102542
+ }
102511
102543
 
102512
- .e-menu-icon,
102513
- .e-icons{
102514
- @if ($pivotgrid-skin == 'bootstrap4') {
102515
- color: $white;
102544
+ .e-menu-icon,
102545
+ .e-icons{
102546
+ @if ($pivotgrid-skin == 'bootstrap4') {
102547
+ color: $white;
102548
+ }
102549
+
102550
+ @if ($pivotgrid-skin == 'FluentUI') {
102551
+ color: $pivotgrid-active-color;
102552
+ }
102516
102553
  }
102554
+ }
102517
102555
 
102518
- @if ($pivotgrid-skin == 'FluentUI') {
102519
- color: $pivotgrid-active-color;
102556
+ ul.e-menu {
102557
+ @if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
102558
+ ($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
102559
+ padding-right: 0 !important;
102560
+ padding-left: 0 !important;
102520
102561
  }
102521
102562
  }
102522
102563
  }
102523
- }
102524
102564
 
102525
102565
  .e-tab .e-tab-header .e-toolbar-item.e-active {
102526
102566
  margin-left: 18px !important;
@@ -103013,15 +103053,17 @@ $pivotpager-single-size-title-padding: 8px !default;
103013
103053
  }
103014
103054
 
103015
103055
  .e-toolbar .e-tbar-btn {
103016
- @if ($skin-name == 'tailwind') {
103017
- background-color: transparent;
103018
- }
103056
+ background-color: transparent;
103057
+
103058
+ @if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
103059
+ border: none !important;
103060
+ }
103019
103061
 
103020
103062
  &:hover {
103021
103063
  @if ($skin-name == 'tailwind') {
103022
103064
  background-color: $pivot-toolbar-icon-hover-color;
103023
- }
103024
- }
103065
+ }
103066
+ }
103025
103067
  }
103026
103068
 
103027
103069
 
@@ -107259,7 +107301,7 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
107259
107301
  vertical-align: top;
107260
107302
 
107261
107303
  &.e-translate {
107262
- transition: transform .3s ease 0s;
107304
+ transition: transform .1s ease 0s;
107263
107305
  }
107264
107306
  }
107265
107307
 
@@ -112115,6 +112157,12 @@ $image-editor-contextual-toolbar: $content-bg-color-alt1 !default;
112115
112157
  border-top: $image-editor-border;
112116
112158
  }
112117
112159
 
112160
+ & .e-canvas-wrapper {
112161
+ & .e-textarea {
112162
+ line-height: initial !important; /* stylelint-disable-line declaration-no-important */
112163
+ }
112164
+ }
112165
+
112118
112166
  & .e-bottom-toolbar {
112119
112167
  border-top: $image-editor-border;
112120
112168
  }