@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
@@ -55847,7 +55847,10 @@ $treeview-item-active-check-color: rgba($primary) !default;
55847
55847
  display: inline-block;
55848
55848
  line-height: $treeview-text-height;
55849
55849
  margin: $treeview-text-margin;
55850
- @if $skin-name != 'bootstrap4' {
55850
+ @if $skin-name == 'Material3' {
55851
+ min-height: $treeview-item-height;
55852
+ }
55853
+ @else if $skin-name != 'bootstrap4' {
55851
55854
  min-height: $treeview-text-height;
55852
55855
  }
55853
55856
  @else if $skin-name == 'bootstrap4' {
@@ -60548,7 +60551,8 @@ $ddl-chip-bigger-content-padding: 0 !default;
60548
60551
  }
60549
60552
  }
60550
60553
 
60551
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60554
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
60555
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60552
60556
  @if $ddl-multiselect-skin-name != 'Material3' {
60553
60557
  margin-top: $ddl-icon-margin-top-bigger;
60554
60558
  }
@@ -61580,6 +61584,11 @@ ejs-multiselect {
61580
61584
  }
61581
61585
  }
61582
61586
 
61587
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61588
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61589
+ margin-top: $ddl-small-ddl-icon-top;
61590
+ }
61591
+
61583
61592
  .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
61584
61593
  @if ddl-multiselect-skin-name == 'Material3' {
61585
61594
  height: $ddl-small-clear-icon-height;
@@ -61611,6 +61620,11 @@ ejs-multiselect {
61611
61620
  }
61612
61621
  }
61613
61622
 
61623
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61624
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61625
+ margin-top: $ddl-bigger-small-ddl-icon-top;
61626
+ }
61627
+
61614
61628
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
61615
61629
  height: $ddl-bigger-small-chip-close-square;
61616
61630
  width: $ddl-bigger-small-chip-close-width;
@@ -63923,10 +63937,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
63923
63937
  $listbox-template-multiline-padding: 4px !default;
63924
63938
  $listbox-template-multiline-content-font-size: $text-sm !default;
63925
63939
  $listbox-template-multiline-avatar-top: 0 !default;
63926
- $listbox-filter-height: calc(100% - 40px) !default;
63927
63940
  $listbox-filter-small-height: calc(100% - 35px) !default;
63928
63941
  $listbox-filter-bigger-small-height: calc(100% - 37px) !default;
63929
- $listbox-filter-bigger-height: calc(100% - 48px) !default;
63930
63942
  $listbox-item-height: 40px !default;
63931
63943
 
63932
63944
  $listbox-border-color: rgba($border-light);
@@ -63966,10 +63978,14 @@ $listbox-template-multiline-header-color: rgba($content-text-color) !default;
63966
63978
  $listbox-template-multiline-content-color: rgba($content-text-color-alt2) !default;
63967
63979
  $listbox-select-height: calc(100% - 36px) !default;
63968
63980
  $listbox-select-bigger-height: calc(100% - 48px) !default;
63969
- $listbox-filterselect-height: calc(100% - 79px) !default;
63970
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
63971
- $listbox-filter-height: calc(100% - 43px) !default;
63972
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
63981
+ $listbox-filterselect-height: calc(100% - 40px) !default;
63982
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
63983
+ $listbox-mat-filter-height: calc(100% - ($listbox-item-height - 4px)) !default;
63984
+ $listbox-mat-filter-bigger-height: calc(100% - ($listbox-touch-item-height - 4px)) !default;
63985
+ $listbox-filter-height: calc(100% - 36px) !default;
63986
+ $listbox-filter-bigger-height: calc(100% - 44px) !default;
63987
+ $listbox-ej2-filterselect-height: calc(100% - 76px) !default;
63988
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 92px) !default;
63973
63989
 
63974
63990
  @include export-module('listbox-layout') {
63975
63991
  /* stylelint-disable property-no-vendor-prefix */
@@ -64518,27 +64534,64 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
64518
64534
  @include export-module('listbox-theme') {
64519
64535
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
64520
64536
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
64521
- height: $listbox-filter-small-height;
64537
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
64538
+ }
64539
+
64540
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
64541
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64542
+ }
64543
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
64544
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64522
64545
  }
64523
64546
 
64524
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
64525
64547
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
64526
- height: $listbox-filter-bigger-height;
64548
+ height: 100%;
64527
64549
  }
64528
64550
 
64529
64551
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
64530
64552
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
64531
- height: $listbox-filterselect-bigger-height;
64553
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64554
+ }
64555
+
64556
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
64557
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64558
+ }
64559
+
64560
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
64561
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
64562
+ }
64563
+
64564
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
64565
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64566
+ }
64567
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
64568
+ height: 100%;
64532
64569
  }
64533
64570
 
64534
64571
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
64572
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
64573
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
64574
+ }
64575
+
64535
64576
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
64536
- height: $listbox-select-bigger-height;
64577
+ height: 100%;
64537
64578
  }
64538
64579
 
64539
64580
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
64581
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
64582
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
64583
+ }
64584
+
64585
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
64586
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
64587
+ }
64588
+
64589
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
64590
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
64591
+ }
64592
+
64540
64593
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
64541
- height: $listbox-filter-bigger-small-height;
64594
+ height: 100%;
64542
64595
  }
64543
64596
 
64544
64597
  .e-listbox-wrapper,
@@ -64579,7 +64632,7 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
64579
64632
  }
64580
64633
 
64581
64634
  &.e-filter-list .e-selectall-parent + .e-list-parent {
64582
- height: $listbox-filterselect-height;
64635
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
64583
64636
  }
64584
64637
 
64585
64638
  & .e-selectall-parent + .e-list-parent {
@@ -64831,6 +64884,34 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
64831
64884
  }
64832
64885
  }
64833
64886
  }
64887
+
64888
+ .e-listbox-container {
64889
+ @at-root {
64890
+ &.e-filter-list .e-list-parent {
64891
+ height: 100%;
64892
+ }
64893
+
64894
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
64895
+ height: 100%;
64896
+ }
64897
+
64898
+ & .e-selectall-parent + .e-list-parent {
64899
+ height: 100%;
64900
+ }
64901
+
64902
+ &.e-filter-list .e-list-wrap {
64903
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
64904
+ }
64905
+
64906
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
64907
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
64908
+ }
64909
+
64910
+ & .e-selectall-parent + .e-list-wrap {
64911
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
64912
+ }
64913
+ }
64914
+ }
64834
64915
  }
64835
64916
 
64836
64917
 
@@ -78304,6 +78385,11 @@ $grid-dropitems-count-margin-left: -9px !default;
78304
78385
  overflow: visible;
78305
78386
  }
78306
78387
 
78388
+ .e-headercell.e-templatecell .e-headercelldiv {
78389
+ height: auto;
78390
+ min-height: $grid-header-height;
78391
+ }
78392
+
78307
78393
  .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
78308
78394
  padding: 0 .6em;
78309
78395
  }
@@ -82455,6 +82541,10 @@ $grid-dropitems-count-margin-left: -9px !default;
82455
82541
  cursor: move;
82456
82542
  }
82457
82543
 
82544
+ & .e-notallowedcur .e-row:hover .e-rowdragdrop {
82545
+ cursor: not-allowed;
82546
+ }
82547
+
82458
82548
  .e-sortnumber {
82459
82549
  @if $grid-skin == 'material3' {
82460
82550
  background: $grid-sortnumber-bg-color;
@@ -90086,7 +90176,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90086
90176
 
90087
90177
  .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
90088
90178
  display: grid;
90089
- grid-template-columns: repeat(6, 1fr);
90179
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
90090
90180
  gap: 6px;
90091
90181
 
90092
90182
  .e-btn.e-control {
@@ -90103,7 +90193,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90103
90193
 
90104
90194
  .e-rte-emojisearch-btn {
90105
90195
  display: grid;
90106
- grid-template-columns: repeat(6, 1fr);
90196
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
90107
90197
  gap: 6px;
90108
90198
  height: 0;
90109
90199
 
@@ -102283,6 +102373,22 @@ $pv-search-btn-width-big: 32px !default;
102283
102373
  text-align: left;
102284
102374
  }
102285
102375
 
102376
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
102377
+ @if $skin-name == 'Material3' {
102378
+ background: $content-bg-color-alt2;
102379
+ border: $border-light;
102380
+ border-width: 0 0 1px 1px;
102381
+ font-size: $text-base;
102382
+ font-weight: $pv-comment-tile-font-weight;
102383
+ line-height: 16px;
102384
+ padding: 0;
102385
+ left: 15px;
102386
+ top: 14px;
102387
+ position: absolute;
102388
+ text-align: left;
102389
+ }
102390
+ }
102391
+
102286
102392
  .e-pv-comment-panel-title-close-div.e-btn {
102287
102393
  background: $pv-title-close-background;
102288
102394
  border: $pv-title-close-border;
@@ -102292,17 +102398,12 @@ $pv-search-btn-width-big: 32px !default;
102292
102398
  }
102293
102399
  height: $pv-title-close-height;
102294
102400
  position: $pv-title-close-position;
102295
- @if $skin-name != 'Material3' {
102296
- right: 11px;
102297
- top: 5px;
102298
- }
102401
+ right: 11px;
102402
+ top: 5px;
102299
102403
  width: $pv-title-close-width;
102300
102404
  @if $skin-name == 'FluentUI' {
102301
102405
  padding: 4px;
102302
102406
  }
102303
- @if $skin-name == 'Material3' {
102304
- padding: 12px 12px 12px 270px;
102305
- }
102306
102407
  }
102307
102408
 
102308
102409
  @if $skin-name == 'Material3' {
@@ -102315,7 +102416,7 @@ $pv-search-btn-width-big: 32px !default;
102315
102416
  @if $skin-name != 'bootstrap5' {
102316
102417
  color: $pv-comment-text-color;
102317
102418
  }
102318
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
102419
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
102319
102420
  color: $icon-color;
102320
102421
  }
102321
102422
  }
@@ -102323,6 +102424,7 @@ $pv-search-btn-width-big: 32px !default;
102323
102424
  .e-pv-comments-panel-text {
102324
102425
  font-size: 15px;
102325
102426
  padding-left: 85px;
102427
+ color: rgba(var(--color-sf-on-surface-variant));
102326
102428
  }
102327
102429
 
102328
102430
  .e-pv-comments-content-container {
@@ -103799,7 +103901,7 @@ $pv-search-btn-width-big: 32px !default;
103799
103901
  }
103800
103902
 
103801
103903
  .e-bigger .e-pv-signature-dialog-height {
103802
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
103904
+ @if ($skin-name == 'FluentUI') {
103803
103905
  min-height: 592px;
103804
103906
  }
103805
103907
  }
@@ -103968,6 +104070,7 @@ $pv-search-btn-width-big: 32px !default;
103968
104070
  .e-pv-title-close-icon::before,
103969
104071
  .e-pv-annotation-tools-close-icon::before,
103970
104072
  .e-pv-annotation-popup-close::before {
104073
+ color: $pv-icon-color;
103971
104074
  content: '\e7e7';
103972
104075
  }
103973
104076
 
@@ -106741,6 +106844,9 @@ $field-list-device-footer-button-box-shadow: $shadow-lg !default;
106741
106844
  @if ($skin-name == 'FluentUI') {
106742
106845
  border-top: 0;
106743
106846
  }
106847
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
106848
+ padding: $field-list-editor-dialog-footer-padding;
106849
+ }
106744
106850
  }
106745
106851
 
106746
106852
  .e-dlg-content {
@@ -106889,15 +106995,6 @@ $field-list-device-footer-button-box-shadow: $shadow-lg !default;
106889
106995
  padding: 9px 10px;
106890
106996
  }
106891
106997
 
106892
- .e-text-content {
106893
- .e-list-text {
106894
- line-height: 1.5em;
106895
- // @if ($field-list-skin == 'bootstrap4') {
106896
- // line-height: 0;
106897
- // }
106898
- }
106899
- }
106900
-
106901
106998
  &.e-drag-restrict {
106902
106999
  .e-no-drop {
106903
107000
  &::before {
@@ -110889,12 +110986,15 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
110889
110986
  .e-pivotcell-container {
110890
110987
  align-items: center;
110891
110988
  display: flex;
110989
+ max-height: inherit;
110892
110990
 
110893
110991
  .e-stackedheadertext,
110894
110992
  .e-headertext {
110895
110993
  &.e-cellvalue {
110994
+ align-self: stretch;
110896
110995
  overflow: hidden;
110897
110996
  text-overflow: ellipsis;
110997
+ width: 100%;
110898
110998
  }
110899
110999
  }
110900
111000
 
@@ -111198,6 +111298,7 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
111198
111298
  font-size: 20px;
111199
111299
  text-align: center;
111200
111300
  padding: 10%;
111301
+ pointer-events: none;
111201
111302
 
111202
111303
  &.e-hide-loader {
111203
111304
  display: none;
@@ -111640,6 +111741,13 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
111640
111741
  width: 100%;
111641
111742
  }
111642
111743
 
111744
+ th.e-group-row .e-axis-row {
111745
+ display: inline-block;
111746
+ height: 100%;
111747
+ vertical-align: top;
111748
+ width: 100%;
111749
+ }
111750
+
111643
111751
  /* stylelint-disable */
111644
111752
  .e-group-row {
111645
111753
  padding: 0 !important;
@@ -111848,7 +111956,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
111848
111956
  th .e-expand,
111849
111957
  th .e-collapse {
111850
111958
  font-size: $pivotgrid-expcoldiv-fontsize !important;
111851
- margin-left: 0px;
111959
+ margin-left: 0;
111960
+ @if ($skin-name == 'bootstrap4') {
111961
+ display: flex;
111962
+ }
111852
111963
  }
111853
111964
 
111854
111965
  /* stylelint-enable */
@@ -120206,6 +120317,12 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
120206
120317
  position: absolute;
120207
120318
  font-size: 14px;
120208
120319
  }
120320
+
120321
+ & .e-ie-min-drop-content {
120322
+ left: calc(50% - 120px);
120323
+ top: 50%;
120324
+ font-size: 14px;
120325
+ }
120209
120326
  }
120210
120327
 
120211
120328
  & .e-toolbar {