@syncfusion/ej2-angular-grids 20.2.46-ngcc → 20.2.48
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +29 -15
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +54 -17
- package/styles/bootstrap.css +54 -17
- package/styles/bootstrap4.css +56 -19
- package/styles/bootstrap5-dark.css +59 -21
- package/styles/bootstrap5.css +59 -21
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +17 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +17 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +17 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +17 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +17 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +17 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +17 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +17 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +17 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +17 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +17 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +17 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +17 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +17 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +17 -1
- package/styles/fabric-dark.css +56 -19
- package/styles/fabric.css +56 -19
- package/styles/fluent-dark.css +56 -19
- package/styles/fluent.css +56 -19
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4349 -0
- package/styles/grid/_material-dark-definition.scss +594 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +598 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +603 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +51 -12
- package/styles/grid/bootstrap-dark.scss +21 -1
- package/styles/grid/bootstrap.css +51 -12
- package/styles/grid/bootstrap.scss +21 -1
- package/styles/grid/bootstrap4.css +53 -14
- package/styles/grid/bootstrap4.scss +21 -1
- package/styles/grid/bootstrap5-dark.css +56 -16
- package/styles/grid/bootstrap5-dark.scss +21 -1
- package/styles/grid/bootstrap5.css +56 -16
- package/styles/grid/bootstrap5.scss +21 -1
- package/styles/grid/fabric-dark.css +52 -13
- package/styles/grid/fabric-dark.scss +21 -1
- package/styles/grid/fabric.css +52 -13
- package/styles/grid/fabric.scss +21 -1
- package/styles/grid/fluent-dark.css +53 -14
- package/styles/grid/fluent-dark.scss +21 -1
- package/styles/grid/fluent.css +53 -14
- package/styles/grid/fluent.scss +21 -1
- package/styles/grid/highcontrast-light.css +52 -13
- package/styles/grid/highcontrast-light.scss +21 -1
- package/styles/grid/highcontrast.css +52 -13
- package/styles/grid/highcontrast.scss +21 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +52 -13
- package/styles/grid/material-dark.scss +21 -1
- package/styles/grid/material.css +52 -13
- package/styles/grid/material.scss +21 -1
- package/styles/grid/tailwind-dark.css +55 -16
- package/styles/grid/tailwind-dark.scss +21 -1
- package/styles/grid/tailwind.css +55 -16
- package/styles/grid/tailwind.scss +21 -1
- package/styles/highcontrast-light.css +56 -19
- package/styles/highcontrast.css +56 -19
- package/styles/material-dark.css +56 -19
- package/styles/material.css +56 -19
- package/styles/tailwind-dark.css +58 -21
- package/styles/tailwind.css +58 -21
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2703
- package/dist/ej2-angular-grids.umd.js +0 -1580
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/grid/fabric.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
height: 34px;
|
|
73
74
|
}
|
|
74
75
|
|
|
76
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
75
77
|
@keyframes material-spinner-rotate {
|
|
76
78
|
0% {
|
|
77
79
|
transform: rotate(0);
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
transform: rotate(360deg);
|
|
89
91
|
}
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
/* !componenticons */
|
|
92
94
|
.e-icon-check::before {
|
|
93
95
|
content: "\e7ff";
|
|
94
96
|
}
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
.e-bigger .e-grid,
|
|
320
322
|
.e-grid.e-bigger {
|
|
321
323
|
font-size: 14px;
|
|
324
|
+
/* stylelint-disable */
|
|
322
325
|
}
|
|
323
326
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
324
327
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -976,6 +979,9 @@
|
|
|
976
979
|
font-size: 13px;
|
|
977
980
|
height: auto;
|
|
978
981
|
position: relative;
|
|
982
|
+
/* stylelint-enable */
|
|
983
|
+
/* stylelint-disable */
|
|
984
|
+
/* stylelint-enable */
|
|
979
985
|
}
|
|
980
986
|
.e-grid .e-gridheader {
|
|
981
987
|
-webkit-user-select: none;
|
|
@@ -1883,7 +1889,7 @@
|
|
|
1883
1889
|
padding-left: 7px;
|
|
1884
1890
|
}
|
|
1885
1891
|
.e-grid .e-chk-hidden {
|
|
1886
|
-
-moz-appearance: none;
|
|
1892
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1887
1893
|
height: 1px;
|
|
1888
1894
|
opacity: 0;
|
|
1889
1895
|
width: 1px;
|
|
@@ -1897,7 +1903,7 @@
|
|
|
1897
1903
|
}
|
|
1898
1904
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1899
1905
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1900
|
-
-webkit-user-select: auto;
|
|
1906
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1901
1907
|
height: 20px;
|
|
1902
1908
|
line-height: 21px;
|
|
1903
1909
|
position: relative;
|
|
@@ -2093,7 +2099,7 @@
|
|
|
2093
2099
|
padding: 2px;
|
|
2094
2100
|
}
|
|
2095
2101
|
.e-grid .e-content {
|
|
2096
|
-
-webkit-overflow-scrolling: touch;
|
|
2102
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2097
2103
|
overflow-x: auto;
|
|
2098
2104
|
overflow-y: scroll;
|
|
2099
2105
|
position: relative;
|
|
@@ -2223,6 +2229,9 @@
|
|
|
2223
2229
|
border-width: 1px 0 0;
|
|
2224
2230
|
cursor: pointer;
|
|
2225
2231
|
}
|
|
2232
|
+
.e-grid .e-disablepointer {
|
|
2233
|
+
cursor: default;
|
|
2234
|
+
}
|
|
2226
2235
|
.e-grid .e-groupcaption {
|
|
2227
2236
|
border-style: solid;
|
|
2228
2237
|
border-width: 1px 0 0;
|
|
@@ -2444,6 +2453,8 @@
|
|
|
2444
2453
|
.e-grid .e-checkboxfiltertext {
|
|
2445
2454
|
width: 135px;
|
|
2446
2455
|
word-break: normal;
|
|
2456
|
+
/* stylelint-disable */
|
|
2457
|
+
/* stylelint-enable */
|
|
2447
2458
|
}
|
|
2448
2459
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2449
2460
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2503,10 +2514,10 @@
|
|
|
2503
2514
|
overflow: hidden;
|
|
2504
2515
|
}
|
|
2505
2516
|
.e-grid .e-frozenhdrcont {
|
|
2506
|
-
-ms-touch-action: none;
|
|
2517
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2507
2518
|
}
|
|
2508
2519
|
.e-grid .e-frozencontent {
|
|
2509
|
-
-ms-touch-action: none;
|
|
2520
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2510
2521
|
border-bottom-width: 1px;
|
|
2511
2522
|
float: left;
|
|
2512
2523
|
width: min-content;
|
|
@@ -2515,19 +2526,19 @@
|
|
|
2515
2526
|
float: right;
|
|
2516
2527
|
}
|
|
2517
2528
|
.e-grid .e-movablecontent {
|
|
2518
|
-
-ms-overflow-style: none;
|
|
2529
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2519
2530
|
-ms-flex: 1;
|
|
2520
2531
|
flex: 1;
|
|
2521
2532
|
overflow-x: auto;
|
|
2522
2533
|
overflow-y: hidden;
|
|
2523
2534
|
}
|
|
2524
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2535
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2525
2536
|
display: none;
|
|
2526
2537
|
}
|
|
2527
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2538
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2528
2539
|
width: 7px;
|
|
2529
2540
|
}
|
|
2530
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2541
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2531
2542
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2532
2543
|
border-radius: 4px;
|
|
2533
2544
|
}
|
|
@@ -2904,7 +2915,7 @@
|
|
|
2904
2915
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2905
2916
|
display: inline-block;
|
|
2906
2917
|
}
|
|
2907
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2918
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2908
2919
|
text-overflow: clip;
|
|
2909
2920
|
}
|
|
2910
2921
|
.e-grid .e-clipboard {
|
|
@@ -2934,6 +2945,34 @@
|
|
|
2934
2945
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2935
2946
|
border-right: 0;
|
|
2936
2947
|
}
|
|
2948
|
+
.e-grid .e-mask {
|
|
2949
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2950
|
+
display: inline-block;
|
|
2951
|
+
height: 10px;
|
|
2952
|
+
width: 80%;
|
|
2953
|
+
}
|
|
2954
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2955
|
+
margin-left: 7px;
|
|
2956
|
+
width: 16px;
|
|
2957
|
+
}
|
|
2958
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2959
|
+
width: 16px;
|
|
2960
|
+
}
|
|
2961
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2962
|
+
margin-left: 3px;
|
|
2963
|
+
margin-right: 16px;
|
|
2964
|
+
width: 20px;
|
|
2965
|
+
}
|
|
2966
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2967
|
+
width: 13px;
|
|
2968
|
+
}
|
|
2969
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
2970
|
+
margin-left: 8px;
|
|
2971
|
+
}
|
|
2972
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
2973
|
+
margin-left: 12px;
|
|
2974
|
+
width: 12px;
|
|
2975
|
+
}
|
|
2937
2976
|
.e-grid.sf-grid .e-table {
|
|
2938
2977
|
border-spacing: 0.25px;
|
|
2939
2978
|
}
|
|
@@ -3514,7 +3553,7 @@
|
|
|
3514
3553
|
}
|
|
3515
3554
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3516
3555
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3517
|
-
-moz-appearance: none;
|
|
3556
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3518
3557
|
height: 1px;
|
|
3519
3558
|
opacity: 0;
|
|
3520
3559
|
width: 1px;
|
|
@@ -3786,7 +3825,7 @@
|
|
|
3786
3825
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3787
3826
|
border-right-color: #0078d6;
|
|
3788
3827
|
}
|
|
3789
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3828
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3790
3829
|
background-color: #f4f4f4;
|
|
3791
3830
|
color: #333;
|
|
3792
3831
|
}
|
package/styles/grid/fabric.scss
CHANGED
|
@@ -1 +1,21 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fabric-definition.scss';
|
|
3
|
+
@import '../excel-filter/fabric-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fabric-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/fabric-definition.scss';
|
|
19
|
+
@import 'fabric-definition.scss';
|
|
20
|
+
@import 'icons/fabric.scss';
|
|
21
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -384,6 +386,7 @@
|
|
|
384
386
|
.e-bigger .e-grid,
|
|
385
387
|
.e-grid.e-bigger {
|
|
386
388
|
font-size: 16px;
|
|
389
|
+
/* stylelint-disable */
|
|
387
390
|
}
|
|
388
391
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
389
392
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1071,6 +1074,9 @@
|
|
|
1071
1074
|
font-size: 14px;
|
|
1072
1075
|
height: auto;
|
|
1073
1076
|
position: relative;
|
|
1077
|
+
/* stylelint-enable */
|
|
1078
|
+
/* stylelint-disable */
|
|
1079
|
+
/* stylelint-enable */
|
|
1074
1080
|
}
|
|
1075
1081
|
.e-grid .e-gridheader {
|
|
1076
1082
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2332,6 +2338,9 @@
|
|
|
2332
2338
|
border-width: 1px 0 0;
|
|
2333
2339
|
cursor: pointer;
|
|
2334
2340
|
}
|
|
2341
|
+
.e-grid .e-disablepointer {
|
|
2342
|
+
cursor: default;
|
|
2343
|
+
}
|
|
2335
2344
|
.e-grid .e-groupcaption {
|
|
2336
2345
|
border-style: solid;
|
|
2337
2346
|
border-width: 1px 0 0;
|
|
@@ -2553,7 +2562,9 @@
|
|
|
2553
2562
|
.e-grid .e-checkboxfiltertext {
|
|
2554
2563
|
width: 150px;
|
|
2555
2564
|
word-break: normal;
|
|
2565
|
+
/* stylelint-disable */
|
|
2556
2566
|
margin-left: 12px !important;
|
|
2567
|
+
/* stylelint-enable */
|
|
2557
2568
|
}
|
|
2558
2569
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2559
2570
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2613,10 +2624,10 @@
|
|
|
2613
2624
|
overflow: hidden;
|
|
2614
2625
|
}
|
|
2615
2626
|
.e-grid .e-frozenhdrcont {
|
|
2616
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozencontent {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
border-bottom-width: 1px;
|
|
2621
2632
|
float: left;
|
|
2622
2633
|
width: min-content;
|
|
@@ -2625,19 +2636,19 @@
|
|
|
2625
2636
|
float: right;
|
|
2626
2637
|
}
|
|
2627
2638
|
.e-grid .e-movablecontent {
|
|
2628
|
-
-ms-overflow-style: none;
|
|
2639
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2640
|
-ms-flex: 1;
|
|
2630
2641
|
flex: 1;
|
|
2631
2642
|
overflow-x: auto;
|
|
2632
2643
|
overflow-y: hidden;
|
|
2633
2644
|
}
|
|
2634
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2645
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2635
2646
|
display: none;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
width: 7px;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2642
2653
|
border-radius: 4px;
|
|
2643
2654
|
}
|
|
@@ -3000,10 +3011,10 @@
|
|
|
3000
3011
|
text-overflow: ellipsis;
|
|
3001
3012
|
}
|
|
3002
3013
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3003
|
-
margin: -
|
|
3014
|
+
margin: -30px 10px;
|
|
3004
3015
|
}
|
|
3005
3016
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3006
|
-
margin: -
|
|
3017
|
+
margin: -30px -5px;
|
|
3007
3018
|
}
|
|
3008
3019
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3009
3020
|
margin: -28px -4px 0 16px;
|
|
@@ -3014,7 +3025,7 @@
|
|
|
3014
3025
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3015
3026
|
display: inline-block;
|
|
3016
3027
|
}
|
|
3017
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3028
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3018
3029
|
text-overflow: clip;
|
|
3019
3030
|
}
|
|
3020
3031
|
.e-grid .e-clipboard {
|
|
@@ -3044,6 +3055,34 @@
|
|
|
3044
3055
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3045
3056
|
border-right: 0;
|
|
3046
3057
|
}
|
|
3058
|
+
.e-grid .e-mask {
|
|
3059
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3060
|
+
display: inline-block;
|
|
3061
|
+
height: 10px;
|
|
3062
|
+
width: 80%;
|
|
3063
|
+
}
|
|
3064
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3065
|
+
margin-left: 7px;
|
|
3066
|
+
width: 16px;
|
|
3067
|
+
}
|
|
3068
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3069
|
+
width: 16px;
|
|
3070
|
+
}
|
|
3071
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3072
|
+
margin-left: 3px;
|
|
3073
|
+
margin-right: 16px;
|
|
3074
|
+
width: 20px;
|
|
3075
|
+
}
|
|
3076
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3077
|
+
width: 13px;
|
|
3078
|
+
}
|
|
3079
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3080
|
+
margin-left: 8px;
|
|
3081
|
+
}
|
|
3082
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3083
|
+
margin-left: 12px;
|
|
3084
|
+
width: 12px;
|
|
3085
|
+
}
|
|
3047
3086
|
.e-grid.sf-grid .e-table {
|
|
3048
3087
|
border-spacing: 0.25px;
|
|
3049
3088
|
}
|
|
@@ -3638,7 +3677,7 @@
|
|
|
3638
3677
|
}
|
|
3639
3678
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3640
3679
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3641
|
-
-moz-appearance: none;
|
|
3680
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3642
3681
|
height: 1px;
|
|
3643
3682
|
opacity: 0;
|
|
3644
3683
|
width: 1px;
|
|
@@ -3910,7 +3949,7 @@
|
|
|
3910
3949
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3911
3950
|
border-right-color: #292827;
|
|
3912
3951
|
}
|
|
3913
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3952
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3914
3953
|
background-color: #252423;
|
|
3915
3954
|
color: #f3f2f1;
|
|
3916
3955
|
}
|
|
@@ -1 +1,21 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fluent-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/fluent-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/fluent-dark-definition.scss';
|
|
19
|
+
@import 'fluent-dark-definition.scss';
|
|
20
|
+
@import 'icons/fluent-dark.scss';
|
|
21
|
+
@import 'all.scss';
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -384,6 +386,7 @@
|
|
|
384
386
|
.e-bigger .e-grid,
|
|
385
387
|
.e-grid.e-bigger {
|
|
386
388
|
font-size: 16px;
|
|
389
|
+
/* stylelint-disable */
|
|
387
390
|
}
|
|
388
391
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
389
392
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1071,6 +1074,9 @@
|
|
|
1071
1074
|
font-size: 14px;
|
|
1072
1075
|
height: auto;
|
|
1073
1076
|
position: relative;
|
|
1077
|
+
/* stylelint-enable */
|
|
1078
|
+
/* stylelint-disable */
|
|
1079
|
+
/* stylelint-enable */
|
|
1074
1080
|
}
|
|
1075
1081
|
.e-grid .e-gridheader {
|
|
1076
1082
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2332,6 +2338,9 @@
|
|
|
2332
2338
|
border-width: 1px 0 0;
|
|
2333
2339
|
cursor: pointer;
|
|
2334
2340
|
}
|
|
2341
|
+
.e-grid .e-disablepointer {
|
|
2342
|
+
cursor: default;
|
|
2343
|
+
}
|
|
2335
2344
|
.e-grid .e-groupcaption {
|
|
2336
2345
|
border-style: solid;
|
|
2337
2346
|
border-width: 1px 0 0;
|
|
@@ -2553,7 +2562,9 @@
|
|
|
2553
2562
|
.e-grid .e-checkboxfiltertext {
|
|
2554
2563
|
width: 150px;
|
|
2555
2564
|
word-break: normal;
|
|
2565
|
+
/* stylelint-disable */
|
|
2556
2566
|
margin-left: 12px !important;
|
|
2567
|
+
/* stylelint-enable */
|
|
2557
2568
|
}
|
|
2558
2569
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2559
2570
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2613,10 +2624,10 @@
|
|
|
2613
2624
|
overflow: hidden;
|
|
2614
2625
|
}
|
|
2615
2626
|
.e-grid .e-frozenhdrcont {
|
|
2616
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozencontent {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
border-bottom-width: 1px;
|
|
2621
2632
|
float: left;
|
|
2622
2633
|
width: min-content;
|
|
@@ -2625,19 +2636,19 @@
|
|
|
2625
2636
|
float: right;
|
|
2626
2637
|
}
|
|
2627
2638
|
.e-grid .e-movablecontent {
|
|
2628
|
-
-ms-overflow-style: none;
|
|
2639
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2640
|
-ms-flex: 1;
|
|
2630
2641
|
flex: 1;
|
|
2631
2642
|
overflow-x: auto;
|
|
2632
2643
|
overflow-y: hidden;
|
|
2633
2644
|
}
|
|
2634
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2645
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2635
2646
|
display: none;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
width: 7px;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2642
2653
|
border-radius: 4px;
|
|
2643
2654
|
}
|
|
@@ -3000,10 +3011,10 @@
|
|
|
3000
3011
|
text-overflow: ellipsis;
|
|
3001
3012
|
}
|
|
3002
3013
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3003
|
-
margin: -
|
|
3014
|
+
margin: -30px 10px;
|
|
3004
3015
|
}
|
|
3005
3016
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3006
|
-
margin: -
|
|
3017
|
+
margin: -30px -5px;
|
|
3007
3018
|
}
|
|
3008
3019
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3009
3020
|
margin: -28px -4px 0 16px;
|
|
@@ -3014,7 +3025,7 @@
|
|
|
3014
3025
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3015
3026
|
display: inline-block;
|
|
3016
3027
|
}
|
|
3017
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3028
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3018
3029
|
text-overflow: clip;
|
|
3019
3030
|
}
|
|
3020
3031
|
.e-grid .e-clipboard {
|
|
@@ -3044,6 +3055,34 @@
|
|
|
3044
3055
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3045
3056
|
border-right: 0;
|
|
3046
3057
|
}
|
|
3058
|
+
.e-grid .e-mask {
|
|
3059
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3060
|
+
display: inline-block;
|
|
3061
|
+
height: 10px;
|
|
3062
|
+
width: 80%;
|
|
3063
|
+
}
|
|
3064
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3065
|
+
margin-left: 7px;
|
|
3066
|
+
width: 16px;
|
|
3067
|
+
}
|
|
3068
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3069
|
+
width: 16px;
|
|
3070
|
+
}
|
|
3071
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3072
|
+
margin-left: 3px;
|
|
3073
|
+
margin-right: 16px;
|
|
3074
|
+
width: 20px;
|
|
3075
|
+
}
|
|
3076
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3077
|
+
width: 13px;
|
|
3078
|
+
}
|
|
3079
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3080
|
+
margin-left: 8px;
|
|
3081
|
+
}
|
|
3082
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3083
|
+
margin-left: 12px;
|
|
3084
|
+
width: 12px;
|
|
3085
|
+
}
|
|
3047
3086
|
.e-grid.sf-grid .e-table {
|
|
3048
3087
|
border-spacing: 0.25px;
|
|
3049
3088
|
}
|
|
@@ -3638,7 +3677,7 @@
|
|
|
3638
3677
|
}
|
|
3639
3678
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3640
3679
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3641
|
-
-moz-appearance: none;
|
|
3680
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3642
3681
|
height: 1px;
|
|
3643
3682
|
opacity: 0;
|
|
3644
3683
|
width: 1px;
|
|
@@ -3910,7 +3949,7 @@
|
|
|
3910
3949
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3911
3950
|
border-right-color: #edebe9;
|
|
3912
3951
|
}
|
|
3913
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3952
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3914
3953
|
background-color: #f3f2f1;
|
|
3915
3954
|
color: #201f1e;
|
|
3916
3955
|
}
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -1 +1,21 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fluent-definition.scss';
|
|
3
|
+
@import '../excel-filter/fluent-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fluent-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fluent-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/fluent-definition.scss';
|
|
19
|
+
@import 'fluent-definition.scss';
|
|
20
|
+
@import 'icons/fluent.scss';
|
|
21
|
+
@import 'all.scss';
|