@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
|
@@ -2824,6 +2824,11 @@
|
|
|
2824
2824
|
pointer-events: none;
|
|
2825
2825
|
}
|
|
2826
2826
|
|
|
2827
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2828
|
+
cursor: pointer;
|
|
2829
|
+
pointer-events: auto;
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2827
2832
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2828
2833
|
opacity: 0.7;
|
|
2829
2834
|
pointer-events: none;
|
|
@@ -35454,6 +35459,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
35454
35459
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
35455
35460
|
line-height: normal;
|
|
35456
35461
|
}
|
|
35462
|
+
|
|
35463
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
35464
|
+
/* stylelint-disable declaration-no-important */
|
|
35465
|
+
/* stylelint-enable declaration-no-important */
|
|
35466
|
+
}
|
|
35467
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
35468
|
+
border-spacing: 0 !important;
|
|
35469
|
+
}
|
|
35470
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
35471
|
+
line-height: 1;
|
|
35472
|
+
}
|
|
35457
35473
|
}
|
|
35458
35474
|
/* stylelint-enable function-url-quotes */
|
|
35459
35475
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -57353,6 +57369,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
57353
57369
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
57354
57370
|
width: 70px;
|
|
57355
57371
|
}
|
|
57372
|
+
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
57373
|
+
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
57374
|
+
overscroll-behavior: none;
|
|
57375
|
+
}
|
|
57356
57376
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
57357
57377
|
transform: translateX(0);
|
|
57358
57378
|
}
|
|
@@ -2920,6 +2920,11 @@
|
|
|
2920
2920
|
pointer-events: none;
|
|
2921
2921
|
}
|
|
2922
2922
|
|
|
2923
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2924
|
+
cursor: pointer;
|
|
2925
|
+
pointer-events: auto;
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2923
2928
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2924
2929
|
opacity: 0.7;
|
|
2925
2930
|
pointer-events: none;
|
|
@@ -45950,6 +45955,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
45950
45955
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
45951
45956
|
line-height: normal;
|
|
45952
45957
|
}
|
|
45958
|
+
|
|
45959
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
45960
|
+
/* stylelint-disable declaration-no-important */
|
|
45961
|
+
/* stylelint-enable declaration-no-important */
|
|
45962
|
+
}
|
|
45963
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
45964
|
+
border-spacing: 0 !important;
|
|
45965
|
+
}
|
|
45966
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
45967
|
+
line-height: 1;
|
|
45968
|
+
}
|
|
45953
45969
|
}
|
|
45954
45970
|
/* stylelint-enable function-url-quotes */
|
|
45955
45971
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -73730,6 +73746,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
73730
73746
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
73731
73747
|
width: 70px;
|
|
73732
73748
|
}
|
|
73749
|
+
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
73750
|
+
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
73751
|
+
overscroll-behavior: none;
|
|
73752
|
+
}
|
|
73733
73753
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
73734
73754
|
transform: translateX(0);
|
|
73735
73755
|
}
|
|
@@ -3264,6 +3264,11 @@
|
|
|
3264
3264
|
pointer-events: none;
|
|
3265
3265
|
}
|
|
3266
3266
|
|
|
3267
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3268
|
+
cursor: pointer;
|
|
3269
|
+
pointer-events: auto;
|
|
3270
|
+
}
|
|
3271
|
+
|
|
3267
3272
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3268
3273
|
opacity: 0.7;
|
|
3269
3274
|
pointer-events: none;
|
|
@@ -21737,7 +21742,7 @@ body.e-colorpicker-overflow {
|
|
|
21737
21742
|
overflow: hidden;
|
|
21738
21743
|
}
|
|
21739
21744
|
.e-tab .e-tab-header .e-indicator {
|
|
21740
|
-
display:
|
|
21745
|
+
display: none;
|
|
21741
21746
|
position: absolute;
|
|
21742
21747
|
}
|
|
21743
21748
|
.e-tab .e-tab-header .e-indicator.e-hidden {
|
|
@@ -22624,12 +22629,12 @@ body.e-colorpicker-overflow {
|
|
|
22624
22629
|
}
|
|
22625
22630
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
22626
22631
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
22627
|
-
border:
|
|
22628
|
-
content:
|
|
22632
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
22633
|
+
content: "";
|
|
22629
22634
|
display: none;
|
|
22630
|
-
position:
|
|
22631
|
-
top:
|
|
22632
|
-
width:
|
|
22635
|
+
position: absolute;
|
|
22636
|
+
top: 0;
|
|
22637
|
+
width: 100%;
|
|
22633
22638
|
}
|
|
22634
22639
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
22635
22640
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
@@ -23393,15 +23398,16 @@ body.e-colorpicker-overflow {
|
|
|
23393
23398
|
color: var(--color-sf-primary-bg-color);
|
|
23394
23399
|
}
|
|
23395
23400
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
23396
|
-
position:
|
|
23401
|
+
position: relative;
|
|
23397
23402
|
}
|
|
23398
23403
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
23399
|
-
border:
|
|
23400
|
-
content:
|
|
23401
|
-
display:
|
|
23402
|
-
position:
|
|
23403
|
-
width:
|
|
23404
|
-
|
|
23404
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
23405
|
+
content: "";
|
|
23406
|
+
display: block;
|
|
23407
|
+
position: absolute;
|
|
23408
|
+
width: 100%;
|
|
23409
|
+
border-radius: 3px 3px 0 0;
|
|
23410
|
+
bottom: 0;
|
|
23405
23411
|
}
|
|
23406
23412
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
23407
23413
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -36345,8 +36351,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
36345
36351
|
font-weight: 600;
|
|
36346
36352
|
height: 20px;
|
|
36347
36353
|
line-height: 20px;
|
|
36348
|
-
padding: 0 0.4em;
|
|
36349
|
-
margin: -7px
|
|
36354
|
+
padding: 0 1.5em 0 0.4em;
|
|
36355
|
+
margin: -7px -7px -7px -8px;
|
|
36350
36356
|
overflow: hidden;
|
|
36351
36357
|
text-align: left;
|
|
36352
36358
|
text-transform: none;
|
|
@@ -38336,6 +38342,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
38336
38342
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
38337
38343
|
line-height: normal;
|
|
38338
38344
|
}
|
|
38345
|
+
|
|
38346
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
38347
|
+
/* stylelint-disable declaration-no-important */
|
|
38348
|
+
/* stylelint-enable declaration-no-important */
|
|
38349
|
+
}
|
|
38350
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
38351
|
+
border-spacing: 0 !important;
|
|
38352
|
+
}
|
|
38353
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
38354
|
+
line-height: 1;
|
|
38355
|
+
}
|
|
38339
38356
|
}
|
|
38340
38357
|
/* stylelint-enable function-url-quotes */
|
|
38341
38358
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -60192,6 +60209,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60192
60209
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
60193
60210
|
width: 70px;
|
|
60194
60211
|
}
|
|
60212
|
+
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
60213
|
+
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
60214
|
+
overscroll-behavior: none;
|
|
60215
|
+
}
|
|
60195
60216
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
60196
60217
|
transform: translateX(0);
|
|
60197
60218
|
}
|
|
@@ -3360,6 +3360,11 @@
|
|
|
3360
3360
|
pointer-events: none;
|
|
3361
3361
|
}
|
|
3362
3362
|
|
|
3363
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3364
|
+
cursor: pointer;
|
|
3365
|
+
pointer-events: auto;
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3363
3368
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3364
3369
|
opacity: 0.7;
|
|
3365
3370
|
pointer-events: none;
|
|
@@ -30169,7 +30174,7 @@ body.e-colorpicker-overflow {
|
|
|
30169
30174
|
overflow: hidden;
|
|
30170
30175
|
}
|
|
30171
30176
|
.e-tab .e-tab-header .e-indicator {
|
|
30172
|
-
display:
|
|
30177
|
+
display: none;
|
|
30173
30178
|
position: absolute;
|
|
30174
30179
|
}
|
|
30175
30180
|
.e-tab .e-tab-header .e-indicator.e-hidden {
|
|
@@ -31056,12 +31061,12 @@ body.e-colorpicker-overflow {
|
|
|
31056
31061
|
}
|
|
31057
31062
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
31058
31063
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
31059
|
-
border:
|
|
31060
|
-
content:
|
|
31064
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
31065
|
+
content: "";
|
|
31061
31066
|
display: none;
|
|
31062
|
-
position:
|
|
31063
|
-
top:
|
|
31064
|
-
width:
|
|
31067
|
+
position: absolute;
|
|
31068
|
+
top: 0;
|
|
31069
|
+
width: 100%;
|
|
31065
31070
|
}
|
|
31066
31071
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
31067
31072
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
@@ -31825,15 +31830,16 @@ body.e-colorpicker-overflow {
|
|
|
31825
31830
|
color: var(--color-sf-primary-bg-color);
|
|
31826
31831
|
}
|
|
31827
31832
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
31828
|
-
position:
|
|
31833
|
+
position: relative;
|
|
31829
31834
|
}
|
|
31830
31835
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
31831
|
-
border:
|
|
31832
|
-
content:
|
|
31833
|
-
display:
|
|
31834
|
-
position:
|
|
31835
|
-
width:
|
|
31836
|
-
|
|
31836
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
31837
|
+
content: "";
|
|
31838
|
+
display: block;
|
|
31839
|
+
position: absolute;
|
|
31840
|
+
width: 100%;
|
|
31841
|
+
border-radius: 3px 3px 0 0;
|
|
31842
|
+
bottom: 0;
|
|
31837
31843
|
}
|
|
31838
31844
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
31839
31845
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -48381,8 +48387,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
48381
48387
|
font-weight: 600;
|
|
48382
48388
|
height: 20px;
|
|
48383
48389
|
line-height: 20px;
|
|
48384
|
-
padding: 0 0.4em;
|
|
48385
|
-
margin: -7px
|
|
48390
|
+
padding: 0 1.5em 0 0.4em;
|
|
48391
|
+
margin: -7px -7px -7px -8px;
|
|
48386
48392
|
overflow: hidden;
|
|
48387
48393
|
text-align: left;
|
|
48388
48394
|
text-transform: none;
|
|
@@ -50372,6 +50378,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
50372
50378
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
50373
50379
|
line-height: normal;
|
|
50374
50380
|
}
|
|
50381
|
+
|
|
50382
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
50383
|
+
/* stylelint-disable declaration-no-important */
|
|
50384
|
+
/* stylelint-enable declaration-no-important */
|
|
50385
|
+
}
|
|
50386
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
50387
|
+
border-spacing: 0 !important;
|
|
50388
|
+
}
|
|
50389
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
50390
|
+
line-height: 1;
|
|
50391
|
+
}
|
|
50375
50392
|
}
|
|
50376
50393
|
/* stylelint-enable function-url-quotes */
|
|
50377
50394
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -78223,6 +78240,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
78223
78240
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
78224
78241
|
width: 70px;
|
|
78225
78242
|
}
|
|
78243
|
+
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
78244
|
+
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
78245
|
+
overscroll-behavior: none;
|
|
78246
|
+
}
|
|
78226
78247
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
78227
78248
|
transform: translateX(0);
|
|
78228
78249
|
}
|
|
@@ -3668,6 +3668,11 @@
|
|
|
3668
3668
|
pointer-events: none;
|
|
3669
3669
|
}
|
|
3670
3670
|
|
|
3671
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3672
|
+
cursor: pointer;
|
|
3673
|
+
pointer-events: auto;
|
|
3674
|
+
}
|
|
3675
|
+
|
|
3671
3676
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3672
3677
|
opacity: 0.7;
|
|
3673
3678
|
pointer-events: none;
|
|
@@ -22141,7 +22146,7 @@ body.e-colorpicker-overflow {
|
|
|
22141
22146
|
overflow: hidden;
|
|
22142
22147
|
}
|
|
22143
22148
|
.e-tab .e-tab-header .e-indicator {
|
|
22144
|
-
display:
|
|
22149
|
+
display: none;
|
|
22145
22150
|
position: absolute;
|
|
22146
22151
|
}
|
|
22147
22152
|
.e-tab .e-tab-header .e-indicator.e-hidden {
|
|
@@ -23028,12 +23033,12 @@ body.e-colorpicker-overflow {
|
|
|
23028
23033
|
}
|
|
23029
23034
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
23030
23035
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
23031
|
-
border:
|
|
23032
|
-
content:
|
|
23036
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
23037
|
+
content: "";
|
|
23033
23038
|
display: none;
|
|
23034
|
-
position:
|
|
23035
|
-
top:
|
|
23036
|
-
width:
|
|
23039
|
+
position: absolute;
|
|
23040
|
+
top: 0;
|
|
23041
|
+
width: 100%;
|
|
23037
23042
|
}
|
|
23038
23043
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
23039
23044
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
@@ -23797,15 +23802,16 @@ body.e-colorpicker-overflow {
|
|
|
23797
23802
|
color: var(--color-sf-primary-bg-color);
|
|
23798
23803
|
}
|
|
23799
23804
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
23800
|
-
position:
|
|
23805
|
+
position: relative;
|
|
23801
23806
|
}
|
|
23802
23807
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
23803
|
-
border:
|
|
23804
|
-
content:
|
|
23805
|
-
display:
|
|
23806
|
-
position:
|
|
23807
|
-
width:
|
|
23808
|
-
|
|
23808
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
23809
|
+
content: "";
|
|
23810
|
+
display: block;
|
|
23811
|
+
position: absolute;
|
|
23812
|
+
width: 100%;
|
|
23813
|
+
border-radius: 3px 3px 0 0;
|
|
23814
|
+
bottom: 0;
|
|
23809
23815
|
}
|
|
23810
23816
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
23811
23817
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -36748,8 +36754,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
36748
36754
|
font-weight: 600;
|
|
36749
36755
|
height: 20px;
|
|
36750
36756
|
line-height: 20px;
|
|
36751
|
-
padding: 0 0.4em;
|
|
36752
|
-
margin: -7px
|
|
36757
|
+
padding: 0 1.5em 0 0.4em;
|
|
36758
|
+
margin: -7px -7px -7px -8px;
|
|
36753
36759
|
overflow: hidden;
|
|
36754
36760
|
text-align: left;
|
|
36755
36761
|
text-transform: none;
|
|
@@ -38739,6 +38745,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
38739
38745
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
38740
38746
|
line-height: normal;
|
|
38741
38747
|
}
|
|
38748
|
+
|
|
38749
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
38750
|
+
/* stylelint-disable declaration-no-important */
|
|
38751
|
+
/* stylelint-enable declaration-no-important */
|
|
38752
|
+
}
|
|
38753
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
38754
|
+
border-spacing: 0 !important;
|
|
38755
|
+
}
|
|
38756
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
38757
|
+
line-height: 1;
|
|
38758
|
+
}
|
|
38742
38759
|
}
|
|
38743
38760
|
/* stylelint-enable function-url-quotes */
|
|
38744
38761
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -60595,6 +60612,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60595
60612
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
60596
60613
|
width: 70px;
|
|
60597
60614
|
}
|
|
60615
|
+
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
60616
|
+
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
60617
|
+
overscroll-behavior: none;
|
|
60618
|
+
}
|
|
60598
60619
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
60599
60620
|
transform: translateX(0);
|
|
60600
60621
|
}
|
|
@@ -3764,6 +3764,11 @@
|
|
|
3764
3764
|
pointer-events: none;
|
|
3765
3765
|
}
|
|
3766
3766
|
|
|
3767
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3768
|
+
cursor: pointer;
|
|
3769
|
+
pointer-events: auto;
|
|
3770
|
+
}
|
|
3771
|
+
|
|
3767
3772
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3768
3773
|
opacity: 0.7;
|
|
3769
3774
|
pointer-events: none;
|
|
@@ -30573,7 +30578,7 @@ body.e-colorpicker-overflow {
|
|
|
30573
30578
|
overflow: hidden;
|
|
30574
30579
|
}
|
|
30575
30580
|
.e-tab .e-tab-header .e-indicator {
|
|
30576
|
-
display:
|
|
30581
|
+
display: none;
|
|
30577
30582
|
position: absolute;
|
|
30578
30583
|
}
|
|
30579
30584
|
.e-tab .e-tab-header .e-indicator.e-hidden {
|
|
@@ -31460,12 +31465,12 @@ body.e-colorpicker-overflow {
|
|
|
31460
31465
|
}
|
|
31461
31466
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
31462
31467
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
31463
|
-
border:
|
|
31464
|
-
content:
|
|
31468
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
31469
|
+
content: "";
|
|
31465
31470
|
display: none;
|
|
31466
|
-
position:
|
|
31467
|
-
top:
|
|
31468
|
-
width:
|
|
31471
|
+
position: absolute;
|
|
31472
|
+
top: 0;
|
|
31473
|
+
width: 100%;
|
|
31469
31474
|
}
|
|
31470
31475
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
31471
31476
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
@@ -32229,15 +32234,16 @@ body.e-colorpicker-overflow {
|
|
|
32229
32234
|
color: var(--color-sf-primary-bg-color);
|
|
32230
32235
|
}
|
|
32231
32236
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
32232
|
-
position:
|
|
32237
|
+
position: relative;
|
|
32233
32238
|
}
|
|
32234
32239
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
32235
|
-
border:
|
|
32236
|
-
content:
|
|
32237
|
-
display:
|
|
32238
|
-
position:
|
|
32239
|
-
width:
|
|
32240
|
-
|
|
32240
|
+
border: 1.6px solid var(--color-sf-primary-bg-color);
|
|
32241
|
+
content: "";
|
|
32242
|
+
display: block;
|
|
32243
|
+
position: absolute;
|
|
32244
|
+
width: 100%;
|
|
32245
|
+
border-radius: 3px 3px 0 0;
|
|
32246
|
+
bottom: 0;
|
|
32241
32247
|
}
|
|
32242
32248
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
32243
32249
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -48784,8 +48790,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
48784
48790
|
font-weight: 600;
|
|
48785
48791
|
height: 20px;
|
|
48786
48792
|
line-height: 20px;
|
|
48787
|
-
padding: 0 0.4em;
|
|
48788
|
-
margin: -7px
|
|
48793
|
+
padding: 0 1.5em 0 0.4em;
|
|
48794
|
+
margin: -7px -7px -7px -8px;
|
|
48789
48795
|
overflow: hidden;
|
|
48790
48796
|
text-align: left;
|
|
48791
48797
|
text-transform: none;
|
|
@@ -50775,6 +50781,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
50775
50781
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
50776
50782
|
line-height: normal;
|
|
50777
50783
|
}
|
|
50784
|
+
|
|
50785
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
50786
|
+
/* stylelint-disable declaration-no-important */
|
|
50787
|
+
/* stylelint-enable declaration-no-important */
|
|
50788
|
+
}
|
|
50789
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
50790
|
+
border-spacing: 0 !important;
|
|
50791
|
+
}
|
|
50792
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
50793
|
+
line-height: 1;
|
|
50794
|
+
}
|
|
50778
50795
|
}
|
|
50779
50796
|
/* stylelint-enable function-url-quotes */
|
|
50780
50797
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -78622,6 +78639,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
78622
78639
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
78623
78640
|
width: 70px;
|
|
78624
78641
|
}
|
|
78642
|
+
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
78643
|
+
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
78644
|
+
overscroll-behavior: none;
|
|
78645
|
+
}
|
|
78625
78646
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
78626
78647
|
transform: translateX(0);
|
|
78627
78648
|
}
|
|
@@ -3600,6 +3600,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
3600
3600
|
}
|
|
3601
3601
|
}
|
|
3602
3602
|
|
|
3603
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3604
|
+
cursor: pointer;
|
|
3605
|
+
pointer-events: auto;
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3603
3608
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3604
3609
|
opacity: .7;
|
|
3605
3610
|
pointer-events: none;
|
|
@@ -42620,7 +42625,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
42620
42625
|
display: $tab-active-wrap-before-display;
|
|
42621
42626
|
position: $tab-active-wrap-before-position;
|
|
42622
42627
|
width: $tab-active-wrap-before-width;
|
|
42623
|
-
@if ($skin-name == 'Material3') {
|
|
42628
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
42624
42629
|
border-radius: 3px 3px 0 0;
|
|
42625
42630
|
bottom: $tab-active-wrap-before-top;
|
|
42626
42631
|
}
|
|
@@ -64442,6 +64447,12 @@ $grid-checkmark-color: $primary !default;
|
|
|
64442
64447
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
64443
64448
|
}
|
|
64444
64449
|
|
|
64450
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
64451
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
64452
|
+
margin-top: -11px;
|
|
64453
|
+
}
|
|
64454
|
+
}
|
|
64455
|
+
|
|
64445
64456
|
&.e-wrap .e-columnmenu,
|
|
64446
64457
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
64447
64458
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -66605,6 +66616,17 @@ $grid-checkmark-color: $primary !default;
|
|
|
66605
66616
|
line-height: normal;
|
|
66606
66617
|
}
|
|
66607
66618
|
}
|
|
66619
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
66620
|
+
/* stylelint-disable declaration-no-important */
|
|
66621
|
+
.e-table {
|
|
66622
|
+
border-spacing: 0 !important;
|
|
66623
|
+
}
|
|
66624
|
+
/* stylelint-enable declaration-no-important */
|
|
66625
|
+
|
|
66626
|
+
.e-rowcell {
|
|
66627
|
+
line-height: 1;
|
|
66628
|
+
}
|
|
66629
|
+
}
|
|
66608
66630
|
}
|
|
66609
66631
|
/* stylelint-enable function-url-quotes */
|
|
66610
66632
|
|
|
@@ -101460,6 +101482,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
101460
101482
|
}
|
|
101461
101483
|
|
|
101462
101484
|
.e-virtual-scroll {
|
|
101485
|
+
.e-content-wrap.e-transition,
|
|
101486
|
+
.e-resource-column-wrap.e-transition {
|
|
101487
|
+
overscroll-behavior: none;
|
|
101488
|
+
}
|
|
101489
|
+
|
|
101463
101490
|
&.e-vertical-view,
|
|
101464
101491
|
&.e-month-view {
|
|
101465
101492
|
.e-content-table {
|
|
@@ -3722,6 +3722,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
3722
3722
|
}
|
|
3723
3723
|
}
|
|
3724
3724
|
|
|
3725
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3726
|
+
cursor: pointer;
|
|
3727
|
+
pointer-events: auto;
|
|
3728
|
+
}
|
|
3729
|
+
|
|
3725
3730
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3726
3731
|
opacity: .7;
|
|
3727
3732
|
pointer-events: none;
|
|
@@ -57235,7 +57240,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
57235
57240
|
display: $tab-active-wrap-before-display;
|
|
57236
57241
|
position: $tab-active-wrap-before-position;
|
|
57237
57242
|
width: $tab-active-wrap-before-width;
|
|
57238
|
-
@if ($skin-name == 'Material3') {
|
|
57243
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
57239
57244
|
border-radius: 3px 3px 0 0;
|
|
57240
57245
|
bottom: $tab-active-wrap-before-top;
|
|
57241
57246
|
}
|
|
@@ -86717,6 +86722,12 @@ $grid-checkmark-color: $primary !default;
|
|
|
86717
86722
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
86718
86723
|
}
|
|
86719
86724
|
|
|
86725
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
86726
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
86727
|
+
margin-top: -11px;
|
|
86728
|
+
}
|
|
86729
|
+
}
|
|
86730
|
+
|
|
86720
86731
|
&.e-wrap .e-columnmenu,
|
|
86721
86732
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
86722
86733
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -88880,6 +88891,17 @@ $grid-checkmark-color: $primary !default;
|
|
|
88880
88891
|
line-height: normal;
|
|
88881
88892
|
}
|
|
88882
88893
|
}
|
|
88894
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
88895
|
+
/* stylelint-disable declaration-no-important */
|
|
88896
|
+
.e-table {
|
|
88897
|
+
border-spacing: 0 !important;
|
|
88898
|
+
}
|
|
88899
|
+
/* stylelint-enable declaration-no-important */
|
|
88900
|
+
|
|
88901
|
+
.e-rowcell {
|
|
88902
|
+
line-height: 1;
|
|
88903
|
+
}
|
|
88904
|
+
}
|
|
88883
88905
|
}
|
|
88884
88906
|
/* stylelint-enable function-url-quotes */
|
|
88885
88907
|
|
|
@@ -132196,6 +132218,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
132196
132218
|
}
|
|
132197
132219
|
|
|
132198
132220
|
.e-virtual-scroll {
|
|
132221
|
+
.e-content-wrap.e-transition,
|
|
132222
|
+
.e-resource-column-wrap.e-transition {
|
|
132223
|
+
overscroll-behavior: none;
|
|
132224
|
+
}
|
|
132225
|
+
|
|
132199
132226
|
&.e-vertical-view,
|
|
132200
132227
|
&.e-month-view {
|
|
132201
132228
|
.e-content-table {
|
|
@@ -3895,6 +3895,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
3895
3895
|
}
|
|
3896
3896
|
}
|
|
3897
3897
|
|
|
3898
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3899
|
+
cursor: pointer;
|
|
3900
|
+
pointer-events: auto;
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3898
3903
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3899
3904
|
opacity: .7;
|
|
3900
3905
|
pointer-events: none;
|
|
@@ -42915,7 +42920,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
42915
42920
|
display: $tab-active-wrap-before-display;
|
|
42916
42921
|
position: $tab-active-wrap-before-position;
|
|
42917
42922
|
width: $tab-active-wrap-before-width;
|
|
42918
|
-
@if ($skin-name == 'Material3') {
|
|
42923
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
42919
42924
|
border-radius: 3px 3px 0 0;
|
|
42920
42925
|
bottom: $tab-active-wrap-before-top;
|
|
42921
42926
|
}
|
|
@@ -64737,6 +64742,12 @@ $grid-checkmark-color: $primary !default;
|
|
|
64737
64742
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
64738
64743
|
}
|
|
64739
64744
|
|
|
64745
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
64746
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
64747
|
+
margin-top: -11px;
|
|
64748
|
+
}
|
|
64749
|
+
}
|
|
64750
|
+
|
|
64740
64751
|
&.e-wrap .e-columnmenu,
|
|
64741
64752
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
64742
64753
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -66900,6 +66911,17 @@ $grid-checkmark-color: $primary !default;
|
|
|
66900
66911
|
line-height: normal;
|
|
66901
66912
|
}
|
|
66902
66913
|
}
|
|
66914
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
66915
|
+
/* stylelint-disable declaration-no-important */
|
|
66916
|
+
.e-table {
|
|
66917
|
+
border-spacing: 0 !important;
|
|
66918
|
+
}
|
|
66919
|
+
/* stylelint-enable declaration-no-important */
|
|
66920
|
+
|
|
66921
|
+
.e-rowcell {
|
|
66922
|
+
line-height: 1;
|
|
66923
|
+
}
|
|
66924
|
+
}
|
|
66903
66925
|
}
|
|
66904
66926
|
/* stylelint-enable function-url-quotes */
|
|
66905
66927
|
|
|
@@ -101755,6 +101777,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
101755
101777
|
}
|
|
101756
101778
|
|
|
101757
101779
|
.e-virtual-scroll {
|
|
101780
|
+
.e-content-wrap.e-transition,
|
|
101781
|
+
.e-resource-column-wrap.e-transition {
|
|
101782
|
+
overscroll-behavior: none;
|
|
101783
|
+
}
|
|
101784
|
+
|
|
101758
101785
|
&.e-vertical-view,
|
|
101759
101786
|
&.e-month-view {
|
|
101760
101787
|
.e-content-table {
|