@syncfusion/ej2-angular-grids 20.2.39 → 20.2.40-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 +2658 -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 +16 -22
- package/styles/bootstrap.css +16 -22
- package/styles/bootstrap4.css +16 -22
- package/styles/bootstrap5-dark.css +16 -23
- package/styles/bootstrap5.css +16 -23
- 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 +18 -24
- package/styles/fabric.css +18 -24
- package/styles/fluent-dark.css +16 -22
- package/styles/fluent.css +16 -22
- package/styles/grid/bootstrap-dark.css +11 -19
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +11 -19
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +11 -19
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +11 -20
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +11 -20
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +12 -20
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +12 -20
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +11 -19
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +11 -19
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +12 -20
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +12 -20
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +12 -20
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +12 -20
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +11 -19
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +11 -19
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +18 -24
- package/styles/highcontrast.css +18 -24
- package/styles/material-dark.css +18 -24
- package/styles/material.css +18 -24
- package/styles/tailwind-dark.css +16 -22
- package/styles/tailwind.css +16 -22
- 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 -4315
- 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
package/styles/fluent-dark.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;
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
min-height: 34px;
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
129
127
|
@keyframes material-spinner-rotate {
|
|
130
128
|
0% {
|
|
131
129
|
transform: rotate(0);
|
|
@@ -181,6 +179,10 @@
|
|
|
181
179
|
padding: 14px;
|
|
182
180
|
padding-top: 4px;
|
|
183
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
184
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
185
187
|
height: 26px;
|
|
186
188
|
line-height: 26px;
|
|
@@ -391,7 +393,7 @@
|
|
|
391
393
|
word-break: normal;
|
|
392
394
|
}
|
|
393
395
|
.e-excelfilter .e-chk-hidden {
|
|
394
|
-
-moz-appearance: none;
|
|
396
|
+
-moz-appearance: none;
|
|
395
397
|
height: 1px;
|
|
396
398
|
opacity: 0;
|
|
397
399
|
width: 1px;
|
|
@@ -535,8 +537,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
535
537
|
border-color: #0078d4;
|
|
536
538
|
}
|
|
537
539
|
|
|
538
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
539
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
540
540
|
@keyframes material-spinner-rotate {
|
|
541
541
|
0% {
|
|
542
542
|
transform: rotate(0);
|
|
@@ -797,7 +797,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
797
|
.e-bigger .e-grid,
|
|
798
798
|
.e-grid.e-bigger {
|
|
799
799
|
font-size: 16px;
|
|
800
|
-
/* stylelint-disable */
|
|
801
800
|
}
|
|
802
801
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
803
802
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1485,9 +1484,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1485
1484
|
font-size: 14px;
|
|
1486
1485
|
height: auto;
|
|
1487
1486
|
position: relative;
|
|
1488
|
-
/* stylelint-enable */
|
|
1489
|
-
/* stylelint-disable */
|
|
1490
|
-
/* stylelint-enable */
|
|
1491
1487
|
}
|
|
1492
1488
|
.e-grid .e-gridheader {
|
|
1493
1489
|
-webkit-user-select: none;
|
|
@@ -2405,7 +2401,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2405
2401
|
padding-left: 8px;
|
|
2406
2402
|
}
|
|
2407
2403
|
.e-grid .e-chk-hidden {
|
|
2408
|
-
-moz-appearance: none;
|
|
2404
|
+
-moz-appearance: none;
|
|
2409
2405
|
height: 1px;
|
|
2410
2406
|
opacity: 0;
|
|
2411
2407
|
width: 1px;
|
|
@@ -2419,7 +2415,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2419
2415
|
}
|
|
2420
2416
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2421
2417
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2422
|
-
-webkit-user-select: auto;
|
|
2418
|
+
-webkit-user-select: auto;
|
|
2423
2419
|
height: 20px;
|
|
2424
2420
|
line-height: 20px;
|
|
2425
2421
|
position: relative;
|
|
@@ -2616,7 +2612,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2616
2612
|
padding: 2px;
|
|
2617
2613
|
}
|
|
2618
2614
|
.e-grid .e-content {
|
|
2619
|
-
-webkit-overflow-scrolling: touch;
|
|
2615
|
+
-webkit-overflow-scrolling: touch;
|
|
2620
2616
|
overflow-x: auto;
|
|
2621
2617
|
overflow-y: scroll;
|
|
2622
2618
|
position: relative;
|
|
@@ -2970,9 +2966,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2970
2966
|
.e-grid .e-checkboxfiltertext {
|
|
2971
2967
|
width: 150px;
|
|
2972
2968
|
word-break: normal;
|
|
2973
|
-
/* stylelint-disable */
|
|
2974
2969
|
margin-left: 12px !important;
|
|
2975
|
-
/* stylelint-enable */
|
|
2976
2970
|
}
|
|
2977
2971
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2978
2972
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3032,10 +3026,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3032
3026
|
overflow: hidden;
|
|
3033
3027
|
}
|
|
3034
3028
|
.e-grid .e-frozenhdrcont {
|
|
3035
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none;
|
|
3036
3030
|
}
|
|
3037
3031
|
.e-grid .e-frozencontent {
|
|
3038
|
-
-ms-touch-action: none;
|
|
3032
|
+
-ms-touch-action: none;
|
|
3039
3033
|
border-bottom-width: 1px;
|
|
3040
3034
|
float: left;
|
|
3041
3035
|
width: min-content;
|
|
@@ -3044,19 +3038,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3044
3038
|
float: right;
|
|
3045
3039
|
}
|
|
3046
3040
|
.e-grid .e-movablecontent {
|
|
3047
|
-
-ms-overflow-style: none;
|
|
3041
|
+
-ms-overflow-style: none;
|
|
3048
3042
|
-ms-flex: 1;
|
|
3049
3043
|
flex: 1;
|
|
3050
3044
|
overflow-x: auto;
|
|
3051
3045
|
overflow-y: hidden;
|
|
3052
3046
|
}
|
|
3053
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3047
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3054
3048
|
display: none;
|
|
3055
3049
|
}
|
|
3056
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3057
3051
|
width: 7px;
|
|
3058
3052
|
}
|
|
3059
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3053
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
3054
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3061
3055
|
border-radius: 4px;
|
|
3062
3056
|
}
|
|
@@ -3436,7 +3430,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3436
3430
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3437
3431
|
display: inline-block;
|
|
3438
3432
|
}
|
|
3439
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3433
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3440
3434
|
text-overflow: clip;
|
|
3441
3435
|
}
|
|
3442
3436
|
.e-grid .e-clipboard {
|
|
@@ -4060,7 +4054,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4060
4054
|
}
|
|
4061
4055
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4062
4056
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4063
|
-
-moz-appearance: none;
|
|
4057
|
+
-moz-appearance: none;
|
|
4064
4058
|
height: 1px;
|
|
4065
4059
|
opacity: 0;
|
|
4066
4060
|
width: 1px;
|
package/styles/fluent.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;
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
min-height: 34px;
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
129
127
|
@keyframes material-spinner-rotate {
|
|
130
128
|
0% {
|
|
131
129
|
transform: rotate(0);
|
|
@@ -181,6 +179,10 @@
|
|
|
181
179
|
padding: 14px;
|
|
182
180
|
padding-top: 4px;
|
|
183
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
184
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
185
187
|
height: 26px;
|
|
186
188
|
line-height: 26px;
|
|
@@ -391,7 +393,7 @@
|
|
|
391
393
|
word-break: normal;
|
|
392
394
|
}
|
|
393
395
|
.e-excelfilter .e-chk-hidden {
|
|
394
|
-
-moz-appearance: none;
|
|
396
|
+
-moz-appearance: none;
|
|
395
397
|
height: 1px;
|
|
396
398
|
opacity: 0;
|
|
397
399
|
width: 1px;
|
|
@@ -535,8 +537,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
535
537
|
border-color: #0078d4;
|
|
536
538
|
}
|
|
537
539
|
|
|
538
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
539
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
540
540
|
@keyframes material-spinner-rotate {
|
|
541
541
|
0% {
|
|
542
542
|
transform: rotate(0);
|
|
@@ -797,7 +797,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
797
|
.e-bigger .e-grid,
|
|
798
798
|
.e-grid.e-bigger {
|
|
799
799
|
font-size: 16px;
|
|
800
|
-
/* stylelint-disable */
|
|
801
800
|
}
|
|
802
801
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
803
802
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1485,9 +1484,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1485
1484
|
font-size: 14px;
|
|
1486
1485
|
height: auto;
|
|
1487
1486
|
position: relative;
|
|
1488
|
-
/* stylelint-enable */
|
|
1489
|
-
/* stylelint-disable */
|
|
1490
|
-
/* stylelint-enable */
|
|
1491
1487
|
}
|
|
1492
1488
|
.e-grid .e-gridheader {
|
|
1493
1489
|
-webkit-user-select: none;
|
|
@@ -2405,7 +2401,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2405
2401
|
padding-left: 8px;
|
|
2406
2402
|
}
|
|
2407
2403
|
.e-grid .e-chk-hidden {
|
|
2408
|
-
-moz-appearance: none;
|
|
2404
|
+
-moz-appearance: none;
|
|
2409
2405
|
height: 1px;
|
|
2410
2406
|
opacity: 0;
|
|
2411
2407
|
width: 1px;
|
|
@@ -2419,7 +2415,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2419
2415
|
}
|
|
2420
2416
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2421
2417
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2422
|
-
-webkit-user-select: auto;
|
|
2418
|
+
-webkit-user-select: auto;
|
|
2423
2419
|
height: 20px;
|
|
2424
2420
|
line-height: 20px;
|
|
2425
2421
|
position: relative;
|
|
@@ -2616,7 +2612,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2616
2612
|
padding: 2px;
|
|
2617
2613
|
}
|
|
2618
2614
|
.e-grid .e-content {
|
|
2619
|
-
-webkit-overflow-scrolling: touch;
|
|
2615
|
+
-webkit-overflow-scrolling: touch;
|
|
2620
2616
|
overflow-x: auto;
|
|
2621
2617
|
overflow-y: scroll;
|
|
2622
2618
|
position: relative;
|
|
@@ -2970,9 +2966,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2970
2966
|
.e-grid .e-checkboxfiltertext {
|
|
2971
2967
|
width: 150px;
|
|
2972
2968
|
word-break: normal;
|
|
2973
|
-
/* stylelint-disable */
|
|
2974
2969
|
margin-left: 12px !important;
|
|
2975
|
-
/* stylelint-enable */
|
|
2976
2970
|
}
|
|
2977
2971
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2978
2972
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3032,10 +3026,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3032
3026
|
overflow: hidden;
|
|
3033
3027
|
}
|
|
3034
3028
|
.e-grid .e-frozenhdrcont {
|
|
3035
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none;
|
|
3036
3030
|
}
|
|
3037
3031
|
.e-grid .e-frozencontent {
|
|
3038
|
-
-ms-touch-action: none;
|
|
3032
|
+
-ms-touch-action: none;
|
|
3039
3033
|
border-bottom-width: 1px;
|
|
3040
3034
|
float: left;
|
|
3041
3035
|
width: min-content;
|
|
@@ -3044,19 +3038,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3044
3038
|
float: right;
|
|
3045
3039
|
}
|
|
3046
3040
|
.e-grid .e-movablecontent {
|
|
3047
|
-
-ms-overflow-style: none;
|
|
3041
|
+
-ms-overflow-style: none;
|
|
3048
3042
|
-ms-flex: 1;
|
|
3049
3043
|
flex: 1;
|
|
3050
3044
|
overflow-x: auto;
|
|
3051
3045
|
overflow-y: hidden;
|
|
3052
3046
|
}
|
|
3053
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3047
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3054
3048
|
display: none;
|
|
3055
3049
|
}
|
|
3056
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3057
3051
|
width: 7px;
|
|
3058
3052
|
}
|
|
3059
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3053
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
3054
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3061
3055
|
border-radius: 4px;
|
|
3062
3056
|
}
|
|
@@ -3436,7 +3430,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3436
3430
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3437
3431
|
display: inline-block;
|
|
3438
3432
|
}
|
|
3439
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3433
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3440
3434
|
text-overflow: clip;
|
|
3441
3435
|
}
|
|
3442
3436
|
.e-grid .e-clipboard {
|
|
@@ -4060,7 +4054,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4060
4054
|
}
|
|
4061
4055
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4062
4056
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4063
|
-
-moz-appearance: none;
|
|
4057
|
+
-moz-appearance: none;
|
|
4064
4058
|
height: 1px;
|
|
4065
4059
|
opacity: 0;
|
|
4066
4060
|
width: 1px;
|
|
@@ -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);
|
|
@@ -354,7 +352,6 @@
|
|
|
354
352
|
.e-bigger .e-grid,
|
|
355
353
|
.e-grid.e-bigger {
|
|
356
354
|
font-size: 14px;
|
|
357
|
-
/* stylelint-disable */
|
|
358
355
|
}
|
|
359
356
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
360
357
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1012,9 +1009,6 @@
|
|
|
1012
1009
|
font-size: 13px;
|
|
1013
1010
|
height: auto;
|
|
1014
1011
|
position: relative;
|
|
1015
|
-
/* stylelint-enable */
|
|
1016
|
-
/* stylelint-disable */
|
|
1017
|
-
/* stylelint-enable */
|
|
1018
1012
|
}
|
|
1019
1013
|
.e-grid .e-gridheader {
|
|
1020
1014
|
-webkit-user-select: none;
|
|
@@ -1922,7 +1916,7 @@
|
|
|
1922
1916
|
padding-left: 8px;
|
|
1923
1917
|
}
|
|
1924
1918
|
.e-grid .e-chk-hidden {
|
|
1925
|
-
-moz-appearance: none;
|
|
1919
|
+
-moz-appearance: none;
|
|
1926
1920
|
height: 1px;
|
|
1927
1921
|
opacity: 0;
|
|
1928
1922
|
width: 1px;
|
|
@@ -1936,7 +1930,7 @@
|
|
|
1936
1930
|
}
|
|
1937
1931
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1938
1932
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1939
|
-
-webkit-user-select: auto;
|
|
1933
|
+
-webkit-user-select: auto;
|
|
1940
1934
|
height: 20px;
|
|
1941
1935
|
line-height: 20px;
|
|
1942
1936
|
position: relative;
|
|
@@ -2132,7 +2126,7 @@
|
|
|
2132
2126
|
padding: 2px;
|
|
2133
2127
|
}
|
|
2134
2128
|
.e-grid .e-content {
|
|
2135
|
-
-webkit-overflow-scrolling: touch;
|
|
2129
|
+
-webkit-overflow-scrolling: touch;
|
|
2136
2130
|
overflow-x: auto;
|
|
2137
2131
|
overflow-y: scroll;
|
|
2138
2132
|
position: relative;
|
|
@@ -2483,8 +2477,6 @@
|
|
|
2483
2477
|
.e-grid .e-checkboxfiltertext {
|
|
2484
2478
|
width: 150px;
|
|
2485
2479
|
word-break: normal;
|
|
2486
|
-
/* stylelint-disable */
|
|
2487
|
-
/* stylelint-enable */
|
|
2488
2480
|
}
|
|
2489
2481
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2490
2482
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2544,10 +2536,10 @@
|
|
|
2544
2536
|
overflow: hidden;
|
|
2545
2537
|
}
|
|
2546
2538
|
.e-grid .e-frozenhdrcont {
|
|
2547
|
-
-ms-touch-action: none;
|
|
2539
|
+
-ms-touch-action: none;
|
|
2548
2540
|
}
|
|
2549
2541
|
.e-grid .e-frozencontent {
|
|
2550
|
-
-ms-touch-action: none;
|
|
2542
|
+
-ms-touch-action: none;
|
|
2551
2543
|
border-bottom-width: 1px;
|
|
2552
2544
|
float: left;
|
|
2553
2545
|
width: min-content;
|
|
@@ -2556,19 +2548,19 @@
|
|
|
2556
2548
|
float: right;
|
|
2557
2549
|
}
|
|
2558
2550
|
.e-grid .e-movablecontent {
|
|
2559
|
-
-ms-overflow-style: none;
|
|
2551
|
+
-ms-overflow-style: none;
|
|
2560
2552
|
-ms-flex: 1;
|
|
2561
2553
|
flex: 1;
|
|
2562
2554
|
overflow-x: auto;
|
|
2563
2555
|
overflow-y: hidden;
|
|
2564
2556
|
}
|
|
2565
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2557
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2566
2558
|
display: none;
|
|
2567
2559
|
}
|
|
2568
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2560
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2569
2561
|
width: 7px;
|
|
2570
2562
|
}
|
|
2571
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2563
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2572
2564
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2573
2565
|
border-radius: 4px;
|
|
2574
2566
|
}
|
|
@@ -2948,7 +2940,7 @@
|
|
|
2948
2940
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2949
2941
|
display: inline-block;
|
|
2950
2942
|
}
|
|
2951
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2943
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2952
2944
|
text-overflow: clip;
|
|
2953
2945
|
}
|
|
2954
2946
|
.e-grid .e-clipboard {
|
|
@@ -3558,7 +3550,7 @@
|
|
|
3558
3550
|
}
|
|
3559
3551
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3560
3552
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3561
|
-
-moz-appearance: none;
|
|
3553
|
+
-moz-appearance: none;
|
|
3562
3554
|
height: 1px;
|
|
3563
3555
|
opacity: 0;
|
|
3564
3556
|
width: 1px;
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'icons/bootstrap-dark.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/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);
|
|
@@ -355,7 +353,6 @@
|
|
|
355
353
|
.e-bigger .e-grid,
|
|
356
354
|
.e-grid.e-bigger {
|
|
357
355
|
font-size: 14px;
|
|
358
|
-
/* stylelint-disable */
|
|
359
356
|
}
|
|
360
357
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
361
358
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1013,9 +1010,6 @@
|
|
|
1013
1010
|
font-size: 13px;
|
|
1014
1011
|
height: auto;
|
|
1015
1012
|
position: relative;
|
|
1016
|
-
/* stylelint-enable */
|
|
1017
|
-
/* stylelint-disable */
|
|
1018
|
-
/* stylelint-enable */
|
|
1019
1013
|
}
|
|
1020
1014
|
.e-grid .e-gridheader {
|
|
1021
1015
|
-webkit-user-select: none;
|
|
@@ -1923,7 +1917,7 @@
|
|
|
1923
1917
|
padding-left: 8px;
|
|
1924
1918
|
}
|
|
1925
1919
|
.e-grid .e-chk-hidden {
|
|
1926
|
-
-moz-appearance: none;
|
|
1920
|
+
-moz-appearance: none;
|
|
1927
1921
|
height: 1px;
|
|
1928
1922
|
opacity: 0;
|
|
1929
1923
|
width: 1px;
|
|
@@ -1937,7 +1931,7 @@
|
|
|
1937
1931
|
}
|
|
1938
1932
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1939
1933
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1940
|
-
-webkit-user-select: auto;
|
|
1934
|
+
-webkit-user-select: auto;
|
|
1941
1935
|
height: 20px;
|
|
1942
1936
|
line-height: 20px;
|
|
1943
1937
|
position: relative;
|
|
@@ -2133,7 +2127,7 @@
|
|
|
2133
2127
|
padding: 2px;
|
|
2134
2128
|
}
|
|
2135
2129
|
.e-grid .e-content {
|
|
2136
|
-
-webkit-overflow-scrolling: touch;
|
|
2130
|
+
-webkit-overflow-scrolling: touch;
|
|
2137
2131
|
overflow-x: auto;
|
|
2138
2132
|
overflow-y: scroll;
|
|
2139
2133
|
position: relative;
|
|
@@ -2484,8 +2478,6 @@
|
|
|
2484
2478
|
.e-grid .e-checkboxfiltertext {
|
|
2485
2479
|
width: 150px;
|
|
2486
2480
|
word-break: normal;
|
|
2487
|
-
/* stylelint-disable */
|
|
2488
|
-
/* stylelint-enable */
|
|
2489
2481
|
}
|
|
2490
2482
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2491
2483
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2545,10 +2537,10 @@
|
|
|
2545
2537
|
overflow: hidden;
|
|
2546
2538
|
}
|
|
2547
2539
|
.e-grid .e-frozenhdrcont {
|
|
2548
|
-
-ms-touch-action: none;
|
|
2540
|
+
-ms-touch-action: none;
|
|
2549
2541
|
}
|
|
2550
2542
|
.e-grid .e-frozencontent {
|
|
2551
|
-
-ms-touch-action: none;
|
|
2543
|
+
-ms-touch-action: none;
|
|
2552
2544
|
border-bottom-width: 1px;
|
|
2553
2545
|
float: left;
|
|
2554
2546
|
width: min-content;
|
|
@@ -2557,19 +2549,19 @@
|
|
|
2557
2549
|
float: right;
|
|
2558
2550
|
}
|
|
2559
2551
|
.e-grid .e-movablecontent {
|
|
2560
|
-
-ms-overflow-style: none;
|
|
2552
|
+
-ms-overflow-style: none;
|
|
2561
2553
|
-ms-flex: 1;
|
|
2562
2554
|
flex: 1;
|
|
2563
2555
|
overflow-x: auto;
|
|
2564
2556
|
overflow-y: hidden;
|
|
2565
2557
|
}
|
|
2566
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2558
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2567
2559
|
display: none;
|
|
2568
2560
|
}
|
|
2569
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2561
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2570
2562
|
width: 7px;
|
|
2571
2563
|
}
|
|
2572
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2564
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2573
2565
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2574
2566
|
border-radius: 4px;
|
|
2575
2567
|
}
|
|
@@ -2949,7 +2941,7 @@
|
|
|
2949
2941
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2950
2942
|
display: inline-block;
|
|
2951
2943
|
}
|
|
2952
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2944
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2953
2945
|
text-overflow: clip;
|
|
2954
2946
|
}
|
|
2955
2947
|
.e-grid .e-clipboard {
|
|
@@ -3559,7 +3551,7 @@
|
|
|
3559
3551
|
}
|
|
3560
3552
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3561
3553
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3562
|
-
-moz-appearance: none;
|
|
3554
|
+
-moz-appearance: none;
|
|
3563
3555
|
height: 1px;
|
|
3564
3556
|
opacity: 0;
|
|
3565
3557
|
width: 1px;
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
18
|
-
@import 'bootstrap-definition.scss';
|
|
19
|
-
@import 'icons/bootstrap.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap.scss';
|