@syncfusion/blazor-themes 29.1.35 → 29.1.38
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/Compiled-Themes/bds-dark-lite.css +20 -0
- package/Compiled-Themes/bds-dark.css +20 -0
- package/Compiled-Themes/bds-lite.css +20 -0
- package/Compiled-Themes/bds.css +20 -0
- package/Compiled-Themes/bootstrap-dark-lite.css +20 -0
- package/Compiled-Themes/bootstrap-dark.css +20 -0
- package/Compiled-Themes/bootstrap-lite.css +20 -0
- package/Compiled-Themes/bootstrap.css +20 -0
- package/Compiled-Themes/bootstrap4-lite.css +20 -0
- package/Compiled-Themes/bootstrap4.css +20 -0
- package/Compiled-Themes/bootstrap5-dark-lite.css +23 -0
- package/Compiled-Themes/bootstrap5-dark.css +23 -0
- package/Compiled-Themes/bootstrap5-lite.css +23 -0
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +25 -2
- package/Compiled-Themes/bootstrap5.3-dark.css +25 -2
- package/Compiled-Themes/bootstrap5.3-lite.css +25 -2
- package/Compiled-Themes/bootstrap5.3.css +25 -2
- package/Compiled-Themes/bootstrap5.css +23 -0
- package/Compiled-Themes/fabric-dark-lite.css +20 -0
- package/Compiled-Themes/fabric-dark.css +20 -0
- package/Compiled-Themes/fabric-lite.css +20 -0
- package/Compiled-Themes/fabric.css +20 -0
- package/Compiled-Themes/fluent-dark-lite.css +20 -0
- package/Compiled-Themes/fluent-dark.css +20 -0
- package/Compiled-Themes/fluent-lite.css +20 -0
- package/Compiled-Themes/fluent.css +20 -0
- package/Compiled-Themes/fluent2-dark-lite.css +22 -2
- package/Compiled-Themes/fluent2-dark.css +22 -2
- package/Compiled-Themes/fluent2-highcontrast-lite.css +22 -2
- package/Compiled-Themes/fluent2-highcontrast.css +22 -2
- package/Compiled-Themes/fluent2-lite.css +22 -2
- package/Compiled-Themes/fluent2.css +22 -2
- package/Compiled-Themes/highcontrast-lite.css +22 -2
- package/Compiled-Themes/highcontrast.css +22 -2
- package/Compiled-Themes/material-dark-lite.css +20 -0
- package/Compiled-Themes/material-dark.css +20 -0
- package/Compiled-Themes/material-lite.css +20 -0
- package/Compiled-Themes/material.css +20 -0
- package/Compiled-Themes/material3-dark-lite.css +20 -0
- package/Compiled-Themes/material3-dark.css +21 -1
- package/Compiled-Themes/material3-lite.css +20 -0
- package/Compiled-Themes/material3.css +21 -1
- package/Compiled-Themes/tailwind-dark-lite.css +20 -0
- package/Compiled-Themes/tailwind-dark.css +20 -0
- package/Compiled-Themes/tailwind-lite.css +20 -0
- package/Compiled-Themes/tailwind.css +20 -0
- package/Compiled-Themes/tailwind3-dark-lite.css +36 -15
- package/Compiled-Themes/tailwind3-dark.css +36 -15
- package/Compiled-Themes/tailwind3-lite.css +36 -15
- package/Compiled-Themes/tailwind3.css +36 -15
- package/SCSS-Themes/bds-dark-lite.scss +28 -1
- package/SCSS-Themes/bds-dark.scss +28 -1
- package/SCSS-Themes/bds-lite.scss +28 -1
- package/SCSS-Themes/bds.scss +28 -1
- package/SCSS-Themes/bootstrap-dark-lite.scss +28 -1
- package/SCSS-Themes/bootstrap-dark.scss +28 -1
- package/SCSS-Themes/bootstrap-lite.scss +28 -1
- package/SCSS-Themes/bootstrap.scss +28 -1
- package/SCSS-Themes/bootstrap4-lite.scss +28 -1
- package/SCSS-Themes/bootstrap4.scss +28 -1
- package/SCSS-Themes/bootstrap5-dark-lite.scss +28 -1
- package/SCSS-Themes/bootstrap5-dark.scss +28 -1
- package/SCSS-Themes/bootstrap5-lite.scss +28 -1
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +30 -3
- package/SCSS-Themes/bootstrap5.3-dark.scss +30 -3
- package/SCSS-Themes/bootstrap5.3-lite.scss +30 -3
- package/SCSS-Themes/bootstrap5.3.scss +30 -3
- package/SCSS-Themes/bootstrap5.scss +28 -1
- package/SCSS-Themes/dropdowns/drop-down-list/bds-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-highcontrast-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3.scss +5 -0
- package/SCSS-Themes/fabric-dark-lite.scss +28 -1
- package/SCSS-Themes/fabric-dark.scss +28 -1
- package/SCSS-Themes/fabric-lite.scss +28 -1
- package/SCSS-Themes/fabric.scss +28 -1
- package/SCSS-Themes/fluent-dark-lite.scss +28 -1
- package/SCSS-Themes/fluent-dark.scss +28 -1
- package/SCSS-Themes/fluent-lite.scss +28 -1
- package/SCSS-Themes/fluent.scss +28 -1
- package/SCSS-Themes/fluent2-dark-lite.scss +30 -3
- package/SCSS-Themes/fluent2-dark.scss +30 -3
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +30 -3
- package/SCSS-Themes/fluent2-highcontrast.scss +30 -3
- package/SCSS-Themes/fluent2-lite.scss +30 -3
- package/SCSS-Themes/fluent2.scss +30 -3
- package/SCSS-Themes/grids/grid/bds-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bds-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bds-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bds.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2.scss +17 -0
- package/SCSS-Themes/grids/grid/highcontrast-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +19 -2
- package/SCSS-Themes/grids/grid/material-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/material-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material3.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3.scss +19 -2
- package/SCSS-Themes/highcontrast-lite.scss +30 -3
- package/SCSS-Themes/highcontrast.scss +30 -3
- package/SCSS-Themes/material-dark-lite.scss +28 -1
- package/SCSS-Themes/material-dark.scss +28 -1
- package/SCSS-Themes/material-lite.scss +28 -1
- package/SCSS-Themes/material.scss +28 -1
- package/SCSS-Themes/material3-dark-lite.scss +29 -2
- package/SCSS-Themes/material3-dark.scss +29 -2
- package/SCSS-Themes/material3-lite.scss +29 -2
- package/SCSS-Themes/material3.scss +29 -2
- package/SCSS-Themes/navigations/tab/bds-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap4-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap4.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent2-dark-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-dark.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-highcontrast-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-highcontrast.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2.scss +3 -3
- package/SCSS-Themes/navigations/tab/highcontrast-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/highcontrast.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind3-dark-lite.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3-dark.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3-lite.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3.scss +9 -9
- package/SCSS-Themes/schedule/schedule/bds-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-highcontrast-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-highcontrast.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2.scss +5 -0
- package/SCSS-Themes/schedule/schedule/highcontrast-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material3-dark-lite.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3-lite.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3.scss +6 -1
- package/SCSS-Themes/schedule/schedule/tailwind-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3.scss +5 -0
- package/SCSS-Themes/tailwind-dark-lite.scss +28 -1
- package/SCSS-Themes/tailwind-dark.scss +28 -1
- package/SCSS-Themes/tailwind-lite.scss +28 -1
- package/SCSS-Themes/tailwind.scss +28 -1
- package/SCSS-Themes/tailwind3-dark-lite.scss +38 -11
- package/SCSS-Themes/tailwind3-dark.scss +38 -11
- package/SCSS-Themes/tailwind3-lite.scss +38 -11
- package/SCSS-Themes/tailwind3.scss +38 -11
- package/package.json +1 -1
|
@@ -2974,6 +2974,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2974
2974
|
}
|
|
2975
2975
|
}
|
|
2976
2976
|
|
|
2977
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2978
|
+
cursor: pointer;
|
|
2979
|
+
pointer-events: auto;
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2977
2982
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2978
2983
|
opacity: .7;
|
|
2979
2984
|
pointer-events: none;
|
|
@@ -55952,7 +55957,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
55952
55957
|
display: $tab-active-wrap-before-display;
|
|
55953
55958
|
position: $tab-active-wrap-before-position;
|
|
55954
55959
|
width: $tab-active-wrap-before-width;
|
|
55955
|
-
@if ($skin-name == 'Material3') {
|
|
55960
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
55956
55961
|
border-radius: 3px 3px 0 0;
|
|
55957
55962
|
bottom: $tab-active-wrap-before-top;
|
|
55958
55963
|
}
|
|
@@ -85365,6 +85370,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
85365
85370
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
85366
85371
|
}
|
|
85367
85372
|
|
|
85373
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
85374
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
85375
|
+
margin-top: -11px;
|
|
85376
|
+
}
|
|
85377
|
+
}
|
|
85378
|
+
|
|
85368
85379
|
&.e-wrap .e-columnmenu,
|
|
85369
85380
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
85370
85381
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -87528,6 +87539,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
87528
87539
|
line-height: normal;
|
|
87529
87540
|
}
|
|
87530
87541
|
}
|
|
87542
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
87543
|
+
/* stylelint-disable declaration-no-important */
|
|
87544
|
+
.e-table {
|
|
87545
|
+
border-spacing: 0 !important;
|
|
87546
|
+
}
|
|
87547
|
+
/* stylelint-enable declaration-no-important */
|
|
87548
|
+
|
|
87549
|
+
.e-rowcell {
|
|
87550
|
+
line-height: 1;
|
|
87551
|
+
}
|
|
87552
|
+
}
|
|
87531
87553
|
}
|
|
87532
87554
|
/* stylelint-enable function-url-quotes */
|
|
87533
87555
|
|
|
@@ -130837,6 +130859,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
130837
130859
|
}
|
|
130838
130860
|
|
|
130839
130861
|
.e-virtual-scroll {
|
|
130862
|
+
.e-content-wrap.e-transition,
|
|
130863
|
+
.e-resource-column-wrap.e-transition {
|
|
130864
|
+
overscroll-behavior: none;
|
|
130865
|
+
}
|
|
130866
|
+
|
|
130840
130867
|
&.e-vertical-view,
|
|
130841
130868
|
&.e-month-view {
|
|
130842
130869
|
.e-content-table {
|
|
@@ -2850,6 +2850,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2850
2850
|
}
|
|
2851
2851
|
}
|
|
2852
2852
|
|
|
2853
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2854
|
+
cursor: pointer;
|
|
2855
|
+
pointer-events: auto;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2853
2858
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2854
2859
|
opacity: .7;
|
|
2855
2860
|
pointer-events: none;
|
|
@@ -41335,7 +41340,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
41335
41340
|
display: $tab-active-wrap-before-display;
|
|
41336
41341
|
position: $tab-active-wrap-before-position;
|
|
41337
41342
|
width: $tab-active-wrap-before-width;
|
|
41338
|
-
@if ($skin-name == 'Material3') {
|
|
41343
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
41339
41344
|
border-radius: 3px 3px 0 0;
|
|
41340
41345
|
bottom: $tab-active-wrap-before-top;
|
|
41341
41346
|
}
|
|
@@ -63088,6 +63093,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
63088
63093
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
63089
63094
|
}
|
|
63090
63095
|
|
|
63096
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
63097
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
63098
|
+
margin-top: -11px;
|
|
63099
|
+
}
|
|
63100
|
+
}
|
|
63101
|
+
|
|
63091
63102
|
&.e-wrap .e-columnmenu,
|
|
63092
63103
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
63093
63104
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -65251,6 +65262,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65251
65262
|
line-height: normal;
|
|
65252
65263
|
}
|
|
65253
65264
|
}
|
|
65265
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
65266
|
+
/* stylelint-disable declaration-no-important */
|
|
65267
|
+
.e-table {
|
|
65268
|
+
border-spacing: 0 !important;
|
|
65269
|
+
}
|
|
65270
|
+
/* stylelint-enable declaration-no-important */
|
|
65271
|
+
|
|
65272
|
+
.e-rowcell {
|
|
65273
|
+
line-height: 1;
|
|
65274
|
+
}
|
|
65275
|
+
}
|
|
65254
65276
|
}
|
|
65255
65277
|
/* stylelint-enable function-url-quotes */
|
|
65256
65278
|
|
|
@@ -100099,6 +100121,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
100099
100121
|
}
|
|
100100
100122
|
|
|
100101
100123
|
.e-virtual-scroll {
|
|
100124
|
+
.e-content-wrap.e-transition,
|
|
100125
|
+
.e-resource-column-wrap.e-transition {
|
|
100126
|
+
overscroll-behavior: none;
|
|
100127
|
+
}
|
|
100128
|
+
|
|
100102
100129
|
&.e-vertical-view,
|
|
100103
100130
|
&.e-month-view {
|
|
100104
100131
|
.e-content-table {
|
|
@@ -2972,6 +2972,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2972
2972
|
}
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2976
|
+
cursor: pointer;
|
|
2977
|
+
pointer-events: auto;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2975
2980
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2976
2981
|
opacity: .7;
|
|
2977
2982
|
pointer-events: none;
|
|
@@ -55950,7 +55955,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
55950
55955
|
display: $tab-active-wrap-before-display;
|
|
55951
55956
|
position: $tab-active-wrap-before-position;
|
|
55952
55957
|
width: $tab-active-wrap-before-width;
|
|
55953
|
-
@if ($skin-name == 'Material3') {
|
|
55958
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
55954
55959
|
border-radius: 3px 3px 0 0;
|
|
55955
55960
|
bottom: $tab-active-wrap-before-top;
|
|
55956
55961
|
}
|
|
@@ -85363,6 +85368,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
85363
85368
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
85364
85369
|
}
|
|
85365
85370
|
|
|
85371
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
85372
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
85373
|
+
margin-top: -11px;
|
|
85374
|
+
}
|
|
85375
|
+
}
|
|
85376
|
+
|
|
85366
85377
|
&.e-wrap .e-columnmenu,
|
|
85367
85378
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
85368
85379
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -87526,6 +87537,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
87526
87537
|
line-height: normal;
|
|
87527
87538
|
}
|
|
87528
87539
|
}
|
|
87540
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
87541
|
+
/* stylelint-disable declaration-no-important */
|
|
87542
|
+
.e-table {
|
|
87543
|
+
border-spacing: 0 !important;
|
|
87544
|
+
}
|
|
87545
|
+
/* stylelint-enable declaration-no-important */
|
|
87546
|
+
|
|
87547
|
+
.e-rowcell {
|
|
87548
|
+
line-height: 1;
|
|
87549
|
+
}
|
|
87550
|
+
}
|
|
87529
87551
|
}
|
|
87530
87552
|
/* stylelint-enable function-url-quotes */
|
|
87531
87553
|
|
|
@@ -130835,6 +130857,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
130835
130857
|
}
|
|
130836
130858
|
|
|
130837
130859
|
.e-virtual-scroll {
|
|
130860
|
+
.e-content-wrap.e-transition,
|
|
130861
|
+
.e-resource-column-wrap.e-transition {
|
|
130862
|
+
overscroll-behavior: none;
|
|
130863
|
+
}
|
|
130864
|
+
|
|
130838
130865
|
&.e-vertical-view,
|
|
130839
130866
|
&.e-month-view {
|
|
130840
130867
|
.e-content-table {
|
|
@@ -4065,6 +4065,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
4065
4065
|
}
|
|
4066
4066
|
}
|
|
4067
4067
|
|
|
4068
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
4069
|
+
cursor: pointer;
|
|
4070
|
+
pointer-events: auto;
|
|
4071
|
+
}
|
|
4072
|
+
|
|
4068
4073
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
4069
4074
|
opacity: .7;
|
|
4070
4075
|
pointer-events: none;
|
|
@@ -39890,7 +39895,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
39890
39895
|
$tab-disable-active-text-item-border: 0 !default;
|
|
39891
39896
|
$tab-fill-hdr-border: 0 !default;
|
|
39892
39897
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
39893
|
-
$tab-anim-border-display:
|
|
39898
|
+
$tab-anim-border-display: none !default;
|
|
39894
39899
|
$tab-border: none !default;
|
|
39895
39900
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
39896
39901
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -40318,13 +40323,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
40318
40323
|
$tab-item-active-bg: $content-bg-color !default;
|
|
40319
40324
|
$tab-item-active-hover-bg: inherit !default;
|
|
40320
40325
|
$tab-item-active-wrap-border: 0 !default;
|
|
40321
|
-
$tab-active-wrap-position:
|
|
40322
|
-
$tab-active-wrap-before-border:
|
|
40323
|
-
$tab-active-wrap-before-content:
|
|
40324
|
-
$tab-active-wrap-before-display:
|
|
40325
|
-
$tab-active-wrap-before-position:
|
|
40326
|
-
$tab-active-wrap-before-top:
|
|
40327
|
-
$tab-active-wrap-before-width:
|
|
40326
|
+
$tab-active-wrap-position: relative !default;
|
|
40327
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
40328
|
+
$tab-active-wrap-before-content: '' !default;
|
|
40329
|
+
$tab-active-wrap-before-display: block !default;
|
|
40330
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
40331
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
40332
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
40328
40333
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
40329
40334
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
40330
40335
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -42786,7 +42791,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
42786
42791
|
display: $tab-active-wrap-before-display;
|
|
42787
42792
|
position: $tab-active-wrap-before-position;
|
|
42788
42793
|
width: $tab-active-wrap-before-width;
|
|
42789
|
-
@if ($skin-name == 'Material3') {
|
|
42794
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
42790
42795
|
border-radius: 3px 3px 0 0;
|
|
42791
42796
|
bottom: $tab-active-wrap-before-top;
|
|
42792
42797
|
}
|
|
@@ -62205,7 +62210,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
62205
62210
|
$grid-header-bg-color: $content-bg-color !default;
|
|
62206
62211
|
$grid-header-color: $content-text-color !default;
|
|
62207
62212
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
62208
|
-
$grid-headercelldiv-margin: -7px
|
|
62213
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
62209
62214
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
62210
62215
|
$grid-border-size: 1px !default;
|
|
62211
62216
|
$grid-header-padding: 8px !default;
|
|
@@ -62362,7 +62367,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
62362
62367
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
62363
62368
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
62364
62369
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
62365
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
62370
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
62366
62371
|
$grid-group-text-width: auto !default;
|
|
62367
62372
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
62368
62373
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -64601,6 +64606,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
64601
64606
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
64602
64607
|
}
|
|
64603
64608
|
|
|
64609
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
64610
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
64611
|
+
margin-top: -11px;
|
|
64612
|
+
}
|
|
64613
|
+
}
|
|
64614
|
+
|
|
64604
64615
|
&.e-wrap .e-columnmenu,
|
|
64605
64616
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
64606
64617
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -66764,6 +66775,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
66764
66775
|
line-height: normal;
|
|
66765
66776
|
}
|
|
66766
66777
|
}
|
|
66778
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
66779
|
+
/* stylelint-disable declaration-no-important */
|
|
66780
|
+
.e-table {
|
|
66781
|
+
border-spacing: 0 !important;
|
|
66782
|
+
}
|
|
66783
|
+
/* stylelint-enable declaration-no-important */
|
|
66784
|
+
|
|
66785
|
+
.e-rowcell {
|
|
66786
|
+
line-height: 1;
|
|
66787
|
+
}
|
|
66788
|
+
}
|
|
66767
66789
|
}
|
|
66768
66790
|
/* stylelint-enable function-url-quotes */
|
|
66769
66791
|
|
|
@@ -101630,6 +101652,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
101630
101652
|
}
|
|
101631
101653
|
|
|
101632
101654
|
.e-virtual-scroll {
|
|
101655
|
+
.e-content-wrap.e-transition,
|
|
101656
|
+
.e-resource-column-wrap.e-transition {
|
|
101657
|
+
overscroll-behavior: none;
|
|
101658
|
+
}
|
|
101659
|
+
|
|
101633
101660
|
&.e-vertical-view,
|
|
101634
101661
|
&.e-month-view {
|
|
101635
101662
|
.e-content-table {
|
|
@@ -4187,6 +4187,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
4187
4187
|
}
|
|
4188
4188
|
}
|
|
4189
4189
|
|
|
4190
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
4191
|
+
cursor: pointer;
|
|
4192
|
+
pointer-events: auto;
|
|
4193
|
+
}
|
|
4194
|
+
|
|
4190
4195
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
4191
4196
|
opacity: .7;
|
|
4192
4197
|
pointer-events: none;
|
|
@@ -54505,7 +54510,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
54505
54510
|
$tab-disable-active-text-item-border: 0 !default;
|
|
54506
54511
|
$tab-fill-hdr-border: 0 !default;
|
|
54507
54512
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
54508
|
-
$tab-anim-border-display:
|
|
54513
|
+
$tab-anim-border-display: none !default;
|
|
54509
54514
|
$tab-border: none !default;
|
|
54510
54515
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
54511
54516
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -54933,13 +54938,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
54933
54938
|
$tab-item-active-bg: $content-bg-color !default;
|
|
54934
54939
|
$tab-item-active-hover-bg: inherit !default;
|
|
54935
54940
|
$tab-item-active-wrap-border: 0 !default;
|
|
54936
|
-
$tab-active-wrap-position:
|
|
54937
|
-
$tab-active-wrap-before-border:
|
|
54938
|
-
$tab-active-wrap-before-content:
|
|
54939
|
-
$tab-active-wrap-before-display:
|
|
54940
|
-
$tab-active-wrap-before-position:
|
|
54941
|
-
$tab-active-wrap-before-top:
|
|
54942
|
-
$tab-active-wrap-before-width:
|
|
54941
|
+
$tab-active-wrap-position: relative !default;
|
|
54942
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
54943
|
+
$tab-active-wrap-before-content: '' !default;
|
|
54944
|
+
$tab-active-wrap-before-display: block !default;
|
|
54945
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
54946
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
54947
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
54943
54948
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
54944
54949
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
54945
54950
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -57401,7 +57406,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
57401
57406
|
display: $tab-active-wrap-before-display;
|
|
57402
57407
|
position: $tab-active-wrap-before-position;
|
|
57403
57408
|
width: $tab-active-wrap-before-width;
|
|
57404
|
-
@if ($skin-name == 'Material3') {
|
|
57409
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
57405
57410
|
border-radius: 3px 3px 0 0;
|
|
57406
57411
|
bottom: $tab-active-wrap-before-top;
|
|
57407
57412
|
}
|
|
@@ -84480,7 +84485,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
84480
84485
|
$grid-header-bg-color: $content-bg-color !default;
|
|
84481
84486
|
$grid-header-color: $content-text-color !default;
|
|
84482
84487
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
84483
|
-
$grid-headercelldiv-margin: -7px
|
|
84488
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
84484
84489
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
84485
84490
|
$grid-border-size: 1px !default;
|
|
84486
84491
|
$grid-header-padding: 8px !default;
|
|
@@ -84637,7 +84642,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
84637
84642
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
84638
84643
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
84639
84644
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
84640
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
84645
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
84641
84646
|
$grid-group-text-width: auto !default;
|
|
84642
84647
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
84643
84648
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -86876,6 +86881,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
86876
86881
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
86877
86882
|
}
|
|
86878
86883
|
|
|
86884
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
86885
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
86886
|
+
margin-top: -11px;
|
|
86887
|
+
}
|
|
86888
|
+
}
|
|
86889
|
+
|
|
86879
86890
|
&.e-wrap .e-columnmenu,
|
|
86880
86891
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
86881
86892
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -89039,6 +89050,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
89039
89050
|
line-height: normal;
|
|
89040
89051
|
}
|
|
89041
89052
|
}
|
|
89053
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
89054
|
+
/* stylelint-disable declaration-no-important */
|
|
89055
|
+
.e-table {
|
|
89056
|
+
border-spacing: 0 !important;
|
|
89057
|
+
}
|
|
89058
|
+
/* stylelint-enable declaration-no-important */
|
|
89059
|
+
|
|
89060
|
+
.e-rowcell {
|
|
89061
|
+
line-height: 1;
|
|
89062
|
+
}
|
|
89063
|
+
}
|
|
89042
89064
|
}
|
|
89043
89065
|
/* stylelint-enable function-url-quotes */
|
|
89044
89066
|
|
|
@@ -132366,6 +132388,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
132366
132388
|
}
|
|
132367
132389
|
|
|
132368
132390
|
.e-virtual-scroll {
|
|
132391
|
+
.e-content-wrap.e-transition,
|
|
132392
|
+
.e-resource-column-wrap.e-transition {
|
|
132393
|
+
overscroll-behavior: none;
|
|
132394
|
+
}
|
|
132395
|
+
|
|
132369
132396
|
&.e-vertical-view,
|
|
132370
132397
|
&.e-month-view {
|
|
132371
132398
|
.e-content-table {
|
|
@@ -4536,6 +4536,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
4536
4536
|
}
|
|
4537
4537
|
}
|
|
4538
4538
|
|
|
4539
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
4540
|
+
cursor: pointer;
|
|
4541
|
+
pointer-events: auto;
|
|
4542
|
+
}
|
|
4543
|
+
|
|
4539
4544
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
4540
4545
|
opacity: .7;
|
|
4541
4546
|
pointer-events: none;
|
|
@@ -40361,7 +40366,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
40361
40366
|
$tab-disable-active-text-item-border: 0 !default;
|
|
40362
40367
|
$tab-fill-hdr-border: 0 !default;
|
|
40363
40368
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
40364
|
-
$tab-anim-border-display:
|
|
40369
|
+
$tab-anim-border-display: none !default;
|
|
40365
40370
|
$tab-border: none !default;
|
|
40366
40371
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
40367
40372
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -40789,13 +40794,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
40789
40794
|
$tab-item-active-bg: $content-bg-color !default;
|
|
40790
40795
|
$tab-item-active-hover-bg: inherit !default;
|
|
40791
40796
|
$tab-item-active-wrap-border: 0 !default;
|
|
40792
|
-
$tab-active-wrap-position:
|
|
40793
|
-
$tab-active-wrap-before-border:
|
|
40794
|
-
$tab-active-wrap-before-content:
|
|
40795
|
-
$tab-active-wrap-before-display:
|
|
40796
|
-
$tab-active-wrap-before-position:
|
|
40797
|
-
$tab-active-wrap-before-top:
|
|
40798
|
-
$tab-active-wrap-before-width:
|
|
40797
|
+
$tab-active-wrap-position: relative !default;
|
|
40798
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
40799
|
+
$tab-active-wrap-before-content: '' !default;
|
|
40800
|
+
$tab-active-wrap-before-display: block !default;
|
|
40801
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
40802
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
40803
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
40799
40804
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
40800
40805
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
40801
40806
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -43257,7 +43262,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
43257
43262
|
display: $tab-active-wrap-before-display;
|
|
43258
43263
|
position: $tab-active-wrap-before-position;
|
|
43259
43264
|
width: $tab-active-wrap-before-width;
|
|
43260
|
-
@if ($skin-name == 'Material3') {
|
|
43265
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
43261
43266
|
border-radius: 3px 3px 0 0;
|
|
43262
43267
|
bottom: $tab-active-wrap-before-top;
|
|
43263
43268
|
}
|
|
@@ -62676,7 +62681,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
62676
62681
|
$grid-header-bg-color: $content-bg-color !default;
|
|
62677
62682
|
$grid-header-color: $content-text-color !default;
|
|
62678
62683
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
62679
|
-
$grid-headercelldiv-margin: -7px
|
|
62684
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
62680
62685
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
62681
62686
|
$grid-border-size: 1px !default;
|
|
62682
62687
|
$grid-header-padding: 8px !default;
|
|
@@ -62833,7 +62838,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
62833
62838
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
62834
62839
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
62835
62840
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
62836
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
62841
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
62837
62842
|
$grid-group-text-width: auto !default;
|
|
62838
62843
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
62839
62844
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -65072,6 +65077,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65072
65077
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
65073
65078
|
}
|
|
65074
65079
|
|
|
65080
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
65081
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
65082
|
+
margin-top: -11px;
|
|
65083
|
+
}
|
|
65084
|
+
}
|
|
65085
|
+
|
|
65075
65086
|
&.e-wrap .e-columnmenu,
|
|
65076
65087
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
65077
65088
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -67235,6 +67246,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67235
67246
|
line-height: normal;
|
|
67236
67247
|
}
|
|
67237
67248
|
}
|
|
67249
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
67250
|
+
/* stylelint-disable declaration-no-important */
|
|
67251
|
+
.e-table {
|
|
67252
|
+
border-spacing: 0 !important;
|
|
67253
|
+
}
|
|
67254
|
+
/* stylelint-enable declaration-no-important */
|
|
67255
|
+
|
|
67256
|
+
.e-rowcell {
|
|
67257
|
+
line-height: 1;
|
|
67258
|
+
}
|
|
67259
|
+
}
|
|
67238
67260
|
}
|
|
67239
67261
|
/* stylelint-enable function-url-quotes */
|
|
67240
67262
|
|
|
@@ -102101,6 +102123,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
102101
102123
|
}
|
|
102102
102124
|
|
|
102103
102125
|
.e-virtual-scroll {
|
|
102126
|
+
.e-content-wrap.e-transition,
|
|
102127
|
+
.e-resource-column-wrap.e-transition {
|
|
102128
|
+
overscroll-behavior: none;
|
|
102129
|
+
}
|
|
102130
|
+
|
|
102104
102131
|
&.e-vertical-view,
|
|
102105
102132
|
&.e-month-view {
|
|
102106
102133
|
.e-content-table {
|
|
@@ -4658,6 +4658,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
4658
4658
|
}
|
|
4659
4659
|
}
|
|
4660
4660
|
|
|
4661
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
4662
|
+
cursor: pointer;
|
|
4663
|
+
pointer-events: auto;
|
|
4664
|
+
}
|
|
4665
|
+
|
|
4661
4666
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
4662
4667
|
opacity: .7;
|
|
4663
4668
|
pointer-events: none;
|
|
@@ -54976,7 +54981,7 @@ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
|
|
|
54976
54981
|
$tab-disable-active-text-item-border: 0 !default;
|
|
54977
54982
|
$tab-fill-hdr-border: 0 !default;
|
|
54978
54983
|
$tab-fill-disable-hdr-border: 0 !default;
|
|
54979
|
-
$tab-anim-border-display:
|
|
54984
|
+
$tab-anim-border-display: none !default;
|
|
54980
54985
|
$tab-border: none !default;
|
|
54981
54986
|
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
54982
54987
|
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
@@ -55404,13 +55409,13 @@ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
|
|
|
55404
55409
|
$tab-item-active-bg: $content-bg-color !default;
|
|
55405
55410
|
$tab-item-active-hover-bg: inherit !default;
|
|
55406
55411
|
$tab-item-active-wrap-border: 0 !default;
|
|
55407
|
-
$tab-active-wrap-position:
|
|
55408
|
-
$tab-active-wrap-before-border:
|
|
55409
|
-
$tab-active-wrap-before-content:
|
|
55410
|
-
$tab-active-wrap-before-display:
|
|
55411
|
-
$tab-active-wrap-before-position:
|
|
55412
|
-
$tab-active-wrap-before-top:
|
|
55413
|
-
$tab-active-wrap-before-width:
|
|
55412
|
+
$tab-active-wrap-position: relative !default;
|
|
55413
|
+
$tab-active-wrap-before-border: 1.6px solid $tab-border-color !default;
|
|
55414
|
+
$tab-active-wrap-before-content: '' !default;
|
|
55415
|
+
$tab-active-wrap-before-display: block !default;
|
|
55416
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
55417
|
+
$tab-active-wrap-before-top: 0 !default;
|
|
55418
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
55414
55419
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
55415
55420
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
55416
55421
|
$tab-content-font-size: $text-sm !default;
|
|
@@ -57872,7 +57877,7 @@ $tab-fill-background-disable-text-color: $primary-text-color !default;
|
|
|
57872
57877
|
display: $tab-active-wrap-before-display;
|
|
57873
57878
|
position: $tab-active-wrap-before-position;
|
|
57874
57879
|
width: $tab-active-wrap-before-width;
|
|
57875
|
-
@if ($skin-name == 'Material3') {
|
|
57880
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
57876
57881
|
border-radius: 3px 3px 0 0;
|
|
57877
57882
|
bottom: $tab-active-wrap-before-top;
|
|
57878
57883
|
}
|
|
@@ -84951,7 +84956,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
84951
84956
|
$grid-header-bg-color: $content-bg-color !default;
|
|
84952
84957
|
$grid-header-color: $content-text-color !default;
|
|
84953
84958
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
84954
|
-
$grid-headercelldiv-margin: -7px
|
|
84959
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
84955
84960
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
84956
84961
|
$grid-border-size: 1px !default;
|
|
84957
84962
|
$grid-header-padding: 8px !default;
|
|
@@ -85108,7 +85113,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
85108
85113
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
85109
85114
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
85110
85115
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
85111
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
85116
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
85112
85117
|
$grid-group-text-width: auto !default;
|
|
85113
85118
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
85114
85119
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -87347,6 +87352,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
87347
87352
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
87348
87353
|
}
|
|
87349
87354
|
|
|
87355
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
87356
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
87357
|
+
margin-top: -11px;
|
|
87358
|
+
}
|
|
87359
|
+
}
|
|
87360
|
+
|
|
87350
87361
|
&.e-wrap .e-columnmenu,
|
|
87351
87362
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
87352
87363
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -89510,6 +89521,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
89510
89521
|
line-height: normal;
|
|
89511
89522
|
}
|
|
89512
89523
|
}
|
|
89524
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
89525
|
+
/* stylelint-disable declaration-no-important */
|
|
89526
|
+
.e-table {
|
|
89527
|
+
border-spacing: 0 !important;
|
|
89528
|
+
}
|
|
89529
|
+
/* stylelint-enable declaration-no-important */
|
|
89530
|
+
|
|
89531
|
+
.e-rowcell {
|
|
89532
|
+
line-height: 1;
|
|
89533
|
+
}
|
|
89534
|
+
}
|
|
89513
89535
|
}
|
|
89514
89536
|
/* stylelint-enable function-url-quotes */
|
|
89515
89537
|
|
|
@@ -132837,6 +132859,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
132837
132859
|
}
|
|
132838
132860
|
|
|
132839
132861
|
.e-virtual-scroll {
|
|
132862
|
+
.e-content-wrap.e-transition,
|
|
132863
|
+
.e-resource-column-wrap.e-transition {
|
|
132864
|
+
overscroll-behavior: none;
|
|
132865
|
+
}
|
|
132866
|
+
|
|
132840
132867
|
&.e-vertical-view,
|
|
132841
132868
|
&.e-month-view {
|
|
132842
132869
|
.e-content-table {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"29.1.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"29.1.38","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|