@syncfusion/ej2-angular-grids 20.2.48 → 20.2.49-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2737 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +17 -54
- package/styles/bootstrap.css +17 -54
- package/styles/bootstrap4.css +19 -56
- package/styles/bootstrap5-dark.css +21 -59
- package/styles/bootstrap5.css +21 -59
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +19 -56
- package/styles/fabric.css +19 -56
- package/styles/fluent-dark.css +19 -56
- package/styles/fluent.css +19 -56
- package/styles/grid/bootstrap-dark.css +12 -51
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +12 -51
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +14 -53
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +16 -56
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +16 -56
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +13 -52
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +13 -52
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +14 -53
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +14 -53
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +13 -52
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +13 -52
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +13 -52
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +13 -52
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +16 -55
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +16 -55
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +19 -56
- package/styles/highcontrast.css +19 -56
- package/styles/material-dark.css +19 -56
- package/styles/material.css +19 -56
- package/styles/tailwind-dark.css +21 -58
- package/styles/tailwind.css +21 -58
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4349
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -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);
|
|
@@ -394,7 +392,6 @@
|
|
|
394
392
|
.e-bigger .e-grid,
|
|
395
393
|
.e-grid.e-bigger {
|
|
396
394
|
font-size: 16px;
|
|
397
|
-
/* stylelint-disable */
|
|
398
395
|
}
|
|
399
396
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
400
397
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1058,9 +1055,6 @@
|
|
|
1058
1055
|
font-size: 14px;
|
|
1059
1056
|
height: auto;
|
|
1060
1057
|
position: relative;
|
|
1061
|
-
/* stylelint-enable */
|
|
1062
|
-
/* stylelint-disable */
|
|
1063
|
-
/* stylelint-enable */
|
|
1064
1058
|
}
|
|
1065
1059
|
.e-grid .e-gridheader {
|
|
1066
1060
|
-webkit-user-select: none;
|
|
@@ -1968,7 +1962,7 @@
|
|
|
1968
1962
|
padding-left: 8px;
|
|
1969
1963
|
}
|
|
1970
1964
|
.e-grid .e-chk-hidden {
|
|
1971
|
-
-moz-appearance: none;
|
|
1965
|
+
-moz-appearance: none;
|
|
1972
1966
|
height: 1px;
|
|
1973
1967
|
opacity: 0;
|
|
1974
1968
|
width: 1px;
|
|
@@ -1982,7 +1976,7 @@
|
|
|
1982
1976
|
}
|
|
1983
1977
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1984
1978
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1985
|
-
-webkit-user-select: auto;
|
|
1979
|
+
-webkit-user-select: auto;
|
|
1986
1980
|
height: 20px;
|
|
1987
1981
|
line-height: 20px;
|
|
1988
1982
|
position: relative;
|
|
@@ -2178,7 +2172,7 @@
|
|
|
2178
2172
|
padding: 2px;
|
|
2179
2173
|
}
|
|
2180
2174
|
.e-grid .e-content {
|
|
2181
|
-
-webkit-overflow-scrolling: touch;
|
|
2175
|
+
-webkit-overflow-scrolling: touch;
|
|
2182
2176
|
overflow-x: auto;
|
|
2183
2177
|
overflow-y: scroll;
|
|
2184
2178
|
position: relative;
|
|
@@ -2310,9 +2304,6 @@
|
|
|
2310
2304
|
border-width: 1px 0 0;
|
|
2311
2305
|
cursor: pointer;
|
|
2312
2306
|
}
|
|
2313
|
-
.e-grid .e-disablepointer {
|
|
2314
|
-
cursor: default;
|
|
2315
|
-
}
|
|
2316
2307
|
.e-grid .e-groupcaption {
|
|
2317
2308
|
border-style: solid;
|
|
2318
2309
|
border-width: 1px 0 0;
|
|
@@ -2534,8 +2525,6 @@
|
|
|
2534
2525
|
.e-grid .e-checkboxfiltertext {
|
|
2535
2526
|
width: 150px;
|
|
2536
2527
|
word-break: normal;
|
|
2537
|
-
/* stylelint-disable */
|
|
2538
|
-
/* stylelint-enable */
|
|
2539
2528
|
}
|
|
2540
2529
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2541
2530
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2595,10 +2584,10 @@
|
|
|
2595
2584
|
overflow: hidden;
|
|
2596
2585
|
}
|
|
2597
2586
|
.e-grid .e-frozenhdrcont {
|
|
2598
|
-
-ms-touch-action: none;
|
|
2587
|
+
-ms-touch-action: none;
|
|
2599
2588
|
}
|
|
2600
2589
|
.e-grid .e-frozencontent {
|
|
2601
|
-
-ms-touch-action: none;
|
|
2590
|
+
-ms-touch-action: none;
|
|
2602
2591
|
border-bottom-width: 1px;
|
|
2603
2592
|
float: left;
|
|
2604
2593
|
width: min-content;
|
|
@@ -2607,19 +2596,19 @@
|
|
|
2607
2596
|
float: right;
|
|
2608
2597
|
}
|
|
2609
2598
|
.e-grid .e-movablecontent {
|
|
2610
|
-
-ms-overflow-style: none;
|
|
2599
|
+
-ms-overflow-style: none;
|
|
2611
2600
|
-ms-flex: 1;
|
|
2612
2601
|
flex: 1;
|
|
2613
2602
|
overflow-x: auto;
|
|
2614
2603
|
overflow-y: hidden;
|
|
2615
2604
|
}
|
|
2616
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2605
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2617
2606
|
display: none;
|
|
2618
2607
|
}
|
|
2619
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2608
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2620
2609
|
width: 7px;
|
|
2621
2610
|
}
|
|
2622
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2611
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2623
2612
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2624
2613
|
border-radius: 4px;
|
|
2625
2614
|
}
|
|
@@ -2983,10 +2972,10 @@
|
|
|
2983
2972
|
text-overflow: ellipsis;
|
|
2984
2973
|
}
|
|
2985
2974
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2986
|
-
margin: -
|
|
2975
|
+
margin: -34px 3px;
|
|
2987
2976
|
}
|
|
2988
2977
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
2989
|
-
margin: -
|
|
2978
|
+
margin: -34px -5px;
|
|
2990
2979
|
}
|
|
2991
2980
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
2992
2981
|
margin: -27px 20px -29px 0;
|
|
@@ -2997,7 +2986,7 @@
|
|
|
2997
2986
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2998
2987
|
display: inline-block;
|
|
2999
2988
|
}
|
|
3000
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2989
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3001
2990
|
text-overflow: clip;
|
|
3002
2991
|
}
|
|
3003
2992
|
.e-grid .e-clipboard {
|
|
@@ -3027,34 +3016,6 @@
|
|
|
3027
3016
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3028
3017
|
border-right: 0;
|
|
3029
3018
|
}
|
|
3030
|
-
.e-grid .e-mask {
|
|
3031
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3032
|
-
display: inline-block;
|
|
3033
|
-
height: 10px;
|
|
3034
|
-
width: 80%;
|
|
3035
|
-
}
|
|
3036
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3037
|
-
margin-left: 7px;
|
|
3038
|
-
width: 16px;
|
|
3039
|
-
}
|
|
3040
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3041
|
-
width: 16px;
|
|
3042
|
-
}
|
|
3043
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3044
|
-
margin-left: 3px;
|
|
3045
|
-
margin-right: 16px;
|
|
3046
|
-
width: 20px;
|
|
3047
|
-
}
|
|
3048
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3049
|
-
width: 13px;
|
|
3050
|
-
}
|
|
3051
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3052
|
-
margin-left: 8px;
|
|
3053
|
-
}
|
|
3054
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3055
|
-
margin-left: 12px;
|
|
3056
|
-
width: 12px;
|
|
3057
|
-
}
|
|
3058
3019
|
.e-grid.sf-grid .e-table {
|
|
3059
3020
|
border-spacing: 0.25px;
|
|
3060
3021
|
}
|
|
@@ -3635,7 +3596,7 @@
|
|
|
3635
3596
|
}
|
|
3636
3597
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3637
3598
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3638
|
-
-moz-appearance: none;
|
|
3599
|
+
-moz-appearance: none;
|
|
3639
3600
|
height: 1px;
|
|
3640
3601
|
opacity: 0;
|
|
3641
3602
|
width: 1px;
|
|
@@ -3907,7 +3868,7 @@
|
|
|
3907
3868
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3908
3869
|
border-right-color: #6c757d;
|
|
3909
3870
|
}
|
|
3910
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3871
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3911
3872
|
background-color: rgba(0, 0, 0, 0.08);
|
|
3912
3873
|
color: #212529;
|
|
3913
3874
|
}
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap4-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/bootstrap4-definition.scss';
|
|
19
|
-
@import 'bootstrap4-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap4.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/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);
|
|
@@ -163,7 +161,6 @@
|
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
-
/* stylelint-disable */
|
|
167
164
|
/*! component icons */
|
|
168
165
|
.e-icon-check::before {
|
|
169
166
|
content: "\e774";
|
|
@@ -408,7 +405,6 @@
|
|
|
408
405
|
.e-bigger .e-grid,
|
|
409
406
|
.e-grid.e-bigger {
|
|
410
407
|
font-size: 16px;
|
|
411
|
-
/* stylelint-disable */
|
|
412
408
|
}
|
|
413
409
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
414
410
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1072,9 +1068,6 @@
|
|
|
1072
1068
|
font-size: 14px;
|
|
1073
1069
|
height: auto;
|
|
1074
1070
|
position: relative;
|
|
1075
|
-
/* stylelint-enable */
|
|
1076
|
-
/* stylelint-disable */
|
|
1077
|
-
/* stylelint-enable */
|
|
1078
1071
|
}
|
|
1079
1072
|
.e-grid .e-gridheader {
|
|
1080
1073
|
-webkit-user-select: none;
|
|
@@ -1983,7 +1976,7 @@
|
|
|
1983
1976
|
padding-left: 8px;
|
|
1984
1977
|
}
|
|
1985
1978
|
.e-grid .e-chk-hidden {
|
|
1986
|
-
-moz-appearance: none;
|
|
1979
|
+
-moz-appearance: none;
|
|
1987
1980
|
height: 1px;
|
|
1988
1981
|
opacity: 0;
|
|
1989
1982
|
width: 1px;
|
|
@@ -1997,7 +1990,7 @@
|
|
|
1997
1990
|
}
|
|
1998
1991
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1999
1992
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2000
|
-
-webkit-user-select: auto;
|
|
1993
|
+
-webkit-user-select: auto;
|
|
2001
1994
|
height: 20px;
|
|
2002
1995
|
line-height: 20px;
|
|
2003
1996
|
position: relative;
|
|
@@ -2193,7 +2186,7 @@
|
|
|
2193
2186
|
padding: 2px;
|
|
2194
2187
|
}
|
|
2195
2188
|
.e-grid .e-content {
|
|
2196
|
-
-webkit-overflow-scrolling: touch;
|
|
2189
|
+
-webkit-overflow-scrolling: touch;
|
|
2197
2190
|
overflow-x: auto;
|
|
2198
2191
|
overflow-y: scroll;
|
|
2199
2192
|
position: relative;
|
|
@@ -2323,9 +2316,6 @@
|
|
|
2323
2316
|
border-width: 1px 0 0;
|
|
2324
2317
|
cursor: pointer;
|
|
2325
2318
|
}
|
|
2326
|
-
.e-grid .e-disablepointer {
|
|
2327
|
-
cursor: default;
|
|
2328
|
-
}
|
|
2329
2319
|
.e-grid .e-groupcaption {
|
|
2330
2320
|
border-style: solid;
|
|
2331
2321
|
border-width: 1px 0 0;
|
|
@@ -2547,8 +2537,6 @@
|
|
|
2547
2537
|
.e-grid .e-checkboxfiltertext {
|
|
2548
2538
|
width: 150px;
|
|
2549
2539
|
word-break: normal;
|
|
2550
|
-
/* stylelint-disable */
|
|
2551
|
-
/* stylelint-enable */
|
|
2552
2540
|
}
|
|
2553
2541
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2554
2542
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2608,10 +2596,10 @@
|
|
|
2608
2596
|
overflow: hidden;
|
|
2609
2597
|
}
|
|
2610
2598
|
.e-grid .e-frozenhdrcont {
|
|
2611
|
-
-ms-touch-action: none;
|
|
2599
|
+
-ms-touch-action: none;
|
|
2612
2600
|
}
|
|
2613
2601
|
.e-grid .e-frozencontent {
|
|
2614
|
-
-ms-touch-action: none;
|
|
2602
|
+
-ms-touch-action: none;
|
|
2615
2603
|
border-bottom-width: 1px;
|
|
2616
2604
|
float: left;
|
|
2617
2605
|
width: min-content;
|
|
@@ -2620,19 +2608,19 @@
|
|
|
2620
2608
|
float: right;
|
|
2621
2609
|
}
|
|
2622
2610
|
.e-grid .e-movablecontent {
|
|
2623
|
-
-ms-overflow-style: none;
|
|
2611
|
+
-ms-overflow-style: none;
|
|
2624
2612
|
-ms-flex: 1;
|
|
2625
2613
|
flex: 1;
|
|
2626
2614
|
overflow-x: auto;
|
|
2627
2615
|
overflow-y: hidden;
|
|
2628
2616
|
}
|
|
2629
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2617
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2630
2618
|
display: none;
|
|
2631
2619
|
}
|
|
2632
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2620
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2633
2621
|
width: 7px;
|
|
2634
2622
|
}
|
|
2635
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2623
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2636
2624
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2637
2625
|
border-radius: 4px;
|
|
2638
2626
|
}
|
|
@@ -2995,21 +2983,21 @@
|
|
|
2995
2983
|
text-overflow: ellipsis;
|
|
2996
2984
|
}
|
|
2997
2985
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2998
|
-
margin: -
|
|
2986
|
+
margin: -20px 3px;
|
|
2999
2987
|
}
|
|
3000
2988
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3001
|
-
margin: -
|
|
2989
|
+
margin: -20px -5px;
|
|
3002
2990
|
}
|
|
3003
2991
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3004
|
-
margin: -
|
|
2992
|
+
margin: -14px 20px -29px 0;
|
|
3005
2993
|
}
|
|
3006
2994
|
.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 {
|
|
3007
|
-
margin: -
|
|
2995
|
+
margin: -14px 0;
|
|
3008
2996
|
}
|
|
3009
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3010
2998
|
display: inline-block;
|
|
3011
2999
|
}
|
|
3012
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3000
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3013
3001
|
text-overflow: clip;
|
|
3014
3002
|
}
|
|
3015
3003
|
.e-grid .e-clipboard {
|
|
@@ -3039,34 +3027,6 @@
|
|
|
3039
3027
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3040
3028
|
border-right: 0;
|
|
3041
3029
|
}
|
|
3042
|
-
.e-grid .e-mask {
|
|
3043
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3044
|
-
display: inline-block;
|
|
3045
|
-
height: 10px;
|
|
3046
|
-
width: 80%;
|
|
3047
|
-
}
|
|
3048
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3049
|
-
margin-left: 7px;
|
|
3050
|
-
width: 16px;
|
|
3051
|
-
}
|
|
3052
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3053
|
-
width: 16px;
|
|
3054
|
-
}
|
|
3055
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3056
|
-
margin-left: 3px;
|
|
3057
|
-
margin-right: 16px;
|
|
3058
|
-
width: 20px;
|
|
3059
|
-
}
|
|
3060
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3061
|
-
width: 13px;
|
|
3062
|
-
}
|
|
3063
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3064
|
-
margin-left: 8px;
|
|
3065
|
-
}
|
|
3066
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3067
|
-
margin-left: 12px;
|
|
3068
|
-
width: 12px;
|
|
3069
|
-
}
|
|
3070
3030
|
.e-grid.sf-grid .e-table {
|
|
3071
3031
|
border-spacing: 0.25px;
|
|
3072
3032
|
}
|
|
@@ -3657,7 +3617,7 @@
|
|
|
3657
3617
|
}
|
|
3658
3618
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3659
3619
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3660
|
-
-moz-appearance: none;
|
|
3620
|
+
-moz-appearance: none;
|
|
3661
3621
|
height: 1px;
|
|
3662
3622
|
opacity: 0;
|
|
3663
3623
|
width: 1px;
|
|
@@ -3933,7 +3893,7 @@
|
|
|
3933
3893
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3934
3894
|
border-right-color: #444c54;
|
|
3935
3895
|
}
|
|
3936
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3896
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3937
3897
|
background-color: #31373d;
|
|
3938
3898
|
color: #fff;
|
|
3939
3899
|
}
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/bootstrap5-dark-definition.scss';
|
|
19
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/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);
|
|
@@ -163,7 +161,6 @@
|
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
-
/* stylelint-disable */
|
|
167
164
|
/*! component icons */
|
|
168
165
|
.e-icon-check::before {
|
|
169
166
|
content: "\e774";
|
|
@@ -408,7 +405,6 @@
|
|
|
408
405
|
.e-bigger .e-grid,
|
|
409
406
|
.e-grid.e-bigger {
|
|
410
407
|
font-size: 16px;
|
|
411
|
-
/* stylelint-disable */
|
|
412
408
|
}
|
|
413
409
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
414
410
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1072,9 +1068,6 @@
|
|
|
1072
1068
|
font-size: 14px;
|
|
1073
1069
|
height: auto;
|
|
1074
1070
|
position: relative;
|
|
1075
|
-
/* stylelint-enable */
|
|
1076
|
-
/* stylelint-disable */
|
|
1077
|
-
/* stylelint-enable */
|
|
1078
1071
|
}
|
|
1079
1072
|
.e-grid .e-gridheader {
|
|
1080
1073
|
-webkit-user-select: none;
|
|
@@ -1983,7 +1976,7 @@
|
|
|
1983
1976
|
padding-left: 8px;
|
|
1984
1977
|
}
|
|
1985
1978
|
.e-grid .e-chk-hidden {
|
|
1986
|
-
-moz-appearance: none;
|
|
1979
|
+
-moz-appearance: none;
|
|
1987
1980
|
height: 1px;
|
|
1988
1981
|
opacity: 0;
|
|
1989
1982
|
width: 1px;
|
|
@@ -1997,7 +1990,7 @@
|
|
|
1997
1990
|
}
|
|
1998
1991
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1999
1992
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2000
|
-
-webkit-user-select: auto;
|
|
1993
|
+
-webkit-user-select: auto;
|
|
2001
1994
|
height: 20px;
|
|
2002
1995
|
line-height: 20px;
|
|
2003
1996
|
position: relative;
|
|
@@ -2193,7 +2186,7 @@
|
|
|
2193
2186
|
padding: 2px;
|
|
2194
2187
|
}
|
|
2195
2188
|
.e-grid .e-content {
|
|
2196
|
-
-webkit-overflow-scrolling: touch;
|
|
2189
|
+
-webkit-overflow-scrolling: touch;
|
|
2197
2190
|
overflow-x: auto;
|
|
2198
2191
|
overflow-y: scroll;
|
|
2199
2192
|
position: relative;
|
|
@@ -2323,9 +2316,6 @@
|
|
|
2323
2316
|
border-width: 1px 0 0;
|
|
2324
2317
|
cursor: pointer;
|
|
2325
2318
|
}
|
|
2326
|
-
.e-grid .e-disablepointer {
|
|
2327
|
-
cursor: default;
|
|
2328
|
-
}
|
|
2329
2319
|
.e-grid .e-groupcaption {
|
|
2330
2320
|
border-style: solid;
|
|
2331
2321
|
border-width: 1px 0 0;
|
|
@@ -2547,8 +2537,6 @@
|
|
|
2547
2537
|
.e-grid .e-checkboxfiltertext {
|
|
2548
2538
|
width: 150px;
|
|
2549
2539
|
word-break: normal;
|
|
2550
|
-
/* stylelint-disable */
|
|
2551
|
-
/* stylelint-enable */
|
|
2552
2540
|
}
|
|
2553
2541
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2554
2542
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2608,10 +2596,10 @@
|
|
|
2608
2596
|
overflow: hidden;
|
|
2609
2597
|
}
|
|
2610
2598
|
.e-grid .e-frozenhdrcont {
|
|
2611
|
-
-ms-touch-action: none;
|
|
2599
|
+
-ms-touch-action: none;
|
|
2612
2600
|
}
|
|
2613
2601
|
.e-grid .e-frozencontent {
|
|
2614
|
-
-ms-touch-action: none;
|
|
2602
|
+
-ms-touch-action: none;
|
|
2615
2603
|
border-bottom-width: 1px;
|
|
2616
2604
|
float: left;
|
|
2617
2605
|
width: min-content;
|
|
@@ -2620,19 +2608,19 @@
|
|
|
2620
2608
|
float: right;
|
|
2621
2609
|
}
|
|
2622
2610
|
.e-grid .e-movablecontent {
|
|
2623
|
-
-ms-overflow-style: none;
|
|
2611
|
+
-ms-overflow-style: none;
|
|
2624
2612
|
-ms-flex: 1;
|
|
2625
2613
|
flex: 1;
|
|
2626
2614
|
overflow-x: auto;
|
|
2627
2615
|
overflow-y: hidden;
|
|
2628
2616
|
}
|
|
2629
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2617
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2630
2618
|
display: none;
|
|
2631
2619
|
}
|
|
2632
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2620
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2633
2621
|
width: 7px;
|
|
2634
2622
|
}
|
|
2635
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2623
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2636
2624
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2637
2625
|
border-radius: 4px;
|
|
2638
2626
|
}
|
|
@@ -2995,21 +2983,21 @@
|
|
|
2995
2983
|
text-overflow: ellipsis;
|
|
2996
2984
|
}
|
|
2997
2985
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2998
|
-
margin: -
|
|
2986
|
+
margin: -20px 3px;
|
|
2999
2987
|
}
|
|
3000
2988
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3001
|
-
margin: -
|
|
2989
|
+
margin: -20px -5px;
|
|
3002
2990
|
}
|
|
3003
2991
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3004
|
-
margin: -
|
|
2992
|
+
margin: -14px 20px -29px 0;
|
|
3005
2993
|
}
|
|
3006
2994
|
.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 {
|
|
3007
|
-
margin: -
|
|
2995
|
+
margin: -14px 0;
|
|
3008
2996
|
}
|
|
3009
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3010
2998
|
display: inline-block;
|
|
3011
2999
|
}
|
|
3012
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3000
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3013
3001
|
text-overflow: clip;
|
|
3014
3002
|
}
|
|
3015
3003
|
.e-grid .e-clipboard {
|
|
@@ -3039,34 +3027,6 @@
|
|
|
3039
3027
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3040
3028
|
border-right: 0;
|
|
3041
3029
|
}
|
|
3042
|
-
.e-grid .e-mask {
|
|
3043
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3044
|
-
display: inline-block;
|
|
3045
|
-
height: 10px;
|
|
3046
|
-
width: 80%;
|
|
3047
|
-
}
|
|
3048
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3049
|
-
margin-left: 7px;
|
|
3050
|
-
width: 16px;
|
|
3051
|
-
}
|
|
3052
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3053
|
-
width: 16px;
|
|
3054
|
-
}
|
|
3055
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3056
|
-
margin-left: 3px;
|
|
3057
|
-
margin-right: 16px;
|
|
3058
|
-
width: 20px;
|
|
3059
|
-
}
|
|
3060
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3061
|
-
width: 13px;
|
|
3062
|
-
}
|
|
3063
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3064
|
-
margin-left: 8px;
|
|
3065
|
-
}
|
|
3066
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3067
|
-
margin-left: 12px;
|
|
3068
|
-
width: 12px;
|
|
3069
|
-
}
|
|
3070
3030
|
.e-grid.sf-grid .e-table {
|
|
3071
3031
|
border-spacing: 0.25px;
|
|
3072
3032
|
}
|
|
@@ -3657,7 +3617,7 @@
|
|
|
3657
3617
|
}
|
|
3658
3618
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3659
3619
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3660
|
-
-moz-appearance: none;
|
|
3620
|
+
-moz-appearance: none;
|
|
3661
3621
|
height: 1px;
|
|
3662
3622
|
opacity: 0;
|
|
3663
3623
|
width: 1px;
|
|
@@ -3933,7 +3893,7 @@
|
|
|
3933
3893
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3934
3894
|
border-right-color: #dee2e6;
|
|
3935
3895
|
}
|
|
3936
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3896
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3937
3897
|
background-color: #eff1f4;
|
|
3938
3898
|
color: #212529;
|
|
3939
3899
|
}
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap5-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/bootstrap5-definition.scss';
|
|
19
|
-
@import 'bootstrap5-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap5.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap5.scss';
|