@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.
- package/SCSS-Themes/base/material-dark.scss +1 -1
- package/SCSS-Themes/bootstrap-dark.scss +152 -32
- package/SCSS-Themes/bootstrap.scss +153 -33
- package/SCSS-Themes/bootstrap4.scss +155 -35
- package/SCSS-Themes/bootstrap5-dark.scss +152 -34
- package/SCSS-Themes/bootstrap5.scss +152 -34
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
- package/SCSS-Themes/fabric-dark.scss +153 -33
- package/SCSS-Themes/fabric.scss +153 -33
- package/SCSS-Themes/fluent-dark.scss +154 -36
- package/SCSS-Themes/fluent.scss +154 -36
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent.scss +9 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material.scss +9 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material3.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
- package/SCSS-Themes/highcontrast.scss +152 -32
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
- package/SCSS-Themes/material-dark.scss +155 -35
- package/SCSS-Themes/material.scss +154 -34
- package/SCSS-Themes/material3-dark.scss +153 -36
- package/SCSS-Themes/material3.scss +153 -36
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
- package/SCSS-Themes/tailwind-dark.scss +154 -36
- package/SCSS-Themes/tailwind.scss +154 -36
- package/package.json +1 -1
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -54955,7 +54955,10 @@ $ripple-width: 32px !default;
|
|
|
54955
54955
|
display: inline-block;
|
|
54956
54956
|
line-height: $treeview-text-height;
|
|
54957
54957
|
margin: $treeview-text-margin;
|
|
54958
|
-
@if $skin-name
|
|
54958
|
+
@if $skin-name == 'Material3' {
|
|
54959
|
+
min-height: $treeview-item-height;
|
|
54960
|
+
}
|
|
54961
|
+
@else if $skin-name != 'bootstrap4' {
|
|
54959
54962
|
min-height: $treeview-text-height;
|
|
54960
54963
|
}
|
|
54961
54964
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -59278,7 +59281,9 @@ $ddl-delimviewheight-bigger: 36px !default;
|
|
|
59278
59281
|
$ddl-closer-hooker-font: 10px !default;
|
|
59279
59282
|
$ddl-closer-margin-top: -3em !default;
|
|
59280
59283
|
$ddl-icon-margin-top: -2.5em !default;
|
|
59281
|
-
$ddl-icon-margin-top-bigger: -3.
|
|
59284
|
+
$ddl-icon-margin-top-bigger: -3.15em !default;
|
|
59285
|
+
$ddl-small-ddl-icon-top: -2.5em !default;
|
|
59286
|
+
$ddl-bigger-small-ddl-icon-top: -2.85em !default;
|
|
59282
59287
|
$ddl-clear-margin-top: -3em !default;
|
|
59283
59288
|
$ddl-closer-margin-top-bigger: -3.5em !default;
|
|
59284
59289
|
$ddl-chip-font-family: inherit !default;
|
|
@@ -59575,7 +59580,8 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
59575
59580
|
}
|
|
59576
59581
|
}
|
|
59577
59582
|
|
|
59578
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
59583
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
59584
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
59579
59585
|
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
59580
59586
|
margin-top: $ddl-icon-margin-top-bigger;
|
|
59581
59587
|
}
|
|
@@ -60607,6 +60613,11 @@ ejs-multiselect {
|
|
|
60607
60613
|
}
|
|
60608
60614
|
}
|
|
60609
60615
|
|
|
60616
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
60617
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60618
|
+
margin-top: $ddl-small-ddl-icon-top;
|
|
60619
|
+
}
|
|
60620
|
+
|
|
60610
60621
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
60611
60622
|
@if ddl-multiselect-skin-name == 'Material3' {
|
|
60612
60623
|
height: $ddl-small-clear-icon-height;
|
|
@@ -60638,6 +60649,11 @@ ejs-multiselect {
|
|
|
60638
60649
|
}
|
|
60639
60650
|
}
|
|
60640
60651
|
|
|
60652
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
60653
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60654
|
+
margin-top: $ddl-bigger-small-ddl-icon-top;
|
|
60655
|
+
}
|
|
60656
|
+
|
|
60641
60657
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
60642
60658
|
height: $ddl-bigger-small-chip-close-square;
|
|
60643
60659
|
width: $ddl-bigger-small-chip-close-width;
|
|
@@ -62325,10 +62341,14 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
|
|
|
62325
62341
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
62326
62342
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
62327
62343
|
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
62328
|
-
$listbox-filterselect-height: calc(100% -
|
|
62329
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
62344
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
62345
|
+
$listbox-filterselect-bigger-height: calc(100% - 45px) !default;
|
|
62346
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
62347
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
62330
62348
|
$listbox-filter-height: calc(100% - 51px) !default;
|
|
62331
62349
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
62350
|
+
$listbox-ej2-filterselect-height: calc(100% - 87px) !default;
|
|
62351
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
62332
62352
|
|
|
62333
62353
|
@include export-module('listbox-layout') {
|
|
62334
62354
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -62877,27 +62897,64 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
62877
62897
|
@include export-module('listbox-theme') {
|
|
62878
62898
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
62879
62899
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
62880
|
-
height: $listbox-filter-small-height;
|
|
62900
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62901
|
+
}
|
|
62902
|
+
|
|
62903
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
62904
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62905
|
+
}
|
|
62906
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
62907
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62881
62908
|
}
|
|
62882
62909
|
|
|
62883
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
62884
62910
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
62885
|
-
height:
|
|
62911
|
+
height: 100%;
|
|
62886
62912
|
}
|
|
62887
62913
|
|
|
62888
62914
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
62889
62915
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
62890
|
-
height: $listbox-filterselect-bigger-height;
|
|
62916
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62917
|
+
}
|
|
62918
|
+
|
|
62919
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
62920
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62921
|
+
}
|
|
62922
|
+
|
|
62923
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
62924
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62925
|
+
}
|
|
62926
|
+
|
|
62927
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
62928
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62929
|
+
}
|
|
62930
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
62931
|
+
height: 100%;
|
|
62891
62932
|
}
|
|
62892
62933
|
|
|
62893
62934
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
62935
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
62936
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62937
|
+
}
|
|
62938
|
+
|
|
62894
62939
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
62895
|
-
height:
|
|
62940
|
+
height: 100%;
|
|
62896
62941
|
}
|
|
62897
62942
|
|
|
62898
62943
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
62944
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
62945
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62946
|
+
}
|
|
62947
|
+
|
|
62948
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
62949
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
62950
|
+
}
|
|
62951
|
+
|
|
62952
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
62953
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
62954
|
+
}
|
|
62955
|
+
|
|
62899
62956
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
62900
|
-
height:
|
|
62957
|
+
height: 100%;
|
|
62901
62958
|
}
|
|
62902
62959
|
|
|
62903
62960
|
.e-listbox-wrapper,
|
|
@@ -62938,7 +62995,7 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
62938
62995
|
}
|
|
62939
62996
|
|
|
62940
62997
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
62941
|
-
height: $listbox-filterselect-height;
|
|
62998
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62942
62999
|
}
|
|
62943
63000
|
|
|
62944
63001
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -63190,6 +63247,34 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
63190
63247
|
}
|
|
63191
63248
|
}
|
|
63192
63249
|
}
|
|
63250
|
+
|
|
63251
|
+
.e-listbox-container {
|
|
63252
|
+
@at-root {
|
|
63253
|
+
&.e-filter-list .e-list-parent {
|
|
63254
|
+
height: 100%;
|
|
63255
|
+
}
|
|
63256
|
+
|
|
63257
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63258
|
+
height: 100%;
|
|
63259
|
+
}
|
|
63260
|
+
|
|
63261
|
+
& .e-selectall-parent + .e-list-parent {
|
|
63262
|
+
height: 100%;
|
|
63263
|
+
}
|
|
63264
|
+
|
|
63265
|
+
&.e-filter-list .e-list-wrap {
|
|
63266
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63267
|
+
}
|
|
63268
|
+
|
|
63269
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
63270
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63271
|
+
}
|
|
63272
|
+
|
|
63273
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
63274
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63275
|
+
}
|
|
63276
|
+
}
|
|
63277
|
+
}
|
|
63193
63278
|
}
|
|
63194
63279
|
|
|
63195
63280
|
|
|
@@ -76534,6 +76619,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76534
76619
|
overflow: visible;
|
|
76535
76620
|
}
|
|
76536
76621
|
|
|
76622
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
76623
|
+
height: auto;
|
|
76624
|
+
min-height: $grid-header-height;
|
|
76625
|
+
}
|
|
76626
|
+
|
|
76537
76627
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
76538
76628
|
padding: 0 .6em;
|
|
76539
76629
|
}
|
|
@@ -80685,6 +80775,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80685
80775
|
cursor: move;
|
|
80686
80776
|
}
|
|
80687
80777
|
|
|
80778
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
80779
|
+
cursor: not-allowed;
|
|
80780
|
+
}
|
|
80781
|
+
|
|
80688
80782
|
.e-sortnumber {
|
|
80689
80783
|
@if $grid-skin == 'material3' {
|
|
80690
80784
|
background: $grid-sortnumber-bg-color;
|
|
@@ -88264,7 +88358,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88264
88358
|
|
|
88265
88359
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
88266
88360
|
display: grid;
|
|
88267
|
-
grid-template-columns:
|
|
88361
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88268
88362
|
gap: 6px;
|
|
88269
88363
|
|
|
88270
88364
|
.e-btn.e-control {
|
|
@@ -88281,7 +88375,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88281
88375
|
|
|
88282
88376
|
.e-rte-emojisearch-btn {
|
|
88283
88377
|
display: grid;
|
|
88284
|
-
grid-template-columns:
|
|
88378
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88285
88379
|
gap: 6px;
|
|
88286
88380
|
height: 0;
|
|
88287
88381
|
|
|
@@ -100439,6 +100533,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100439
100533
|
text-align: left;
|
|
100440
100534
|
}
|
|
100441
100535
|
|
|
100536
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
100537
|
+
@if $skin-name == 'Material3' {
|
|
100538
|
+
background: $content-bg-color-alt2;
|
|
100539
|
+
border: $border-light;
|
|
100540
|
+
border-width: 0 0 1px 1px;
|
|
100541
|
+
font-size: $text-base;
|
|
100542
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
100543
|
+
line-height: 16px;
|
|
100544
|
+
padding: 0;
|
|
100545
|
+
left: 15px;
|
|
100546
|
+
top: 14px;
|
|
100547
|
+
position: absolute;
|
|
100548
|
+
text-align: left;
|
|
100549
|
+
}
|
|
100550
|
+
}
|
|
100551
|
+
|
|
100442
100552
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
100443
100553
|
background: $pv-title-close-background;
|
|
100444
100554
|
border: $pv-title-close-border;
|
|
@@ -100448,17 +100558,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100448
100558
|
}
|
|
100449
100559
|
height: $pv-title-close-height;
|
|
100450
100560
|
position: $pv-title-close-position;
|
|
100451
|
-
|
|
100452
|
-
|
|
100453
|
-
top: 5px;
|
|
100454
|
-
}
|
|
100561
|
+
right: 11px;
|
|
100562
|
+
top: 5px;
|
|
100455
100563
|
width: $pv-title-close-width;
|
|
100456
100564
|
@if $skin-name == 'FluentUI' {
|
|
100457
100565
|
padding: 4px;
|
|
100458
100566
|
}
|
|
100459
|
-
@if $skin-name == 'Material3' {
|
|
100460
|
-
padding: 12px 12px 12px 270px;
|
|
100461
|
-
}
|
|
100462
100567
|
}
|
|
100463
100568
|
|
|
100464
100569
|
@if $skin-name == 'Material3' {
|
|
@@ -100471,7 +100576,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100471
100576
|
@if $skin-name != 'bootstrap5' {
|
|
100472
100577
|
color: $pv-comment-text-color;
|
|
100473
100578
|
}
|
|
100474
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
100579
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
100475
100580
|
color: $icon-color;
|
|
100476
100581
|
}
|
|
100477
100582
|
}
|
|
@@ -100479,6 +100584,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100479
100584
|
.e-pv-comments-panel-text {
|
|
100480
100585
|
font-size: 15px;
|
|
100481
100586
|
padding-left: 85px;
|
|
100587
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
100482
100588
|
}
|
|
100483
100589
|
|
|
100484
100590
|
.e-pv-comments-content-container {
|
|
@@ -101955,7 +102061,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
101955
102061
|
}
|
|
101956
102062
|
|
|
101957
102063
|
.e-bigger .e-pv-signature-dialog-height {
|
|
101958
|
-
@if ($skin-name == 'FluentUI'
|
|
102064
|
+
@if ($skin-name == 'FluentUI') {
|
|
101959
102065
|
min-height: 592px;
|
|
101960
102066
|
}
|
|
101961
102067
|
}
|
|
@@ -104867,6 +104973,9 @@ $field-list-adaptive-outerdiv-height: 166px !default;
|
|
|
104867
104973
|
@if ($skin-name == 'FluentUI') {
|
|
104868
104974
|
border-top: 0;
|
|
104869
104975
|
}
|
|
104976
|
+
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
104977
|
+
padding: $field-list-editor-dialog-footer-padding;
|
|
104978
|
+
}
|
|
104870
104979
|
}
|
|
104871
104980
|
|
|
104872
104981
|
.e-dlg-content {
|
|
@@ -105015,15 +105124,6 @@ $field-list-adaptive-outerdiv-height: 166px !default;
|
|
|
105015
105124
|
padding: 9px 10px;
|
|
105016
105125
|
}
|
|
105017
105126
|
|
|
105018
|
-
.e-text-content {
|
|
105019
|
-
.e-list-text {
|
|
105020
|
-
line-height: 1.5em;
|
|
105021
|
-
// @if ($field-list-skin == 'bootstrap4') {
|
|
105022
|
-
// line-height: 0;
|
|
105023
|
-
// }
|
|
105024
|
-
}
|
|
105025
|
-
}
|
|
105026
|
-
|
|
105027
105127
|
&.e-drag-restrict {
|
|
105028
105128
|
.e-no-drop {
|
|
105029
105129
|
&::before {
|
|
@@ -109008,12 +109108,15 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109008
109108
|
.e-pivotcell-container {
|
|
109009
109109
|
align-items: center;
|
|
109010
109110
|
display: flex;
|
|
109111
|
+
max-height: inherit;
|
|
109011
109112
|
|
|
109012
109113
|
.e-stackedheadertext,
|
|
109013
109114
|
.e-headertext {
|
|
109014
109115
|
&.e-cellvalue {
|
|
109116
|
+
align-self: stretch;
|
|
109015
109117
|
overflow: hidden;
|
|
109016
109118
|
text-overflow: ellipsis;
|
|
109119
|
+
width: 100%;
|
|
109017
109120
|
}
|
|
109018
109121
|
}
|
|
109019
109122
|
|
|
@@ -109317,6 +109420,7 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109317
109420
|
font-size: 20px;
|
|
109318
109421
|
text-align: center;
|
|
109319
109422
|
padding: 10%;
|
|
109423
|
+
pointer-events: none;
|
|
109320
109424
|
|
|
109321
109425
|
&.e-hide-loader {
|
|
109322
109426
|
display: none;
|
|
@@ -109759,6 +109863,13 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109759
109863
|
width: 100%;
|
|
109760
109864
|
}
|
|
109761
109865
|
|
|
109866
|
+
th.e-group-row .e-axis-row {
|
|
109867
|
+
display: inline-block;
|
|
109868
|
+
height: 100%;
|
|
109869
|
+
vertical-align: top;
|
|
109870
|
+
width: 100%;
|
|
109871
|
+
}
|
|
109872
|
+
|
|
109762
109873
|
/* stylelint-disable */
|
|
109763
109874
|
.e-group-row {
|
|
109764
109875
|
padding: 0 !important;
|
|
@@ -109967,7 +110078,10 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109967
110078
|
th .e-expand,
|
|
109968
110079
|
th .e-collapse {
|
|
109969
110080
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
109970
|
-
margin-left:
|
|
110081
|
+
margin-left: 0;
|
|
110082
|
+
@if ($skin-name == 'bootstrap4') {
|
|
110083
|
+
display: flex;
|
|
110084
|
+
}
|
|
109971
110085
|
}
|
|
109972
110086
|
|
|
109973
110087
|
/* stylelint-enable */
|
|
@@ -118308,6 +118422,12 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
|
|
|
118308
118422
|
position: absolute;
|
|
118309
118423
|
font-size: 14px;
|
|
118310
118424
|
}
|
|
118425
|
+
|
|
118426
|
+
& .e-ie-min-drop-content {
|
|
118427
|
+
left: calc(50% - 120px);
|
|
118428
|
+
top: 50%;
|
|
118429
|
+
font-size: 14px;
|
|
118430
|
+
}
|
|
118311
118431
|
}
|
|
118312
118432
|
|
|
118313
118433
|
& .e-toolbar {
|