@syncfusion/ej2-angular-grids 20.4.51 → 20.4.52-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 +2773 -0
- package/dist/ej2-angular-grids.umd.js +1604 -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/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +3 -2
- package/styles/bootstrap.css +3 -2
- package/styles/bootstrap4.css +3 -2
- package/styles/bootstrap5-dark.css +6 -5
- package/styles/bootstrap5.css +6 -5
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +3 -2
- package/styles/fabric.css +3 -2
- package/styles/fluent-dark.css +6 -5
- package/styles/fluent.css +6 -5
- package/styles/grid/bootstrap-dark.css +3 -2
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +3 -2
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +3 -2
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +6 -5
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +6 -5
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +3 -2
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +3 -2
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +6 -5
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +6 -5
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +3 -2
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +3 -2
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +3 -2
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +3 -2
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +6 -5
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +6 -5
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +3 -2
- package/styles/highcontrast.css +3 -2
- package/styles/material-dark.css +3 -2
- package/styles/material.css +3 -2
- package/styles/tailwind-dark.css +6 -5
- package/styles/tailwind.css +6 -5
- 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 -417
- 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 -42
- 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 -599
- package/styles/grid/_bootstrap-definition.scss +0 -601
- package/styles/grid/_bootstrap4-definition.scss +0 -605
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -600
- package/styles/grid/_fabric-dark-definition.scss +0 -597
- package/styles/grid/_fabric-definition.scss +0 -597
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -592
- package/styles/grid/_fusionnew-definition.scss +0 -577
- package/styles/grid/_highcontrast-definition.scss +0 -597
- package/styles/grid/_highcontrast-light-definition.scss +0 -593
- package/styles/grid/_layout.scss +0 -4393
- package/styles/grid/_material-dark-definition.scss +0 -597
- package/styles/grid/_material-definition.scss +0 -595
- package/styles/grid/_material3-definition.scss +0 -601
- 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 -606
- 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,17 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'ej2-notifications/styles/skeleton/tailwind-dark-definition.scss';
|
|
15
|
-
@import 'tailwind-dark-definition.scss';
|
|
16
|
-
@import 'icons/tailwind-dark.scss';
|
|
17
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/tailwind-dark.scss';
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
14
|
-
@import 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
|
|
15
|
-
@import 'tailwind-definition.scss';
|
|
16
|
-
@import 'icons/tailwind.scss';
|
|
17
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/tailwind.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3362,7 +3362,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3362
3362
|
border-right: 0;
|
|
3363
3363
|
border-top: 0;
|
|
3364
3364
|
}
|
|
3365
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3365
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3366
3366
|
border-right: 0;
|
|
3367
3367
|
}
|
|
3368
3368
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4479,7 +4479,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4479
4479
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4480
4480
|
border-right: 0 #414040 solid;
|
|
4481
4481
|
}
|
|
4482
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4482
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4483
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4483
4484
|
background-color: #414040;
|
|
4484
4485
|
}
|
|
4485
4486
|
|
package/styles/fabric.css
CHANGED
|
@@ -3355,7 +3355,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3355
3355
|
border-right: 0;
|
|
3356
3356
|
border-top: 0;
|
|
3357
3357
|
}
|
|
3358
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3358
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3359
3359
|
border-right: 0;
|
|
3360
3360
|
}
|
|
3361
3361
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4472,7 +4472,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4472
4472
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4473
4473
|
border-right: 0 #eaeaea solid;
|
|
4474
4474
|
}
|
|
4475
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4475
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4476
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4476
4477
|
background-color: #f4f4f4;
|
|
4477
4478
|
}
|
|
4478
4479
|
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1561,13 +1561,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1561
1561
|
display: block;
|
|
1562
1562
|
text-indent: 10px;
|
|
1563
1563
|
font-size: 16px;
|
|
1564
|
-
font-weight:
|
|
1564
|
+
font-weight: 700;
|
|
1565
1565
|
color: #a19f9d;
|
|
1566
1566
|
opacity: 0.54;
|
|
1567
1567
|
}
|
|
1568
1568
|
.e-grid .e-row .e-icon-rowdragmoveicon::before {
|
|
1569
1569
|
font-size: 16px;
|
|
1570
|
-
font-weight:
|
|
1570
|
+
font-weight: 700;
|
|
1571
1571
|
}
|
|
1572
1572
|
.e-grid .e-row .e-icon-rowdragmoveicon {
|
|
1573
1573
|
padding-left: 10px;
|
|
@@ -2650,7 +2650,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2650
2650
|
.e-grid .e-groupdroparea {
|
|
2651
2651
|
border-top-width: 1px;
|
|
2652
2652
|
font-size: 12px;
|
|
2653
|
-
font-weight:
|
|
2653
|
+
font-weight: 400;
|
|
2654
2654
|
opacity: 1;
|
|
2655
2655
|
padding: 13px 0 14px 0;
|
|
2656
2656
|
text-align: center;
|
|
@@ -3468,7 +3468,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3468
3468
|
border-right: 0;
|
|
3469
3469
|
border-top: 0;
|
|
3470
3470
|
}
|
|
3471
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3471
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3472
3472
|
border-right: 0;
|
|
3473
3473
|
}
|
|
3474
3474
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4600,7 +4600,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4600
4600
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4601
4601
|
border-right: 0 #292827 solid;
|
|
4602
4602
|
}
|
|
4603
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4603
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4604
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4604
4605
|
background-color: #252423;
|
|
4605
4606
|
}
|
|
4606
4607
|
|
package/styles/fluent.css
CHANGED
|
@@ -1561,13 +1561,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1561
1561
|
display: block;
|
|
1562
1562
|
text-indent: 10px;
|
|
1563
1563
|
font-size: 16px;
|
|
1564
|
-
font-weight:
|
|
1564
|
+
font-weight: 700;
|
|
1565
1565
|
color: #605e5c;
|
|
1566
1566
|
opacity: 0.54;
|
|
1567
1567
|
}
|
|
1568
1568
|
.e-grid .e-row .e-icon-rowdragmoveicon::before {
|
|
1569
1569
|
font-size: 16px;
|
|
1570
|
-
font-weight:
|
|
1570
|
+
font-weight: 700;
|
|
1571
1571
|
}
|
|
1572
1572
|
.e-grid .e-row .e-icon-rowdragmoveicon {
|
|
1573
1573
|
padding-left: 10px;
|
|
@@ -2650,7 +2650,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2650
2650
|
.e-grid .e-groupdroparea {
|
|
2651
2651
|
border-top-width: 1px;
|
|
2652
2652
|
font-size: 12px;
|
|
2653
|
-
font-weight:
|
|
2653
|
+
font-weight: 400;
|
|
2654
2654
|
opacity: 1;
|
|
2655
2655
|
padding: 13px 0 14px 0;
|
|
2656
2656
|
text-align: center;
|
|
@@ -3468,7 +3468,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3468
3468
|
border-right: 0;
|
|
3469
3469
|
border-top: 0;
|
|
3470
3470
|
}
|
|
3471
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3471
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3472
3472
|
border-right: 0;
|
|
3473
3473
|
}
|
|
3474
3474
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4600,7 +4600,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4600
4600
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4601
4601
|
border-right: 0 #edebe9 solid;
|
|
4602
4602
|
}
|
|
4603
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4603
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4604
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4604
4605
|
background-color: #f3f2f1;
|
|
4605
4606
|
}
|
|
4606
4607
|
|
|
@@ -2976,7 +2976,7 @@
|
|
|
2976
2976
|
border-right: 0;
|
|
2977
2977
|
border-top: 0;
|
|
2978
2978
|
}
|
|
2979
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
2979
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
2980
2980
|
border-right: 0;
|
|
2981
2981
|
}
|
|
2982
2982
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4093,7 +4093,8 @@
|
|
|
4093
4093
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4094
4094
|
border-right: 0 #484848 solid;
|
|
4095
4095
|
}
|
|
4096
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4096
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4097
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4097
4098
|
background-color: #393939;
|
|
4098
4099
|
}
|
|
4099
4100
|
|
|
@@ -1,21 +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 'ej2-notifications/styles/skeleton/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap-dark.scss';
|
|
@@ -2977,7 +2977,7 @@
|
|
|
2977
2977
|
border-right: 0;
|
|
2978
2978
|
border-top: 0;
|
|
2979
2979
|
}
|
|
2980
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
2980
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
2981
2981
|
border-right: 0;
|
|
2982
2982
|
}
|
|
2983
2983
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4094,7 +4094,8 @@
|
|
|
4094
4094
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4095
4095
|
border-right: 0 #ddd solid;
|
|
4096
4096
|
}
|
|
4097
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4097
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4098
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4098
4099
|
background-color: #f5f5f5;
|
|
4099
4100
|
}
|
|
4100
4101
|
|
|
@@ -1,21 +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 'ej2-notifications/styles/skeleton/bootstrap-definition.scss';
|
|
19
|
-
@import 'bootstrap-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap.scss';
|
|
@@ -3028,7 +3028,7 @@
|
|
|
3028
3028
|
border-right: 0;
|
|
3029
3029
|
border-top: 0;
|
|
3030
3030
|
}
|
|
3031
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3031
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3032
3032
|
border-right: 0;
|
|
3033
3033
|
}
|
|
3034
3034
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4146,7 +4146,8 @@
|
|
|
4146
4146
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4147
4147
|
border-right: 0 #dee2e6 solid;
|
|
4148
4148
|
}
|
|
4149
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4149
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4150
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4150
4151
|
background-color: rgba(0, 0, 0, 0.08);
|
|
4151
4152
|
}
|
|
4152
4153
|
|
|
@@ -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';
|
|
@@ -1144,13 +1144,13 @@
|
|
|
1144
1144
|
display: block;
|
|
1145
1145
|
text-indent: 10px;
|
|
1146
1146
|
font-size: 14px;
|
|
1147
|
-
font-weight:
|
|
1147
|
+
font-weight: 700;
|
|
1148
1148
|
color: #adb5bd;
|
|
1149
1149
|
opacity: 0.54;
|
|
1150
1150
|
}
|
|
1151
1151
|
.e-grid .e-row .e-icon-rowdragmoveicon::before {
|
|
1152
1152
|
font-size: 14px;
|
|
1153
|
-
font-weight:
|
|
1153
|
+
font-weight: 700;
|
|
1154
1154
|
}
|
|
1155
1155
|
.e-grid .e-row .e-icon-rowdragmoveicon {
|
|
1156
1156
|
padding-left: 10px;
|
|
@@ -2226,7 +2226,7 @@
|
|
|
2226
2226
|
.e-grid .e-groupdroparea {
|
|
2227
2227
|
border-top-width: 1px;
|
|
2228
2228
|
font-size: 14px;
|
|
2229
|
-
font-weight:
|
|
2229
|
+
font-weight: 400;
|
|
2230
2230
|
opacity: 1;
|
|
2231
2231
|
padding: 9px 0;
|
|
2232
2232
|
text-align: center;
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
border-right: 0;
|
|
3041
3041
|
border-top: 0;
|
|
3042
3042
|
}
|
|
3043
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3043
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3044
3044
|
border-right: 0;
|
|
3045
3045
|
}
|
|
3046
3046
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4172,7 +4172,8 @@
|
|
|
4172
4172
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4173
4173
|
border-right: 0 #444c54 solid;
|
|
4174
4174
|
}
|
|
4175
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4175
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4176
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4176
4177
|
background-color: #31373d;
|
|
4177
4178
|
}
|
|
4178
4179
|
|
|
@@ -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';
|
|
@@ -1144,13 +1144,13 @@
|
|
|
1144
1144
|
display: block;
|
|
1145
1145
|
text-indent: 10px;
|
|
1146
1146
|
font-size: 14px;
|
|
1147
|
-
font-weight:
|
|
1147
|
+
font-weight: 700;
|
|
1148
1148
|
color: #6c757d;
|
|
1149
1149
|
opacity: 0.54;
|
|
1150
1150
|
}
|
|
1151
1151
|
.e-grid .e-row .e-icon-rowdragmoveicon::before {
|
|
1152
1152
|
font-size: 14px;
|
|
1153
|
-
font-weight:
|
|
1153
|
+
font-weight: 700;
|
|
1154
1154
|
}
|
|
1155
1155
|
.e-grid .e-row .e-icon-rowdragmoveicon {
|
|
1156
1156
|
padding-left: 10px;
|
|
@@ -2226,7 +2226,7 @@
|
|
|
2226
2226
|
.e-grid .e-groupdroparea {
|
|
2227
2227
|
border-top-width: 1px;
|
|
2228
2228
|
font-size: 14px;
|
|
2229
|
-
font-weight:
|
|
2229
|
+
font-weight: 400;
|
|
2230
2230
|
opacity: 1;
|
|
2231
2231
|
padding: 9px 0;
|
|
2232
2232
|
text-align: center;
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
border-right: 0;
|
|
3041
3041
|
border-top: 0;
|
|
3042
3042
|
}
|
|
3043
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3043
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3044
3044
|
border-right: 0;
|
|
3045
3045
|
}
|
|
3046
3046
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4172,7 +4172,8 @@
|
|
|
4172
4172
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4173
4173
|
border-right: 0 #dee2e6 solid;
|
|
4174
4174
|
}
|
|
4175
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4175
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4176
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4176
4177
|
background-color: #eff1f4;
|
|
4177
4178
|
}
|
|
4178
4179
|
|
|
@@ -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';
|
|
@@ -2950,7 +2950,7 @@
|
|
|
2950
2950
|
border-right: 0;
|
|
2951
2951
|
border-top: 0;
|
|
2952
2952
|
}
|
|
2953
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
2953
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
2954
2954
|
border-right: 0;
|
|
2955
2955
|
}
|
|
2956
2956
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4067,7 +4067,8 @@
|
|
|
4067
4067
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4068
4068
|
border-right: 0 #414040 solid;
|
|
4069
4069
|
}
|
|
4070
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4070
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4071
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4071
4072
|
background-color: #414040;
|
|
4072
4073
|
}
|
|
4073
4074
|
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fabric-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fabric-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/fabric-dark-definition.scss';
|
|
19
|
-
@import 'fabric-dark-definition.scss';
|
|
20
|
-
@import 'icons/fabric-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric-dark.scss';
|
package/styles/grid/fabric.css
CHANGED
|
@@ -2943,7 +2943,7 @@
|
|
|
2943
2943
|
border-right: 0;
|
|
2944
2944
|
border-top: 0;
|
|
2945
2945
|
}
|
|
2946
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
2946
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
2947
2947
|
border-right: 0;
|
|
2948
2948
|
}
|
|
2949
2949
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4060,7 +4060,8 @@
|
|
|
4060
4060
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4061
4061
|
border-right: 0 #eaeaea solid;
|
|
4062
4062
|
}
|
|
4063
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4063
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4064
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4064
4065
|
background-color: #f4f4f4;
|
|
4065
4066
|
}
|
|
4066
4067
|
|
package/styles/grid/fabric.scss
CHANGED
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fabric-definition.scss';
|
|
3
|
-
@import '../excel-filter/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fabric-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fabric-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/fabric-definition.scss';
|
|
19
|
-
@import 'fabric-definition.scss';
|
|
20
|
-
@import 'icons/fabric.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric.scss';
|
|
@@ -1146,13 +1146,13 @@
|
|
|
1146
1146
|
display: block;
|
|
1147
1147
|
text-indent: 10px;
|
|
1148
1148
|
font-size: 16px;
|
|
1149
|
-
font-weight:
|
|
1149
|
+
font-weight: 700;
|
|
1150
1150
|
color: #a19f9d;
|
|
1151
1151
|
opacity: 0.54;
|
|
1152
1152
|
}
|
|
1153
1153
|
.e-grid .e-row .e-icon-rowdragmoveicon::before {
|
|
1154
1154
|
font-size: 16px;
|
|
1155
|
-
font-weight:
|
|
1155
|
+
font-weight: 700;
|
|
1156
1156
|
}
|
|
1157
1157
|
.e-grid .e-row .e-icon-rowdragmoveicon {
|
|
1158
1158
|
padding-left: 10px;
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
.e-grid .e-groupdroparea {
|
|
2236
2236
|
border-top-width: 1px;
|
|
2237
2237
|
font-size: 12px;
|
|
2238
|
-
font-weight:
|
|
2238
|
+
font-weight: 400;
|
|
2239
2239
|
opacity: 1;
|
|
2240
2240
|
padding: 13px 0 14px 0;
|
|
2241
2241
|
text-align: center;
|
|
@@ -3053,7 +3053,7 @@
|
|
|
3053
3053
|
border-right: 0;
|
|
3054
3054
|
border-top: 0;
|
|
3055
3055
|
}
|
|
3056
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3056
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3057
3057
|
border-right: 0;
|
|
3058
3058
|
}
|
|
3059
3059
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4185,7 +4185,8 @@
|
|
|
4185
4185
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4186
4186
|
border-right: 0 #292827 solid;
|
|
4187
4187
|
}
|
|
4188
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4188
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4189
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4189
4190
|
background-color: #252423;
|
|
4190
4191
|
}
|
|
4191
4192
|
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fluent-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/fluent-dark-definition.scss';
|
|
19
|
-
@import 'fluent-dark-definition.scss';
|
|
20
|
-
@import 'icons/fluent-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent-dark.scss';
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1146,13 +1146,13 @@
|
|
|
1146
1146
|
display: block;
|
|
1147
1147
|
text-indent: 10px;
|
|
1148
1148
|
font-size: 16px;
|
|
1149
|
-
font-weight:
|
|
1149
|
+
font-weight: 700;
|
|
1150
1150
|
color: #605e5c;
|
|
1151
1151
|
opacity: 0.54;
|
|
1152
1152
|
}
|
|
1153
1153
|
.e-grid .e-row .e-icon-rowdragmoveicon::before {
|
|
1154
1154
|
font-size: 16px;
|
|
1155
|
-
font-weight:
|
|
1155
|
+
font-weight: 700;
|
|
1156
1156
|
}
|
|
1157
1157
|
.e-grid .e-row .e-icon-rowdragmoveicon {
|
|
1158
1158
|
padding-left: 10px;
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
.e-grid .e-groupdroparea {
|
|
2236
2236
|
border-top-width: 1px;
|
|
2237
2237
|
font-size: 12px;
|
|
2238
|
-
font-weight:
|
|
2238
|
+
font-weight: 400;
|
|
2239
2239
|
opacity: 1;
|
|
2240
2240
|
padding: 13px 0 14px 0;
|
|
2241
2241
|
text-align: center;
|
|
@@ -3053,7 +3053,7 @@
|
|
|
3053
3053
|
border-right: 0;
|
|
3054
3054
|
border-top: 0;
|
|
3055
3055
|
}
|
|
3056
|
-
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
|
|
3056
|
+
.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
|
|
3057
3057
|
border-right: 0;
|
|
3058
3058
|
}
|
|
3059
3059
|
.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
@@ -4185,7 +4185,8 @@
|
|
|
4185
4185
|
.e-grid.sf-grid .e-gridfooter .e-summarycontent {
|
|
4186
4186
|
border-right: 0 #edebe9 solid;
|
|
4187
4187
|
}
|
|
4188
|
-
.e-grid .e-ftrchk.e-chkfocus
|
|
4188
|
+
.e-grid .e-ftrchk.e-chkfocus,
|
|
4189
|
+
.e-grid li.e-cclist.e-colfocus {
|
|
4189
4190
|
background-color: #f3f2f1;
|
|
4190
4191
|
}
|
|
4191
4192
|
|