@syncfusion/ej2-angular-grids 20.2.39-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 +22 -16
- package/styles/bootstrap.css +22 -16
- package/styles/bootstrap4.css +22 -16
- package/styles/bootstrap5-dark.css +23 -16
- package/styles/bootstrap5.css +23 -16
- 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 +24 -18
- package/styles/fabric.css +24 -18
- package/styles/fluent-dark.css +22 -16
- package/styles/fluent.css +22 -16
- 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 +19 -11
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +19 -11
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +19 -11
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +20 -11
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +20 -11
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +20 -12
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +20 -12
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +19 -11
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +19 -11
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +20 -12
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +20 -12
- 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 +20 -12
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +20 -12
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +19 -11
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +19 -11
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +24 -18
- package/styles/highcontrast.css +24 -18
- package/styles/material-dark.css +24 -18
- package/styles/material.css +24 -18
- package/styles/tailwind-dark.css +22 -16
- package/styles/tailwind.css +22 -16
- 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 -2649
- package/dist/ej2-angular-grids.umd.js +0 -1578
- 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/material.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
padding: 4px 8px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0deg);
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
transform: rotate(360deg);
|
|
161
163
|
}
|
|
162
164
|
}
|
|
163
|
-
|
|
165
|
+
/* !component icons */
|
|
164
166
|
.e-icon-check::before {
|
|
165
167
|
content: "\e7ff";
|
|
166
168
|
}
|
|
@@ -196,10 +198,6 @@
|
|
|
196
198
|
padding: 18px;
|
|
197
199
|
padding-top: 4px;
|
|
198
200
|
}
|
|
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
|
-
}
|
|
203
201
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
204
202
|
height: 26px;
|
|
205
203
|
line-height: 26px;
|
|
@@ -410,7 +408,7 @@
|
|
|
410
408
|
word-break: normal;
|
|
411
409
|
}
|
|
412
410
|
.e-excelfilter .e-chk-hidden {
|
|
413
|
-
-moz-appearance: none;
|
|
411
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
414
412
|
height: 1px;
|
|
415
413
|
opacity: 0;
|
|
416
414
|
width: 1px;
|
|
@@ -554,6 +552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
554
552
|
border-color: #e3165b;
|
|
555
553
|
}
|
|
556
554
|
|
|
555
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
557
556
|
@keyframes e-input-ripple {
|
|
558
557
|
100% {
|
|
559
558
|
opacity: 0;
|
|
@@ -568,6 +567,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
568
567
|
transform: translate3d(0, 0, 0) scale(1);
|
|
569
568
|
}
|
|
570
569
|
}
|
|
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,6 +825,7 @@ 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 */
|
|
828
829
|
}
|
|
829
830
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
830
831
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1482,6 +1483,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1482
1483
|
font-size: 13px;
|
|
1483
1484
|
height: auto;
|
|
1484
1485
|
position: relative;
|
|
1486
|
+
/* stylelint-enable */
|
|
1487
|
+
/* stylelint-disable */
|
|
1488
|
+
/* stylelint-enable */
|
|
1485
1489
|
}
|
|
1486
1490
|
.e-grid .e-gridheader {
|
|
1487
1491
|
-webkit-user-select: none;
|
|
@@ -2389,7 +2393,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2389
2393
|
padding-left: 9px;
|
|
2390
2394
|
}
|
|
2391
2395
|
.e-grid .e-chk-hidden {
|
|
2392
|
-
-moz-appearance: none;
|
|
2396
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2393
2397
|
height: 1px;
|
|
2394
2398
|
opacity: 0;
|
|
2395
2399
|
width: 1px;
|
|
@@ -2403,7 +2407,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2403
2407
|
}
|
|
2404
2408
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2405
2409
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
-
-webkit-user-select: auto;
|
|
2410
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2407
2411
|
height: 20px;
|
|
2408
2412
|
line-height: 20px;
|
|
2409
2413
|
position: relative;
|
|
@@ -2599,7 +2603,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2599
2603
|
padding: 2px;
|
|
2600
2604
|
}
|
|
2601
2605
|
.e-grid .e-content {
|
|
2602
|
-
-webkit-overflow-scrolling: touch;
|
|
2606
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2607
|
overflow-x: auto;
|
|
2604
2608
|
overflow-y: scroll;
|
|
2605
2609
|
position: relative;
|
|
@@ -2950,6 +2954,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2950
2954
|
.e-grid .e-checkboxfiltertext {
|
|
2951
2955
|
width: 150px;
|
|
2952
2956
|
word-break: normal;
|
|
2957
|
+
/* stylelint-disable */
|
|
2958
|
+
/* stylelint-enable */
|
|
2953
2959
|
}
|
|
2954
2960
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2955
2961
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3009,10 +3015,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3009
3015
|
overflow: hidden;
|
|
3010
3016
|
}
|
|
3011
3017
|
.e-grid .e-frozenhdrcont {
|
|
3012
|
-
-ms-touch-action: none;
|
|
3018
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3013
3019
|
}
|
|
3014
3020
|
.e-grid .e-frozencontent {
|
|
3015
|
-
-ms-touch-action: none;
|
|
3021
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3016
3022
|
border-bottom-width: 1px;
|
|
3017
3023
|
float: left;
|
|
3018
3024
|
width: min-content;
|
|
@@ -3021,19 +3027,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3021
3027
|
float: right;
|
|
3022
3028
|
}
|
|
3023
3029
|
.e-grid .e-movablecontent {
|
|
3024
|
-
-ms-overflow-style: none;
|
|
3030
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3025
3031
|
-ms-flex: 1;
|
|
3026
3032
|
flex: 1;
|
|
3027
3033
|
overflow-x: auto;
|
|
3028
3034
|
overflow-y: hidden;
|
|
3029
3035
|
}
|
|
3030
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3036
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3031
3037
|
display: none;
|
|
3032
3038
|
}
|
|
3033
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3039
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3034
3040
|
width: 7px;
|
|
3035
3041
|
}
|
|
3036
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3042
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3037
3043
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3038
3044
|
border-radius: 4px;
|
|
3039
3045
|
}
|
|
@@ -3413,7 +3419,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3413
3419
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3414
3420
|
display: inline-block;
|
|
3415
3421
|
}
|
|
3416
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3422
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3417
3423
|
text-overflow: clip;
|
|
3418
3424
|
}
|
|
3419
3425
|
.e-grid .e-clipboard {
|
|
@@ -4023,7 +4029,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4023
4029
|
}
|
|
4024
4030
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4025
4031
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4026
|
-
-moz-appearance: none;
|
|
4032
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4027
4033
|
height: 1px;
|
|
4028
4034
|
opacity: 0;
|
|
4029
4035
|
width: 1px;
|
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
|
}
|
|
@@ -3439,7 +3445,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3439
3445
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3440
3446
|
display: inline-block;
|
|
3441
3447
|
}
|
|
3442
|
-
.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 {
|
|
3443
3449
|
text-overflow: clip;
|
|
3444
3450
|
}
|
|
3445
3451
|
.e-grid .e-clipboard {
|
|
@@ -4061,7 +4067,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4061
4067
|
}
|
|
4062
4068
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4063
4069
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4064
|
-
-moz-appearance: none;
|
|
4070
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4065
4071
|
height: 1px;
|
|
4066
4072
|
opacity: 0;
|
|
4067
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;
|
|
@@ -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
|
}
|
|
@@ -3439,7 +3445,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3439
3445
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3440
3446
|
display: inline-block;
|
|
3441
3447
|
}
|
|
3442
|
-
.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 {
|
|
3443
3449
|
text-overflow: clip;
|
|
3444
3450
|
}
|
|
3445
3451
|
.e-grid .e-clipboard {
|
|
@@ -4061,7 +4067,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4061
4067
|
}
|
|
4062
4068
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4063
4069
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4064
|
-
-moz-appearance: none;
|
|
4070
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4065
4071
|
height: 1px;
|
|
4066
4072
|
opacity: 0;
|
|
4067
4073
|
width: 1px;
|