@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/material-dark.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -112,7 +111,6 @@
|
|
|
112
111
|
padding: 5px 5px 5px 12px;
|
|
113
112
|
}
|
|
114
113
|
|
|
115
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
116
114
|
@keyframes material-spinner-rotate {
|
|
117
115
|
0% {
|
|
118
116
|
transform: rotate(0deg);
|
|
@@ -129,7 +127,7 @@
|
|
|
129
127
|
transform: rotate(360deg);
|
|
130
128
|
}
|
|
131
129
|
}
|
|
132
|
-
|
|
130
|
+
/*!componenticons*/
|
|
133
131
|
.e-icon-check::before {
|
|
134
132
|
content: "\e7ff";
|
|
135
133
|
}
|
|
@@ -165,6 +163,10 @@
|
|
|
165
163
|
padding: 18px;
|
|
166
164
|
padding-top: 4px;
|
|
167
165
|
}
|
|
166
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
167
|
+
height: 26px;
|
|
168
|
+
line-height: 26px;
|
|
169
|
+
}
|
|
168
170
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
169
171
|
height: 26px;
|
|
170
172
|
line-height: 26px;
|
|
@@ -375,7 +377,7 @@
|
|
|
375
377
|
word-break: normal;
|
|
376
378
|
}
|
|
377
379
|
.e-excelfilter .e-chk-hidden {
|
|
378
|
-
-moz-appearance: none;
|
|
380
|
+
-moz-appearance: none;
|
|
379
381
|
height: 1px;
|
|
380
382
|
opacity: 0;
|
|
381
383
|
width: 1px;
|
|
@@ -519,14 +521,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
519
521
|
border-color: #00b0ff;
|
|
520
522
|
}
|
|
521
523
|
|
|
522
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
523
524
|
@keyframes e-input-ripple {
|
|
524
525
|
100% {
|
|
525
526
|
opacity: 0;
|
|
526
527
|
transform: scale(4);
|
|
527
528
|
}
|
|
528
529
|
}
|
|
529
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
530
530
|
@keyframes material-spinner-rotate {
|
|
531
531
|
0% {
|
|
532
532
|
transform: rotate(0deg);
|
|
@@ -552,7 +552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
552
552
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
|
-
|
|
555
|
+
/*!componenticons*/
|
|
556
556
|
.e-icon-check::before {
|
|
557
557
|
content: "\e7ff";
|
|
558
558
|
}
|
|
@@ -783,7 +783,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
783
783
|
.e-bigger .e-grid,
|
|
784
784
|
.e-grid.e-bigger {
|
|
785
785
|
font-size: 13px;
|
|
786
|
-
/* stylelint-disable */
|
|
787
786
|
}
|
|
788
787
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
789
788
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1441,9 +1440,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1441
1440
|
font-size: 13px;
|
|
1442
1441
|
height: auto;
|
|
1443
1442
|
position: relative;
|
|
1444
|
-
/* stylelint-enable */
|
|
1445
|
-
/* stylelint-disable */
|
|
1446
|
-
/* stylelint-enable */
|
|
1447
1443
|
}
|
|
1448
1444
|
.e-grid .e-gridheader {
|
|
1449
1445
|
-webkit-user-select: none;
|
|
@@ -2351,7 +2347,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2351
2347
|
padding-left: 9px;
|
|
2352
2348
|
}
|
|
2353
2349
|
.e-grid .e-chk-hidden {
|
|
2354
|
-
-moz-appearance: none;
|
|
2350
|
+
-moz-appearance: none;
|
|
2355
2351
|
height: 1px;
|
|
2356
2352
|
opacity: 0;
|
|
2357
2353
|
width: 1px;
|
|
@@ -2365,7 +2361,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2365
2361
|
}
|
|
2366
2362
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2367
2363
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2368
|
-
-webkit-user-select: auto;
|
|
2364
|
+
-webkit-user-select: auto;
|
|
2369
2365
|
height: 20px;
|
|
2370
2366
|
line-height: 20px;
|
|
2371
2367
|
position: relative;
|
|
@@ -2561,7 +2557,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2561
2557
|
padding: 2px;
|
|
2562
2558
|
}
|
|
2563
2559
|
.e-grid .e-content {
|
|
2564
|
-
-webkit-overflow-scrolling: touch;
|
|
2560
|
+
-webkit-overflow-scrolling: touch;
|
|
2565
2561
|
overflow-x: auto;
|
|
2566
2562
|
overflow-y: scroll;
|
|
2567
2563
|
position: relative;
|
|
@@ -2691,9 +2687,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2691
2687
|
border-width: 1px 0 0;
|
|
2692
2688
|
cursor: pointer;
|
|
2693
2689
|
}
|
|
2694
|
-
.e-grid .e-disablepointer {
|
|
2695
|
-
cursor: default;
|
|
2696
|
-
}
|
|
2697
2690
|
.e-grid .e-groupcaption {
|
|
2698
2691
|
border-style: solid;
|
|
2699
2692
|
border-width: 1px 0 0;
|
|
@@ -2915,8 +2908,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2915
2908
|
.e-grid .e-checkboxfiltertext {
|
|
2916
2909
|
width: 150px;
|
|
2917
2910
|
word-break: normal;
|
|
2918
|
-
/* stylelint-disable */
|
|
2919
|
-
/* stylelint-enable */
|
|
2920
2911
|
}
|
|
2921
2912
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2922
2913
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2976,10 +2967,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2976
2967
|
overflow: hidden;
|
|
2977
2968
|
}
|
|
2978
2969
|
.e-grid .e-frozenhdrcont {
|
|
2979
|
-
-ms-touch-action: none;
|
|
2970
|
+
-ms-touch-action: none;
|
|
2980
2971
|
}
|
|
2981
2972
|
.e-grid .e-frozencontent {
|
|
2982
|
-
-ms-touch-action: none;
|
|
2973
|
+
-ms-touch-action: none;
|
|
2983
2974
|
border-bottom-width: 1px;
|
|
2984
2975
|
float: left;
|
|
2985
2976
|
width: min-content;
|
|
@@ -2988,19 +2979,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2988
2979
|
float: right;
|
|
2989
2980
|
}
|
|
2990
2981
|
.e-grid .e-movablecontent {
|
|
2991
|
-
-ms-overflow-style: none;
|
|
2982
|
+
-ms-overflow-style: none;
|
|
2992
2983
|
-ms-flex: 1;
|
|
2993
2984
|
flex: 1;
|
|
2994
2985
|
overflow-x: auto;
|
|
2995
2986
|
overflow-y: hidden;
|
|
2996
2987
|
}
|
|
2997
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2988
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2998
2989
|
display: none;
|
|
2999
2990
|
}
|
|
3000
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2991
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3001
2992
|
width: 7px;
|
|
3002
2993
|
}
|
|
3003
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2994
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3004
2995
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3005
2996
|
border-radius: 4px;
|
|
3006
2997
|
}
|
|
@@ -3377,7 +3368,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3377
3368
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3378
3369
|
display: inline-block;
|
|
3379
3370
|
}
|
|
3380
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3371
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3381
3372
|
text-overflow: clip;
|
|
3382
3373
|
}
|
|
3383
3374
|
.e-grid .e-clipboard {
|
|
@@ -3407,34 +3398,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3407
3398
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3408
3399
|
border-right: 0;
|
|
3409
3400
|
}
|
|
3410
|
-
.e-grid .e-mask {
|
|
3411
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3412
|
-
display: inline-block;
|
|
3413
|
-
height: 10px;
|
|
3414
|
-
width: 80%;
|
|
3415
|
-
}
|
|
3416
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3417
|
-
margin-left: 7px;
|
|
3418
|
-
width: 16px;
|
|
3419
|
-
}
|
|
3420
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3421
|
-
width: 16px;
|
|
3422
|
-
}
|
|
3423
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3424
|
-
margin-left: 3px;
|
|
3425
|
-
margin-right: 16px;
|
|
3426
|
-
width: 20px;
|
|
3427
|
-
}
|
|
3428
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3429
|
-
width: 13px;
|
|
3430
|
-
}
|
|
3431
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3432
|
-
margin-left: 8px;
|
|
3433
|
-
}
|
|
3434
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3435
|
-
margin-left: 12px;
|
|
3436
|
-
width: 12px;
|
|
3437
|
-
}
|
|
3438
3401
|
.e-grid.sf-grid .e-table {
|
|
3439
3402
|
border-spacing: 0.25px;
|
|
3440
3403
|
}
|
|
@@ -4015,7 +3978,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4015
3978
|
}
|
|
4016
3979
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4017
3980
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4018
|
-
-moz-appearance: none;
|
|
3981
|
+
-moz-appearance: none;
|
|
4019
3982
|
height: 1px;
|
|
4020
3983
|
opacity: 0;
|
|
4021
3984
|
width: 1px;
|
|
@@ -4287,7 +4250,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4287
4250
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4288
4251
|
border-right-color: rgba(255, 255, 255, 0.8);
|
|
4289
4252
|
}
|
|
4290
|
-
.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) {
|
|
4253
|
+
.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) {
|
|
4291
4254
|
background-color: rgba(255, 255, 255, 0.18);
|
|
4292
4255
|
color: #fff;
|
|
4293
4256
|
}
|
package/styles/material.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
padding: 4px 8px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0deg);
|
|
@@ -162,7 +160,7 @@
|
|
|
162
160
|
transform: rotate(360deg);
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
|
-
|
|
163
|
+
/*!component icons*/
|
|
166
164
|
.e-icon-check::before {
|
|
167
165
|
content: "\e7ff";
|
|
168
166
|
}
|
|
@@ -198,6 +196,10 @@
|
|
|
198
196
|
padding: 18px;
|
|
199
197
|
padding-top: 4px;
|
|
200
198
|
}
|
|
199
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
200
|
+
height: 26px;
|
|
201
|
+
line-height: 26px;
|
|
202
|
+
}
|
|
201
203
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
202
204
|
height: 26px;
|
|
203
205
|
line-height: 26px;
|
|
@@ -408,7 +410,7 @@
|
|
|
408
410
|
word-break: normal;
|
|
409
411
|
}
|
|
410
412
|
.e-excelfilter .e-chk-hidden {
|
|
411
|
-
-moz-appearance: none;
|
|
413
|
+
-moz-appearance: none;
|
|
412
414
|
height: 1px;
|
|
413
415
|
opacity: 0;
|
|
414
416
|
width: 1px;
|
|
@@ -552,7 +554,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
552
554
|
border-color: #e3165b;
|
|
553
555
|
}
|
|
554
556
|
|
|
555
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
556
557
|
@keyframes e-input-ripple {
|
|
557
558
|
100% {
|
|
558
559
|
opacity: 0;
|
|
@@ -567,7 +568,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
567
568
|
transform: translate3d(0, 0, 0) scale(1);
|
|
568
569
|
}
|
|
569
570
|
}
|
|
570
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
571
571
|
@keyframes material-spinner-rotate {
|
|
572
572
|
0% {
|
|
573
573
|
transform: rotate(0deg);
|
|
@@ -594,7 +594,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
594
594
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
|
|
597
|
+
/*!componenticons*/
|
|
598
598
|
.e-icon-check::before {
|
|
599
599
|
content: "\e7ff";
|
|
600
600
|
}
|
|
@@ -825,7 +825,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
825
825
|
.e-bigger .e-grid,
|
|
826
826
|
.e-grid.e-bigger {
|
|
827
827
|
font-size: 13px;
|
|
828
|
-
/* stylelint-disable */
|
|
829
828
|
}
|
|
830
829
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
831
830
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1483,9 +1482,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1483
1482
|
font-size: 13px;
|
|
1484
1483
|
height: auto;
|
|
1485
1484
|
position: relative;
|
|
1486
|
-
/* stylelint-enable */
|
|
1487
|
-
/* stylelint-disable */
|
|
1488
|
-
/* stylelint-enable */
|
|
1489
1485
|
}
|
|
1490
1486
|
.e-grid .e-gridheader {
|
|
1491
1487
|
-webkit-user-select: none;
|
|
@@ -2393,7 +2389,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2393
2389
|
padding-left: 9px;
|
|
2394
2390
|
}
|
|
2395
2391
|
.e-grid .e-chk-hidden {
|
|
2396
|
-
-moz-appearance: none;
|
|
2392
|
+
-moz-appearance: none;
|
|
2397
2393
|
height: 1px;
|
|
2398
2394
|
opacity: 0;
|
|
2399
2395
|
width: 1px;
|
|
@@ -2407,7 +2403,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2407
2403
|
}
|
|
2408
2404
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2409
2405
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2410
|
-
-webkit-user-select: auto;
|
|
2406
|
+
-webkit-user-select: auto;
|
|
2411
2407
|
height: 20px;
|
|
2412
2408
|
line-height: 20px;
|
|
2413
2409
|
position: relative;
|
|
@@ -2603,7 +2599,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2603
2599
|
padding: 2px;
|
|
2604
2600
|
}
|
|
2605
2601
|
.e-grid .e-content {
|
|
2606
|
-
-webkit-overflow-scrolling: touch;
|
|
2602
|
+
-webkit-overflow-scrolling: touch;
|
|
2607
2603
|
overflow-x: auto;
|
|
2608
2604
|
overflow-y: scroll;
|
|
2609
2605
|
position: relative;
|
|
@@ -2733,9 +2729,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2733
2729
|
border-width: 1px 0 0;
|
|
2734
2730
|
cursor: pointer;
|
|
2735
2731
|
}
|
|
2736
|
-
.e-grid .e-disablepointer {
|
|
2737
|
-
cursor: default;
|
|
2738
|
-
}
|
|
2739
2732
|
.e-grid .e-groupcaption {
|
|
2740
2733
|
border-style: solid;
|
|
2741
2734
|
border-width: 1px 0 0;
|
|
@@ -2957,8 +2950,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2957
2950
|
.e-grid .e-checkboxfiltertext {
|
|
2958
2951
|
width: 150px;
|
|
2959
2952
|
word-break: normal;
|
|
2960
|
-
/* stylelint-disable */
|
|
2961
|
-
/* stylelint-enable */
|
|
2962
2953
|
}
|
|
2963
2954
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2964
2955
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3018,10 +3009,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3018
3009
|
overflow: hidden;
|
|
3019
3010
|
}
|
|
3020
3011
|
.e-grid .e-frozenhdrcont {
|
|
3021
|
-
-ms-touch-action: none;
|
|
3012
|
+
-ms-touch-action: none;
|
|
3022
3013
|
}
|
|
3023
3014
|
.e-grid .e-frozencontent {
|
|
3024
|
-
-ms-touch-action: none;
|
|
3015
|
+
-ms-touch-action: none;
|
|
3025
3016
|
border-bottom-width: 1px;
|
|
3026
3017
|
float: left;
|
|
3027
3018
|
width: min-content;
|
|
@@ -3030,19 +3021,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3030
3021
|
float: right;
|
|
3031
3022
|
}
|
|
3032
3023
|
.e-grid .e-movablecontent {
|
|
3033
|
-
-ms-overflow-style: none;
|
|
3024
|
+
-ms-overflow-style: none;
|
|
3034
3025
|
-ms-flex: 1;
|
|
3035
3026
|
flex: 1;
|
|
3036
3027
|
overflow-x: auto;
|
|
3037
3028
|
overflow-y: hidden;
|
|
3038
3029
|
}
|
|
3039
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3030
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3040
3031
|
display: none;
|
|
3041
3032
|
}
|
|
3042
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3033
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3043
3034
|
width: 7px;
|
|
3044
3035
|
}
|
|
3045
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3036
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3046
3037
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3047
3038
|
border-radius: 4px;
|
|
3048
3039
|
}
|
|
@@ -3419,7 +3410,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3419
3410
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3420
3411
|
display: inline-block;
|
|
3421
3412
|
}
|
|
3422
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3413
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3423
3414
|
text-overflow: clip;
|
|
3424
3415
|
}
|
|
3425
3416
|
.e-grid .e-clipboard {
|
|
@@ -3449,34 +3440,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3449
3440
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3450
3441
|
border-right: 0;
|
|
3451
3442
|
}
|
|
3452
|
-
.e-grid .e-mask {
|
|
3453
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3454
|
-
display: inline-block;
|
|
3455
|
-
height: 10px;
|
|
3456
|
-
width: 80%;
|
|
3457
|
-
}
|
|
3458
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3459
|
-
margin-left: 7px;
|
|
3460
|
-
width: 16px;
|
|
3461
|
-
}
|
|
3462
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3463
|
-
width: 16px;
|
|
3464
|
-
}
|
|
3465
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3466
|
-
margin-left: 3px;
|
|
3467
|
-
margin-right: 16px;
|
|
3468
|
-
width: 20px;
|
|
3469
|
-
}
|
|
3470
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3471
|
-
width: 13px;
|
|
3472
|
-
}
|
|
3473
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3474
|
-
margin-left: 8px;
|
|
3475
|
-
}
|
|
3476
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3477
|
-
margin-left: 12px;
|
|
3478
|
-
width: 12px;
|
|
3479
|
-
}
|
|
3480
3443
|
.e-grid.sf-grid .e-table {
|
|
3481
3444
|
border-spacing: 0.25px;
|
|
3482
3445
|
}
|
|
@@ -4057,7 +4020,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4057
4020
|
}
|
|
4058
4021
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4059
4022
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4060
|
-
-moz-appearance: none;
|
|
4023
|
+
-moz-appearance: none;
|
|
4061
4024
|
height: 1px;
|
|
4062
4025
|
opacity: 0;
|
|
4063
4026
|
width: 1px;
|
|
@@ -4329,7 +4292,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4329
4292
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4330
4293
|
border-right-color: #e3165b;
|
|
4331
4294
|
}
|
|
4332
|
-
.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) {
|
|
4295
|
+
.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) {
|
|
4333
4296
|
background-color: #eee;
|
|
4334
4297
|
color: #000;
|
|
4335
4298
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
5
4
|
transform: rotate(0deg);
|
|
@@ -95,7 +94,6 @@
|
|
|
95
94
|
padding: 4px 8px;
|
|
96
95
|
}
|
|
97
96
|
|
|
98
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
99
97
|
@keyframes material-spinner-rotate {
|
|
100
98
|
0% {
|
|
101
99
|
transform: rotate(0);
|
|
@@ -151,6 +149,10 @@
|
|
|
151
149
|
padding: 14px;
|
|
152
150
|
padding-top: 4px;
|
|
153
151
|
}
|
|
152
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
153
|
+
height: 26px;
|
|
154
|
+
line-height: 26px;
|
|
155
|
+
}
|
|
154
156
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
155
157
|
height: 26px;
|
|
156
158
|
line-height: 26px;
|
|
@@ -361,7 +363,7 @@
|
|
|
361
363
|
word-break: normal;
|
|
362
364
|
}
|
|
363
365
|
.e-excelfilter .e-chk-hidden {
|
|
364
|
-
-moz-appearance: none;
|
|
366
|
+
-moz-appearance: none;
|
|
365
367
|
height: 1px;
|
|
366
368
|
opacity: 0;
|
|
367
369
|
width: 1px;
|
|
@@ -505,8 +507,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
505
507
|
border-color: #22d3ee;
|
|
506
508
|
}
|
|
507
509
|
|
|
508
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
509
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
510
510
|
@keyframes material-spinner-rotate {
|
|
511
511
|
0% {
|
|
512
512
|
transform: rotate(0);
|
|
@@ -767,7 +767,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
767
767
|
.e-bigger .e-grid,
|
|
768
768
|
.e-grid.e-bigger {
|
|
769
769
|
font-size: 16px;
|
|
770
|
-
/* stylelint-disable */
|
|
771
770
|
}
|
|
772
771
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
773
772
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1474,9 +1473,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1474
1473
|
font-size: 14px;
|
|
1475
1474
|
height: auto;
|
|
1476
1475
|
position: relative;
|
|
1477
|
-
/* stylelint-enable */
|
|
1478
|
-
/* stylelint-disable */
|
|
1479
|
-
/* stylelint-enable */
|
|
1480
1476
|
}
|
|
1481
1477
|
.e-grid .e-gridheader {
|
|
1482
1478
|
-webkit-user-select: none;
|
|
@@ -2406,7 +2402,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2406
2402
|
padding-left: 8px;
|
|
2407
2403
|
}
|
|
2408
2404
|
.e-grid .e-chk-hidden {
|
|
2409
|
-
-moz-appearance: none;
|
|
2405
|
+
-moz-appearance: none;
|
|
2410
2406
|
height: 1px;
|
|
2411
2407
|
opacity: 0;
|
|
2412
2408
|
width: 1px;
|
|
@@ -2420,7 +2416,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2420
2416
|
}
|
|
2421
2417
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2422
2418
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2423
|
-
-webkit-user-select: auto;
|
|
2419
|
+
-webkit-user-select: auto;
|
|
2424
2420
|
height: 20px;
|
|
2425
2421
|
line-height: 20px;
|
|
2426
2422
|
position: relative;
|
|
@@ -2617,7 +2613,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2617
2613
|
padding: 2px;
|
|
2618
2614
|
}
|
|
2619
2615
|
.e-grid .e-content {
|
|
2620
|
-
-webkit-overflow-scrolling: touch;
|
|
2616
|
+
-webkit-overflow-scrolling: touch;
|
|
2621
2617
|
overflow-x: auto;
|
|
2622
2618
|
overflow-y: scroll;
|
|
2623
2619
|
position: relative;
|
|
@@ -2754,9 +2750,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2754
2750
|
border-width: 1px 0 0;
|
|
2755
2751
|
cursor: pointer;
|
|
2756
2752
|
}
|
|
2757
|
-
.e-grid .e-disablepointer {
|
|
2758
|
-
cursor: default;
|
|
2759
|
-
}
|
|
2760
2753
|
.e-grid .e-groupcaption {
|
|
2761
2754
|
border-style: solid;
|
|
2762
2755
|
border-width: 1px 0 0;
|
|
@@ -2978,8 +2971,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2978
2971
|
.e-grid .e-checkboxfiltertext {
|
|
2979
2972
|
width: 150px;
|
|
2980
2973
|
word-break: normal;
|
|
2981
|
-
/* stylelint-disable */
|
|
2982
|
-
/* stylelint-enable */
|
|
2983
2974
|
}
|
|
2984
2975
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2985
2976
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3039,10 +3030,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3039
3030
|
overflow: hidden;
|
|
3040
3031
|
}
|
|
3041
3032
|
.e-grid .e-frozenhdrcont {
|
|
3042
|
-
-ms-touch-action: none;
|
|
3033
|
+
-ms-touch-action: none;
|
|
3043
3034
|
}
|
|
3044
3035
|
.e-grid .e-frozencontent {
|
|
3045
|
-
-ms-touch-action: none;
|
|
3036
|
+
-ms-touch-action: none;
|
|
3046
3037
|
border-bottom-width: 1px;
|
|
3047
3038
|
float: left;
|
|
3048
3039
|
width: min-content;
|
|
@@ -3051,19 +3042,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3051
3042
|
float: right;
|
|
3052
3043
|
}
|
|
3053
3044
|
.e-grid .e-movablecontent {
|
|
3054
|
-
-ms-overflow-style: none;
|
|
3045
|
+
-ms-overflow-style: none;
|
|
3055
3046
|
-ms-flex: 1;
|
|
3056
3047
|
flex: 1;
|
|
3057
3048
|
overflow-x: auto;
|
|
3058
3049
|
overflow-y: hidden;
|
|
3059
3050
|
}
|
|
3060
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3051
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3061
3052
|
display: none;
|
|
3062
3053
|
}
|
|
3063
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3054
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3064
3055
|
width: 7px;
|
|
3065
3056
|
}
|
|
3066
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3057
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3067
3058
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3068
3059
|
border-radius: 4px;
|
|
3069
3060
|
}
|
|
@@ -3431,21 +3422,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3431
3422
|
text-overflow: ellipsis;
|
|
3432
3423
|
}
|
|
3433
3424
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3434
|
-
margin: -
|
|
3425
|
+
margin: -21px 5px;
|
|
3435
3426
|
}
|
|
3436
3427
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3437
|
-
margin: -
|
|
3428
|
+
margin: -21px -5px;
|
|
3438
3429
|
}
|
|
3439
3430
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3440
|
-
margin: -
|
|
3431
|
+
margin: -14px 20px -29px 0;
|
|
3441
3432
|
}
|
|
3442
3433
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
|
|
3443
|
-
margin: -
|
|
3434
|
+
margin: -14px 0;
|
|
3444
3435
|
}
|
|
3445
3436
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3446
3437
|
display: inline-block;
|
|
3447
3438
|
}
|
|
3448
|
-
.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-gridclip .e-stackedheadercelldiv {
|
|
3449
3440
|
text-overflow: clip;
|
|
3450
3441
|
}
|
|
3451
3442
|
.e-grid .e-clipboard {
|
|
@@ -3475,34 +3466,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3475
3466
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3476
3467
|
border-right: 0;
|
|
3477
3468
|
}
|
|
3478
|
-
.e-grid .e-mask {
|
|
3479
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3480
|
-
display: inline-block;
|
|
3481
|
-
height: 10px;
|
|
3482
|
-
width: 80%;
|
|
3483
|
-
}
|
|
3484
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3485
|
-
margin-left: 7px;
|
|
3486
|
-
width: 16px;
|
|
3487
|
-
}
|
|
3488
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3489
|
-
width: 16px;
|
|
3490
|
-
}
|
|
3491
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3492
|
-
margin-left: 3px;
|
|
3493
|
-
margin-right: 16px;
|
|
3494
|
-
width: 20px;
|
|
3495
|
-
}
|
|
3496
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3497
|
-
width: 13px;
|
|
3498
|
-
}
|
|
3499
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3500
|
-
margin-left: 8px;
|
|
3501
|
-
}
|
|
3502
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3503
|
-
margin-left: 12px;
|
|
3504
|
-
width: 12px;
|
|
3505
|
-
}
|
|
3506
3469
|
.e-grid.sf-grid .e-table {
|
|
3507
3470
|
border-spacing: 0.25px;
|
|
3508
3471
|
}
|
|
@@ -4095,7 +4058,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4095
4058
|
}
|
|
4096
4059
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4097
4060
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4098
|
-
-moz-appearance: none;
|
|
4061
|
+
-moz-appearance: none;
|
|
4099
4062
|
height: 1px;
|
|
4100
4063
|
opacity: 0;
|
|
4101
4064
|
width: 1px;
|
|
@@ -4368,7 +4331,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4368
4331
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4369
4332
|
border-right-color: #4b5563;
|
|
4370
4333
|
}
|
|
4371
|
-
.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) {
|
|
4334
|
+
.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) {
|
|
4372
4335
|
background-color: #4b5563;
|
|
4373
4336
|
color: #fff;
|
|
4374
4337
|
}
|