@syncfusion/ej2-angular-grids 20.2.40 → 20.2.43-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2675 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +19 -22
- package/styles/bootstrap.css +19 -22
- package/styles/bootstrap4.css +21 -24
- package/styles/bootstrap5-dark.css +23 -27
- package/styles/bootstrap5.css +23 -27
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -16
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -16
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -16
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -16
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -16
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -16
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -16
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -16
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -16
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -16
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -16
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -16
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -16
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -16
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -16
- package/styles/fabric-dark.css +21 -24
- package/styles/fabric.css +21 -24
- package/styles/fluent-dark.css +21 -24
- package/styles/fluent.css +21 -24
- package/styles/grid/bootstrap-dark.css +14 -19
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +14 -19
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +16 -21
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +18 -24
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +18 -24
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +15 -20
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +15 -20
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +16 -21
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +16 -21
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +15 -20
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +15 -20
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +15 -20
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +15 -20
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +18 -23
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +18 -23
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +21 -24
- package/styles/highcontrast.css +21 -24
- package/styles/material-dark.css +21 -24
- package/styles/material.css +21 -24
- package/styles/tailwind-dark.css +23 -26
- package/styles/tailwind.css +23 -26
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4310
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -201,6 +199,10 @@
|
|
|
201
199
|
padding: 14px;
|
|
202
200
|
padding-top: 4px;
|
|
203
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
204
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
205
207
|
height: 26px;
|
|
206
208
|
line-height: 26px;
|
|
@@ -411,7 +413,7 @@
|
|
|
411
413
|
word-break: normal;
|
|
412
414
|
}
|
|
413
415
|
.e-excelfilter .e-chk-hidden {
|
|
414
|
-
-moz-appearance: none;
|
|
416
|
+
-moz-appearance: none;
|
|
415
417
|
height: 1px;
|
|
416
418
|
opacity: 0;
|
|
417
419
|
width: 1px;
|
|
@@ -555,8 +557,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
555
557
|
border-color: #0d6efd;
|
|
556
558
|
}
|
|
557
559
|
|
|
558
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
559
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
560
560
|
@keyframes material-spinner-rotate {
|
|
561
561
|
0% {
|
|
562
562
|
transform: rotate(0);
|
|
@@ -574,7 +574,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
577
|
-
/* stylelint-disable */
|
|
578
577
|
/*! component icons */
|
|
579
578
|
.e-icon-check::before {
|
|
580
579
|
content: "\e774";
|
|
@@ -819,7 +818,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
819
818
|
.e-bigger .e-grid,
|
|
820
819
|
.e-grid.e-bigger {
|
|
821
820
|
font-size: 16px;
|
|
822
|
-
/* stylelint-disable */
|
|
823
821
|
}
|
|
824
822
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
825
823
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1483,9 +1481,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1483
1481
|
font-size: 14px;
|
|
1484
1482
|
height: auto;
|
|
1485
1483
|
position: relative;
|
|
1486
|
-
/* stylelint-enable */
|
|
1487
|
-
/* stylelint-disable */
|
|
1488
|
-
/* stylelint-enable */
|
|
1489
1484
|
}
|
|
1490
1485
|
.e-grid .e-gridheader {
|
|
1491
1486
|
-webkit-user-select: none;
|
|
@@ -2394,7 +2389,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2394
2389
|
padding-left: 8px;
|
|
2395
2390
|
}
|
|
2396
2391
|
.e-grid .e-chk-hidden {
|
|
2397
|
-
-moz-appearance: none;
|
|
2392
|
+
-moz-appearance: none;
|
|
2398
2393
|
height: 1px;
|
|
2399
2394
|
opacity: 0;
|
|
2400
2395
|
width: 1px;
|
|
@@ -2408,7 +2403,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2408
2403
|
}
|
|
2409
2404
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2410
2405
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2411
|
-
-webkit-user-select: auto;
|
|
2406
|
+
-webkit-user-select: auto;
|
|
2412
2407
|
height: 20px;
|
|
2413
2408
|
line-height: 20px;
|
|
2414
2409
|
position: relative;
|
|
@@ -2604,7 +2599,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2604
2599
|
padding: 2px;
|
|
2605
2600
|
}
|
|
2606
2601
|
.e-grid .e-content {
|
|
2607
|
-
-webkit-overflow-scrolling: touch;
|
|
2602
|
+
-webkit-overflow-scrolling: touch;
|
|
2608
2603
|
overflow-x: auto;
|
|
2609
2604
|
overflow-y: scroll;
|
|
2610
2605
|
position: relative;
|
|
@@ -2955,8 +2950,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2955
2950
|
.e-grid .e-checkboxfiltertext {
|
|
2956
2951
|
width: 150px;
|
|
2957
2952
|
word-break: normal;
|
|
2958
|
-
/* stylelint-disable */
|
|
2959
|
-
/* stylelint-enable */
|
|
2960
2953
|
}
|
|
2961
2954
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2962
2955
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3016,10 +3009,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3016
3009
|
overflow: hidden;
|
|
3017
3010
|
}
|
|
3018
3011
|
.e-grid .e-frozenhdrcont {
|
|
3019
|
-
-ms-touch-action: none;
|
|
3012
|
+
-ms-touch-action: none;
|
|
3020
3013
|
}
|
|
3021
3014
|
.e-grid .e-frozencontent {
|
|
3022
|
-
-ms-touch-action: none;
|
|
3015
|
+
-ms-touch-action: none;
|
|
3023
3016
|
border-bottom-width: 1px;
|
|
3024
3017
|
float: left;
|
|
3025
3018
|
width: min-content;
|
|
@@ -3028,19 +3021,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3028
3021
|
float: right;
|
|
3029
3022
|
}
|
|
3030
3023
|
.e-grid .e-movablecontent {
|
|
3031
|
-
-ms-overflow-style: none;
|
|
3024
|
+
-ms-overflow-style: none;
|
|
3032
3025
|
-ms-flex: 1;
|
|
3033
3026
|
flex: 1;
|
|
3034
3027
|
overflow-x: auto;
|
|
3035
3028
|
overflow-y: hidden;
|
|
3036
3029
|
}
|
|
3037
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3030
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3038
3031
|
display: none;
|
|
3039
3032
|
}
|
|
3040
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3033
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3041
3034
|
width: 7px;
|
|
3042
3035
|
}
|
|
3043
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3036
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3044
3037
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3045
3038
|
border-radius: 4px;
|
|
3046
3039
|
}
|
|
@@ -3403,21 +3396,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3403
3396
|
text-overflow: ellipsis;
|
|
3404
3397
|
}
|
|
3405
3398
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3406
|
-
margin: -
|
|
3399
|
+
margin: -20px 3px;
|
|
3407
3400
|
}
|
|
3408
3401
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3409
|
-
margin: -
|
|
3402
|
+
margin: -20px -5px;
|
|
3410
3403
|
}
|
|
3411
3404
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3412
|
-
margin: -
|
|
3405
|
+
margin: -14px 20px -29px 0;
|
|
3413
3406
|
}
|
|
3414
3407
|
.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 {
|
|
3415
|
-
margin: -
|
|
3408
|
+
margin: -14px 0;
|
|
3416
3409
|
}
|
|
3417
3410
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3418
3411
|
display: inline-block;
|
|
3419
3412
|
}
|
|
3420
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3413
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3421
3414
|
text-overflow: clip;
|
|
3422
3415
|
}
|
|
3423
3416
|
.e-grid .e-clipboard {
|
|
@@ -4037,7 +4030,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4037
4030
|
}
|
|
4038
4031
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4039
4032
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4040
|
-
-moz-appearance: none;
|
|
4033
|
+
-moz-appearance: none;
|
|
4041
4034
|
height: 1px;
|
|
4042
4035
|
opacity: 0;
|
|
4043
4036
|
width: 1px;
|
|
@@ -4317,6 +4310,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4317
4310
|
background-color: #31373d;
|
|
4318
4311
|
color: #fff;
|
|
4319
4312
|
}
|
|
4313
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4314
|
+
background-color: transparent;
|
|
4315
|
+
}
|
|
4320
4316
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
4321
4317
|
cursor: move;
|
|
4322
4318
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -201,6 +199,10 @@
|
|
|
201
199
|
padding: 14px;
|
|
202
200
|
padding-top: 4px;
|
|
203
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
204
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
205
207
|
height: 26px;
|
|
206
208
|
line-height: 26px;
|
|
@@ -411,7 +413,7 @@
|
|
|
411
413
|
word-break: normal;
|
|
412
414
|
}
|
|
413
415
|
.e-excelfilter .e-chk-hidden {
|
|
414
|
-
-moz-appearance: none;
|
|
416
|
+
-moz-appearance: none;
|
|
415
417
|
height: 1px;
|
|
416
418
|
opacity: 0;
|
|
417
419
|
width: 1px;
|
|
@@ -555,8 +557,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
555
557
|
border-color: #0d6efd;
|
|
556
558
|
}
|
|
557
559
|
|
|
558
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
559
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
560
560
|
@keyframes material-spinner-rotate {
|
|
561
561
|
0% {
|
|
562
562
|
transform: rotate(0);
|
|
@@ -574,7 +574,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
577
|
-
/* stylelint-disable */
|
|
578
577
|
/*! component icons */
|
|
579
578
|
.e-icon-check::before {
|
|
580
579
|
content: "\e774";
|
|
@@ -819,7 +818,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
819
818
|
.e-bigger .e-grid,
|
|
820
819
|
.e-grid.e-bigger {
|
|
821
820
|
font-size: 16px;
|
|
822
|
-
/* stylelint-disable */
|
|
823
821
|
}
|
|
824
822
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
825
823
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1483,9 +1481,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1483
1481
|
font-size: 14px;
|
|
1484
1482
|
height: auto;
|
|
1485
1483
|
position: relative;
|
|
1486
|
-
/* stylelint-enable */
|
|
1487
|
-
/* stylelint-disable */
|
|
1488
|
-
/* stylelint-enable */
|
|
1489
1484
|
}
|
|
1490
1485
|
.e-grid .e-gridheader {
|
|
1491
1486
|
-webkit-user-select: none;
|
|
@@ -2394,7 +2389,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2394
2389
|
padding-left: 8px;
|
|
2395
2390
|
}
|
|
2396
2391
|
.e-grid .e-chk-hidden {
|
|
2397
|
-
-moz-appearance: none;
|
|
2392
|
+
-moz-appearance: none;
|
|
2398
2393
|
height: 1px;
|
|
2399
2394
|
opacity: 0;
|
|
2400
2395
|
width: 1px;
|
|
@@ -2408,7 +2403,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2408
2403
|
}
|
|
2409
2404
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2410
2405
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2411
|
-
-webkit-user-select: auto;
|
|
2406
|
+
-webkit-user-select: auto;
|
|
2412
2407
|
height: 20px;
|
|
2413
2408
|
line-height: 20px;
|
|
2414
2409
|
position: relative;
|
|
@@ -2604,7 +2599,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2604
2599
|
padding: 2px;
|
|
2605
2600
|
}
|
|
2606
2601
|
.e-grid .e-content {
|
|
2607
|
-
-webkit-overflow-scrolling: touch;
|
|
2602
|
+
-webkit-overflow-scrolling: touch;
|
|
2608
2603
|
overflow-x: auto;
|
|
2609
2604
|
overflow-y: scroll;
|
|
2610
2605
|
position: relative;
|
|
@@ -2955,8 +2950,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2955
2950
|
.e-grid .e-checkboxfiltertext {
|
|
2956
2951
|
width: 150px;
|
|
2957
2952
|
word-break: normal;
|
|
2958
|
-
/* stylelint-disable */
|
|
2959
|
-
/* stylelint-enable */
|
|
2960
2953
|
}
|
|
2961
2954
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2962
2955
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3016,10 +3009,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3016
3009
|
overflow: hidden;
|
|
3017
3010
|
}
|
|
3018
3011
|
.e-grid .e-frozenhdrcont {
|
|
3019
|
-
-ms-touch-action: none;
|
|
3012
|
+
-ms-touch-action: none;
|
|
3020
3013
|
}
|
|
3021
3014
|
.e-grid .e-frozencontent {
|
|
3022
|
-
-ms-touch-action: none;
|
|
3015
|
+
-ms-touch-action: none;
|
|
3023
3016
|
border-bottom-width: 1px;
|
|
3024
3017
|
float: left;
|
|
3025
3018
|
width: min-content;
|
|
@@ -3028,19 +3021,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3028
3021
|
float: right;
|
|
3029
3022
|
}
|
|
3030
3023
|
.e-grid .e-movablecontent {
|
|
3031
|
-
-ms-overflow-style: none;
|
|
3024
|
+
-ms-overflow-style: none;
|
|
3032
3025
|
-ms-flex: 1;
|
|
3033
3026
|
flex: 1;
|
|
3034
3027
|
overflow-x: auto;
|
|
3035
3028
|
overflow-y: hidden;
|
|
3036
3029
|
}
|
|
3037
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3030
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3038
3031
|
display: none;
|
|
3039
3032
|
}
|
|
3040
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3033
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3041
3034
|
width: 7px;
|
|
3042
3035
|
}
|
|
3043
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3036
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3044
3037
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3045
3038
|
border-radius: 4px;
|
|
3046
3039
|
}
|
|
@@ -3403,21 +3396,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3403
3396
|
text-overflow: ellipsis;
|
|
3404
3397
|
}
|
|
3405
3398
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3406
|
-
margin: -
|
|
3399
|
+
margin: -20px 3px;
|
|
3407
3400
|
}
|
|
3408
3401
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3409
|
-
margin: -
|
|
3402
|
+
margin: -20px -5px;
|
|
3410
3403
|
}
|
|
3411
3404
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3412
|
-
margin: -
|
|
3405
|
+
margin: -14px 20px -29px 0;
|
|
3413
3406
|
}
|
|
3414
3407
|
.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 {
|
|
3415
|
-
margin: -
|
|
3408
|
+
margin: -14px 0;
|
|
3416
3409
|
}
|
|
3417
3410
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3418
3411
|
display: inline-block;
|
|
3419
3412
|
}
|
|
3420
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3413
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3421
3414
|
text-overflow: clip;
|
|
3422
3415
|
}
|
|
3423
3416
|
.e-grid .e-clipboard {
|
|
@@ -4037,7 +4030,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4037
4030
|
}
|
|
4038
4031
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4039
4032
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4040
|
-
-moz-appearance: none;
|
|
4033
|
+
-moz-appearance: none;
|
|
4041
4034
|
height: 1px;
|
|
4042
4035
|
opacity: 0;
|
|
4043
4036
|
width: 1px;
|
|
@@ -4317,6 +4310,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4317
4310
|
background-color: #eff1f4;
|
|
4318
4311
|
color: #212529;
|
|
4319
4312
|
}
|
|
4313
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4314
|
+
background-color: transparent;
|
|
4315
|
+
}
|
|
4320
4316
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
4321
4317
|
cursor: move;
|
|
4322
4318
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -157,6 +155,10 @@
|
|
|
157
155
|
padding: 15px;
|
|
158
156
|
padding-top: 4px;
|
|
159
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
160
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
161
163
|
height: 26px;
|
|
162
164
|
line-height: 26px;
|
|
@@ -367,7 +369,7 @@
|
|
|
367
369
|
word-break: normal;
|
|
368
370
|
}
|
|
369
371
|
.e-excelfilter .e-chk-hidden {
|
|
370
|
-
-moz-appearance: none;
|
|
372
|
+
-moz-appearance: none;
|
|
371
373
|
height: 1px;
|
|
372
374
|
opacity: 0;
|
|
373
375
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -157,6 +155,10 @@
|
|
|
157
155
|
padding: 15px;
|
|
158
156
|
padding-top: 4px;
|
|
159
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
160
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
161
163
|
height: 26px;
|
|
162
164
|
line-height: 26px;
|
|
@@ -367,7 +369,7 @@
|
|
|
367
369
|
word-break: normal;
|
|
368
370
|
}
|
|
369
371
|
.e-excelfilter .e-chk-hidden {
|
|
370
|
-
-moz-appearance: none;
|
|
372
|
+
-moz-appearance: none;
|
|
371
373
|
height: 1px;
|
|
372
374
|
opacity: 0;
|
|
373
375
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
14
|
-
@import 'bootstrap-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
3
2
|
font-size: 8px;
|
|
4
3
|
}
|
|
@@ -146,7 +145,6 @@
|
|
|
146
145
|
min-height: 34px;
|
|
147
146
|
}
|
|
148
147
|
|
|
149
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
150
148
|
@keyframes material-spinner-rotate {
|
|
151
149
|
0% {
|
|
152
150
|
transform: rotate(0);
|
|
@@ -199,6 +197,10 @@
|
|
|
199
197
|
padding: 14px;
|
|
200
198
|
padding-top: 4px;
|
|
201
199
|
}
|
|
200
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
201
|
+
height: 26px;
|
|
202
|
+
line-height: 26px;
|
|
203
|
+
}
|
|
202
204
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
205
|
height: 26px;
|
|
204
206
|
line-height: 26px;
|
|
@@ -409,7 +411,7 @@
|
|
|
409
411
|
word-break: normal;
|
|
410
412
|
}
|
|
411
413
|
.e-excelfilter .e-chk-hidden {
|
|
412
|
-
-moz-appearance: none;
|
|
414
|
+
-moz-appearance: none;
|
|
413
415
|
height: 1px;
|
|
414
416
|
opacity: 0;
|
|
415
417
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
14
|
-
@import 'bootstrap4-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap4.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap4.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -201,6 +199,10 @@
|
|
|
201
199
|
padding: 14px;
|
|
202
200
|
padding-top: 4px;
|
|
203
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
204
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
205
207
|
height: 26px;
|
|
206
208
|
line-height: 26px;
|
|
@@ -411,7 +413,7 @@
|
|
|
411
413
|
word-break: normal;
|
|
412
414
|
}
|
|
413
415
|
.e-excelfilter .e-chk-hidden {
|
|
414
|
-
-moz-appearance: none;
|
|
416
|
+
-moz-appearance: none;
|
|
415
417
|
height: 1px;
|
|
416
418
|
opacity: 0;
|
|
417
419
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap5-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -201,6 +199,10 @@
|
|
|
201
199
|
padding: 14px;
|
|
202
200
|
padding-top: 4px;
|
|
203
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
204
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
205
207
|
height: 26px;
|
|
206
208
|
line-height: 26px;
|
|
@@ -411,7 +413,7 @@
|
|
|
411
413
|
word-break: normal;
|
|
412
414
|
}
|
|
413
415
|
.e-excelfilter .e-chk-hidden {
|
|
414
|
-
-moz-appearance: none;
|
|
416
|
+
-moz-appearance: none;
|
|
415
417
|
height: 1px;
|
|
416
418
|
opacity: 0;
|
|
417
419
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
14
|
-
@import 'bootstrap5-definition.scss';
|
|
15
|
-
@import 'icons/bootstrap5.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap5.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
height: 34px;
|
|
81
80
|
}
|
|
82
81
|
|
|
83
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
84
82
|
@keyframes material-spinner-rotate {
|
|
85
83
|
0% {
|
|
86
84
|
transform: rotate(0);
|
|
@@ -97,7 +95,7 @@
|
|
|
97
95
|
transform: rotate(360deg);
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
|
-
|
|
98
|
+
/*!component icons*/
|
|
101
99
|
.e-icon-check::before {
|
|
102
100
|
content: "\e7ff";
|
|
103
101
|
}
|
|
@@ -133,6 +131,10 @@
|
|
|
133
131
|
padding: 28px 25px 10px;
|
|
134
132
|
padding-top: 4px;
|
|
135
133
|
}
|
|
134
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
135
|
+
height: 26px;
|
|
136
|
+
line-height: 26px;
|
|
137
|
+
}
|
|
136
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
137
139
|
height: 26px;
|
|
138
140
|
line-height: 26px;
|
|
@@ -343,7 +345,7 @@
|
|
|
343
345
|
word-break: normal;
|
|
344
346
|
}
|
|
345
347
|
.e-excelfilter .e-chk-hidden {
|
|
346
|
-
-moz-appearance: none;
|
|
348
|
+
-moz-appearance: none;
|
|
347
349
|
height: 1px;
|
|
348
350
|
opacity: 0;
|
|
349
351
|
width: 1px;
|