@syncfusion/ej2-angular-grids 20.2.38-ngcc → 20.2.39
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 +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- 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 +30 -21
- package/styles/bootstrap.css +30 -21
- package/styles/bootstrap4.css +30 -21
- package/styles/bootstrap5-dark.css +31 -17
- package/styles/bootstrap5.css +31 -17
- 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 +32 -23
- package/styles/fabric.css +32 -23
- package/styles/fluent-dark.css +34 -21
- package/styles/fluent.css +34 -21
- 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 +4315 -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 +27 -16
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +27 -16
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +27 -16
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +28 -12
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +28 -12
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +28 -17
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +28 -17
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +31 -16
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +31 -16
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +24 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +28 -17
- 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 +28 -17
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +28 -17
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +23 -12
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +23 -12
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +28 -19
- package/styles/highcontrast.css +32 -23
- package/styles/material-dark.css +32 -23
- package/styles/material.css +32 -23
- package/styles/tailwind-dark.css +26 -17
- package/styles/tailwind.css +26 -17
- 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 -2632
- package/dist/ej2-angular-grids.umd.js +0 -1577
- 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 -124
- 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 -124
- 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;
|
|
@@ -2724,10 +2728,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2724
2728
|
}
|
|
2725
2729
|
.e-grid .e-icon-gdownarrow {
|
|
2726
2730
|
font-size: 14px;
|
|
2731
|
+
padding: 11px 8px 10px 8px;
|
|
2732
|
+
text-decoration: none;
|
|
2727
2733
|
text-indent: 11px;
|
|
2728
2734
|
}
|
|
2729
2735
|
.e-grid .e-icon-grightarrow {
|
|
2730
2736
|
font-size: 14px;
|
|
2737
|
+
padding: 10px 8px 12px 8px;
|
|
2738
|
+
text-decoration: none;
|
|
2731
2739
|
text-indent: 11px;
|
|
2732
2740
|
}
|
|
2733
2741
|
.e-grid .e-recordplusexpand {
|
|
@@ -2967,6 +2975,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2967
2975
|
.e-grid .e-checkboxfiltertext {
|
|
2968
2976
|
width: 150px;
|
|
2969
2977
|
word-break: normal;
|
|
2978
|
+
/* stylelint-disable */
|
|
2979
|
+
/* stylelint-enable */
|
|
2970
2980
|
}
|
|
2971
2981
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2982
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3036,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3036
|
overflow: hidden;
|
|
3027
3037
|
}
|
|
3028
3038
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3039
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3040
|
}
|
|
3031
3041
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3043
|
border-bottom-width: 1px;
|
|
3034
3044
|
float: left;
|
|
3035
3045
|
width: min-content;
|
|
@@ -3038,19 +3048,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3048
|
float: right;
|
|
3039
3049
|
}
|
|
3040
3050
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3051
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3052
|
-ms-flex: 1;
|
|
3043
3053
|
flex: 1;
|
|
3044
3054
|
overflow-x: auto;
|
|
3045
3055
|
overflow-y: hidden;
|
|
3046
3056
|
}
|
|
3047
|
-
.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 */
|
|
3048
3058
|
display: none;
|
|
3049
3059
|
}
|
|
3050
|
-
.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 */
|
|
3051
3061
|
width: 7px;
|
|
3052
3062
|
}
|
|
3053
|
-
.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 */
|
|
3054
3064
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3065
|
border-radius: 4px;
|
|
3056
3066
|
}
|
|
@@ -3435,7 +3445,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3435
3445
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3436
3446
|
display: inline-block;
|
|
3437
3447
|
}
|
|
3438
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3448
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3439
3449
|
text-overflow: clip;
|
|
3440
3450
|
}
|
|
3441
3451
|
.e-grid .e-clipboard {
|
|
@@ -3573,7 +3583,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3573
3583
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3574
3584
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3575
3585
|
font-size: 18px;
|
|
3576
|
-
margin-top: -11px;
|
|
3577
3586
|
}
|
|
3578
3587
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3579
3588
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -4058,7 +4067,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4058
4067
|
}
|
|
4059
4068
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4060
4069
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4061
|
-
-moz-appearance: none;
|
|
4070
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4062
4071
|
height: 1px;
|
|
4063
4072
|
opacity: 0;
|
|
4064
4073
|
width: 1px;
|
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;
|
|
@@ -2724,10 +2728,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2724
2728
|
}
|
|
2725
2729
|
.e-grid .e-icon-gdownarrow {
|
|
2726
2730
|
font-size: 14px;
|
|
2731
|
+
padding: 11px 8px 10px 8px;
|
|
2732
|
+
text-decoration: none;
|
|
2727
2733
|
text-indent: 11px;
|
|
2728
2734
|
}
|
|
2729
2735
|
.e-grid .e-icon-grightarrow {
|
|
2730
2736
|
font-size: 14px;
|
|
2737
|
+
padding: 10px 8px 12px 8px;
|
|
2738
|
+
text-decoration: none;
|
|
2731
2739
|
text-indent: 11px;
|
|
2732
2740
|
}
|
|
2733
2741
|
.e-grid .e-recordplusexpand {
|
|
@@ -2967,6 +2975,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2967
2975
|
.e-grid .e-checkboxfiltertext {
|
|
2968
2976
|
width: 150px;
|
|
2969
2977
|
word-break: normal;
|
|
2978
|
+
/* stylelint-disable */
|
|
2979
|
+
/* stylelint-enable */
|
|
2970
2980
|
}
|
|
2971
2981
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2982
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3036,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3036
|
overflow: hidden;
|
|
3027
3037
|
}
|
|
3028
3038
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3039
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3040
|
}
|
|
3031
3041
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3043
|
border-bottom-width: 1px;
|
|
3034
3044
|
float: left;
|
|
3035
3045
|
width: min-content;
|
|
@@ -3038,19 +3048,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3048
|
float: right;
|
|
3039
3049
|
}
|
|
3040
3050
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3051
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3052
|
-ms-flex: 1;
|
|
3043
3053
|
flex: 1;
|
|
3044
3054
|
overflow-x: auto;
|
|
3045
3055
|
overflow-y: hidden;
|
|
3046
3056
|
}
|
|
3047
|
-
.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 */
|
|
3048
3058
|
display: none;
|
|
3049
3059
|
}
|
|
3050
|
-
.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 */
|
|
3051
3061
|
width: 7px;
|
|
3052
3062
|
}
|
|
3053
|
-
.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 */
|
|
3054
3064
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3065
|
border-radius: 4px;
|
|
3056
3066
|
}
|
|
@@ -3435,7 +3445,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3435
3445
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3436
3446
|
display: inline-block;
|
|
3437
3447
|
}
|
|
3438
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3448
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3439
3449
|
text-overflow: clip;
|
|
3440
3450
|
}
|
|
3441
3451
|
.e-grid .e-clipboard {
|
|
@@ -3573,7 +3583,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3573
3583
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3574
3584
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3575
3585
|
font-size: 18px;
|
|
3576
|
-
margin-top: -11px;
|
|
3577
3586
|
}
|
|
3578
3587
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3579
3588
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -4058,7 +4067,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4058
4067
|
}
|
|
4059
4068
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4060
4069
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4061
|
-
-moz-appearance: none;
|
|
4070
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4062
4071
|
height: 1px;
|
|
4063
4072
|
opacity: 0;
|
|
4064
4073
|
width: 1px;
|