@syncfusion/ej2-angular-grids 23.1.42 → 23.1.43-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2828 -0
- package/dist/ej2-angular-grids.umd.js +1585 -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 +9 -9
- package/styles/bootstrap.css +9 -9
- package/styles/bootstrap4.css +9 -9
- package/styles/bootstrap5-dark.css +9 -9
- package/styles/bootstrap5.css +9 -9
- 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/material3-dark.scss +1 -17
- package/styles/excel-filter/material3.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 +10 -10
- package/styles/fabric.css +10 -10
- package/styles/fluent-dark.css +9 -9
- package/styles/fluent.css +9 -9
- package/styles/grid/bootstrap-dark.css +9 -9
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +9 -9
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +9 -9
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +9 -9
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +9 -9
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +10 -10
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +10 -10
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +9 -9
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +9 -9
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +10 -10
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +10 -10
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +10 -10
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +10 -10
- package/styles/grid/material.scss +1 -21
- package/styles/grid/material3-dark.css +9 -9
- package/styles/grid/material3-dark.scss +1 -21
- package/styles/grid/material3.css +9 -9
- package/styles/grid/material3.scss +1 -21
- package/styles/grid/tailwind-dark.css +9 -9
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +9 -9
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +10 -10
- package/styles/highcontrast.css +10 -10
- package/styles/material-dark.css +10 -10
- package/styles/material.css +10 -10
- package/styles/material3-dark.css +64 -9
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +120 -9
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +9 -9
- 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 -62
- package/styles/excel-filter/_bootstrap-definition.scss +0 -67
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -72
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -73
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -62
- package/styles/excel-filter/_fabric-definition.scss +0 -67
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -73
- package/styles/excel-filter/_fusionnew-definition.scss +0 -73
- package/styles/excel-filter/_highcontrast-definition.scss +0 -62
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -60
- package/styles/excel-filter/_layout.scss +0 -511
- package/styles/excel-filter/_material-dark-definition.scss +0 -64
- package/styles/excel-filter/_material-definition.scss +0 -65
- package/styles/excel-filter/_material3-dark-definition.scss +0 -1
- package/styles/excel-filter/_material3-definition.scss +0 -73
- 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 -72
- package/styles/excel-filter/_theme.scss +0 -31
- 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-dark.scss +0 -1
- 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 -633
- package/styles/grid/_bootstrap-definition.scss +0 -635
- package/styles/grid/_bootstrap4-definition.scss +0 -640
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -634
- package/styles/grid/_fabric-dark-definition.scss +0 -631
- package/styles/grid/_fabric-definition.scss +0 -631
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -626
- package/styles/grid/_fusionnew-definition.scss +0 -610
- package/styles/grid/_highcontrast-definition.scss +0 -631
- package/styles/grid/_highcontrast-light-definition.scss +0 -627
- package/styles/grid/_layout.scss +0 -5328
- package/styles/grid/_material-dark-definition.scss +0 -631
- package/styles/grid/_material-definition.scss +0 -629
- package/styles/grid/_material3-dark-definition.scss +0 -1
- package/styles/grid/_material3-definition.scss +0 -641
- 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 -640
- package/styles/grid/_theme.scss +0 -943
- 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-dark.scss +0 -1
- package/styles/grid/icons/_material3.scss +0 -249
- 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,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/material-definition.scss';
|
|
3
|
-
@import '../excel-filter/material-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/material-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/material-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/material-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/material-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/material-definition.scss';
|
|
19
|
-
@import 'material-definition.scss';
|
|
20
|
-
@import 'icons/material.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/material.scss';
|
|
@@ -607,6 +607,10 @@
|
|
|
607
607
|
font-size: 14px;
|
|
608
608
|
padding: 14px 12px;
|
|
609
609
|
}
|
|
610
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
611
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
612
|
+
border-bottom-width: 1px;
|
|
613
|
+
}
|
|
610
614
|
.e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
|
|
611
615
|
.e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
|
|
612
616
|
.e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
|
|
@@ -1512,9 +1516,8 @@
|
|
|
1512
1516
|
display: none;
|
|
1513
1517
|
}
|
|
1514
1518
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
height: 40px;
|
|
1519
|
+
padding: 0 8px 0;
|
|
1520
|
+
height: auto;
|
|
1518
1521
|
border-bottom-width: 0 4px 0 4px;
|
|
1519
1522
|
}
|
|
1520
1523
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1528,12 +1531,6 @@
|
|
|
1528
1531
|
transform: rotate(180deg);
|
|
1529
1532
|
margin-top: 15px;
|
|
1530
1533
|
}
|
|
1531
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1532
|
-
margin: 8px 8px 8px 0;
|
|
1533
|
-
}
|
|
1534
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1535
|
-
margin: 8px 0 8px 8px;
|
|
1536
|
-
}
|
|
1537
1534
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1538
1535
|
margin-top: 5px;
|
|
1539
1536
|
}
|
|
@@ -1891,6 +1888,9 @@
|
|
|
1891
1888
|
white-space: normal;
|
|
1892
1889
|
word-wrap: break-word;
|
|
1893
1890
|
}
|
|
1891
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1892
|
+
border-bottom-width: 1px;
|
|
1893
|
+
}
|
|
1894
1894
|
.e-grid .e-summarycontent {
|
|
1895
1895
|
display: -ms-flexbox;
|
|
1896
1896
|
display: flex;
|
|
@@ -1,22 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
@import 'ej2-navigations/styles/pager/material3-dark-definition.scss';
|
|
4
|
-
@import '../excel-filter/material3-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/input/material3-dark-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/numerictextbox/material3-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/material3-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/radio-button/material3-dark-definition.scss';
|
|
9
|
-
@import 'ej2-buttons/styles/check-box/material3-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/auto-complete/material3-dark-definition.scss';
|
|
11
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material3-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/dialog/material3-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/spinner/material3-dark-definition.scss';
|
|
14
|
-
@import 'ej2-popups/styles/tooltip/material3-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datepicker/material3-dark-definition.scss';
|
|
16
|
-
@import 'ej2-calendars/styles/datetimepicker/material3-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/toolbar/material3-dark-definition.scss';
|
|
18
|
-
@import 'ej2-navigations/styles/context-menu/material3-dark-definition.scss';
|
|
19
|
-
@import 'ej2-notifications/styles/skeleton/material3-dark-definition.scss';
|
|
20
|
-
@import 'material3-dark-definition.scss';
|
|
21
|
-
@import 'icons/material3-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-grids/styles/grid/material3-dark.scss';
|
|
@@ -663,6 +663,10 @@
|
|
|
663
663
|
font-size: 14px;
|
|
664
664
|
padding: 14px 12px;
|
|
665
665
|
}
|
|
666
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
667
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
668
|
+
border-bottom-width: 1px;
|
|
669
|
+
}
|
|
666
670
|
.e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
|
|
667
671
|
.e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
|
|
668
672
|
.e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
|
|
@@ -1568,9 +1572,8 @@
|
|
|
1568
1572
|
display: none;
|
|
1569
1573
|
}
|
|
1570
1574
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
height: 40px;
|
|
1575
|
+
padding: 0 8px 0;
|
|
1576
|
+
height: auto;
|
|
1574
1577
|
border-bottom-width: 0 4px 0 4px;
|
|
1575
1578
|
}
|
|
1576
1579
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1584,12 +1587,6 @@
|
|
|
1584
1587
|
transform: rotate(180deg);
|
|
1585
1588
|
margin-top: 15px;
|
|
1586
1589
|
}
|
|
1587
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1588
|
-
margin: 8px 8px 8px 0;
|
|
1589
|
-
}
|
|
1590
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1591
|
-
margin: 8px 0 8px 8px;
|
|
1592
|
-
}
|
|
1593
1590
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1594
1591
|
margin-top: 5px;
|
|
1595
1592
|
}
|
|
@@ -1947,6 +1944,9 @@
|
|
|
1947
1944
|
white-space: normal;
|
|
1948
1945
|
word-wrap: break-word;
|
|
1949
1946
|
}
|
|
1947
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1948
|
+
border-bottom-width: 1px;
|
|
1949
|
+
}
|
|
1950
1950
|
.e-grid .e-summarycontent {
|
|
1951
1951
|
display: -ms-flexbox;
|
|
1952
1952
|
display: flex;
|
|
@@ -1,22 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
@import 'ej2-navigations/styles/pager/material3-definition.scss';
|
|
4
|
-
@import '../excel-filter/material3-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/input/material3-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/numerictextbox/material3-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/material3-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/radio-button/material3-definition.scss';
|
|
9
|
-
@import 'ej2-buttons/styles/check-box/material3-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/auto-complete/material3-definition.scss';
|
|
11
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material3-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/dialog/material3-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/spinner/material3-definition.scss';
|
|
14
|
-
@import 'ej2-popups/styles/tooltip/material3-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datepicker/material3-definition.scss';
|
|
16
|
-
@import 'ej2-calendars/styles/datetimepicker/material3-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/toolbar/material3-definition.scss';
|
|
18
|
-
@import 'ej2-navigations/styles/context-menu/material3-definition.scss';
|
|
19
|
-
@import 'ej2-notifications/styles/skeleton/material3-definition.scss';
|
|
20
|
-
@import 'material3-definition.scss';
|
|
21
|
-
@import 'icons/material3.scss';
|
|
22
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-grids/styles/grid/material3.scss';
|
|
@@ -483,6 +483,10 @@
|
|
|
483
483
|
font-size: 16px;
|
|
484
484
|
padding: 10px 12px;
|
|
485
485
|
}
|
|
486
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
487
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
488
|
+
border-bottom-width: 1px;
|
|
489
|
+
}
|
|
486
490
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
487
491
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
488
492
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1344,9 +1348,8 @@
|
|
|
1344
1348
|
display: none;
|
|
1345
1349
|
}
|
|
1346
1350
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
height: 48px;
|
|
1351
|
+
padding: 0 12px 0;
|
|
1352
|
+
height: auto;
|
|
1350
1353
|
border-bottom-width: 0;
|
|
1351
1354
|
}
|
|
1352
1355
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1360,12 +1363,6 @@
|
|
|
1360
1363
|
transform: rotate(180deg);
|
|
1361
1364
|
margin-top: 15px;
|
|
1362
1365
|
}
|
|
1363
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1364
|
-
margin: 12px 12px 12px 0;
|
|
1365
|
-
}
|
|
1366
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1367
|
-
margin: 12px 0 12px 12px;
|
|
1368
|
-
}
|
|
1369
1366
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1370
1367
|
margin-top: 9px;
|
|
1371
1368
|
}
|
|
@@ -1715,6 +1712,9 @@
|
|
|
1715
1712
|
white-space: normal;
|
|
1716
1713
|
word-wrap: break-word;
|
|
1717
1714
|
}
|
|
1715
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1716
|
+
border-bottom-width: 1px;
|
|
1717
|
+
}
|
|
1718
1718
|
.e-grid .e-summarycontent {
|
|
1719
1719
|
display: -ms-flexbox;
|
|
1720
1720
|
display: flex;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/tailwind-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/tailwind-dark-definition.scss';
|
|
19
|
-
@import 'tailwind-dark-definition.scss';
|
|
20
|
-
@import 'icons/tailwind-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind-dark.scss';
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -483,6 +483,10 @@
|
|
|
483
483
|
font-size: 16px;
|
|
484
484
|
padding: 10px 12px;
|
|
485
485
|
}
|
|
486
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
487
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
488
|
+
border-bottom-width: 1px;
|
|
489
|
+
}
|
|
486
490
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
487
491
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
488
492
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1344,9 +1348,8 @@
|
|
|
1344
1348
|
display: none;
|
|
1345
1349
|
}
|
|
1346
1350
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
height: 48px;
|
|
1351
|
+
padding: 0 12px 0;
|
|
1352
|
+
height: auto;
|
|
1350
1353
|
border-bottom-width: 0;
|
|
1351
1354
|
}
|
|
1352
1355
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1360,12 +1363,6 @@
|
|
|
1360
1363
|
transform: rotate(180deg);
|
|
1361
1364
|
margin-top: 15px;
|
|
1362
1365
|
}
|
|
1363
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1364
|
-
margin: 12px 12px 12px 0;
|
|
1365
|
-
}
|
|
1366
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1367
|
-
margin: 12px 0 12px 12px;
|
|
1368
|
-
}
|
|
1369
1366
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1370
1367
|
margin-top: 9px;
|
|
1371
1368
|
}
|
|
@@ -1715,6 +1712,9 @@
|
|
|
1715
1712
|
white-space: normal;
|
|
1716
1713
|
word-wrap: break-word;
|
|
1717
1714
|
}
|
|
1715
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1716
|
+
border-bottom-width: 1px;
|
|
1717
|
+
}
|
|
1718
1718
|
.e-grid .e-summarycontent {
|
|
1719
1719
|
display: -ms-flexbox;
|
|
1720
1720
|
display: flex;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/tailwind-definition.scss';
|
|
3
|
-
@import '../excel-filter/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
|
|
19
|
-
@import 'tailwind-definition.scss';
|
|
20
|
-
@import 'icons/tailwind.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind.scss';
|
|
@@ -878,6 +878,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
878
878
|
font-size: 14px;
|
|
879
879
|
padding: 9px 10px;
|
|
880
880
|
}
|
|
881
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
882
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
883
|
+
border-bottom-width: 1px;
|
|
884
|
+
}
|
|
881
885
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
882
886
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
883
887
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1689,9 +1693,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1689
1693
|
display: none;
|
|
1690
1694
|
}
|
|
1691
1695
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
height: 58px;
|
|
1696
|
+
padding: 0 16px 0;
|
|
1697
|
+
height: auto;
|
|
1695
1698
|
border-bottom-width: 0;
|
|
1696
1699
|
}
|
|
1697
1700
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1705,12 +1708,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1705
1708
|
transform: rotate(180deg);
|
|
1706
1709
|
margin-top: 20px;
|
|
1707
1710
|
}
|
|
1708
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1709
|
-
margin: 16px 16px 16px 0;
|
|
1710
|
-
}
|
|
1711
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1712
|
-
margin: 16px 0 16px 16px;
|
|
1713
|
-
}
|
|
1714
1711
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1715
1712
|
margin-top: 13px;
|
|
1716
1713
|
}
|
|
@@ -2056,6 +2053,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2056
2053
|
white-space: normal;
|
|
2057
2054
|
word-wrap: break-word;
|
|
2058
2055
|
}
|
|
2056
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2057
|
+
border-bottom-width: 1px;
|
|
2058
|
+
}
|
|
2059
2059
|
.e-grid .e-summarycontent {
|
|
2060
2060
|
display: -ms-flexbox;
|
|
2061
2061
|
display: flex;
|
|
@@ -2719,7 +2719,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2719
2719
|
overflow: hidden;
|
|
2720
2720
|
text-overflow: ellipsis;
|
|
2721
2721
|
white-space: nowrap;
|
|
2722
|
-
width:
|
|
2722
|
+
width: auto;
|
|
2723
2723
|
}
|
|
2724
2724
|
.e-grid .e-grid-icon {
|
|
2725
2725
|
float: left;
|
package/styles/highcontrast.css
CHANGED
|
@@ -878,6 +878,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
878
878
|
font-size: 14px;
|
|
879
879
|
padding: 9px 10px;
|
|
880
880
|
}
|
|
881
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
882
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
883
|
+
border-bottom-width: 1px;
|
|
884
|
+
}
|
|
881
885
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
882
886
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
883
887
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1689,9 +1693,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1689
1693
|
display: none;
|
|
1690
1694
|
}
|
|
1691
1695
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
height: 58px;
|
|
1696
|
+
padding: 0 16px 0;
|
|
1697
|
+
height: auto;
|
|
1695
1698
|
border-bottom-width: 0;
|
|
1696
1699
|
}
|
|
1697
1700
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1705,12 +1708,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1705
1708
|
transform: rotate(180deg);
|
|
1706
1709
|
margin-top: 21px;
|
|
1707
1710
|
}
|
|
1708
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1709
|
-
margin: 16px 16px 16px 0;
|
|
1710
|
-
}
|
|
1711
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1712
|
-
margin: 16px 0 16px 16px;
|
|
1713
|
-
}
|
|
1714
1711
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1715
1712
|
margin-top: 14px;
|
|
1716
1713
|
}
|
|
@@ -2056,6 +2053,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2056
2053
|
white-space: normal;
|
|
2057
2054
|
word-wrap: break-word;
|
|
2058
2055
|
}
|
|
2056
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2057
|
+
border-bottom-width: 1px;
|
|
2058
|
+
}
|
|
2059
2059
|
.e-grid .e-summarycontent {
|
|
2060
2060
|
display: -ms-flexbox;
|
|
2061
2061
|
display: flex;
|
|
@@ -2719,7 +2719,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2719
2719
|
overflow: hidden;
|
|
2720
2720
|
text-overflow: ellipsis;
|
|
2721
2721
|
white-space: nowrap;
|
|
2722
|
-
width:
|
|
2722
|
+
width: auto;
|
|
2723
2723
|
}
|
|
2724
2724
|
.e-grid .e-grid-icon {
|
|
2725
2725
|
float: left;
|
package/styles/material-dark.css
CHANGED
|
@@ -927,6 +927,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
927
927
|
font-size: 13px;
|
|
928
928
|
padding: 11px 28px;
|
|
929
929
|
}
|
|
930
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
931
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
932
|
+
border-bottom-width: 1px;
|
|
933
|
+
}
|
|
930
934
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
931
935
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
932
936
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1738,9 +1742,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1738
1742
|
display: none;
|
|
1739
1743
|
}
|
|
1740
1744
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
height: 48px;
|
|
1745
|
+
padding: 0 12px 0;
|
|
1746
|
+
height: auto;
|
|
1744
1747
|
border-bottom-width: 0;
|
|
1745
1748
|
}
|
|
1746
1749
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1754,12 +1757,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1754
1757
|
transform: rotate(180deg);
|
|
1755
1758
|
margin-top: 16px;
|
|
1756
1759
|
}
|
|
1757
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1758
|
-
margin: 12px 16px 12px 0;
|
|
1759
|
-
}
|
|
1760
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1761
|
-
margin: 12px 0 12px 16px;
|
|
1762
|
-
}
|
|
1763
1760
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1764
1761
|
margin-top: 9px;
|
|
1765
1762
|
}
|
|
@@ -2105,6 +2102,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2105
2102
|
white-space: normal;
|
|
2106
2103
|
word-wrap: break-word;
|
|
2107
2104
|
}
|
|
2105
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2106
|
+
border-bottom-width: 1px;
|
|
2107
|
+
}
|
|
2108
2108
|
.e-grid .e-summarycontent {
|
|
2109
2109
|
display: -ms-flexbox;
|
|
2110
2110
|
display: flex;
|
|
@@ -2768,7 +2768,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2768
2768
|
overflow: hidden;
|
|
2769
2769
|
text-overflow: ellipsis;
|
|
2770
2770
|
white-space: nowrap;
|
|
2771
|
-
width:
|
|
2771
|
+
width: auto;
|
|
2772
2772
|
}
|
|
2773
2773
|
.e-grid .e-grid-icon {
|
|
2774
2774
|
float: left;
|
package/styles/material.css
CHANGED
|
@@ -969,6 +969,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
969
969
|
font-size: 13px;
|
|
970
970
|
padding: 11px 28px;
|
|
971
971
|
}
|
|
972
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
973
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
974
|
+
border-bottom-width: 1px;
|
|
975
|
+
}
|
|
972
976
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
973
977
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
974
978
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1780,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1780
1784
|
display: none;
|
|
1781
1785
|
}
|
|
1782
1786
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
height: 48px;
|
|
1787
|
+
padding: 0 12px 0;
|
|
1788
|
+
height: auto;
|
|
1786
1789
|
border-bottom-width: 0;
|
|
1787
1790
|
}
|
|
1788
1791
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1796,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1796
1799
|
transform: rotate(180deg);
|
|
1797
1800
|
margin-top: 16px;
|
|
1798
1801
|
}
|
|
1799
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1800
|
-
margin: 12px 16px 12px 0;
|
|
1801
|
-
}
|
|
1802
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1803
|
-
margin: 12px 0 12px 16px;
|
|
1804
|
-
}
|
|
1805
1802
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1806
1803
|
margin-top: 9px;
|
|
1807
1804
|
}
|
|
@@ -2147,6 +2144,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2147
2144
|
white-space: normal;
|
|
2148
2145
|
word-wrap: break-word;
|
|
2149
2146
|
}
|
|
2147
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2148
|
+
border-bottom-width: 1px;
|
|
2149
|
+
}
|
|
2150
2150
|
.e-grid .e-summarycontent {
|
|
2151
2151
|
display: -ms-flexbox;
|
|
2152
2152
|
display: flex;
|
|
@@ -2810,7 +2810,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2810
2810
|
overflow: hidden;
|
|
2811
2811
|
text-overflow: ellipsis;
|
|
2812
2812
|
white-space: nowrap;
|
|
2813
|
-
width:
|
|
2813
|
+
width: auto;
|
|
2814
2814
|
}
|
|
2815
2815
|
.e-grid .e-grid-icon {
|
|
2816
2816
|
float: left;
|
|
@@ -669,6 +669,61 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
669
669
|
border-color: rgba(var(--color-sf-primary));
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
+
:root {
|
|
673
|
+
--color-sf-black: 0, 0, 0;
|
|
674
|
+
--color-sf-white: 255, 255, 255;
|
|
675
|
+
--color-sf-primary: 208, 188, 255;
|
|
676
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
677
|
+
--color-sf-secondary: 204, 194, 220;
|
|
678
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
679
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
680
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
681
|
+
--color-sf-surface: 28, 27, 31;
|
|
682
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
683
|
+
--color-sf-background: var(--color-sf-surface);
|
|
684
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
685
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
686
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
687
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
688
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
689
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
690
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
691
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
692
|
+
--color-sf-on-background: 230, 225, 229;
|
|
693
|
+
--color-sf-outline: 147, 143, 153;
|
|
694
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
695
|
+
--color-sf-shadow: 0, 0, 0;
|
|
696
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
697
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
698
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
699
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
700
|
+
--color-sf-scrim: 0, 0, 0;
|
|
701
|
+
--color-sf-error: 242, 184, 181;
|
|
702
|
+
--color-sf-error-container: 140, 29, 24;
|
|
703
|
+
--color-sf-on-error: 96, 20, 16;
|
|
704
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
705
|
+
--color-sf-success: 83, 202, 23;
|
|
706
|
+
--color-sf-success-container: 22, 62, 2;
|
|
707
|
+
--color-sf-on-success: 13, 39, 0;
|
|
708
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
709
|
+
--color-sf-info: 71, 172, 251;
|
|
710
|
+
--color-sf-info-container: 0, 67, 120;
|
|
711
|
+
--color-sf-on-info: 0, 51, 91;
|
|
712
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
713
|
+
--color-sf-warning: 245, 180, 130;
|
|
714
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
715
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
716
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
717
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
718
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
719
|
+
--color-sf-success-text: 0, 0, 0;
|
|
720
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
721
|
+
--color-sf-info-text: 0, 0, 0;
|
|
722
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
723
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
724
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
725
|
+
}
|
|
726
|
+
|
|
672
727
|
/* stylelint-disable property-no-vendor-prefix */
|
|
673
728
|
@keyframes e-input-ripple {
|
|
674
729
|
100% {
|
|
@@ -1082,6 +1137,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1082
1137
|
font-size: 14px;
|
|
1083
1138
|
padding: 14px 12px;
|
|
1084
1139
|
}
|
|
1140
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
1141
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
1142
|
+
border-bottom-width: 1px;
|
|
1143
|
+
}
|
|
1085
1144
|
.e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1086
1145
|
.e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
|
|
1087
1146
|
.e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
|
|
@@ -1987,9 +2046,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1987
2046
|
display: none;
|
|
1988
2047
|
}
|
|
1989
2048
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
height: 40px;
|
|
2049
|
+
padding: 0 8px 0;
|
|
2050
|
+
height: auto;
|
|
1993
2051
|
border-bottom-width: 0 4px 0 4px;
|
|
1994
2052
|
}
|
|
1995
2053
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -2003,12 +2061,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2003
2061
|
transform: rotate(180deg);
|
|
2004
2062
|
margin-top: 15px;
|
|
2005
2063
|
}
|
|
2006
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
2007
|
-
margin: 8px 8px 8px 0;
|
|
2008
|
-
}
|
|
2009
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
2010
|
-
margin: 8px 0 8px 8px;
|
|
2011
|
-
}
|
|
2012
2064
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
2013
2065
|
margin-top: 5px;
|
|
2014
2066
|
}
|
|
@@ -2366,6 +2418,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2366
2418
|
white-space: normal;
|
|
2367
2419
|
word-wrap: break-word;
|
|
2368
2420
|
}
|
|
2421
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2422
|
+
border-bottom-width: 1px;
|
|
2423
|
+
}
|
|
2369
2424
|
.e-grid .e-summarycontent {
|
|
2370
2425
|
display: -ms-flexbox;
|
|
2371
2426
|
display: flex;
|