@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
@@ -55536,7 +55536,10 @@ $treeview-item-active-check-color: $primary !default;
55536
55536
  display: inline-block;
55537
55537
  line-height: $treeview-text-height;
55538
55538
  margin: $treeview-text-margin;
55539
- @if $skin-name != 'bootstrap4' {
55539
+ @if $skin-name == 'Material3' {
55540
+ min-height: $treeview-item-height;
55541
+ }
55542
+ @else if $skin-name != 'bootstrap4' {
55540
55543
  min-height: $treeview-text-height;
55541
55544
  }
55542
55545
  @else if $skin-name == 'bootstrap4' {
@@ -59856,6 +59859,8 @@ $ddl-icon-margin-top: -1.68em !default;
59856
59859
  $ddl-clear-margin-top: -2em !default;
59857
59860
  $ddl-bigger-clear-margin-top: -2.25em !default;
59858
59861
  $ddl-icon-margin-top-bigger: -1.68em !default;
59862
+ $ddl-small-ddl-icon-top: -1.6em !default;
59863
+ $ddl-bigger-small-ddl-icon-top: -1.68em !default;
59859
59864
  $ddl-chip-mobile-radius: 2px !default;
59860
59865
  $ddl-chip-sel-mobile-height: 40px !default;
59861
59866
  $ddl-chip-selected-padding: 12px 4px 11px 0 !default;
@@ -60219,7 +60224,8 @@ $ddl-small-clear-icon-width: 12px !default;
60219
60224
  }
60220
60225
  }
60221
60226
 
60222
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60227
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
60228
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60223
60229
  @if $ddl-multiselect-skin-name != 'Material3' {
60224
60230
  margin-top: $ddl-icon-margin-top-bigger;
60225
60231
  }
@@ -61251,6 +61257,11 @@ ejs-multiselect {
61251
61257
  }
61252
61258
  }
61253
61259
 
61260
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61261
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61262
+ margin-top: $ddl-small-ddl-icon-top;
61263
+ }
61264
+
61254
61265
  .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
61255
61266
  @if ddl-multiselect-skin-name == 'Material3' {
61256
61267
  height: $ddl-small-clear-icon-height;
@@ -61282,6 +61293,11 @@ ejs-multiselect {
61282
61293
  }
61283
61294
  }
61284
61295
 
61296
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61297
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61298
+ margin-top: $ddl-bigger-small-ddl-icon-top;
61299
+ }
61300
+
61285
61301
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
61286
61302
  height: $ddl-bigger-small-chip-close-square;
61287
61303
  width: $ddl-bigger-small-chip-close-width;
@@ -62957,10 +62973,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
62957
62973
  $listbox-template-multiline-padding: 4px !default;
62958
62974
  $listbox-template-multiline-content-font-size: $text-sm !default;
62959
62975
  $listbox-template-multiline-avatar-top: 0 !default;
62960
- $listbox-filter-height: calc(100% - 56px) !default;
62961
62976
  $listbox-filter-small-height: calc(100% - 50px) !default;
62962
62977
  $listbox-filter-bigger-small-height: calc(100% - 59px) !default;
62963
- $listbox-filter-bigger-height: calc(100% - 64px) !default;
62964
62978
  $listbox-item-height: 36px !default;
62965
62979
 
62966
62980
  $listbox-border-color: $border-light;
@@ -63001,10 +63015,14 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
63001
63015
 
63002
63016
  $listbox-select-height: calc(100% - 36px) !default;
63003
63017
  $listbox-select-bigger-height: calc(100% - 48px) !default;
63004
- $listbox-filterselect-height: calc(100% - 93px) !default;
63005
- $listbox-filterselect-bigger-height: calc(100% - 113px) !default;
63006
- $listbox-filter-height: calc(100% - 57px) !default;
63007
- $listbox-filter-bigger-height: calc(100% - 65px) !default;
63018
+ $listbox-filterselect-height: calc(100% - 36px) !default;
63019
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
63020
+ $listbox-mat-filter-height: calc(100% - 56px) !default;
63021
+ $listbox-mat-filter-bigger-height: calc(100% - 64px) !default;
63022
+ $listbox-filter-height: calc(100% - 56px) !default;
63023
+ $listbox-filter-bigger-height: calc(100% - 64px) !default;
63024
+ $listbox-ej2-filterselect-height: calc(100% - 93px) !default;
63025
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 113px) !default;
63008
63026
 
63009
63027
  @include export-module('listbox-layout') {
63010
63028
  /* stylelint-disable property-no-vendor-prefix */
@@ -63553,27 +63571,64 @@ $listbox-filter-bigger-height: calc(100% - 65px) !default;
63553
63571
  @include export-module('listbox-theme') {
63554
63572
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
63555
63573
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
63556
- height: $listbox-filter-small-height;
63574
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
63575
+ }
63576
+
63577
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63578
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63579
+ }
63580
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63581
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63557
63582
  }
63558
63583
 
63559
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63560
63584
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63561
- height: $listbox-filter-bigger-height;
63585
+ height: 100%;
63562
63586
  }
63563
63587
 
63564
63588
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
63565
63589
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63566
- height: $listbox-filterselect-bigger-height;
63590
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63591
+ }
63592
+
63593
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63594
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63595
+ }
63596
+
63597
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63598
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
63599
+ }
63600
+
63601
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63602
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63603
+ }
63604
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63605
+ height: 100%;
63567
63606
  }
63568
63607
 
63569
63608
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
63609
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
63610
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63611
+ }
63612
+
63570
63613
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
63571
- height: $listbox-select-bigger-height;
63614
+ height: 100%;
63572
63615
  }
63573
63616
 
63574
63617
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63618
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63619
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
63620
+ }
63621
+
63622
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63623
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
63624
+ }
63625
+
63626
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63627
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
63628
+ }
63629
+
63575
63630
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63576
- height: $listbox-filter-bigger-small-height;
63631
+ height: 100%;
63577
63632
  }
63578
63633
 
63579
63634
  .e-listbox-wrapper,
@@ -63614,7 +63669,7 @@ $listbox-filter-bigger-height: calc(100% - 65px) !default;
63614
63669
  }
63615
63670
 
63616
63671
  &.e-filter-list .e-selectall-parent + .e-list-parent {
63617
- height: $listbox-filterselect-height;
63672
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63618
63673
  }
63619
63674
 
63620
63675
  & .e-selectall-parent + .e-list-parent {
@@ -63866,6 +63921,34 @@ $listbox-filter-bigger-height: calc(100% - 65px) !default;
63866
63921
  }
63867
63922
  }
63868
63923
  }
63924
+
63925
+ .e-listbox-container {
63926
+ @at-root {
63927
+ &.e-filter-list .e-list-parent {
63928
+ height: 100%;
63929
+ }
63930
+
63931
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
63932
+ height: 100%;
63933
+ }
63934
+
63935
+ & .e-selectall-parent + .e-list-parent {
63936
+ height: 100%;
63937
+ }
63938
+
63939
+ &.e-filter-list .e-list-wrap {
63940
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
63941
+ }
63942
+
63943
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
63944
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63945
+ }
63946
+
63947
+ & .e-selectall-parent + .e-list-wrap {
63948
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
63949
+ }
63950
+ }
63951
+ }
63869
63952
  }
63870
63953
 
63871
63954
 
@@ -77324,6 +77407,11 @@ $grid-dropitems-count-margin-left: -8px !default;
77324
77407
  overflow: visible;
77325
77408
  }
77326
77409
 
77410
+ .e-headercell.e-templatecell .e-headercelldiv {
77411
+ height: auto;
77412
+ min-height: $grid-header-height;
77413
+ }
77414
+
77327
77415
  .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
77328
77416
  padding: 0 .6em;
77329
77417
  }
@@ -81475,6 +81563,10 @@ $grid-dropitems-count-margin-left: -8px !default;
81475
81563
  cursor: move;
81476
81564
  }
81477
81565
 
81566
+ & .e-notallowedcur .e-row:hover .e-rowdragdrop {
81567
+ cursor: not-allowed;
81568
+ }
81569
+
81478
81570
  .e-sortnumber {
81479
81571
  @if $grid-skin == 'material3' {
81480
81572
  background: $grid-sortnumber-bg-color;
@@ -89089,7 +89181,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89089
89181
 
89090
89182
  .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
89091
89183
  display: grid;
89092
- grid-template-columns: repeat(6, 1fr);
89184
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
89093
89185
  gap: 6px;
89094
89186
 
89095
89187
  .e-btn.e-control {
@@ -89106,7 +89198,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89106
89198
 
89107
89199
  .e-rte-emojisearch-btn {
89108
89200
  display: grid;
89109
- grid-template-columns: repeat(6, 1fr);
89201
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
89110
89202
  gap: 6px;
89111
89203
  height: 0;
89112
89204
 
@@ -101270,6 +101362,22 @@ $pv-comment-text-cursor-color: $black !default;
101270
101362
  text-align: left;
101271
101363
  }
101272
101364
 
101365
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
101366
+ @if $skin-name == 'Material3' {
101367
+ background: $content-bg-color-alt2;
101368
+ border: $border-light;
101369
+ border-width: 0 0 1px 1px;
101370
+ font-size: $text-base;
101371
+ font-weight: $pv-comment-tile-font-weight;
101372
+ line-height: 16px;
101373
+ padding: 0;
101374
+ left: 15px;
101375
+ top: 14px;
101376
+ position: absolute;
101377
+ text-align: left;
101378
+ }
101379
+ }
101380
+
101273
101381
  .e-pv-comment-panel-title-close-div.e-btn {
101274
101382
  background: $pv-title-close-background;
101275
101383
  border: $pv-title-close-border;
@@ -101279,17 +101387,12 @@ $pv-comment-text-cursor-color: $black !default;
101279
101387
  }
101280
101388
  height: $pv-title-close-height;
101281
101389
  position: $pv-title-close-position;
101282
- @if $skin-name != 'Material3' {
101283
- right: 11px;
101284
- top: 5px;
101285
- }
101390
+ right: 11px;
101391
+ top: 5px;
101286
101392
  width: $pv-title-close-width;
101287
101393
  @if $skin-name == 'FluentUI' {
101288
101394
  padding: 4px;
101289
101395
  }
101290
- @if $skin-name == 'Material3' {
101291
- padding: 12px 12px 12px 270px;
101292
- }
101293
101396
  }
101294
101397
 
101295
101398
  @if $skin-name == 'Material3' {
@@ -101302,7 +101405,7 @@ $pv-comment-text-cursor-color: $black !default;
101302
101405
  @if $skin-name != 'bootstrap5' {
101303
101406
  color: $pv-comment-text-color;
101304
101407
  }
101305
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
101408
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
101306
101409
  color: $icon-color;
101307
101410
  }
101308
101411
  }
@@ -101310,6 +101413,7 @@ $pv-comment-text-cursor-color: $black !default;
101310
101413
  .e-pv-comments-panel-text {
101311
101414
  font-size: 15px;
101312
101415
  padding-left: 85px;
101416
+ color: rgba(var(--color-sf-on-surface-variant));
101313
101417
  }
101314
101418
 
101315
101419
  .e-pv-comments-content-container {
@@ -102786,7 +102890,7 @@ $pv-comment-text-cursor-color: $black !default;
102786
102890
  }
102787
102891
 
102788
102892
  .e-bigger .e-pv-signature-dialog-height {
102789
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
102893
+ @if ($skin-name == 'FluentUI') {
102790
102894
  min-height: 592px;
102791
102895
  }
102792
102896
  }
@@ -105707,6 +105811,9 @@ $field-list-adaptive-outerdiv-height: 125px !default;
105707
105811
  @if ($skin-name == 'FluentUI') {
105708
105812
  border-top: 0;
105709
105813
  }
105814
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
105815
+ padding: $field-list-editor-dialog-footer-padding;
105816
+ }
105710
105817
  }
105711
105818
 
105712
105819
  .e-dlg-content {
@@ -105855,15 +105962,6 @@ $field-list-adaptive-outerdiv-height: 125px !default;
105855
105962
  padding: 9px 10px;
105856
105963
  }
105857
105964
 
105858
- .e-text-content {
105859
- .e-list-text {
105860
- line-height: 1.5em;
105861
- // @if ($field-list-skin == 'bootstrap4') {
105862
- // line-height: 0;
105863
- // }
105864
- }
105865
- }
105866
-
105867
105965
  &.e-drag-restrict {
105868
105966
  .e-no-drop {
105869
105967
  &::before {
@@ -109853,12 +109951,15 @@ $pivotpager-single-size-title-padding: 8px !default;
109853
109951
  .e-pivotcell-container {
109854
109952
  align-items: center;
109855
109953
  display: flex;
109954
+ max-height: inherit;
109856
109955
 
109857
109956
  .e-stackedheadertext,
109858
109957
  .e-headertext {
109859
109958
  &.e-cellvalue {
109959
+ align-self: stretch;
109860
109960
  overflow: hidden;
109861
109961
  text-overflow: ellipsis;
109962
+ width: 100%;
109862
109963
  }
109863
109964
  }
109864
109965
 
@@ -110162,6 +110263,7 @@ $pivotpager-single-size-title-padding: 8px !default;
110162
110263
  font-size: 20px;
110163
110264
  text-align: center;
110164
110265
  padding: 10%;
110266
+ pointer-events: none;
110165
110267
 
110166
110268
  &.e-hide-loader {
110167
110269
  display: none;
@@ -110604,6 +110706,13 @@ $pivotpager-single-size-title-padding: 8px !default;
110604
110706
  width: 100%;
110605
110707
  }
110606
110708
 
110709
+ th.e-group-row .e-axis-row {
110710
+ display: inline-block;
110711
+ height: 100%;
110712
+ vertical-align: top;
110713
+ width: 100%;
110714
+ }
110715
+
110607
110716
  /* stylelint-disable */
110608
110717
  .e-group-row {
110609
110718
  padding: 0 !important;
@@ -110812,7 +110921,10 @@ $pivotpager-single-size-title-padding: 8px !default;
110812
110921
  th .e-expand,
110813
110922
  th .e-collapse {
110814
110923
  font-size: $pivotgrid-expcoldiv-fontsize !important;
110815
- margin-left: 0px;
110924
+ margin-left: 0;
110925
+ @if ($skin-name == 'bootstrap4') {
110926
+ display: flex;
110927
+ }
110816
110928
  }
110817
110929
 
110818
110930
  /* stylelint-enable */
@@ -119160,6 +119272,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
119160
119272
  position: absolute;
119161
119273
  font-size: 14px;
119162
119274
  }
119275
+
119276
+ & .e-ie-min-drop-content {
119277
+ left: calc(50% - 120px);
119278
+ top: 50%;
119279
+ font-size: 14px;
119280
+ }
119163
119281
  }
119164
119282
 
119165
119283
  & .e-toolbar {