@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/fluent-dark.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);
|
|
@@ -179,10 +181,6 @@
|
|
|
179
181
|
padding: 14px;
|
|
180
182
|
padding-top: 4px;
|
|
181
183
|
}
|
|
182
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
-
height: 26px;
|
|
184
|
-
line-height: 26px;
|
|
185
|
-
}
|
|
186
184
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
187
185
|
height: 26px;
|
|
188
186
|
line-height: 26px;
|
|
@@ -393,7 +391,7 @@
|
|
|
393
391
|
word-break: normal;
|
|
394
392
|
}
|
|
395
393
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
394
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
395
|
height: 1px;
|
|
398
396
|
opacity: 0;
|
|
399
397
|
width: 1px;
|
|
@@ -537,6 +535,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
535
|
border-color: #0078d4;
|
|
538
536
|
}
|
|
539
537
|
|
|
538
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
539
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
540
|
@keyframes material-spinner-rotate {
|
|
541
541
|
0% {
|
|
542
542
|
transform: rotate(0);
|
|
@@ -797,6 +797,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
797
|
.e-bigger .e-grid,
|
|
798
798
|
.e-grid.e-bigger {
|
|
799
799
|
font-size: 16px;
|
|
800
|
+
/* stylelint-disable */
|
|
800
801
|
}
|
|
801
802
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
803
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1485,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1485
|
font-size: 14px;
|
|
1485
1486
|
height: auto;
|
|
1486
1487
|
position: relative;
|
|
1488
|
+
/* stylelint-enable */
|
|
1489
|
+
/* stylelint-disable */
|
|
1490
|
+
/* stylelint-enable */
|
|
1487
1491
|
}
|
|
1488
1492
|
.e-grid .e-gridheader {
|
|
1489
1493
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2405,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2405
|
padding-left: 8px;
|
|
2402
2406
|
}
|
|
2403
2407
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2408
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2409
|
height: 1px;
|
|
2406
2410
|
opacity: 0;
|
|
2407
2411
|
width: 1px;
|
|
@@ -2415,7 +2419,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2419
|
}
|
|
2416
2420
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2421
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2422
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2423
|
height: 20px;
|
|
2420
2424
|
line-height: 20px;
|
|
2421
2425
|
position: relative;
|
|
@@ -2612,7 +2616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2616
|
padding: 2px;
|
|
2613
2617
|
}
|
|
2614
2618
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2619
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2620
|
overflow-x: auto;
|
|
2617
2621
|
overflow-y: scroll;
|
|
2618
2622
|
position: relative;
|
|
@@ -2745,6 +2749,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2745
2749
|
border-width: 1px 0 0;
|
|
2746
2750
|
cursor: pointer;
|
|
2747
2751
|
}
|
|
2752
|
+
.e-grid .e-disablepointer {
|
|
2753
|
+
cursor: default;
|
|
2754
|
+
}
|
|
2748
2755
|
.e-grid .e-groupcaption {
|
|
2749
2756
|
border-style: solid;
|
|
2750
2757
|
border-width: 1px 0 0;
|
|
@@ -2966,7 +2973,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2966
2973
|
.e-grid .e-checkboxfiltertext {
|
|
2967
2974
|
width: 150px;
|
|
2968
2975
|
word-break: normal;
|
|
2976
|
+
/* stylelint-disable */
|
|
2969
2977
|
margin-left: 12px !important;
|
|
2978
|
+
/* stylelint-enable */
|
|
2970
2979
|
}
|
|
2971
2980
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2981
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3035,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3035
|
overflow: hidden;
|
|
3027
3036
|
}
|
|
3028
3037
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3038
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3039
|
}
|
|
3031
3040
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3041
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3042
|
border-bottom-width: 1px;
|
|
3034
3043
|
float: left;
|
|
3035
3044
|
width: min-content;
|
|
@@ -3038,19 +3047,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3047
|
float: right;
|
|
3039
3048
|
}
|
|
3040
3049
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3050
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3051
|
-ms-flex: 1;
|
|
3043
3052
|
flex: 1;
|
|
3044
3053
|
overflow-x: auto;
|
|
3045
3054
|
overflow-y: hidden;
|
|
3046
3055
|
}
|
|
3047
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3056
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3057
|
display: none;
|
|
3049
3058
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3060
|
width: 7px;
|
|
3052
3061
|
}
|
|
3053
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3062
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
3063
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3064
|
border-radius: 4px;
|
|
3056
3065
|
}
|
|
@@ -3413,10 +3422,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3413
3422
|
text-overflow: ellipsis;
|
|
3414
3423
|
}
|
|
3415
3424
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3416
|
-
margin: -
|
|
3425
|
+
margin: -30px 10px;
|
|
3417
3426
|
}
|
|
3418
3427
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3419
|
-
margin: -
|
|
3428
|
+
margin: -30px -5px;
|
|
3420
3429
|
}
|
|
3421
3430
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3422
3431
|
margin: -28px -4px 0 16px;
|
|
@@ -3427,7 +3436,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3427
3436
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3428
3437
|
display: inline-block;
|
|
3429
3438
|
}
|
|
3430
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3439
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3431
3440
|
text-overflow: clip;
|
|
3432
3441
|
}
|
|
3433
3442
|
.e-grid .e-clipboard {
|
|
@@ -3457,6 +3466,34 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3457
3466
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3458
3467
|
border-right: 0;
|
|
3459
3468
|
}
|
|
3469
|
+
.e-grid .e-mask {
|
|
3470
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3471
|
+
display: inline-block;
|
|
3472
|
+
height: 10px;
|
|
3473
|
+
width: 80%;
|
|
3474
|
+
}
|
|
3475
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3476
|
+
margin-left: 7px;
|
|
3477
|
+
width: 16px;
|
|
3478
|
+
}
|
|
3479
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3480
|
+
width: 16px;
|
|
3481
|
+
}
|
|
3482
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3483
|
+
margin-left: 3px;
|
|
3484
|
+
margin-right: 16px;
|
|
3485
|
+
width: 20px;
|
|
3486
|
+
}
|
|
3487
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3488
|
+
width: 13px;
|
|
3489
|
+
}
|
|
3490
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3491
|
+
margin-left: 8px;
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3494
|
+
margin-left: 12px;
|
|
3495
|
+
width: 12px;
|
|
3496
|
+
}
|
|
3460
3497
|
.e-grid.sf-grid .e-table {
|
|
3461
3498
|
border-spacing: 0.25px;
|
|
3462
3499
|
}
|
|
@@ -4051,7 +4088,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4051
4088
|
}
|
|
4052
4089
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4053
4090
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4054
|
-
-moz-appearance: none;
|
|
4091
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4055
4092
|
height: 1px;
|
|
4056
4093
|
opacity: 0;
|
|
4057
4094
|
width: 1px;
|
|
@@ -4323,7 +4360,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4323
4360
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4324
4361
|
border-right-color: #292827;
|
|
4325
4362
|
}
|
|
4326
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
4363
|
+
.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) {
|
|
4327
4364
|
background-color: #252423;
|
|
4328
4365
|
color: #f3f2f1;
|
|
4329
4366
|
}
|
package/styles/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);
|
|
@@ -179,10 +181,6 @@
|
|
|
179
181
|
padding: 14px;
|
|
180
182
|
padding-top: 4px;
|
|
181
183
|
}
|
|
182
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
-
height: 26px;
|
|
184
|
-
line-height: 26px;
|
|
185
|
-
}
|
|
186
184
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
187
185
|
height: 26px;
|
|
188
186
|
line-height: 26px;
|
|
@@ -393,7 +391,7 @@
|
|
|
393
391
|
word-break: normal;
|
|
394
392
|
}
|
|
395
393
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
394
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
395
|
height: 1px;
|
|
398
396
|
opacity: 0;
|
|
399
397
|
width: 1px;
|
|
@@ -537,6 +535,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
535
|
border-color: #0078d4;
|
|
538
536
|
}
|
|
539
537
|
|
|
538
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
539
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
540
|
@keyframes material-spinner-rotate {
|
|
541
541
|
0% {
|
|
542
542
|
transform: rotate(0);
|
|
@@ -797,6 +797,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
797
|
.e-bigger .e-grid,
|
|
798
798
|
.e-grid.e-bigger {
|
|
799
799
|
font-size: 16px;
|
|
800
|
+
/* stylelint-disable */
|
|
800
801
|
}
|
|
801
802
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
803
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1485,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1485
|
font-size: 14px;
|
|
1485
1486
|
height: auto;
|
|
1486
1487
|
position: relative;
|
|
1488
|
+
/* stylelint-enable */
|
|
1489
|
+
/* stylelint-disable */
|
|
1490
|
+
/* stylelint-enable */
|
|
1487
1491
|
}
|
|
1488
1492
|
.e-grid .e-gridheader {
|
|
1489
1493
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2405,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2405
|
padding-left: 8px;
|
|
2402
2406
|
}
|
|
2403
2407
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2408
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2409
|
height: 1px;
|
|
2406
2410
|
opacity: 0;
|
|
2407
2411
|
width: 1px;
|
|
@@ -2415,7 +2419,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2419
|
}
|
|
2416
2420
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2421
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2422
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2423
|
height: 20px;
|
|
2420
2424
|
line-height: 20px;
|
|
2421
2425
|
position: relative;
|
|
@@ -2612,7 +2616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2616
|
padding: 2px;
|
|
2613
2617
|
}
|
|
2614
2618
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2619
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2620
|
overflow-x: auto;
|
|
2617
2621
|
overflow-y: scroll;
|
|
2618
2622
|
position: relative;
|
|
@@ -2745,6 +2749,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2745
2749
|
border-width: 1px 0 0;
|
|
2746
2750
|
cursor: pointer;
|
|
2747
2751
|
}
|
|
2752
|
+
.e-grid .e-disablepointer {
|
|
2753
|
+
cursor: default;
|
|
2754
|
+
}
|
|
2748
2755
|
.e-grid .e-groupcaption {
|
|
2749
2756
|
border-style: solid;
|
|
2750
2757
|
border-width: 1px 0 0;
|
|
@@ -2966,7 +2973,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2966
2973
|
.e-grid .e-checkboxfiltertext {
|
|
2967
2974
|
width: 150px;
|
|
2968
2975
|
word-break: normal;
|
|
2976
|
+
/* stylelint-disable */
|
|
2969
2977
|
margin-left: 12px !important;
|
|
2978
|
+
/* stylelint-enable */
|
|
2970
2979
|
}
|
|
2971
2980
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2981
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3035,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3035
|
overflow: hidden;
|
|
3027
3036
|
}
|
|
3028
3037
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3038
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3039
|
}
|
|
3031
3040
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3041
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3042
|
border-bottom-width: 1px;
|
|
3034
3043
|
float: left;
|
|
3035
3044
|
width: min-content;
|
|
@@ -3038,19 +3047,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3047
|
float: right;
|
|
3039
3048
|
}
|
|
3040
3049
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3050
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3051
|
-ms-flex: 1;
|
|
3043
3052
|
flex: 1;
|
|
3044
3053
|
overflow-x: auto;
|
|
3045
3054
|
overflow-y: hidden;
|
|
3046
3055
|
}
|
|
3047
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3056
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3057
|
display: none;
|
|
3049
3058
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3060
|
width: 7px;
|
|
3052
3061
|
}
|
|
3053
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3062
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
3063
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3064
|
border-radius: 4px;
|
|
3056
3065
|
}
|
|
@@ -3413,10 +3422,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3413
3422
|
text-overflow: ellipsis;
|
|
3414
3423
|
}
|
|
3415
3424
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3416
|
-
margin: -
|
|
3425
|
+
margin: -30px 10px;
|
|
3417
3426
|
}
|
|
3418
3427
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3419
|
-
margin: -
|
|
3428
|
+
margin: -30px -5px;
|
|
3420
3429
|
}
|
|
3421
3430
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3422
3431
|
margin: -28px -4px 0 16px;
|
|
@@ -3427,7 +3436,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3427
3436
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3428
3437
|
display: inline-block;
|
|
3429
3438
|
}
|
|
3430
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3439
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3431
3440
|
text-overflow: clip;
|
|
3432
3441
|
}
|
|
3433
3442
|
.e-grid .e-clipboard {
|
|
@@ -3457,6 +3466,34 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3457
3466
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3458
3467
|
border-right: 0;
|
|
3459
3468
|
}
|
|
3469
|
+
.e-grid .e-mask {
|
|
3470
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3471
|
+
display: inline-block;
|
|
3472
|
+
height: 10px;
|
|
3473
|
+
width: 80%;
|
|
3474
|
+
}
|
|
3475
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3476
|
+
margin-left: 7px;
|
|
3477
|
+
width: 16px;
|
|
3478
|
+
}
|
|
3479
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3480
|
+
width: 16px;
|
|
3481
|
+
}
|
|
3482
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3483
|
+
margin-left: 3px;
|
|
3484
|
+
margin-right: 16px;
|
|
3485
|
+
width: 20px;
|
|
3486
|
+
}
|
|
3487
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3488
|
+
width: 13px;
|
|
3489
|
+
}
|
|
3490
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3491
|
+
margin-left: 8px;
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3494
|
+
margin-left: 12px;
|
|
3495
|
+
width: 12px;
|
|
3496
|
+
}
|
|
3460
3497
|
.e-grid.sf-grid .e-table {
|
|
3461
3498
|
border-spacing: 0.25px;
|
|
3462
3499
|
}
|
|
@@ -4051,7 +4088,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4051
4088
|
}
|
|
4052
4089
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4053
4090
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4054
|
-
-moz-appearance: none;
|
|
4091
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4055
4092
|
height: 1px;
|
|
4056
4093
|
opacity: 0;
|
|
4057
4094
|
width: 1px;
|
|
@@ -4323,7 +4360,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4323
4360
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4324
4361
|
border-right-color: #edebe9;
|
|
4325
4362
|
}
|
|
4326
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
4363
|
+
.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) {
|
|
4327
4364
|
background-color: #f3f2f1;
|
|
4328
4365
|
color: #201f1e;
|
|
4329
4366
|
}
|