@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
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -201,7 +201,7 @@ $border-bottom-radius: 0 !default;
|
|
|
201
201
|
|
|
202
202
|
@if not variable-exists('is-roboto-loaded') {
|
|
203
203
|
//sass-lint:disable no-url-protocols,no-url-domains
|
|
204
|
-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
204
|
+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
$is-roboto-loaded: 'true' !default;
|
|
@@ -55763,7 +55763,10 @@ $ripple-width: 32px !default;
|
|
|
55763
55763
|
display: inline-block;
|
|
55764
55764
|
line-height: $treeview-text-height;
|
|
55765
55765
|
margin: $treeview-text-margin;
|
|
55766
|
-
@if $skin-name
|
|
55766
|
+
@if $skin-name == 'Material3' {
|
|
55767
|
+
min-height: $treeview-item-height;
|
|
55768
|
+
}
|
|
55769
|
+
@else if $skin-name != 'bootstrap4' {
|
|
55767
55770
|
min-height: $treeview-text-height;
|
|
55768
55771
|
}
|
|
55769
55772
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -60088,6 +60091,8 @@ $ddl-closer-hooker-font: 10px !default;
|
|
|
60088
60091
|
$ddl-chip-font-family: inherit !default;
|
|
60089
60092
|
$ddl-closer-margin-top: -2.5em !default;
|
|
60090
60093
|
$ddl-icon-margin-top-bigger: -2.5em !default;
|
|
60094
|
+
$ddl-small-ddl-icon-top: -1.8em !default;
|
|
60095
|
+
$ddl-bigger-small-ddl-icon-top: -2em !default;
|
|
60091
60096
|
$ddl-icon-margin-top: -2.1em !default;
|
|
60092
60097
|
$ddl-clear-margin-top: -2.5em !default;
|
|
60093
60098
|
$ddl-closer-margin-top-bigger: -3em !default;
|
|
@@ -60431,7 +60436,8 @@ $filled-multiselect-chip-hover-bg-color: $grey-700 !default;
|
|
|
60431
60436
|
}
|
|
60432
60437
|
}
|
|
60433
60438
|
|
|
60434
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
60439
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
60440
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60435
60441
|
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
60436
60442
|
margin-top: $ddl-icon-margin-top-bigger;
|
|
60437
60443
|
}
|
|
@@ -61463,6 +61469,11 @@ ejs-multiselect {
|
|
|
61463
61469
|
}
|
|
61464
61470
|
}
|
|
61465
61471
|
|
|
61472
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61473
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61474
|
+
margin-top: $ddl-small-ddl-icon-top;
|
|
61475
|
+
}
|
|
61476
|
+
|
|
61466
61477
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
61467
61478
|
@if ddl-multiselect-skin-name == 'Material3' {
|
|
61468
61479
|
height: $ddl-small-clear-icon-height;
|
|
@@ -61494,6 +61505,11 @@ ejs-multiselect {
|
|
|
61494
61505
|
}
|
|
61495
61506
|
}
|
|
61496
61507
|
|
|
61508
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61509
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61510
|
+
margin-top: $ddl-bigger-small-ddl-icon-top;
|
|
61511
|
+
}
|
|
61512
|
+
|
|
61497
61513
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
61498
61514
|
height: $ddl-bigger-small-chip-close-square;
|
|
61499
61515
|
width: $ddl-bigger-small-chip-close-width;
|
|
@@ -63855,10 +63871,14 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
|
|
|
63855
63871
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
63856
63872
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
63857
63873
|
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
63858
|
-
$listbox-filterselect-height: calc(100% -
|
|
63859
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
63860
|
-
$listbox-filter-height: calc(100% - 43px) !default;
|
|
63861
|
-
$listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
63874
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
63875
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
63876
|
+
$listbox-mat-filter-height: calc(100% - 43px) !default;
|
|
63877
|
+
$listbox-mat-filter-bigger-height: calc(100% - 50px) !default;
|
|
63878
|
+
$listbox-filter-height: calc(100% - 48px) !default;
|
|
63879
|
+
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
63880
|
+
$listbox-ej2-filterselect-height: calc(100% - 83px) !default;
|
|
63881
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
|
|
63862
63882
|
|
|
63863
63883
|
@include export-module('listbox-layout') {
|
|
63864
63884
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -64407,27 +64427,64 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
64407
64427
|
@include export-module('listbox-theme') {
|
|
64408
64428
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
64409
64429
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
64410
|
-
height: $listbox-filter-small-height;
|
|
64430
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64431
|
+
}
|
|
64432
|
+
|
|
64433
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
64434
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64435
|
+
}
|
|
64436
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
64437
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64411
64438
|
}
|
|
64412
64439
|
|
|
64413
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
64414
64440
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
64415
|
-
height:
|
|
64441
|
+
height: 100%;
|
|
64416
64442
|
}
|
|
64417
64443
|
|
|
64418
64444
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
64419
64445
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64420
|
-
height: $listbox-filterselect-bigger-height;
|
|
64446
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64447
|
+
}
|
|
64448
|
+
|
|
64449
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64450
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64451
|
+
}
|
|
64452
|
+
|
|
64453
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
64454
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64455
|
+
}
|
|
64456
|
+
|
|
64457
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
64458
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64459
|
+
}
|
|
64460
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64461
|
+
height: 100%;
|
|
64421
64462
|
}
|
|
64422
64463
|
|
|
64423
64464
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
64465
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
64466
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64467
|
+
}
|
|
64468
|
+
|
|
64424
64469
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
64425
|
-
height:
|
|
64470
|
+
height: 100%;
|
|
64426
64471
|
}
|
|
64427
64472
|
|
|
64428
64473
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
64474
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
64475
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64476
|
+
}
|
|
64477
|
+
|
|
64478
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
64479
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
64480
|
+
}
|
|
64481
|
+
|
|
64482
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
64483
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
64484
|
+
}
|
|
64485
|
+
|
|
64429
64486
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
64430
|
-
height:
|
|
64487
|
+
height: 100%;
|
|
64431
64488
|
}
|
|
64432
64489
|
|
|
64433
64490
|
.e-listbox-wrapper,
|
|
@@ -64468,7 +64525,7 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
64468
64525
|
}
|
|
64469
64526
|
|
|
64470
64527
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64471
|
-
height: $listbox-filterselect-height;
|
|
64528
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64472
64529
|
}
|
|
64473
64530
|
|
|
64474
64531
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -64720,6 +64777,34 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
64720
64777
|
}
|
|
64721
64778
|
}
|
|
64722
64779
|
}
|
|
64780
|
+
|
|
64781
|
+
.e-listbox-container {
|
|
64782
|
+
@at-root {
|
|
64783
|
+
&.e-filter-list .e-list-parent {
|
|
64784
|
+
height: 100%;
|
|
64785
|
+
}
|
|
64786
|
+
|
|
64787
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64788
|
+
height: 100%;
|
|
64789
|
+
}
|
|
64790
|
+
|
|
64791
|
+
& .e-selectall-parent + .e-list-parent {
|
|
64792
|
+
height: 100%;
|
|
64793
|
+
}
|
|
64794
|
+
|
|
64795
|
+
&.e-filter-list .e-list-wrap {
|
|
64796
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64797
|
+
}
|
|
64798
|
+
|
|
64799
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
64800
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64801
|
+
}
|
|
64802
|
+
|
|
64803
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
64804
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64805
|
+
}
|
|
64806
|
+
}
|
|
64807
|
+
}
|
|
64723
64808
|
}
|
|
64724
64809
|
|
|
64725
64810
|
|
|
@@ -78079,6 +78164,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78079
78164
|
overflow: visible;
|
|
78080
78165
|
}
|
|
78081
78166
|
|
|
78167
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
78168
|
+
height: auto;
|
|
78169
|
+
min-height: $grid-header-height;
|
|
78170
|
+
}
|
|
78171
|
+
|
|
78082
78172
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
78083
78173
|
padding: 0 .6em;
|
|
78084
78174
|
}
|
|
@@ -82230,6 +82320,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
82230
82320
|
cursor: move;
|
|
82231
82321
|
}
|
|
82232
82322
|
|
|
82323
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
82324
|
+
cursor: not-allowed;
|
|
82325
|
+
}
|
|
82326
|
+
|
|
82233
82327
|
.e-sortnumber {
|
|
82234
82328
|
@if $grid-skin == 'material3' {
|
|
82235
82329
|
background: $grid-sortnumber-bg-color;
|
|
@@ -89826,7 +89920,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89826
89920
|
|
|
89827
89921
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
89828
89922
|
display: grid;
|
|
89829
|
-
grid-template-columns:
|
|
89923
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
89830
89924
|
gap: 6px;
|
|
89831
89925
|
|
|
89832
89926
|
.e-btn.e-control {
|
|
@@ -89843,7 +89937,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89843
89937
|
|
|
89844
89938
|
.e-rte-emojisearch-btn {
|
|
89845
89939
|
display: grid;
|
|
89846
|
-
grid-template-columns:
|
|
89940
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
89847
89941
|
gap: 6px;
|
|
89848
89942
|
height: 0;
|
|
89849
89943
|
|
|
@@ -102015,6 +102109,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
102015
102109
|
text-align: left;
|
|
102016
102110
|
}
|
|
102017
102111
|
|
|
102112
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
102113
|
+
@if $skin-name == 'Material3' {
|
|
102114
|
+
background: $content-bg-color-alt2;
|
|
102115
|
+
border: $border-light;
|
|
102116
|
+
border-width: 0 0 1px 1px;
|
|
102117
|
+
font-size: $text-base;
|
|
102118
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
102119
|
+
line-height: 16px;
|
|
102120
|
+
padding: 0;
|
|
102121
|
+
left: 15px;
|
|
102122
|
+
top: 14px;
|
|
102123
|
+
position: absolute;
|
|
102124
|
+
text-align: left;
|
|
102125
|
+
}
|
|
102126
|
+
}
|
|
102127
|
+
|
|
102018
102128
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
102019
102129
|
background: $pv-title-close-background;
|
|
102020
102130
|
border: $pv-title-close-border;
|
|
@@ -102024,17 +102134,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
102024
102134
|
}
|
|
102025
102135
|
height: $pv-title-close-height;
|
|
102026
102136
|
position: $pv-title-close-position;
|
|
102027
|
-
|
|
102028
|
-
|
|
102029
|
-
top: 5px;
|
|
102030
|
-
}
|
|
102137
|
+
right: 11px;
|
|
102138
|
+
top: 5px;
|
|
102031
102139
|
width: $pv-title-close-width;
|
|
102032
102140
|
@if $skin-name == 'FluentUI' {
|
|
102033
102141
|
padding: 4px;
|
|
102034
102142
|
}
|
|
102035
|
-
@if $skin-name == 'Material3' {
|
|
102036
|
-
padding: 12px 12px 12px 270px;
|
|
102037
|
-
}
|
|
102038
102143
|
}
|
|
102039
102144
|
|
|
102040
102145
|
@if $skin-name == 'Material3' {
|
|
@@ -102047,7 +102152,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
102047
102152
|
@if $skin-name != 'bootstrap5' {
|
|
102048
102153
|
color: $pv-comment-text-color;
|
|
102049
102154
|
}
|
|
102050
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
102155
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
102051
102156
|
color: $icon-color;
|
|
102052
102157
|
}
|
|
102053
102158
|
}
|
|
@@ -102055,6 +102160,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
102055
102160
|
.e-pv-comments-panel-text {
|
|
102056
102161
|
font-size: 15px;
|
|
102057
102162
|
padding-left: 85px;
|
|
102163
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
102058
102164
|
}
|
|
102059
102165
|
|
|
102060
102166
|
.e-pv-comments-content-container {
|
|
@@ -103531,7 +103637,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103531
103637
|
}
|
|
103532
103638
|
|
|
103533
103639
|
.e-bigger .e-pv-signature-dialog-height {
|
|
103534
|
-
@if ($skin-name == 'FluentUI'
|
|
103640
|
+
@if ($skin-name == 'FluentUI') {
|
|
103535
103641
|
min-height: 592px;
|
|
103536
103642
|
}
|
|
103537
103643
|
}
|
|
@@ -106464,6 +106570,9 @@ $field-list-adaptive-outerdiv-height: 165px !default;
|
|
|
106464
106570
|
@if ($skin-name == 'FluentUI') {
|
|
106465
106571
|
border-top: 0;
|
|
106466
106572
|
}
|
|
106573
|
+
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
106574
|
+
padding: $field-list-editor-dialog-footer-padding;
|
|
106575
|
+
}
|
|
106467
106576
|
}
|
|
106468
106577
|
|
|
106469
106578
|
.e-dlg-content {
|
|
@@ -106612,15 +106721,6 @@ $field-list-adaptive-outerdiv-height: 165px !default;
|
|
|
106612
106721
|
padding: 9px 10px;
|
|
106613
106722
|
}
|
|
106614
106723
|
|
|
106615
|
-
.e-text-content {
|
|
106616
|
-
.e-list-text {
|
|
106617
|
-
line-height: 1.5em;
|
|
106618
|
-
// @if ($field-list-skin == 'bootstrap4') {
|
|
106619
|
-
// line-height: 0;
|
|
106620
|
-
// }
|
|
106621
|
-
}
|
|
106622
|
-
}
|
|
106623
|
-
|
|
106624
106724
|
&.e-drag-restrict {
|
|
106625
106725
|
.e-no-drop {
|
|
106626
106726
|
&::before {
|
|
@@ -110612,12 +110712,15 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
110612
110712
|
.e-pivotcell-container {
|
|
110613
110713
|
align-items: center;
|
|
110614
110714
|
display: flex;
|
|
110715
|
+
max-height: inherit;
|
|
110615
110716
|
|
|
110616
110717
|
.e-stackedheadertext,
|
|
110617
110718
|
.e-headertext {
|
|
110618
110719
|
&.e-cellvalue {
|
|
110720
|
+
align-self: stretch;
|
|
110619
110721
|
overflow: hidden;
|
|
110620
110722
|
text-overflow: ellipsis;
|
|
110723
|
+
width: 100%;
|
|
110621
110724
|
}
|
|
110622
110725
|
}
|
|
110623
110726
|
|
|
@@ -110921,6 +111024,7 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
110921
111024
|
font-size: 20px;
|
|
110922
111025
|
text-align: center;
|
|
110923
111026
|
padding: 10%;
|
|
111027
|
+
pointer-events: none;
|
|
110924
111028
|
|
|
110925
111029
|
&.e-hide-loader {
|
|
110926
111030
|
display: none;
|
|
@@ -111363,6 +111467,13 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
111363
111467
|
width: 100%;
|
|
111364
111468
|
}
|
|
111365
111469
|
|
|
111470
|
+
th.e-group-row .e-axis-row {
|
|
111471
|
+
display: inline-block;
|
|
111472
|
+
height: 100%;
|
|
111473
|
+
vertical-align: top;
|
|
111474
|
+
width: 100%;
|
|
111475
|
+
}
|
|
111476
|
+
|
|
111366
111477
|
/* stylelint-disable */
|
|
111367
111478
|
.e-group-row {
|
|
111368
111479
|
padding: 0 !important;
|
|
@@ -111571,7 +111682,10 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
111571
111682
|
th .e-expand,
|
|
111572
111683
|
th .e-collapse {
|
|
111573
111684
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
111574
|
-
margin-left:
|
|
111685
|
+
margin-left: 0;
|
|
111686
|
+
@if ($skin-name == 'bootstrap4') {
|
|
111687
|
+
display: flex;
|
|
111688
|
+
}
|
|
111575
111689
|
}
|
|
111576
111690
|
|
|
111577
111691
|
/* stylelint-enable */
|
|
@@ -119913,6 +120027,12 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
|
|
|
119913
120027
|
position: absolute;
|
|
119914
120028
|
font-size: 14px;
|
|
119915
120029
|
}
|
|
120030
|
+
|
|
120031
|
+
& .e-ie-min-drop-content {
|
|
120032
|
+
left: calc(50% - 120px);
|
|
120033
|
+
top: 50%;
|
|
120034
|
+
font-size: 14px;
|
|
120035
|
+
}
|
|
119916
120036
|
}
|
|
119917
120037
|
|
|
119918
120038
|
& .e-toolbar {
|