@syncfusion/ej2-angular-grids 26.1.38 → 26.1.39-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 +993 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +932 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -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/license +10 -0
- package/package.json +14 -28
- 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 -1
- package/styles/bootstrap.css +3 -1
- package/styles/bootstrap4.css +3 -1
- package/styles/bootstrap5-dark.css +3 -1
- package/styles/bootstrap5.css +3 -1
- package/styles/excel-filter/fluent2.css +5 -13
- package/styles/fabric-dark.css +3 -1
- package/styles/fabric.css +3 -1
- package/styles/fluent-dark.css +3 -1
- package/styles/fluent.css +3 -1
- package/styles/fluent2.css +17 -31
- package/styles/grid/bootstrap-dark.css +3 -1
- package/styles/grid/bootstrap.css +3 -1
- package/styles/grid/bootstrap4.css +3 -1
- package/styles/grid/bootstrap5-dark.css +3 -1
- package/styles/grid/bootstrap5.css +3 -1
- package/styles/grid/fabric-dark.css +3 -1
- package/styles/grid/fabric.css +3 -1
- package/styles/grid/fluent-dark.css +3 -1
- package/styles/grid/fluent.css +3 -1
- package/styles/grid/fluent2.css +12 -18
- package/styles/grid/highcontrast-light.css +3 -1
- package/styles/grid/highcontrast.css +3 -1
- package/styles/grid/material-dark.css +3 -1
- package/styles/grid/material.css +3 -1
- package/styles/grid/material3-dark.css +3 -1
- package/styles/grid/material3.css +3 -1
- package/styles/grid/tailwind-dark.css +3 -1
- package/styles/grid/tailwind.css +3 -1
- package/styles/highcontrast-light.css +3 -1
- package/styles/highcontrast.css +3 -1
- package/styles/material-dark.css +3 -1
- package/styles/material.css +3 -1
- package/styles/material3-dark.css +3 -1
- package/styles/material3.css +3 -1
- package/styles/tailwind-dark.css +3 -1
- package/styles/tailwind.css +3 -1
- package/CHANGELOG.md +0 -2804
- package/esm2020/public_api.mjs +0 -2
- 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 -280
- 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 -863
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -863
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -4863,7 +4863,9 @@
|
|
|
4863
4863
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4864
4864
|
}
|
|
4865
4865
|
.e-grid .e-headercell,
|
|
4866
|
-
.e-grid .e-detailheadercell
|
|
4866
|
+
.e-grid .e-detailheadercell {
|
|
4867
|
+
background-color: rgba(var(--color-sf-surface));
|
|
4868
|
+
}
|
|
4867
4869
|
.e-grid .e-gridcontent {
|
|
4868
4870
|
background-color: rgba(var(--color-sf-surface));
|
|
4869
4871
|
}
|
|
@@ -4975,7 +4975,9 @@
|
|
|
4975
4975
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4976
4976
|
}
|
|
4977
4977
|
.e-grid .e-headercell,
|
|
4978
|
-
.e-grid .e-detailheadercell
|
|
4978
|
+
.e-grid .e-detailheadercell {
|
|
4979
|
+
background-color: rgba(var(--color-sf-surface));
|
|
4980
|
+
}
|
|
4979
4981
|
.e-grid .e-gridcontent {
|
|
4980
4982
|
background-color: rgba(var(--color-sf-surface));
|
|
4981
4983
|
}
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -4884,7 +4884,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4884
4884
|
border-color: #757575;
|
|
4885
4885
|
}
|
|
4886
4886
|
.e-grid .e-headercell,
|
|
4887
|
-
.e-grid .e-detailheadercell
|
|
4887
|
+
.e-grid .e-detailheadercell {
|
|
4888
|
+
background-color: #fff;
|
|
4889
|
+
}
|
|
4888
4890
|
.e-grid .e-gridcontent {
|
|
4889
4891
|
background-color: #ccc;
|
|
4890
4892
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -4884,7 +4884,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4884
4884
|
border-color: #969696;
|
|
4885
4885
|
}
|
|
4886
4886
|
.e-grid .e-headercell,
|
|
4887
|
-
.e-grid .e-detailheadercell
|
|
4887
|
+
.e-grid .e-detailheadercell {
|
|
4888
|
+
background-color: #000;
|
|
4889
|
+
}
|
|
4888
4890
|
.e-grid .e-gridcontent {
|
|
4889
4891
|
background-color: #333;
|
|
4890
4892
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -4975,7 +4975,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4975
4975
|
border-color: #616161;
|
|
4976
4976
|
}
|
|
4977
4977
|
.e-grid .e-headercell,
|
|
4978
|
-
.e-grid .e-detailheadercell
|
|
4978
|
+
.e-grid .e-detailheadercell {
|
|
4979
|
+
background-color: #303030;
|
|
4980
|
+
}
|
|
4979
4981
|
.e-grid .e-gridcontent {
|
|
4980
4982
|
background-color: #fff;
|
|
4981
4983
|
}
|
package/styles/material.css
CHANGED
|
@@ -5030,7 +5030,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5030
5030
|
border-color: #e0e0e0;
|
|
5031
5031
|
}
|
|
5032
5032
|
.e-grid .e-headercell,
|
|
5033
|
-
.e-grid .e-detailheadercell
|
|
5033
|
+
.e-grid .e-detailheadercell {
|
|
5034
|
+
background-color: #fff;
|
|
5035
|
+
}
|
|
5034
5036
|
.e-grid .e-gridcontent {
|
|
5035
5037
|
background-color: #fff;
|
|
5036
5038
|
}
|
|
@@ -5447,7 +5447,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5447
5447
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
5448
5448
|
}
|
|
5449
5449
|
.e-grid .e-headercell,
|
|
5450
|
-
.e-grid .e-detailheadercell
|
|
5450
|
+
.e-grid .e-detailheadercell {
|
|
5451
|
+
background-color: rgba(var(--color-sf-surface));
|
|
5452
|
+
}
|
|
5451
5453
|
.e-grid .e-gridcontent {
|
|
5452
5454
|
background-color: rgba(var(--color-sf-surface));
|
|
5453
5455
|
}
|
package/styles/material3.css
CHANGED
|
@@ -5671,7 +5671,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5671
5671
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
5672
5672
|
}
|
|
5673
5673
|
.e-grid .e-headercell,
|
|
5674
|
-
.e-grid .e-detailheadercell
|
|
5674
|
+
.e-grid .e-detailheadercell {
|
|
5675
|
+
background-color: rgba(var(--color-sf-surface));
|
|
5676
|
+
}
|
|
5675
5677
|
.e-grid .e-gridcontent {
|
|
5676
5678
|
background-color: rgba(var(--color-sf-surface));
|
|
5677
5679
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -5003,7 +5003,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5003
5003
|
border-color: #4b5563;
|
|
5004
5004
|
}
|
|
5005
5005
|
.e-grid .e-headercell,
|
|
5006
|
-
.e-grid .e-detailheadercell
|
|
5006
|
+
.e-grid .e-detailheadercell {
|
|
5007
|
+
background-color: #232e3e;
|
|
5008
|
+
}
|
|
5007
5009
|
.e-grid .e-gridcontent {
|
|
5008
5010
|
background-color: #1f2937;
|
|
5009
5011
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -5003,7 +5003,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5003
5003
|
border-color: #e5e7eb;
|
|
5004
5004
|
}
|
|
5005
5005
|
.e-grid .e-headercell,
|
|
5006
|
-
.e-grid .e-detailheadercell
|
|
5006
|
+
.e-grid .e-detailheadercell {
|
|
5007
|
+
background-color: #f9fafb;
|
|
5008
|
+
}
|
|
5007
5009
|
.e-grid .e-gridcontent {
|
|
5008
5010
|
background-color: #fff;
|
|
5009
5011
|
}
|