@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
@@ -55503,7 +55503,10 @@ $ripple-width: 32px !default;
55503
55503
  display: inline-block;
55504
55504
  line-height: $treeview-text-height;
55505
55505
  margin: $treeview-text-margin;
55506
- @if $skin-name != 'bootstrap4' {
55506
+ @if $skin-name == 'Material3' {
55507
+ min-height: $treeview-item-height;
55508
+ }
55509
+ @else if $skin-name != 'bootstrap4' {
55507
55510
  min-height: $treeview-text-height;
55508
55511
  }
55509
55512
  @else if $skin-name == 'bootstrap4' {
@@ -59832,6 +59835,8 @@ $ddl-closer-margin-top-bigger: -3em !default;
59832
59835
  $ddl-icon-margin-top: -2.1em !default;
59833
59836
  $ddl-clear-margin-top: -2.5em !default;
59834
59837
  $ddl-icon-margin-top-bigger: -2.5em !default;
59838
+ $ddl-small-ddl-icon-top: -1.8em !default;
59839
+ $ddl-bigger-small-ddl-icon-top: -2em !default;
59835
59840
  $ddl-chip-mobile-radius: 2px !default;
59836
59841
  $ddl-chip-sel-mobile-height: 40px !default;
59837
59842
  $ddl-chip-selected-padding: 12px 4px 11px 0 !default;
@@ -60166,7 +60171,8 @@ $filled-multiselect-chip-hover-bg-color: darken($grey-300, 7%) !default;
60166
60171
  }
60167
60172
  }
60168
60173
 
60169
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60174
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
60175
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60170
60176
  @if $ddl-multiselect-skin-name != 'Material3' {
60171
60177
  margin-top: $ddl-icon-margin-top-bigger;
60172
60178
  }
@@ -61198,6 +61204,11 @@ ejs-multiselect {
61198
61204
  }
61199
61205
  }
61200
61206
 
61207
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61208
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61209
+ margin-top: $ddl-small-ddl-icon-top;
61210
+ }
61211
+
61201
61212
  .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
61202
61213
  @if ddl-multiselect-skin-name == 'Material3' {
61203
61214
  height: $ddl-small-clear-icon-height;
@@ -61229,6 +61240,11 @@ ejs-multiselect {
61229
61240
  }
61230
61241
  }
61231
61242
 
61243
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61244
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61245
+ margin-top: $ddl-bigger-small-ddl-icon-top;
61246
+ }
61247
+
61232
61248
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
61233
61249
  height: $ddl-bigger-small-chip-close-square;
61234
61250
  width: $ddl-bigger-small-chip-close-width;
@@ -63583,10 +63599,14 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
63583
63599
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
63584
63600
  $listbox-select-height: calc(100% - 36px) !default;
63585
63601
  $listbox-select-bigger-height: calc(100% - 48px) !default;
63586
- $listbox-filterselect-height: calc(100% - 79px) !default;
63587
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
63588
- $listbox-filter-height: calc(100% - 43px) !default;
63589
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
63602
+ $listbox-filterselect-height: calc(100% - 36px) !default;
63603
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
63604
+ $listbox-mat-filter-height: calc(100% - 43px) !default;
63605
+ $listbox-mat-filter-bigger-height: calc(100% - 50px) !default;
63606
+ $listbox-filter-height: calc(100% - 48px) !default;
63607
+ $listbox-filter-bigger-height: calc(100% - 55px) !default;
63608
+ $listbox-ej2-filterselect-height: calc(100% - 83px) !default;
63609
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
63590
63610
 
63591
63611
  @include export-module('listbox-layout') {
63592
63612
  /* stylelint-disable property-no-vendor-prefix */
@@ -64135,27 +64155,64 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
64135
64155
  @include export-module('listbox-theme') {
64136
64156
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
64137
64157
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
64138
- height: $listbox-filter-small-height;
64158
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
64159
+ }
64160
+
64161
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
64162
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64163
+ }
64164
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
64165
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64139
64166
  }
64140
64167
 
64141
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
64142
64168
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
64143
- height: $listbox-filter-bigger-height;
64169
+ height: 100%;
64144
64170
  }
64145
64171
 
64146
64172
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
64147
64173
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
64148
- height: $listbox-filterselect-bigger-height;
64174
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64175
+ }
64176
+
64177
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
64178
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64179
+ }
64180
+
64181
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
64182
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
64183
+ }
64184
+
64185
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
64186
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64187
+ }
64188
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
64189
+ height: 100%;
64149
64190
  }
64150
64191
 
64151
64192
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
64193
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
64194
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64195
+ }
64196
+
64152
64197
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
64153
- height: $listbox-select-bigger-height;
64198
+ height: 100%;
64154
64199
  }
64155
64200
 
64156
64201
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
64202
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
64203
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
64204
+ }
64205
+
64206
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
64207
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
64208
+ }
64209
+
64210
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
64211
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
64212
+ }
64213
+
64157
64214
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
64158
- height: $listbox-filter-bigger-small-height;
64215
+ height: 100%;
64159
64216
  }
64160
64217
 
64161
64218
  .e-listbox-wrapper,
@@ -64196,7 +64253,7 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
64196
64253
  }
64197
64254
 
64198
64255
  &.e-filter-list .e-selectall-parent + .e-list-parent {
64199
- height: $listbox-filterselect-height;
64256
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
64200
64257
  }
64201
64258
 
64202
64259
  & .e-selectall-parent + .e-list-parent {
@@ -64448,6 +64505,34 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
64448
64505
  }
64449
64506
  }
64450
64507
  }
64508
+
64509
+ .e-listbox-container {
64510
+ @at-root {
64511
+ &.e-filter-list .e-list-parent {
64512
+ height: 100%;
64513
+ }
64514
+
64515
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
64516
+ height: 100%;
64517
+ }
64518
+
64519
+ & .e-selectall-parent + .e-list-parent {
64520
+ height: 100%;
64521
+ }
64522
+
64523
+ &.e-filter-list .e-list-wrap {
64524
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
64525
+ }
64526
+
64527
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
64528
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
64529
+ }
64530
+
64531
+ & .e-selectall-parent + .e-list-wrap {
64532
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
64533
+ }
64534
+ }
64535
+ }
64451
64536
  }
64452
64537
 
64453
64538
 
@@ -77800,6 +77885,11 @@ $grid-dropitems-count-margin-left: -8px !default;
77800
77885
  overflow: visible;
77801
77886
  }
77802
77887
 
77888
+ .e-headercell.e-templatecell .e-headercelldiv {
77889
+ height: auto;
77890
+ min-height: $grid-header-height;
77891
+ }
77892
+
77803
77893
  .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
77804
77894
  padding: 0 .6em;
77805
77895
  }
@@ -81951,6 +82041,10 @@ $grid-dropitems-count-margin-left: -8px !default;
81951
82041
  cursor: move;
81952
82042
  }
81953
82043
 
82044
+ & .e-notallowedcur .e-row:hover .e-rowdragdrop {
82045
+ cursor: not-allowed;
82046
+ }
82047
+
81954
82048
  .e-sortnumber {
81955
82049
  @if $grid-skin == 'material3' {
81956
82050
  background: $grid-sortnumber-bg-color;
@@ -89539,7 +89633,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89539
89633
 
89540
89634
  .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
89541
89635
  display: grid;
89542
- grid-template-columns: repeat(6, 1fr);
89636
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
89543
89637
  gap: 6px;
89544
89638
 
89545
89639
  .e-btn.e-control {
@@ -89556,7 +89650,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89556
89650
 
89557
89651
  .e-rte-emojisearch-btn {
89558
89652
  display: grid;
89559
- grid-template-columns: repeat(6, 1fr);
89653
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
89560
89654
  gap: 6px;
89561
89655
  height: 0;
89562
89656
 
@@ -101726,6 +101820,22 @@ $pv-eye-icon-margin-top: 3px !default;
101726
101820
  text-align: left;
101727
101821
  }
101728
101822
 
101823
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
101824
+ @if $skin-name == 'Material3' {
101825
+ background: $content-bg-color-alt2;
101826
+ border: $border-light;
101827
+ border-width: 0 0 1px 1px;
101828
+ font-size: $text-base;
101829
+ font-weight: $pv-comment-tile-font-weight;
101830
+ line-height: 16px;
101831
+ padding: 0;
101832
+ left: 15px;
101833
+ top: 14px;
101834
+ position: absolute;
101835
+ text-align: left;
101836
+ }
101837
+ }
101838
+
101729
101839
  .e-pv-comment-panel-title-close-div.e-btn {
101730
101840
  background: $pv-title-close-background;
101731
101841
  border: $pv-title-close-border;
@@ -101735,17 +101845,12 @@ $pv-eye-icon-margin-top: 3px !default;
101735
101845
  }
101736
101846
  height: $pv-title-close-height;
101737
101847
  position: $pv-title-close-position;
101738
- @if $skin-name != 'Material3' {
101739
- right: 11px;
101740
- top: 5px;
101741
- }
101848
+ right: 11px;
101849
+ top: 5px;
101742
101850
  width: $pv-title-close-width;
101743
101851
  @if $skin-name == 'FluentUI' {
101744
101852
  padding: 4px;
101745
101853
  }
101746
- @if $skin-name == 'Material3' {
101747
- padding: 12px 12px 12px 270px;
101748
- }
101749
101854
  }
101750
101855
 
101751
101856
  @if $skin-name == 'Material3' {
@@ -101758,7 +101863,7 @@ $pv-eye-icon-margin-top: 3px !default;
101758
101863
  @if $skin-name != 'bootstrap5' {
101759
101864
  color: $pv-comment-text-color;
101760
101865
  }
101761
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
101866
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
101762
101867
  color: $icon-color;
101763
101868
  }
101764
101869
  }
@@ -101766,6 +101871,7 @@ $pv-eye-icon-margin-top: 3px !default;
101766
101871
  .e-pv-comments-panel-text {
101767
101872
  font-size: 15px;
101768
101873
  padding-left: 85px;
101874
+ color: rgba(var(--color-sf-on-surface-variant));
101769
101875
  }
101770
101876
 
101771
101877
  .e-pv-comments-content-container {
@@ -103242,7 +103348,7 @@ $pv-eye-icon-margin-top: 3px !default;
103242
103348
  }
103243
103349
 
103244
103350
  .e-bigger .e-pv-signature-dialog-height {
103245
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
103351
+ @if ($skin-name == 'FluentUI') {
103246
103352
  min-height: 592px;
103247
103353
  }
103248
103354
  }
@@ -106177,6 +106283,9 @@ $field-list-adaptive-outerdiv-height: 165px !default;
106177
106283
  @if ($skin-name == 'FluentUI') {
106178
106284
  border-top: 0;
106179
106285
  }
106286
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
106287
+ padding: $field-list-editor-dialog-footer-padding;
106288
+ }
106180
106289
  }
106181
106290
 
106182
106291
  .e-dlg-content {
@@ -106325,15 +106434,6 @@ $field-list-adaptive-outerdiv-height: 165px !default;
106325
106434
  padding: 9px 10px;
106326
106435
  }
106327
106436
 
106328
- .e-text-content {
106329
- .e-list-text {
106330
- line-height: 1.5em;
106331
- // @if ($field-list-skin == 'bootstrap4') {
106332
- // line-height: 0;
106333
- // }
106334
- }
106335
- }
106336
-
106337
106437
  &.e-drag-restrict {
106338
106438
  .e-no-drop {
106339
106439
  &::before {
@@ -110320,12 +110420,15 @@ $pivotpager-single-size-title-padding: 14px !default;
110320
110420
  .e-pivotcell-container {
110321
110421
  align-items: center;
110322
110422
  display: flex;
110423
+ max-height: inherit;
110323
110424
 
110324
110425
  .e-stackedheadertext,
110325
110426
  .e-headertext {
110326
110427
  &.e-cellvalue {
110428
+ align-self: stretch;
110327
110429
  overflow: hidden;
110328
110430
  text-overflow: ellipsis;
110431
+ width: 100%;
110329
110432
  }
110330
110433
  }
110331
110434
 
@@ -110629,6 +110732,7 @@ $pivotpager-single-size-title-padding: 14px !default;
110629
110732
  font-size: 20px;
110630
110733
  text-align: center;
110631
110734
  padding: 10%;
110735
+ pointer-events: none;
110632
110736
 
110633
110737
  &.e-hide-loader {
110634
110738
  display: none;
@@ -111071,6 +111175,13 @@ $pivotpager-single-size-title-padding: 14px !default;
111071
111175
  width: 100%;
111072
111176
  }
111073
111177
 
111178
+ th.e-group-row .e-axis-row {
111179
+ display: inline-block;
111180
+ height: 100%;
111181
+ vertical-align: top;
111182
+ width: 100%;
111183
+ }
111184
+
111074
111185
  /* stylelint-disable */
111075
111186
  .e-group-row {
111076
111187
  padding: 0 !important;
@@ -111279,7 +111390,10 @@ $pivotpager-single-size-title-padding: 14px !default;
111279
111390
  th .e-expand,
111280
111391
  th .e-collapse {
111281
111392
  font-size: $pivotgrid-expcoldiv-fontsize !important;
111282
- margin-left: 0px;
111393
+ margin-left: 0;
111394
+ @if ($skin-name == 'bootstrap4') {
111395
+ display: flex;
111396
+ }
111283
111397
  }
111284
111398
 
111285
111399
  /* stylelint-enable */
@@ -119620,6 +119734,12 @@ $image-editor-drop-border: 2px dashed $grey-600 !default;
119620
119734
  position: absolute;
119621
119735
  font-size: 14px;
119622
119736
  }
119737
+
119738
+ & .e-ie-min-drop-content {
119739
+ left: calc(50% - 120px);
119740
+ top: 50%;
119741
+ font-size: 14px;
119742
+ }
119623
119743
  }
119624
119744
 
119625
119745
  & .e-toolbar {