@syncfusion/ej2-angular-grids 20.2.45-ngcc → 20.2.46
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 +51 -17
- package/styles/bootstrap.css +51 -17
- package/styles/bootstrap4.css +53 -19
- package/styles/bootstrap5-dark.css +56 -21
- package/styles/bootstrap5.css +56 -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 +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -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 +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +53 -19
- package/styles/fabric.css +53 -19
- package/styles/fluent-dark.css +53 -19
- package/styles/fluent.css +53 -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 +4345 -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 +48 -12
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +48 -12
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +50 -14
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +53 -16
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +53 -16
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +49 -13
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +49 -13
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +50 -14
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +50 -14
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +49 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +49 -13
- package/styles/grid/highcontrast.scss +20 -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 +49 -13
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +49 -13
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +52 -16
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +52 -16
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +53 -19
- package/styles/highcontrast.css +53 -19
- package/styles/material-dark.css +53 -19
- package/styles/material.css +53 -19
- package/styles/tailwind-dark.css +55 -21
- package/styles/tailwind.css +55 -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 -2701
- 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/tailwind-dark.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
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 */
|
|
2
3
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
4
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
5
|
transform: rotate(0deg);
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
padding: 4px 8px;
|
|
95
96
|
}
|
|
96
97
|
|
|
98
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
97
99
|
@keyframes material-spinner-rotate {
|
|
98
100
|
0% {
|
|
99
101
|
transform: rotate(0);
|
|
@@ -149,10 +151,6 @@
|
|
|
149
151
|
padding: 14px;
|
|
150
152
|
padding-top: 4px;
|
|
151
153
|
}
|
|
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
|
-
}
|
|
156
154
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
157
155
|
height: 26px;
|
|
158
156
|
line-height: 26px;
|
|
@@ -363,7 +361,7 @@
|
|
|
363
361
|
word-break: normal;
|
|
364
362
|
}
|
|
365
363
|
.e-excelfilter .e-chk-hidden {
|
|
366
|
-
-moz-appearance: none;
|
|
364
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
367
365
|
height: 1px;
|
|
368
366
|
opacity: 0;
|
|
369
367
|
width: 1px;
|
|
@@ -507,6 +505,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
507
505
|
border-color: #22d3ee;
|
|
508
506
|
}
|
|
509
507
|
|
|
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,6 +767,7 @@ 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 */
|
|
770
771
|
}
|
|
771
772
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
772
773
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1473,6 +1474,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1473
1474
|
font-size: 14px;
|
|
1474
1475
|
height: auto;
|
|
1475
1476
|
position: relative;
|
|
1477
|
+
/* stylelint-enable */
|
|
1478
|
+
/* stylelint-disable */
|
|
1479
|
+
/* stylelint-enable */
|
|
1476
1480
|
}
|
|
1477
1481
|
.e-grid .e-gridheader {
|
|
1478
1482
|
-webkit-user-select: none;
|
|
@@ -2402,7 +2406,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2402
2406
|
padding-left: 8px;
|
|
2403
2407
|
}
|
|
2404
2408
|
.e-grid .e-chk-hidden {
|
|
2405
|
-
-moz-appearance: none;
|
|
2409
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2406
2410
|
height: 1px;
|
|
2407
2411
|
opacity: 0;
|
|
2408
2412
|
width: 1px;
|
|
@@ -2416,7 +2420,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2416
2420
|
}
|
|
2417
2421
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2418
2422
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2419
|
-
-webkit-user-select: auto;
|
|
2423
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2420
2424
|
height: 20px;
|
|
2421
2425
|
line-height: 20px;
|
|
2422
2426
|
position: relative;
|
|
@@ -2613,7 +2617,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2613
2617
|
padding: 2px;
|
|
2614
2618
|
}
|
|
2615
2619
|
.e-grid .e-content {
|
|
2616
|
-
-webkit-overflow-scrolling: touch;
|
|
2620
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2621
|
overflow-x: auto;
|
|
2618
2622
|
overflow-y: scroll;
|
|
2619
2623
|
position: relative;
|
|
@@ -2971,6 +2975,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2971
2975
|
.e-grid .e-checkboxfiltertext {
|
|
2972
2976
|
width: 150px;
|
|
2973
2977
|
word-break: normal;
|
|
2978
|
+
/* stylelint-disable */
|
|
2979
|
+
/* stylelint-enable */
|
|
2974
2980
|
}
|
|
2975
2981
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2976
2982
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3030,10 +3036,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3030
3036
|
overflow: hidden;
|
|
3031
3037
|
}
|
|
3032
3038
|
.e-grid .e-frozenhdrcont {
|
|
3033
|
-
-ms-touch-action: none;
|
|
3039
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3034
3040
|
}
|
|
3035
3041
|
.e-grid .e-frozencontent {
|
|
3036
|
-
-ms-touch-action: none;
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3037
3043
|
border-bottom-width: 1px;
|
|
3038
3044
|
float: left;
|
|
3039
3045
|
width: min-content;
|
|
@@ -3042,19 +3048,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3042
3048
|
float: right;
|
|
3043
3049
|
}
|
|
3044
3050
|
.e-grid .e-movablecontent {
|
|
3045
|
-
-ms-overflow-style: none;
|
|
3051
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3052
|
-ms-flex: 1;
|
|
3047
3053
|
flex: 1;
|
|
3048
3054
|
overflow-x: auto;
|
|
3049
3055
|
overflow-y: hidden;
|
|
3050
3056
|
}
|
|
3051
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3057
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3058
|
display: none;
|
|
3053
3059
|
}
|
|
3054
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3060
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3055
3061
|
width: 7px;
|
|
3056
3062
|
}
|
|
3057
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3063
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3058
3064
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3059
3065
|
border-radius: 4px;
|
|
3060
3066
|
}
|
|
@@ -3422,21 +3428,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3422
3428
|
text-overflow: ellipsis;
|
|
3423
3429
|
}
|
|
3424
3430
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3425
|
-
margin: -
|
|
3431
|
+
margin: -30px 10px;
|
|
3426
3432
|
}
|
|
3427
3433
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3428
|
-
margin: -
|
|
3434
|
+
margin: -30px -5px;
|
|
3429
3435
|
}
|
|
3430
3436
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3431
|
-
margin: -
|
|
3437
|
+
margin: -27px 20px -29px 0;
|
|
3432
3438
|
}
|
|
3433
3439
|
.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 {
|
|
3434
|
-
margin: -
|
|
3440
|
+
margin: -28px 0;
|
|
3435
3441
|
}
|
|
3436
3442
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3437
3443
|
display: inline-block;
|
|
3438
3444
|
}
|
|
3439
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3445
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3440
3446
|
text-overflow: clip;
|
|
3441
3447
|
}
|
|
3442
3448
|
.e-grid .e-clipboard {
|
|
@@ -3466,6 +3472,34 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3466
3472
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3467
3473
|
border-right: 0;
|
|
3468
3474
|
}
|
|
3475
|
+
.e-grid .e-mask {
|
|
3476
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3477
|
+
display: inline-block;
|
|
3478
|
+
height: 10px;
|
|
3479
|
+
width: 80%;
|
|
3480
|
+
}
|
|
3481
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3482
|
+
margin-left: 7px;
|
|
3483
|
+
width: 16px;
|
|
3484
|
+
}
|
|
3485
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3486
|
+
width: 16px;
|
|
3487
|
+
}
|
|
3488
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3489
|
+
margin-left: 3px;
|
|
3490
|
+
margin-right: 16px;
|
|
3491
|
+
width: 20px;
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3494
|
+
width: 13px;
|
|
3495
|
+
}
|
|
3496
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3497
|
+
margin-left: 8px;
|
|
3498
|
+
}
|
|
3499
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3500
|
+
margin-left: 12px;
|
|
3501
|
+
width: 12px;
|
|
3502
|
+
}
|
|
3469
3503
|
.e-grid.sf-grid .e-table {
|
|
3470
3504
|
border-spacing: 0.25px;
|
|
3471
3505
|
}
|
|
@@ -4058,7 +4092,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4058
4092
|
}
|
|
4059
4093
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4060
4094
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4061
|
-
-moz-appearance: none;
|
|
4095
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4062
4096
|
height: 1px;
|
|
4063
4097
|
opacity: 0;
|
|
4064
4098
|
width: 1px;
|
|
@@ -4331,7 +4365,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4331
4365
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4332
4366
|
border-right-color: #4b5563;
|
|
4333
4367
|
}
|
|
4334
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
4368
|
+
.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) {
|
|
4335
4369
|
background-color: #4b5563;
|
|
4336
4370
|
color: #fff;
|
|
4337
4371
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
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 */
|
|
2
3
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
4
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
5
|
transform: rotate(0deg);
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
padding: 4px 8px;
|
|
95
96
|
}
|
|
96
97
|
|
|
98
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
97
99
|
@keyframes material-spinner-rotate {
|
|
98
100
|
0% {
|
|
99
101
|
transform: rotate(0);
|
|
@@ -149,10 +151,6 @@
|
|
|
149
151
|
padding: 14px;
|
|
150
152
|
padding-top: 4px;
|
|
151
153
|
}
|
|
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
|
-
}
|
|
156
154
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
157
155
|
height: 26px;
|
|
158
156
|
line-height: 26px;
|
|
@@ -363,7 +361,7 @@
|
|
|
363
361
|
word-break: normal;
|
|
364
362
|
}
|
|
365
363
|
.e-excelfilter .e-chk-hidden {
|
|
366
|
-
-moz-appearance: none;
|
|
364
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
367
365
|
height: 1px;
|
|
368
366
|
opacity: 0;
|
|
369
367
|
width: 1px;
|
|
@@ -507,6 +505,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
507
505
|
border-color: #4f46e5;
|
|
508
506
|
}
|
|
509
507
|
|
|
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,6 +767,7 @@ 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 */
|
|
770
771
|
}
|
|
771
772
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
772
773
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1473,6 +1474,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1473
1474
|
font-size: 14px;
|
|
1474
1475
|
height: auto;
|
|
1475
1476
|
position: relative;
|
|
1477
|
+
/* stylelint-enable */
|
|
1478
|
+
/* stylelint-disable */
|
|
1479
|
+
/* stylelint-enable */
|
|
1476
1480
|
}
|
|
1477
1481
|
.e-grid .e-gridheader {
|
|
1478
1482
|
-webkit-user-select: none;
|
|
@@ -2402,7 +2406,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2402
2406
|
padding-left: 8px;
|
|
2403
2407
|
}
|
|
2404
2408
|
.e-grid .e-chk-hidden {
|
|
2405
|
-
-moz-appearance: none;
|
|
2409
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2406
2410
|
height: 1px;
|
|
2407
2411
|
opacity: 0;
|
|
2408
2412
|
width: 1px;
|
|
@@ -2416,7 +2420,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2416
2420
|
}
|
|
2417
2421
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2418
2422
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2419
|
-
-webkit-user-select: auto;
|
|
2423
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2420
2424
|
height: 20px;
|
|
2421
2425
|
line-height: 20px;
|
|
2422
2426
|
position: relative;
|
|
@@ -2613,7 +2617,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2613
2617
|
padding: 2px;
|
|
2614
2618
|
}
|
|
2615
2619
|
.e-grid .e-content {
|
|
2616
|
-
-webkit-overflow-scrolling: touch;
|
|
2620
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2621
|
overflow-x: auto;
|
|
2618
2622
|
overflow-y: scroll;
|
|
2619
2623
|
position: relative;
|
|
@@ -2971,6 +2975,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2971
2975
|
.e-grid .e-checkboxfiltertext {
|
|
2972
2976
|
width: 150px;
|
|
2973
2977
|
word-break: normal;
|
|
2978
|
+
/* stylelint-disable */
|
|
2979
|
+
/* stylelint-enable */
|
|
2974
2980
|
}
|
|
2975
2981
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2976
2982
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3030,10 +3036,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3030
3036
|
overflow: hidden;
|
|
3031
3037
|
}
|
|
3032
3038
|
.e-grid .e-frozenhdrcont {
|
|
3033
|
-
-ms-touch-action: none;
|
|
3039
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3034
3040
|
}
|
|
3035
3041
|
.e-grid .e-frozencontent {
|
|
3036
|
-
-ms-touch-action: none;
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3037
3043
|
border-bottom-width: 1px;
|
|
3038
3044
|
float: left;
|
|
3039
3045
|
width: min-content;
|
|
@@ -3042,19 +3048,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3042
3048
|
float: right;
|
|
3043
3049
|
}
|
|
3044
3050
|
.e-grid .e-movablecontent {
|
|
3045
|
-
-ms-overflow-style: none;
|
|
3051
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3052
|
-ms-flex: 1;
|
|
3047
3053
|
flex: 1;
|
|
3048
3054
|
overflow-x: auto;
|
|
3049
3055
|
overflow-y: hidden;
|
|
3050
3056
|
}
|
|
3051
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3057
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3058
|
display: none;
|
|
3053
3059
|
}
|
|
3054
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3060
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3055
3061
|
width: 7px;
|
|
3056
3062
|
}
|
|
3057
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3063
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3058
3064
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3059
3065
|
border-radius: 4px;
|
|
3060
3066
|
}
|
|
@@ -3422,21 +3428,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3422
3428
|
text-overflow: ellipsis;
|
|
3423
3429
|
}
|
|
3424
3430
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3425
|
-
margin: -
|
|
3431
|
+
margin: -30px 10px;
|
|
3426
3432
|
}
|
|
3427
3433
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3428
|
-
margin: -
|
|
3434
|
+
margin: -30px -5px;
|
|
3429
3435
|
}
|
|
3430
3436
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3431
|
-
margin: -
|
|
3437
|
+
margin: -27px 20px -29px 0;
|
|
3432
3438
|
}
|
|
3433
3439
|
.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 {
|
|
3434
|
-
margin: -
|
|
3440
|
+
margin: -28px 0;
|
|
3435
3441
|
}
|
|
3436
3442
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3437
3443
|
display: inline-block;
|
|
3438
3444
|
}
|
|
3439
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3445
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3440
3446
|
text-overflow: clip;
|
|
3441
3447
|
}
|
|
3442
3448
|
.e-grid .e-clipboard {
|
|
@@ -3466,6 +3472,34 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3466
3472
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3467
3473
|
border-right: 0;
|
|
3468
3474
|
}
|
|
3475
|
+
.e-grid .e-mask {
|
|
3476
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3477
|
+
display: inline-block;
|
|
3478
|
+
height: 10px;
|
|
3479
|
+
width: 80%;
|
|
3480
|
+
}
|
|
3481
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3482
|
+
margin-left: 7px;
|
|
3483
|
+
width: 16px;
|
|
3484
|
+
}
|
|
3485
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3486
|
+
width: 16px;
|
|
3487
|
+
}
|
|
3488
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3489
|
+
margin-left: 3px;
|
|
3490
|
+
margin-right: 16px;
|
|
3491
|
+
width: 20px;
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3494
|
+
width: 13px;
|
|
3495
|
+
}
|
|
3496
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3497
|
+
margin-left: 8px;
|
|
3498
|
+
}
|
|
3499
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3500
|
+
margin-left: 12px;
|
|
3501
|
+
width: 12px;
|
|
3502
|
+
}
|
|
3469
3503
|
.e-grid.sf-grid .e-table {
|
|
3470
3504
|
border-spacing: 0.25px;
|
|
3471
3505
|
}
|
|
@@ -4058,7 +4092,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4058
4092
|
}
|
|
4059
4093
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4060
4094
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4061
|
-
-moz-appearance: none;
|
|
4095
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4062
4096
|
height: 1px;
|
|
4063
4097
|
opacity: 0;
|
|
4064
4098
|
width: 1px;
|
|
@@ -4331,7 +4365,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4331
4365
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4332
4366
|
border-right-color: #e5e7eb;
|
|
4333
4367
|
}
|
|
4334
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
4368
|
+
.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) {
|
|
4335
4369
|
background-color: #f3f4f6;
|
|
4336
4370
|
color: #111827;
|
|
4337
4371
|
}
|