@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
@@ -200,7 +200,7 @@ $border-bottom-radius: 0 !default;
200
200
 
201
201
  @if not variable-exists('is-roboto-loaded') {
202
202
  //sass-lint:disable no-url-protocols,no-url-domains
203
- @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
203
+ @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
204
204
  }
205
205
 
206
206
  $is-roboto-loaded: 'true' !default;
@@ -55306,7 +55306,10 @@ $ripple-width: 32px !default;
55306
55306
  display: inline-block;
55307
55307
  line-height: $treeview-text-height;
55308
55308
  margin: $treeview-text-margin;
55309
- @if $skin-name != 'bootstrap4' {
55309
+ @if $skin-name == 'Material3' {
55310
+ min-height: $treeview-item-height;
55311
+ }
55312
+ @else if $skin-name != 'bootstrap4' {
55310
55313
  min-height: $treeview-text-height;
55311
55314
  }
55312
55315
  @else if $skin-name == 'bootstrap4' {
@@ -59613,6 +59616,8 @@ $ddl-closer-margin-top: -4em !default;
59613
59616
  $ddl-icon-margin-top: -2.65em !default;
59614
59617
  $ddl-clear-margin-top: -3.2em !default;
59615
59618
  $ddl-icon-margin-top-bigger: -2.7em !default;
59619
+ $ddl-small-ddl-icon-top: -2.6em !default;
59620
+ $ddl-bigger-small-ddl-icon-top: -2.85em !default;
59616
59621
  $ddl-closer-margin-top-bigger: -4em !default;
59617
59622
  $ddl-chip-close-top: 9px !default;
59618
59623
  $ddl-chip-close-left: 10px !default;
@@ -59945,7 +59950,8 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
59945
59950
  }
59946
59951
  }
59947
59952
 
59948
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
59953
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
59954
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
59949
59955
  @if $ddl-multiselect-skin-name != 'Material3' {
59950
59956
  margin-top: $ddl-icon-margin-top-bigger;
59951
59957
  }
@@ -60977,6 +60983,11 @@ ejs-multiselect {
60977
60983
  }
60978
60984
  }
60979
60985
 
60986
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
60987
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60988
+ margin-top: $ddl-small-ddl-icon-top;
60989
+ }
60990
+
60980
60991
  .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
60981
60992
  @if ddl-multiselect-skin-name == 'Material3' {
60982
60993
  height: $ddl-small-clear-icon-height;
@@ -61008,6 +61019,11 @@ ejs-multiselect {
61008
61019
  }
61009
61020
  }
61010
61021
 
61022
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61023
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61024
+ margin-top: $ddl-bigger-small-ddl-icon-top;
61025
+ }
61026
+
61011
61027
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
61012
61028
  height: $ddl-bigger-small-chip-close-square;
61013
61029
  width: $ddl-bigger-small-chip-close-width;
@@ -62702,10 +62718,14 @@ $listbox-filter-small-height: calc(100% - 46px) !default;
62702
62718
  $listbox-filter-bigger-small-height: calc(100% - 54px) !default;
62703
62719
  $listbox-select-height: calc(100% - 40px) !default;
62704
62720
  $listbox-select-bigger-height: calc(100% - 48px) !default;
62705
- $listbox-filterselect-height: calc(100% - 92px) !default;
62706
- $listbox-filterselect-bigger-height: calc(100% - 106px) !default;
62721
+ $listbox-filterselect-height: calc(100% - 40px) !default;
62722
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
62723
+ $listbox-mat-filter-height: calc(100% - 51px) !default;
62724
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
62707
62725
  $listbox-filter-height: calc(100% - 52px) !default;
62708
62726
  $listbox-filter-bigger-height: calc(100% - 58px) !default;
62727
+ $listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
62728
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
62709
62729
 
62710
62730
  @include export-module('listbox-layout') {
62711
62731
  /* stylelint-disable property-no-vendor-prefix */
@@ -63254,27 +63274,64 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
63254
63274
  @include export-module('listbox-theme') {
63255
63275
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
63256
63276
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
63257
- height: $listbox-filter-small-height;
63277
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
63278
+ }
63279
+
63280
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63281
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63282
+ }
63283
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63284
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63258
63285
  }
63259
63286
 
63260
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63261
63287
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63262
- height: $listbox-filter-bigger-height;
63288
+ height: 100%;
63263
63289
  }
63264
63290
 
63265
63291
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
63266
63292
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63267
- height: $listbox-filterselect-bigger-height;
63293
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63294
+ }
63295
+
63296
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63297
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63298
+ }
63299
+
63300
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63301
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
63302
+ }
63303
+
63304
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63305
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63306
+ }
63307
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63308
+ height: 100%;
63268
63309
  }
63269
63310
 
63270
63311
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
63312
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
63313
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63314
+ }
63315
+
63271
63316
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
63272
- height: $listbox-select-bigger-height;
63317
+ height: 100%;
63273
63318
  }
63274
63319
 
63275
63320
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63321
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63322
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
63323
+ }
63324
+
63325
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63326
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
63327
+ }
63328
+
63329
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63330
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
63331
+ }
63332
+
63276
63333
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63277
- height: $listbox-filter-bigger-small-height;
63334
+ height: 100%;
63278
63335
  }
63279
63336
 
63280
63337
  .e-listbox-wrapper,
@@ -63315,7 +63372,7 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
63315
63372
  }
63316
63373
 
63317
63374
  &.e-filter-list .e-selectall-parent + .e-list-parent {
63318
- height: $listbox-filterselect-height;
63375
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63319
63376
  }
63320
63377
 
63321
63378
  & .e-selectall-parent + .e-list-parent {
@@ -63567,6 +63624,34 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
63567
63624
  }
63568
63625
  }
63569
63626
  }
63627
+
63628
+ .e-listbox-container {
63629
+ @at-root {
63630
+ &.e-filter-list .e-list-parent {
63631
+ height: 100%;
63632
+ }
63633
+
63634
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
63635
+ height: 100%;
63636
+ }
63637
+
63638
+ & .e-selectall-parent + .e-list-parent {
63639
+ height: 100%;
63640
+ }
63641
+
63642
+ &.e-filter-list .e-list-wrap {
63643
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
63644
+ }
63645
+
63646
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
63647
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63648
+ }
63649
+
63650
+ & .e-selectall-parent + .e-list-wrap {
63651
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
63652
+ }
63653
+ }
63654
+ }
63570
63655
  }
63571
63656
 
63572
63657
 
@@ -76909,6 +76994,11 @@ $grid-dropitems-count-margin-left: -8px !default;
76909
76994
  overflow: visible;
76910
76995
  }
76911
76996
 
76997
+ .e-headercell.e-templatecell .e-headercelldiv {
76998
+ height: auto;
76999
+ min-height: $grid-header-height;
77000
+ }
77001
+
76912
77002
  .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
76913
77003
  padding: 0 .6em;
76914
77004
  }
@@ -81060,6 +81150,10 @@ $grid-dropitems-count-margin-left: -8px !default;
81060
81150
  cursor: move;
81061
81151
  }
81062
81152
 
81153
+ & .e-notallowedcur .e-row:hover .e-rowdragdrop {
81154
+ cursor: not-allowed;
81155
+ }
81156
+
81063
81157
  .e-sortnumber {
81064
81158
  @if $grid-skin == 'material3' {
81065
81159
  background: $grid-sortnumber-bg-color;
@@ -88672,7 +88766,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88672
88766
 
88673
88767
  .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
88674
88768
  display: grid;
88675
- grid-template-columns: repeat(6, 1fr);
88769
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88676
88770
  gap: 6px;
88677
88771
 
88678
88772
  .e-btn.e-control {
@@ -88689,7 +88783,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88689
88783
 
88690
88784
  .e-rte-emojisearch-btn {
88691
88785
  display: grid;
88692
- grid-template-columns: repeat(6, 1fr);
88786
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88693
88787
  gap: 6px;
88694
88788
  height: 0;
88695
88789
 
@@ -100860,6 +100954,22 @@ $pv-eye-icon-margin-top: 3px !default;
100860
100954
  text-align: left;
100861
100955
  }
100862
100956
 
100957
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
100958
+ @if $skin-name == 'Material3' {
100959
+ background: $content-bg-color-alt2;
100960
+ border: $border-light;
100961
+ border-width: 0 0 1px 1px;
100962
+ font-size: $text-base;
100963
+ font-weight: $pv-comment-tile-font-weight;
100964
+ line-height: 16px;
100965
+ padding: 0;
100966
+ left: 15px;
100967
+ top: 14px;
100968
+ position: absolute;
100969
+ text-align: left;
100970
+ }
100971
+ }
100972
+
100863
100973
  .e-pv-comment-panel-title-close-div.e-btn {
100864
100974
  background: $pv-title-close-background;
100865
100975
  border: $pv-title-close-border;
@@ -100869,17 +100979,12 @@ $pv-eye-icon-margin-top: 3px !default;
100869
100979
  }
100870
100980
  height: $pv-title-close-height;
100871
100981
  position: $pv-title-close-position;
100872
- @if $skin-name != 'Material3' {
100873
- right: 11px;
100874
- top: 5px;
100875
- }
100982
+ right: 11px;
100983
+ top: 5px;
100876
100984
  width: $pv-title-close-width;
100877
100985
  @if $skin-name == 'FluentUI' {
100878
100986
  padding: 4px;
100879
100987
  }
100880
- @if $skin-name == 'Material3' {
100881
- padding: 12px 12px 12px 270px;
100882
- }
100883
100988
  }
100884
100989
 
100885
100990
  @if $skin-name == 'Material3' {
@@ -100892,7 +100997,7 @@ $pv-eye-icon-margin-top: 3px !default;
100892
100997
  @if $skin-name != 'bootstrap5' {
100893
100998
  color: $pv-comment-text-color;
100894
100999
  }
100895
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
101000
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
100896
101001
  color: $icon-color;
100897
101002
  }
100898
101003
  }
@@ -100900,6 +101005,7 @@ $pv-eye-icon-margin-top: 3px !default;
100900
101005
  .e-pv-comments-panel-text {
100901
101006
  font-size: 15px;
100902
101007
  padding-left: 85px;
101008
+ color: rgba(var(--color-sf-on-surface-variant));
100903
101009
  }
100904
101010
 
100905
101011
  .e-pv-comments-content-container {
@@ -102376,7 +102482,7 @@ $pv-eye-icon-margin-top: 3px !default;
102376
102482
  }
102377
102483
 
102378
102484
  .e-bigger .e-pv-signature-dialog-height {
102379
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
102485
+ @if ($skin-name == 'FluentUI') {
102380
102486
  min-height: 592px;
102381
102487
  }
102382
102488
  }
@@ -105291,6 +105397,9 @@ $olap-bigger-tree-outer-div-width: 325px !default;
105291
105397
  @if ($skin-name == 'FluentUI') {
105292
105398
  border-top: 0;
105293
105399
  }
105400
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
105401
+ padding: $field-list-editor-dialog-footer-padding;
105402
+ }
105294
105403
  }
105295
105404
 
105296
105405
  .e-dlg-content {
@@ -105439,15 +105548,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
105439
105548
  padding: 9px 10px;
105440
105549
  }
105441
105550
 
105442
- .e-text-content {
105443
- .e-list-text {
105444
- line-height: 1.5em;
105445
- // @if ($field-list-skin == 'bootstrap4') {
105446
- // line-height: 0;
105447
- // }
105448
- }
105449
- }
105450
-
105451
105551
  &.e-drag-restrict {
105452
105552
  .e-no-drop {
105453
105553
  &::before {
@@ -109436,12 +109536,15 @@ $pivotpager-single-size-title-padding: 8px !default;
109436
109536
  .e-pivotcell-container {
109437
109537
  align-items: center;
109438
109538
  display: flex;
109539
+ max-height: inherit;
109439
109540
 
109440
109541
  .e-stackedheadertext,
109441
109542
  .e-headertext {
109442
109543
  &.e-cellvalue {
109544
+ align-self: stretch;
109443
109545
  overflow: hidden;
109444
109546
  text-overflow: ellipsis;
109547
+ width: 100%;
109445
109548
  }
109446
109549
  }
109447
109550
 
@@ -109745,6 +109848,7 @@ $pivotpager-single-size-title-padding: 8px !default;
109745
109848
  font-size: 20px;
109746
109849
  text-align: center;
109747
109850
  padding: 10%;
109851
+ pointer-events: none;
109748
109852
 
109749
109853
  &.e-hide-loader {
109750
109854
  display: none;
@@ -110187,6 +110291,13 @@ $pivotpager-single-size-title-padding: 8px !default;
110187
110291
  width: 100%;
110188
110292
  }
110189
110293
 
110294
+ th.e-group-row .e-axis-row {
110295
+ display: inline-block;
110296
+ height: 100%;
110297
+ vertical-align: top;
110298
+ width: 100%;
110299
+ }
110300
+
110190
110301
  /* stylelint-disable */
110191
110302
  .e-group-row {
110192
110303
  padding: 0 !important;
@@ -110395,7 +110506,10 @@ $pivotpager-single-size-title-padding: 8px !default;
110395
110506
  th .e-expand,
110396
110507
  th .e-collapse {
110397
110508
  font-size: $pivotgrid-expcoldiv-fontsize !important;
110398
- margin-left: 0px;
110509
+ margin-left: 0;
110510
+ @if ($skin-name == 'bootstrap4') {
110511
+ display: flex;
110512
+ }
110399
110513
  }
110400
110514
 
110401
110515
  /* stylelint-enable */
@@ -118736,6 +118850,12 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
118736
118850
  position: absolute;
118737
118851
  font-size: 14px;
118738
118852
  }
118853
+
118854
+ & .e-ie-min-drop-content {
118855
+ left: calc(50% - 120px);
118856
+ top: 50%;
118857
+ font-size: 14px;
118858
+ }
118739
118859
  }
118740
118860
 
118741
118861
  & .e-toolbar {