@syncfusion/ej2-angular-grids 23.2.4 → 23.2.6
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/package.json +8 -8
- 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/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +7 -0
- package/styles/fluent.css +7 -0
- package/styles/grid/_layout.scss +15 -0
- package/styles/grid/bootstrap-dark.css +1 -0
- package/styles/grid/bootstrap.css +1 -0
- package/styles/grid/bootstrap4.css +1 -0
- package/styles/grid/bootstrap5-dark.css +1 -0
- package/styles/grid/bootstrap5.css +1 -0
- package/styles/grid/fabric-dark.css +1 -0
- package/styles/grid/fabric.css +1 -0
- package/styles/grid/fluent-dark.css +7 -0
- package/styles/grid/fluent.css +7 -0
- package/styles/grid/highcontrast-light.css +1 -0
- package/styles/grid/highcontrast.css +1 -0
- package/styles/grid/material-dark.css +1 -0
- package/styles/grid/material.css +1 -0
- package/styles/grid/material3-dark.css +1 -0
- package/styles/grid/material3.css +1 -0
- package/styles/grid/tailwind-dark.css +1 -0
- package/styles/grid/tailwind.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@23.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@23.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-q21qC3c58eyCkxFeyCf0dF9r/osqLLTVtlBUO2ufLm7bJAhr7YPevBvEMjwrGncg5JIMDPF5jL3NATgD/cWSUw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-23.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-23.2.4.tgz",
|
|
23
|
+
"_shasum": "5dc98519c7c7d611ae46d8ffa67f0faccfb1551f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~23.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~23.2.
|
|
36
|
-
"@syncfusion/ej2-grids": "23.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~23.2.5",
|
|
35
|
+
"@syncfusion/ej2-base": "~23.2.6",
|
|
36
|
+
"@syncfusion/ej2-grids": "23.2.6",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
75
|
-
"version": "23.2.
|
|
75
|
+
"version": "23.2.6"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^23.
|
|
2
|
+
export declare const pkgVer = "^23.2.4";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~23.
|
|
4
|
+
export declare const themeVer = "~23.2.4";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^23.2.
|
|
4
|
+
exports.pkgVer = '^23.2.6';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~23.2.
|
|
6
|
+
exports.themeVer = '~23.2.6';
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
|
@@ -2990,6 +2990,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2990
2990
|
}
|
|
2991
2991
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2992
2992
|
left: 44%;
|
|
2993
|
+
top: -8px;
|
|
2993
2994
|
}
|
|
2994
2995
|
.e-grid .e-normaledit .e-rowcell {
|
|
2995
2996
|
padding-bottom: 0;
|
|
@@ -4195,6 +4196,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4195
4196
|
padding-bottom: 0;
|
|
4196
4197
|
}
|
|
4197
4198
|
|
|
4199
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
4200
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
4201
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
4202
|
+
overflow: hidden;
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4198
4205
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
4199
4206
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
4200
4207
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
package/styles/fluent.css
CHANGED
|
@@ -2990,6 +2990,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2990
2990
|
}
|
|
2991
2991
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2992
2992
|
left: 44%;
|
|
2993
|
+
top: -8px;
|
|
2993
2994
|
}
|
|
2994
2995
|
.e-grid .e-normaledit .e-rowcell {
|
|
2995
2996
|
padding-bottom: 0;
|
|
@@ -4195,6 +4196,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4195
4196
|
padding-bottom: 0;
|
|
4196
4197
|
}
|
|
4197
4198
|
|
|
4199
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
4200
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
4201
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
4202
|
+
overflow: hidden;
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4198
4205
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
4199
4206
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
4200
4207
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
package/styles/grid/_layout.scss
CHANGED
|
@@ -3091,6 +3091,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
3091
3091
|
|
|
3092
3092
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3093
3093
|
left: 44%;
|
|
3094
|
+
top: -8px;
|
|
3094
3095
|
}
|
|
3095
3096
|
|
|
3096
3097
|
.e-normaledit .e-rowcell {
|
|
@@ -4795,6 +4796,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
4795
4796
|
}
|
|
4796
4797
|
}
|
|
4797
4798
|
|
|
4799
|
+
.e-bigger {
|
|
4800
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
4801
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
4802
|
+
& .e-gridcontent,
|
|
4803
|
+
& .e-summarycontent {
|
|
4804
|
+
& td::before{
|
|
4805
|
+
@if $grid-skin == 'fluent' {
|
|
4806
|
+
overflow: hidden;
|
|
4807
|
+
}
|
|
4808
|
+
}
|
|
4809
|
+
}
|
|
4810
|
+
}
|
|
4811
|
+
}
|
|
4812
|
+
|
|
4798
4813
|
.e-bigger .e-grid.e-row-responsive,
|
|
4799
4814
|
.e-bigger.e-grid.e-row-responsive {
|
|
4800
4815
|
|
package/styles/grid/fabric.css
CHANGED
|
@@ -2563,6 +2563,7 @@
|
|
|
2563
2563
|
}
|
|
2564
2564
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2565
2565
|
left: 44%;
|
|
2566
|
+
top: -8px;
|
|
2566
2567
|
}
|
|
2567
2568
|
.e-grid .e-normaledit .e-rowcell {
|
|
2568
2569
|
padding-bottom: 0;
|
|
@@ -3768,6 +3769,12 @@
|
|
|
3768
3769
|
padding-bottom: 0;
|
|
3769
3770
|
}
|
|
3770
3771
|
|
|
3772
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
3773
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
3774
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
3775
|
+
overflow: hidden;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3771
3778
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
3772
3779
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
3773
3780
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
package/styles/grid/fluent.css
CHANGED
|
@@ -2563,6 +2563,7 @@
|
|
|
2563
2563
|
}
|
|
2564
2564
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2565
2565
|
left: 44%;
|
|
2566
|
+
top: -8px;
|
|
2566
2567
|
}
|
|
2567
2568
|
.e-grid .e-normaledit .e-rowcell {
|
|
2568
2569
|
padding-bottom: 0;
|
|
@@ -3768,6 +3769,12 @@
|
|
|
3768
3769
|
padding-bottom: 0;
|
|
3769
3770
|
}
|
|
3770
3771
|
|
|
3772
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
3773
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
3774
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
3775
|
+
overflow: hidden;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3771
3778
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
3772
3779
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
3773
3780
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
package/styles/grid/material.css
CHANGED
package/styles/grid/tailwind.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED