@syncfusion/ej2-angular-grids 20.2.48 → 20.2.49-ngcc
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/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2737 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +17 -54
- package/styles/bootstrap.css +17 -54
- package/styles/bootstrap4.css +19 -56
- package/styles/bootstrap5-dark.css +21 -59
- package/styles/bootstrap5.css +21 -59
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +19 -56
- package/styles/fabric.css +19 -56
- package/styles/fluent-dark.css +19 -56
- package/styles/fluent.css +19 -56
- package/styles/grid/bootstrap-dark.css +12 -51
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +12 -51
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +14 -53
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +16 -56
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +16 -56
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +13 -52
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +13 -52
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +14 -53
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +14 -53
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +13 -52
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +13 -52
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +13 -52
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +13 -52
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +16 -55
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +16 -55
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +19 -56
- package/styles/highcontrast.css +19 -56
- package/styles/material-dark.css +19 -56
- package/styles/material.css +19 -56
- package/styles/tailwind-dark.css +21 -58
- package/styles/tailwind.css +21 -58
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4349
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
package/styles/fabric-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
height: 34px;
|
|
81
80
|
}
|
|
82
81
|
|
|
83
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
84
82
|
@keyframes material-spinner-rotate {
|
|
85
83
|
0% {
|
|
86
84
|
transform: rotate(0);
|
|
@@ -97,7 +95,7 @@
|
|
|
97
95
|
transform: rotate(360deg);
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
|
-
|
|
98
|
+
/*!component icons*/
|
|
101
99
|
.e-icon-check::before {
|
|
102
100
|
content: "\e7ff";
|
|
103
101
|
}
|
|
@@ -133,6 +131,10 @@
|
|
|
133
131
|
padding: 28px 25px 10px;
|
|
134
132
|
padding-top: 4px;
|
|
135
133
|
}
|
|
134
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
135
|
+
height: 26px;
|
|
136
|
+
line-height: 26px;
|
|
137
|
+
}
|
|
136
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
137
139
|
height: 26px;
|
|
138
140
|
line-height: 26px;
|
|
@@ -343,7 +345,7 @@
|
|
|
343
345
|
word-break: normal;
|
|
344
346
|
}
|
|
345
347
|
.e-excelfilter .e-chk-hidden {
|
|
346
|
-
-moz-appearance: none;
|
|
348
|
+
-moz-appearance: none;
|
|
347
349
|
height: 1px;
|
|
348
350
|
opacity: 0;
|
|
349
351
|
width: 1px;
|
|
@@ -487,8 +489,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
487
489
|
border-color: #0074cc;
|
|
488
490
|
}
|
|
489
491
|
|
|
490
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
491
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
492
492
|
@keyframes material-spinner-rotate {
|
|
493
493
|
0% {
|
|
494
494
|
transform: rotate(0);
|
|
@@ -505,7 +505,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
505
505
|
transform: rotate(360deg);
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
|
|
508
|
+
/*!componenticons*/
|
|
509
509
|
.e-icon-check::before {
|
|
510
510
|
content: "\e7ff";
|
|
511
511
|
}
|
|
@@ -736,7 +736,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
736
736
|
.e-bigger .e-grid,
|
|
737
737
|
.e-grid.e-bigger {
|
|
738
738
|
font-size: 14px;
|
|
739
|
-
/* stylelint-disable */
|
|
740
739
|
}
|
|
741
740
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
742
741
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1394,9 +1393,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1394
1393
|
font-size: 13px;
|
|
1395
1394
|
height: auto;
|
|
1396
1395
|
position: relative;
|
|
1397
|
-
/* stylelint-enable */
|
|
1398
|
-
/* stylelint-disable */
|
|
1399
|
-
/* stylelint-enable */
|
|
1400
1396
|
}
|
|
1401
1397
|
.e-grid .e-gridheader {
|
|
1402
1398
|
-webkit-user-select: none;
|
|
@@ -2304,7 +2300,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2304
2300
|
padding-left: 7px;
|
|
2305
2301
|
}
|
|
2306
2302
|
.e-grid .e-chk-hidden {
|
|
2307
|
-
-moz-appearance: none;
|
|
2303
|
+
-moz-appearance: none;
|
|
2308
2304
|
height: 1px;
|
|
2309
2305
|
opacity: 0;
|
|
2310
2306
|
width: 1px;
|
|
@@ -2318,7 +2314,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2318
2314
|
}
|
|
2319
2315
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2320
2316
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2321
|
-
-webkit-user-select: auto;
|
|
2317
|
+
-webkit-user-select: auto;
|
|
2322
2318
|
height: 20px;
|
|
2323
2319
|
line-height: 21px;
|
|
2324
2320
|
position: relative;
|
|
@@ -2514,7 +2510,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2514
2510
|
padding: 2px;
|
|
2515
2511
|
}
|
|
2516
2512
|
.e-grid .e-content {
|
|
2517
|
-
-webkit-overflow-scrolling: touch;
|
|
2513
|
+
-webkit-overflow-scrolling: touch;
|
|
2518
2514
|
overflow-x: auto;
|
|
2519
2515
|
overflow-y: scroll;
|
|
2520
2516
|
position: relative;
|
|
@@ -2644,9 +2640,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2644
2640
|
border-width: 1px 0 0;
|
|
2645
2641
|
cursor: pointer;
|
|
2646
2642
|
}
|
|
2647
|
-
.e-grid .e-disablepointer {
|
|
2648
|
-
cursor: default;
|
|
2649
|
-
}
|
|
2650
2643
|
.e-grid .e-groupcaption {
|
|
2651
2644
|
border-style: solid;
|
|
2652
2645
|
border-width: 1px 0 0;
|
|
@@ -2868,8 +2861,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2868
2861
|
.e-grid .e-checkboxfiltertext {
|
|
2869
2862
|
width: 150px;
|
|
2870
2863
|
word-break: normal;
|
|
2871
|
-
/* stylelint-disable */
|
|
2872
|
-
/* stylelint-enable */
|
|
2873
2864
|
}
|
|
2874
2865
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2875
2866
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2929,10 +2920,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2929
2920
|
overflow: hidden;
|
|
2930
2921
|
}
|
|
2931
2922
|
.e-grid .e-frozenhdrcont {
|
|
2932
|
-
-ms-touch-action: none;
|
|
2923
|
+
-ms-touch-action: none;
|
|
2933
2924
|
}
|
|
2934
2925
|
.e-grid .e-frozencontent {
|
|
2935
|
-
-ms-touch-action: none;
|
|
2926
|
+
-ms-touch-action: none;
|
|
2936
2927
|
border-bottom-width: 1px;
|
|
2937
2928
|
float: left;
|
|
2938
2929
|
width: min-content;
|
|
@@ -2941,19 +2932,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2941
2932
|
float: right;
|
|
2942
2933
|
}
|
|
2943
2934
|
.e-grid .e-movablecontent {
|
|
2944
|
-
-ms-overflow-style: none;
|
|
2935
|
+
-ms-overflow-style: none;
|
|
2945
2936
|
-ms-flex: 1;
|
|
2946
2937
|
flex: 1;
|
|
2947
2938
|
overflow-x: auto;
|
|
2948
2939
|
overflow-y: hidden;
|
|
2949
2940
|
}
|
|
2950
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2941
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2951
2942
|
display: none;
|
|
2952
2943
|
}
|
|
2953
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2944
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2954
2945
|
width: 7px;
|
|
2955
2946
|
}
|
|
2956
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2947
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2957
2948
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2958
2949
|
border-radius: 4px;
|
|
2959
2950
|
}
|
|
@@ -3330,7 +3321,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3330
3321
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3331
3322
|
display: inline-block;
|
|
3332
3323
|
}
|
|
3333
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3324
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3334
3325
|
text-overflow: clip;
|
|
3335
3326
|
}
|
|
3336
3327
|
.e-grid .e-clipboard {
|
|
@@ -3360,34 +3351,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3360
3351
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3361
3352
|
border-right: 0;
|
|
3362
3353
|
}
|
|
3363
|
-
.e-grid .e-mask {
|
|
3364
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3365
|
-
display: inline-block;
|
|
3366
|
-
height: 10px;
|
|
3367
|
-
width: 80%;
|
|
3368
|
-
}
|
|
3369
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3370
|
-
margin-left: 7px;
|
|
3371
|
-
width: 16px;
|
|
3372
|
-
}
|
|
3373
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3374
|
-
width: 16px;
|
|
3375
|
-
}
|
|
3376
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3377
|
-
margin-left: 3px;
|
|
3378
|
-
margin-right: 16px;
|
|
3379
|
-
width: 20px;
|
|
3380
|
-
}
|
|
3381
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3382
|
-
width: 13px;
|
|
3383
|
-
}
|
|
3384
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3385
|
-
margin-left: 8px;
|
|
3386
|
-
}
|
|
3387
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3388
|
-
margin-left: 12px;
|
|
3389
|
-
width: 12px;
|
|
3390
|
-
}
|
|
3391
3354
|
.e-grid.sf-grid .e-table {
|
|
3392
3355
|
border-spacing: 0.25px;
|
|
3393
3356
|
}
|
|
@@ -3968,7 +3931,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3968
3931
|
}
|
|
3969
3932
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3970
3933
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3971
|
-
-moz-appearance: none;
|
|
3934
|
+
-moz-appearance: none;
|
|
3972
3935
|
height: 1px;
|
|
3973
3936
|
opacity: 0;
|
|
3974
3937
|
width: 1px;
|
|
@@ -4240,7 +4203,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4240
4203
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4241
4204
|
border-right-color: #fff;
|
|
4242
4205
|
}
|
|
4243
|
-
.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) {
|
|
4206
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):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-disable-gridhover):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]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4244
4207
|
background-color: #414040;
|
|
4245
4208
|
color: #fff;
|
|
4246
4209
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
height: 34px;
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
77
75
|
@keyframes material-spinner-rotate {
|
|
78
76
|
0% {
|
|
79
77
|
transform: rotate(0);
|
|
@@ -90,7 +88,7 @@
|
|
|
90
88
|
transform: rotate(360deg);
|
|
91
89
|
}
|
|
92
90
|
}
|
|
93
|
-
|
|
91
|
+
/*!component icons*/
|
|
94
92
|
.e-icon-check::before {
|
|
95
93
|
content: "\e7ff";
|
|
96
94
|
}
|
|
@@ -126,6 +124,10 @@
|
|
|
126
124
|
padding: 28px 25px 10px;
|
|
127
125
|
padding-top: 4px;
|
|
128
126
|
}
|
|
127
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
128
|
+
height: 26px;
|
|
129
|
+
line-height: 26px;
|
|
130
|
+
}
|
|
129
131
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
130
132
|
height: 26px;
|
|
131
133
|
line-height: 26px;
|
|
@@ -336,7 +338,7 @@
|
|
|
336
338
|
word-break: normal;
|
|
337
339
|
}
|
|
338
340
|
.e-excelfilter .e-chk-hidden {
|
|
339
|
-
-moz-appearance: none;
|
|
341
|
+
-moz-appearance: none;
|
|
340
342
|
height: 1px;
|
|
341
343
|
opacity: 0;
|
|
342
344
|
width: 1px;
|
|
@@ -480,8 +482,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
480
482
|
border-color: #0078d6;
|
|
481
483
|
}
|
|
482
484
|
|
|
483
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
484
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
485
485
|
@keyframes material-spinner-rotate {
|
|
486
486
|
0% {
|
|
487
487
|
transform: rotate(0);
|
|
@@ -498,7 +498,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
498
498
|
transform: rotate(360deg);
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
|
|
501
|
+
/*!componenticons*/
|
|
502
502
|
.e-icon-check::before {
|
|
503
503
|
content: "\e7ff";
|
|
504
504
|
}
|
|
@@ -729,7 +729,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
729
729
|
.e-bigger .e-grid,
|
|
730
730
|
.e-grid.e-bigger {
|
|
731
731
|
font-size: 14px;
|
|
732
|
-
/* stylelint-disable */
|
|
733
732
|
}
|
|
734
733
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
735
734
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1387,9 +1386,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1387
1386
|
font-size: 13px;
|
|
1388
1387
|
height: auto;
|
|
1389
1388
|
position: relative;
|
|
1390
|
-
/* stylelint-enable */
|
|
1391
|
-
/* stylelint-disable */
|
|
1392
|
-
/* stylelint-enable */
|
|
1393
1389
|
}
|
|
1394
1390
|
.e-grid .e-gridheader {
|
|
1395
1391
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2293,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2293
|
padding-left: 7px;
|
|
2298
2294
|
}
|
|
2299
2295
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2296
|
+
-moz-appearance: none;
|
|
2301
2297
|
height: 1px;
|
|
2302
2298
|
opacity: 0;
|
|
2303
2299
|
width: 1px;
|
|
@@ -2311,7 +2307,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2307
|
}
|
|
2312
2308
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2309
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2310
|
+
-webkit-user-select: auto;
|
|
2315
2311
|
height: 20px;
|
|
2316
2312
|
line-height: 21px;
|
|
2317
2313
|
position: relative;
|
|
@@ -2507,7 +2503,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2503
|
padding: 2px;
|
|
2508
2504
|
}
|
|
2509
2505
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2506
|
+
-webkit-overflow-scrolling: touch;
|
|
2511
2507
|
overflow-x: auto;
|
|
2512
2508
|
overflow-y: scroll;
|
|
2513
2509
|
position: relative;
|
|
@@ -2637,9 +2633,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2637
2633
|
border-width: 1px 0 0;
|
|
2638
2634
|
cursor: pointer;
|
|
2639
2635
|
}
|
|
2640
|
-
.e-grid .e-disablepointer {
|
|
2641
|
-
cursor: default;
|
|
2642
|
-
}
|
|
2643
2636
|
.e-grid .e-groupcaption {
|
|
2644
2637
|
border-style: solid;
|
|
2645
2638
|
border-width: 1px 0 0;
|
|
@@ -2861,8 +2854,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2861
2854
|
.e-grid .e-checkboxfiltertext {
|
|
2862
2855
|
width: 135px;
|
|
2863
2856
|
word-break: normal;
|
|
2864
|
-
/* stylelint-disable */
|
|
2865
|
-
/* stylelint-enable */
|
|
2866
2857
|
}
|
|
2867
2858
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2868
2859
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2922,10 +2913,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2922
2913
|
overflow: hidden;
|
|
2923
2914
|
}
|
|
2924
2915
|
.e-grid .e-frozenhdrcont {
|
|
2925
|
-
-ms-touch-action: none;
|
|
2916
|
+
-ms-touch-action: none;
|
|
2926
2917
|
}
|
|
2927
2918
|
.e-grid .e-frozencontent {
|
|
2928
|
-
-ms-touch-action: none;
|
|
2919
|
+
-ms-touch-action: none;
|
|
2929
2920
|
border-bottom-width: 1px;
|
|
2930
2921
|
float: left;
|
|
2931
2922
|
width: min-content;
|
|
@@ -2934,19 +2925,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2934
2925
|
float: right;
|
|
2935
2926
|
}
|
|
2936
2927
|
.e-grid .e-movablecontent {
|
|
2937
|
-
-ms-overflow-style: none;
|
|
2928
|
+
-ms-overflow-style: none;
|
|
2938
2929
|
-ms-flex: 1;
|
|
2939
2930
|
flex: 1;
|
|
2940
2931
|
overflow-x: auto;
|
|
2941
2932
|
overflow-y: hidden;
|
|
2942
2933
|
}
|
|
2943
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2934
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2944
2935
|
display: none;
|
|
2945
2936
|
}
|
|
2946
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2937
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2947
2938
|
width: 7px;
|
|
2948
2939
|
}
|
|
2949
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2940
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2950
2941
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2951
2942
|
border-radius: 4px;
|
|
2952
2943
|
}
|
|
@@ -3323,7 +3314,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3323
3314
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3324
3315
|
display: inline-block;
|
|
3325
3316
|
}
|
|
3326
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3317
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3327
3318
|
text-overflow: clip;
|
|
3328
3319
|
}
|
|
3329
3320
|
.e-grid .e-clipboard {
|
|
@@ -3353,34 +3344,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3353
3344
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3354
3345
|
border-right: 0;
|
|
3355
3346
|
}
|
|
3356
|
-
.e-grid .e-mask {
|
|
3357
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3358
|
-
display: inline-block;
|
|
3359
|
-
height: 10px;
|
|
3360
|
-
width: 80%;
|
|
3361
|
-
}
|
|
3362
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3363
|
-
margin-left: 7px;
|
|
3364
|
-
width: 16px;
|
|
3365
|
-
}
|
|
3366
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3367
|
-
width: 16px;
|
|
3368
|
-
}
|
|
3369
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3370
|
-
margin-left: 3px;
|
|
3371
|
-
margin-right: 16px;
|
|
3372
|
-
width: 20px;
|
|
3373
|
-
}
|
|
3374
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3375
|
-
width: 13px;
|
|
3376
|
-
}
|
|
3377
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3378
|
-
margin-left: 8px;
|
|
3379
|
-
}
|
|
3380
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3381
|
-
margin-left: 12px;
|
|
3382
|
-
width: 12px;
|
|
3383
|
-
}
|
|
3384
3347
|
.e-grid.sf-grid .e-table {
|
|
3385
3348
|
border-spacing: 0.25px;
|
|
3386
3349
|
}
|
|
@@ -3961,7 +3924,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3961
3924
|
}
|
|
3962
3925
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3963
3926
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3964
|
-
-moz-appearance: none;
|
|
3927
|
+
-moz-appearance: none;
|
|
3965
3928
|
height: 1px;
|
|
3966
3929
|
opacity: 0;
|
|
3967
3930
|
width: 1px;
|
|
@@ -4233,7 +4196,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4233
4196
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4234
4197
|
border-right-color: #0078d6;
|
|
4235
4198
|
}
|
|
4236
|
-
.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) {
|
|
4199
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):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-disable-gridhover):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]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4237
4200
|
background-color: #f4f4f4;
|
|
4238
4201
|
color: #333;
|
|
4239
4202
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
min-height: 34px;
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
129
127
|
@keyframes material-spinner-rotate {
|
|
130
128
|
0% {
|
|
131
129
|
transform: rotate(0);
|
|
@@ -181,6 +179,10 @@
|
|
|
181
179
|
padding: 14px;
|
|
182
180
|
padding-top: 4px;
|
|
183
181
|
}
|
|
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
|
+
}
|
|
184
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
185
187
|
height: 26px;
|
|
186
188
|
line-height: 26px;
|
|
@@ -391,7 +393,7 @@
|
|
|
391
393
|
word-break: normal;
|
|
392
394
|
}
|
|
393
395
|
.e-excelfilter .e-chk-hidden {
|
|
394
|
-
-moz-appearance: none;
|
|
396
|
+
-moz-appearance: none;
|
|
395
397
|
height: 1px;
|
|
396
398
|
opacity: 0;
|
|
397
399
|
width: 1px;
|
|
@@ -535,8 +537,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
535
537
|
border-color: #0078d4;
|
|
536
538
|
}
|
|
537
539
|
|
|
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,7 +797,6 @@ 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 */
|
|
801
800
|
}
|
|
802
801
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
803
802
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1485,9 +1484,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1485
1484
|
font-size: 14px;
|
|
1486
1485
|
height: auto;
|
|
1487
1486
|
position: relative;
|
|
1488
|
-
/* stylelint-enable */
|
|
1489
|
-
/* stylelint-disable */
|
|
1490
|
-
/* stylelint-enable */
|
|
1491
1487
|
}
|
|
1492
1488
|
.e-grid .e-gridheader {
|
|
1493
1489
|
-webkit-user-select: none;
|
|
@@ -2405,7 +2401,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2405
2401
|
padding-left: 8px;
|
|
2406
2402
|
}
|
|
2407
2403
|
.e-grid .e-chk-hidden {
|
|
2408
|
-
-moz-appearance: none;
|
|
2404
|
+
-moz-appearance: none;
|
|
2409
2405
|
height: 1px;
|
|
2410
2406
|
opacity: 0;
|
|
2411
2407
|
width: 1px;
|
|
@@ -2419,7 +2415,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2419
2415
|
}
|
|
2420
2416
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2421
2417
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2422
|
-
-webkit-user-select: auto;
|
|
2418
|
+
-webkit-user-select: auto;
|
|
2423
2419
|
height: 20px;
|
|
2424
2420
|
line-height: 20px;
|
|
2425
2421
|
position: relative;
|
|
@@ -2616,7 +2612,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2616
2612
|
padding: 2px;
|
|
2617
2613
|
}
|
|
2618
2614
|
.e-grid .e-content {
|
|
2619
|
-
-webkit-overflow-scrolling: touch;
|
|
2615
|
+
-webkit-overflow-scrolling: touch;
|
|
2620
2616
|
overflow-x: auto;
|
|
2621
2617
|
overflow-y: scroll;
|
|
2622
2618
|
position: relative;
|
|
@@ -2749,9 +2745,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2749
2745
|
border-width: 1px 0 0;
|
|
2750
2746
|
cursor: pointer;
|
|
2751
2747
|
}
|
|
2752
|
-
.e-grid .e-disablepointer {
|
|
2753
|
-
cursor: default;
|
|
2754
|
-
}
|
|
2755
2748
|
.e-grid .e-groupcaption {
|
|
2756
2749
|
border-style: solid;
|
|
2757
2750
|
border-width: 1px 0 0;
|
|
@@ -2973,9 +2966,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2973
2966
|
.e-grid .e-checkboxfiltertext {
|
|
2974
2967
|
width: 150px;
|
|
2975
2968
|
word-break: normal;
|
|
2976
|
-
/* stylelint-disable */
|
|
2977
2969
|
margin-left: 12px !important;
|
|
2978
|
-
/* stylelint-enable */
|
|
2979
2970
|
}
|
|
2980
2971
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2981
2972
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3035,10 +3026,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3035
3026
|
overflow: hidden;
|
|
3036
3027
|
}
|
|
3037
3028
|
.e-grid .e-frozenhdrcont {
|
|
3038
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none;
|
|
3039
3030
|
}
|
|
3040
3031
|
.e-grid .e-frozencontent {
|
|
3041
|
-
-ms-touch-action: none;
|
|
3032
|
+
-ms-touch-action: none;
|
|
3042
3033
|
border-bottom-width: 1px;
|
|
3043
3034
|
float: left;
|
|
3044
3035
|
width: min-content;
|
|
@@ -3047,19 +3038,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3047
3038
|
float: right;
|
|
3048
3039
|
}
|
|
3049
3040
|
.e-grid .e-movablecontent {
|
|
3050
|
-
-ms-overflow-style: none;
|
|
3041
|
+
-ms-overflow-style: none;
|
|
3051
3042
|
-ms-flex: 1;
|
|
3052
3043
|
flex: 1;
|
|
3053
3044
|
overflow-x: auto;
|
|
3054
3045
|
overflow-y: hidden;
|
|
3055
3046
|
}
|
|
3056
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3047
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3057
3048
|
display: none;
|
|
3058
3049
|
}
|
|
3059
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3060
3051
|
width: 7px;
|
|
3061
3052
|
}
|
|
3062
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3053
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3063
3054
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3064
3055
|
border-radius: 4px;
|
|
3065
3056
|
}
|
|
@@ -3422,10 +3413,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3422
3413
|
text-overflow: ellipsis;
|
|
3423
3414
|
}
|
|
3424
3415
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3425
|
-
margin: -
|
|
3416
|
+
margin: -34px 5px;
|
|
3426
3417
|
}
|
|
3427
3418
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3428
|
-
margin: -
|
|
3419
|
+
margin: -34px -5px;
|
|
3429
3420
|
}
|
|
3430
3421
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3431
3422
|
margin: -28px -4px 0 16px;
|
|
@@ -3436,7 +3427,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3436
3427
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3437
3428
|
display: inline-block;
|
|
3438
3429
|
}
|
|
3439
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3430
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3440
3431
|
text-overflow: clip;
|
|
3441
3432
|
}
|
|
3442
3433
|
.e-grid .e-clipboard {
|
|
@@ -3466,34 +3457,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3466
3457
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3467
3458
|
border-right: 0;
|
|
3468
3459
|
}
|
|
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
|
-
}
|
|
3497
3460
|
.e-grid.sf-grid .e-table {
|
|
3498
3461
|
border-spacing: 0.25px;
|
|
3499
3462
|
}
|
|
@@ -4088,7 +4051,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4088
4051
|
}
|
|
4089
4052
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4090
4053
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4091
|
-
-moz-appearance: none;
|
|
4054
|
+
-moz-appearance: none;
|
|
4092
4055
|
height: 1px;
|
|
4093
4056
|
opacity: 0;
|
|
4094
4057
|
width: 1px;
|
|
@@ -4360,7 +4323,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4360
4323
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4361
4324
|
border-right-color: #292827;
|
|
4362
4325
|
}
|
|
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) {
|
|
4326
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):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-disable-gridhover):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]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4364
4327
|
background-color: #252423;
|
|
4365
4328
|
color: #f3f2f1;
|
|
4366
4329
|
}
|