@syncfusion/blazor-themes 23.1.36 → 23.1.39

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 (162) hide show
  1. package/SCSS-Themes/base/material-dark.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +152 -32
  3. package/SCSS-Themes/bootstrap.scss +153 -33
  4. package/SCSS-Themes/bootstrap4.scss +155 -35
  5. package/SCSS-Themes/bootstrap5-dark.scss +152 -34
  6. package/SCSS-Themes/bootstrap5.scss +152 -34
  7. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
  8. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
  9. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
  10. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
  11. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
  12. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
  13. package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
  14. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
  15. package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
  16. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
  17. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
  18. package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
  19. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
  20. package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
  21. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
  22. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
  23. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
  24. package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
  25. package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
  26. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
  27. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
  28. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
  29. package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
  30. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
  31. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
  32. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
  33. package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
  34. package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
  35. package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
  36. package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
  37. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
  38. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
  39. package/SCSS-Themes/fabric-dark.scss +153 -33
  40. package/SCSS-Themes/fabric.scss +153 -33
  41. package/SCSS-Themes/fluent-dark.scss +154 -36
  42. package/SCSS-Themes/fluent.scss +154 -36
  43. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
  44. package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
  45. package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
  46. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
  47. package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
  48. package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
  49. package/SCSS-Themes/grids/grid/fabric.scss +9 -0
  50. package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
  51. package/SCSS-Themes/grids/grid/fluent.scss +9 -0
  52. package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
  53. package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
  54. package/SCSS-Themes/grids/grid/material.scss +9 -0
  55. package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
  56. package/SCSS-Themes/grids/grid/material3.scss +9 -0
  57. package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
  58. package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
  59. package/SCSS-Themes/highcontrast.scss +152 -32
  60. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
  61. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
  62. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
  63. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
  64. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
  65. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
  66. package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
  67. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
  68. package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
  69. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
  70. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
  71. package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
  72. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
  73. package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
  74. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
  75. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
  76. package/SCSS-Themes/material-dark.scss +155 -35
  77. package/SCSS-Themes/material.scss +154 -34
  78. package/SCSS-Themes/material3-dark.scss +153 -36
  79. package/SCSS-Themes/material3.scss +153 -36
  80. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
  81. package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
  82. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
  83. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
  84. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
  85. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
  86. package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
  87. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
  88. package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
  89. package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
  90. package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
  91. package/SCSS-Themes/navigations/treeview/material.scss +4 -1
  92. package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
  93. package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
  94. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
  95. package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
  96. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
  97. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
  98. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
  99. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
  100. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
  101. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
  102. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
  103. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
  104. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
  105. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
  106. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
  107. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
  108. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
  109. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
  110. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
  111. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
  112. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
  113. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
  114. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
  115. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
  116. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
  117. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
  118. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
  119. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
  120. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
  121. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
  122. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
  123. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
  124. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
  125. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
  126. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
  127. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
  128. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
  129. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
  130. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
  131. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
  132. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
  133. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
  134. package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
  135. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
  136. package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
  137. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
  138. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
  139. package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
  140. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
  141. package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
  142. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
  143. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
  144. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
  145. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
  146. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
  147. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
  148. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
  149. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
  150. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
  151. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
  152. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
  153. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
  154. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
  155. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
  156. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
  157. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
  158. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
  159. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
  160. package/SCSS-Themes/tailwind-dark.scss +154 -36
  161. package/SCSS-Themes/tailwind.scss +154 -36
  162. package/package.json +1 -1
@@ -55081,7 +55081,10 @@ $ripple-width: 32px !default;
55081
55081
  display: inline-block;
55082
55082
  line-height: $treeview-text-height;
55083
55083
  margin: $treeview-text-margin;
55084
- @if $skin-name != 'bootstrap4' {
55084
+ @if $skin-name == 'Material3' {
55085
+ min-height: $treeview-item-height;
55086
+ }
55087
+ @else if $skin-name != 'bootstrap4' {
55085
55088
  min-height: $treeview-text-height;
55086
55089
  }
55087
55090
  @else if $skin-name == 'bootstrap4' {
@@ -59380,6 +59383,8 @@ $ddl-chip-padding: 0 !default;
59380
59383
  $ddl-closer-margin-top: -2.9em !default;
59381
59384
  $ddl-icon-margin-top: -2.05em !default;
59382
59385
  $ddl-icon-margin-top-bigger: -2.25em !default;
59386
+ $ddl-small-ddl-icon-top: -1.85em !default;
59387
+ $ddl-bigger-small-ddl-icon-top: -2.85em !default;
59383
59388
  $ddl-clear-margin-top: -2.9em !default;
59384
59389
  $ddl-closer-margin-top-bigger: -3.5em !default;
59385
59390
  $ddl-chip-close-top: 8px !default;
@@ -59775,7 +59780,8 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
59775
59780
  }
59776
59781
  }
59777
59782
 
59778
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
59783
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
59784
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
59779
59785
  @if $ddl-multiselect-skin-name != 'Material3' {
59780
59786
  margin-top: $ddl-icon-margin-top-bigger;
59781
59787
  }
@@ -60807,6 +60813,11 @@ ejs-multiselect {
60807
60813
  }
60808
60814
  }
60809
60815
 
60816
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
60817
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60818
+ margin-top: $ddl-small-ddl-icon-top;
60819
+ }
60820
+
60810
60821
  .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
60811
60822
  @if ddl-multiselect-skin-name == 'Material3' {
60812
60823
  height: $ddl-small-clear-icon-height;
@@ -60838,6 +60849,11 @@ ejs-multiselect {
60838
60849
  }
60839
60850
  }
60840
60851
 
60852
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
60853
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60854
+ margin-top: $ddl-bigger-small-ddl-icon-top;
60855
+ }
60856
+
60841
60857
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
60842
60858
  height: $ddl-bigger-small-chip-close-square;
60843
60859
  width: $ddl-bigger-small-chip-close-width;
@@ -62541,10 +62557,14 @@ $listbox-filter-small-height: calc(100% - 43px) !default;
62541
62557
  $listbox-filter-bigger-small-height: calc(100% - 56px) !default;
62542
62558
  $listbox-select-height: calc(100% - 40px) !default;
62543
62559
  $listbox-select-bigger-height: calc(100% - 50px) !default;
62544
- $listbox-filterselect-height: calc(100% - 79px) !default;
62545
- $listbox-filterselect-bigger-height: calc(100% - 96px) !default;
62546
- $listbox-filter-height: calc(100% - 48px) !default;
62547
- $listbox-filter-bigger-height: calc(100% - 56px) !default;
62560
+ $listbox-filterselect-height: calc(100% - 41px) !default;
62561
+ $listbox-filterselect-bigger-height: calc(100% - 50px) !default;
62562
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
62563
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
62564
+ $listbox-filter-height: calc(100% - 51px) !default;
62565
+ $listbox-filter-bigger-height: calc(100% - 59px) !default;
62566
+ $listbox-ej2-filterselect-height: calc(100% - 90.5px) !default;
62567
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 108px) !default;
62548
62568
 
62549
62569
  @include export-module('listbox-layout') {
62550
62570
  /* stylelint-disable property-no-vendor-prefix */
@@ -63093,27 +63113,64 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
63093
63113
  @include export-module('listbox-theme') {
63094
63114
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
63095
63115
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
63096
- height: $listbox-filter-small-height;
63116
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
63117
+ }
63118
+
63119
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63120
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63121
+ }
63122
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63123
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63097
63124
  }
63098
63125
 
63099
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63100
63126
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63101
- height: $listbox-filter-bigger-height;
63127
+ height: 100%;
63102
63128
  }
63103
63129
 
63104
63130
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
63105
63131
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63106
- height: $listbox-filterselect-bigger-height;
63132
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63133
+ }
63134
+
63135
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63136
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63137
+ }
63138
+
63139
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63140
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
63141
+ }
63142
+
63143
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63144
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63145
+ }
63146
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63147
+ height: 100%;
63107
63148
  }
63108
63149
 
63109
63150
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
63151
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
63152
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63153
+ }
63154
+
63110
63155
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
63111
- height: $listbox-select-bigger-height;
63156
+ height: 100%;
63112
63157
  }
63113
63158
 
63114
63159
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63160
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63161
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
63162
+ }
63163
+
63164
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63165
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
63166
+ }
63167
+
63168
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63169
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
63170
+ }
63171
+
63115
63172
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63116
- height: $listbox-filter-bigger-small-height;
63173
+ height: 100%;
63117
63174
  }
63118
63175
 
63119
63176
  .e-listbox-wrapper,
@@ -63154,7 +63211,7 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
63154
63211
  }
63155
63212
 
63156
63213
  &.e-filter-list .e-selectall-parent + .e-list-parent {
63157
- height: $listbox-filterselect-height;
63214
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63158
63215
  }
63159
63216
 
63160
63217
  & .e-selectall-parent + .e-list-parent {
@@ -63406,6 +63463,34 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
63406
63463
  }
63407
63464
  }
63408
63465
  }
63466
+
63467
+ .e-listbox-container {
63468
+ @at-root {
63469
+ &.e-filter-list .e-list-parent {
63470
+ height: 100%;
63471
+ }
63472
+
63473
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
63474
+ height: 100%;
63475
+ }
63476
+
63477
+ & .e-selectall-parent + .e-list-parent {
63478
+ height: 100%;
63479
+ }
63480
+
63481
+ &.e-filter-list .e-list-wrap {
63482
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
63483
+ }
63484
+
63485
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
63486
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63487
+ }
63488
+
63489
+ & .e-selectall-parent + .e-list-wrap {
63490
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
63491
+ }
63492
+ }
63493
+ }
63409
63494
  }
63410
63495
 
63411
63496
 
@@ -75105,7 +75190,7 @@ $grid-rtl-headercelldiv-left-align-margin: 10px !default;
75105
75190
  $grid-rtl-filtermenudiv-left-align-margin: -5px !default;
75106
75191
  $grid-rtl-sort-num-left-align-margin: 2px -2px 0 0 !default;
75107
75192
  $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
75108
- $grid-rowcell-color: $grid-content-font-color !default !default;
75193
+ $grid-rowcell-color: $grid-content-font-color !default;
75109
75194
  $grid-reorderarrow-margin-top: -7.5px !default;
75110
75195
  $grid-reorderdownarrow-margin-top: 2.5px !default;
75111
75196
  $grid-reorder-arrow-top-margin: 0 !default;
@@ -76781,6 +76866,11 @@ $grid-dropitems-count-margin-left: -8px !default;
76781
76866
  overflow: visible;
76782
76867
  }
76783
76868
 
76869
+ .e-headercell.e-templatecell .e-headercelldiv {
76870
+ height: auto;
76871
+ min-height: $grid-header-height;
76872
+ }
76873
+
76784
76874
  .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
76785
76875
  padding: 0 .6em;
76786
76876
  }
@@ -80932,6 +81022,10 @@ $grid-dropitems-count-margin-left: -8px !default;
80932
81022
  cursor: move;
80933
81023
  }
80934
81024
 
81025
+ & .e-notallowedcur .e-row:hover .e-rowdragdrop {
81026
+ cursor: not-allowed;
81027
+ }
81028
+
80935
81029
  .e-sortnumber {
80936
81030
  @if $grid-skin == 'material3' {
80937
81031
  background: $grid-sortnumber-bg-color;
@@ -88722,7 +88816,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88722
88816
 
88723
88817
  .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
88724
88818
  display: grid;
88725
- grid-template-columns: repeat(6, 1fr);
88819
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88726
88820
  gap: 6px;
88727
88821
 
88728
88822
  .e-btn.e-control {
@@ -88739,7 +88833,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88739
88833
 
88740
88834
  .e-rte-emojisearch-btn {
88741
88835
  display: grid;
88742
- grid-template-columns: repeat(6, 1fr);
88836
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88743
88837
  gap: 6px;
88744
88838
  height: 0;
88745
88839
 
@@ -100958,6 +101052,22 @@ $pv-eye-icon-margin-top: 3px !default;
100958
101052
  text-align: left;
100959
101053
  }
100960
101054
 
101055
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
101056
+ @if $skin-name == 'Material3' {
101057
+ background: $content-bg-color-alt2;
101058
+ border: $border-light;
101059
+ border-width: 0 0 1px 1px;
101060
+ font-size: $text-base;
101061
+ font-weight: $pv-comment-tile-font-weight;
101062
+ line-height: 16px;
101063
+ padding: 0;
101064
+ left: 15px;
101065
+ top: 14px;
101066
+ position: absolute;
101067
+ text-align: left;
101068
+ }
101069
+ }
101070
+
100961
101071
  .e-pv-comment-panel-title-close-div.e-btn {
100962
101072
  background: $pv-title-close-background;
100963
101073
  border: $pv-title-close-border;
@@ -100967,17 +101077,12 @@ $pv-eye-icon-margin-top: 3px !default;
100967
101077
  }
100968
101078
  height: $pv-title-close-height;
100969
101079
  position: $pv-title-close-position;
100970
- @if $skin-name != 'Material3' {
100971
- right: 11px;
100972
- top: 5px;
100973
- }
101080
+ right: 11px;
101081
+ top: 5px;
100974
101082
  width: $pv-title-close-width;
100975
101083
  @if $skin-name == 'FluentUI' {
100976
101084
  padding: 4px;
100977
101085
  }
100978
- @if $skin-name == 'Material3' {
100979
- padding: 12px 12px 12px 270px;
100980
- }
100981
101086
  }
100982
101087
 
100983
101088
  @if $skin-name == 'Material3' {
@@ -100990,7 +101095,7 @@ $pv-eye-icon-margin-top: 3px !default;
100990
101095
  @if $skin-name != 'bootstrap5' {
100991
101096
  color: $pv-comment-text-color;
100992
101097
  }
100993
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
101098
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
100994
101099
  color: $icon-color;
100995
101100
  }
100996
101101
  }
@@ -100998,6 +101103,7 @@ $pv-eye-icon-margin-top: 3px !default;
100998
101103
  .e-pv-comments-panel-text {
100999
101104
  font-size: 15px;
101000
101105
  padding-left: 85px;
101106
+ color: rgba(var(--color-sf-on-surface-variant));
101001
101107
  }
101002
101108
 
101003
101109
  .e-pv-comments-content-container {
@@ -102474,7 +102580,7 @@ $pv-eye-icon-margin-top: 3px !default;
102474
102580
  }
102475
102581
 
102476
102582
  .e-bigger .e-pv-signature-dialog-height {
102477
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
102583
+ @if ($skin-name == 'FluentUI') {
102478
102584
  min-height: 592px;
102479
102585
  }
102480
102586
  }
@@ -105384,6 +105490,9 @@ $field-list-adaptive-outerdiv-height: 177px !default;
105384
105490
  @if ($skin-name == 'FluentUI') {
105385
105491
  border-top: 0;
105386
105492
  }
105493
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
105494
+ padding: $field-list-editor-dialog-footer-padding;
105495
+ }
105387
105496
  }
105388
105497
 
105389
105498
  .e-dlg-content {
@@ -105532,15 +105641,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
105532
105641
  padding: 9px 10px;
105533
105642
  }
105534
105643
 
105535
- .e-text-content {
105536
- .e-list-text {
105537
- line-height: 1.5em;
105538
- // @if ($field-list-skin == 'bootstrap4') {
105539
- // line-height: 0;
105540
- // }
105541
- }
105542
- }
105543
-
105544
105644
  &.e-drag-restrict {
105545
105645
  .e-no-drop {
105546
105646
  &::before {
@@ -109526,12 +109626,15 @@ $pivotpager-single-size-title-padding: 8px !default;
109526
109626
  .e-pivotcell-container {
109527
109627
  align-items: center;
109528
109628
  display: flex;
109629
+ max-height: inherit;
109529
109630
 
109530
109631
  .e-stackedheadertext,
109531
109632
  .e-headertext {
109532
109633
  &.e-cellvalue {
109634
+ align-self: stretch;
109533
109635
  overflow: hidden;
109534
109636
  text-overflow: ellipsis;
109637
+ width: 100%;
109535
109638
  }
109536
109639
  }
109537
109640
 
@@ -109835,6 +109938,7 @@ $pivotpager-single-size-title-padding: 8px !default;
109835
109938
  font-size: 20px;
109836
109939
  text-align: center;
109837
109940
  padding: 10%;
109941
+ pointer-events: none;
109838
109942
 
109839
109943
  &.e-hide-loader {
109840
109944
  display: none;
@@ -110277,6 +110381,13 @@ $pivotpager-single-size-title-padding: 8px !default;
110277
110381
  width: 100%;
110278
110382
  }
110279
110383
 
110384
+ th.e-group-row .e-axis-row {
110385
+ display: inline-block;
110386
+ height: 100%;
110387
+ vertical-align: top;
110388
+ width: 100%;
110389
+ }
110390
+
110280
110391
  /* stylelint-disable */
110281
110392
  .e-group-row {
110282
110393
  padding: 0 !important;
@@ -110485,7 +110596,10 @@ $pivotpager-single-size-title-padding: 8px !default;
110485
110596
  th .e-expand,
110486
110597
  th .e-collapse {
110487
110598
  font-size: $pivotgrid-expcoldiv-fontsize !important;
110488
- margin-left: 0px;
110599
+ margin-left: 0;
110600
+ @if ($skin-name == 'bootstrap4') {
110601
+ display: flex;
110602
+ }
110489
110603
  }
110490
110604
 
110491
110605
  /* stylelint-enable */
@@ -118831,6 +118945,12 @@ $image-editor-drop-border: 2px dashed $gray-700 !default;
118831
118945
  position: absolute;
118832
118946
  font-size: 14px;
118833
118947
  }
118948
+
118949
+ & .e-ie-min-drop-content {
118950
+ left: calc(50% - 120px);
118951
+ top: 50%;
118952
+ font-size: 14px;
118953
+ }
118834
118954
  }
118835
118955
 
118836
118956
  & .e-toolbar {