@syncfusion/ej2-angular-grids 20.3.48-ngcc → 20.3.49-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/CHANGELOG.md +16 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +7 -7
- 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 +2 -2
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4.css +2 -2
- package/styles/bootstrap5-dark.css +2 -2
- package/styles/bootstrap5.css +2 -2
- package/styles/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/fluent-dark.css +2 -2
- package/styles/fluent.css +2 -2
- package/styles/grid/bootstrap-dark.css +2 -2
- package/styles/grid/bootstrap.css +2 -2
- package/styles/grid/bootstrap4.css +2 -2
- package/styles/grid/bootstrap5-dark.css +2 -2
- package/styles/grid/bootstrap5.css +2 -2
- package/styles/grid/fabric-dark.css +2 -2
- package/styles/grid/fabric.css +2 -2
- package/styles/grid/fluent-dark.css +2 -2
- package/styles/grid/fluent.css +2 -2
- package/styles/grid/highcontrast-light.css +2 -2
- package/styles/grid/highcontrast.css +2 -2
- package/styles/grid/material-dark.css +2 -2
- package/styles/grid/material.css +2 -2
- package/styles/grid/tailwind-dark.css +2 -2
- package/styles/grid/tailwind.css +2 -2
- package/styles/highcontrast-light.css +2 -2
- package/styles/highcontrast.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/tailwind-dark.css +2 -2
- package/styles/tailwind.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F177034` - Grid editing after removing frozen column throws script error has been fixed.
|
|
10
|
+
- `#I409787` - Checkbox selection is not working properly on down arrow key navigation has been fixed.
|
|
11
|
+
- `#F177722` - Save action of command column is not working when Grid having both left and right frozen has been fixed.
|
|
12
|
+
- `#FB37591` - Frozen rows are not emptied even if filtering returns no record when `virtualization` enabled has been fixed.
|
|
13
|
+
- `#F177810` - Provided localization support for sort buttons in Adaptive Grid.
|
|
14
|
+
- `#I405703` - `CellSelected` event not triggered with custom span element in row cells has been fixed.
|
|
15
|
+
- `#I394025` - Memory leak issue with Command column has been fixed.
|
|
16
|
+
- `#FB32003`, `#FB38052` - Ellipsis is not showing in the Firefox browser has been fixed.
|
|
17
|
+
- `#I407497` - Focus issue while render multiple inputs in the column template issue has been fixed.
|
|
18
|
+
|
|
19
|
+
## 20.3.48 (2022-10-05)
|
|
20
|
+
|
|
21
|
+
### Grid
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#I397183` - checkbox issue when enabling the persistence has been fixed.
|
|
10
26
|
- `#I399882` - `rowIndexes` in `RowSelectEventArgs` becomes undefined when single row is selected has been fixed.
|
|
11
27
|
- `#I402071` - Column chooser with frozen columns and wrap mode as header throws script error has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.49
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.49
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@20.3.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-NJUp1jCx/9MmrmCZFD/i1bwjz+bvqvqdbN9zPQIM0q8Jc6svGeotVKaapII2uzuzqpgBPiL2afgdvgol9AANAw==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.3.48.tgz",
|
|
23
|
+
"_shasum": "e2dc1804d0273b4374f2b0fa3206a51c4b84de37",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.3.47",
|
|
35
|
-
"@syncfusion/ej2-base": "~20.3.
|
|
36
|
-
"@syncfusion/ej2-grids": "20.3.
|
|
35
|
+
"@syncfusion/ej2-base": "~20.3.49",
|
|
36
|
+
"@syncfusion/ej2-grids": "20.3.49"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"schematics": "./schematics/collection.json",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"typings": "ej2-angular-grids.d.ts",
|
|
72
|
-
"version": "20.3.
|
|
72
|
+
"version": "20.3.49-ngcc"
|
|
73
73
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^20.3.
|
|
2
|
+
export declare const pkgVer = "^20.3.48";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~20.3.
|
|
4
|
+
export declare const themeVer = "~20.3.48";
|
|
@@ -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 = '^20.3.
|
|
4
|
+
exports.pkgVer = '^20.3.49';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~20.3.
|
|
6
|
+
exports.themeVer = '~20.3.49';
|
|
@@ -3548,7 +3548,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3548
3548
|
}
|
|
3549
3549
|
|
|
3550
3550
|
.e-grid-min-height .e-rowcell {
|
|
3551
|
-
line-height:
|
|
3551
|
+
line-height: normal;
|
|
3552
3552
|
padding-bottom: 0;
|
|
3553
3553
|
padding-top: 0;
|
|
3554
3554
|
}
|
|
@@ -3621,7 +3621,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3621
3621
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3622
3622
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3623
3623
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3624
|
-
line-height:
|
|
3624
|
+
line-height: normal;
|
|
3625
3625
|
padding-bottom: 0;
|
|
3626
3626
|
padding-top: 0;
|
|
3627
3627
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -3549,7 +3549,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3549
3549
|
}
|
|
3550
3550
|
|
|
3551
3551
|
.e-grid-min-height .e-rowcell {
|
|
3552
|
-
line-height:
|
|
3552
|
+
line-height: normal;
|
|
3553
3553
|
padding-bottom: 0;
|
|
3554
3554
|
padding-top: 0;
|
|
3555
3555
|
}
|
|
@@ -3622,7 +3622,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3622
3622
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3623
3623
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3624
3624
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3625
|
-
line-height:
|
|
3625
|
+
line-height: normal;
|
|
3626
3626
|
padding-bottom: 0;
|
|
3627
3627
|
padding-top: 0;
|
|
3628
3628
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3608,7 +3608,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3608
3608
|
}
|
|
3609
3609
|
|
|
3610
3610
|
.e-grid-min-height .e-rowcell {
|
|
3611
|
-
line-height:
|
|
3611
|
+
line-height: normal;
|
|
3612
3612
|
padding-bottom: 0;
|
|
3613
3613
|
padding-top: 0;
|
|
3614
3614
|
}
|
|
@@ -3681,7 +3681,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3681
3681
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3682
3682
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3683
3683
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3684
|
-
line-height:
|
|
3684
|
+
line-height: normal;
|
|
3685
3685
|
padding-bottom: 0;
|
|
3686
3686
|
padding-top: 0;
|
|
3687
3687
|
}
|
|
@@ -3620,7 +3620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3620
3620
|
}
|
|
3621
3621
|
|
|
3622
3622
|
.e-grid-min-height .e-rowcell {
|
|
3623
|
-
line-height:
|
|
3623
|
+
line-height: normal;
|
|
3624
3624
|
padding-bottom: 0;
|
|
3625
3625
|
padding-top: 0;
|
|
3626
3626
|
}
|
|
@@ -3693,7 +3693,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3693
3693
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3694
3694
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3695
3695
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3696
|
-
line-height:
|
|
3696
|
+
line-height: normal;
|
|
3697
3697
|
padding-bottom: 0;
|
|
3698
3698
|
padding-top: 0;
|
|
3699
3699
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3620,7 +3620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3620
3620
|
}
|
|
3621
3621
|
|
|
3622
3622
|
.e-grid-min-height .e-rowcell {
|
|
3623
|
-
line-height:
|
|
3623
|
+
line-height: normal;
|
|
3624
3624
|
padding-bottom: 0;
|
|
3625
3625
|
padding-top: 0;
|
|
3626
3626
|
}
|
|
@@ -3693,7 +3693,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3693
3693
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3694
3694
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3695
3695
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3696
|
-
line-height:
|
|
3696
|
+
line-height: normal;
|
|
3697
3697
|
padding-bottom: 0;
|
|
3698
3698
|
padding-top: 0;
|
|
3699
3699
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3522,7 +3522,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
3524
3524
|
.e-grid-min-height .e-rowcell {
|
|
3525
|
-
line-height:
|
|
3525
|
+
line-height: normal;
|
|
3526
3526
|
padding-bottom: 0;
|
|
3527
3527
|
padding-top: 0;
|
|
3528
3528
|
}
|
|
@@ -3595,7 +3595,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3595
3595
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3596
3596
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3597
3597
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3598
|
-
line-height:
|
|
3598
|
+
line-height: normal;
|
|
3599
3599
|
padding-bottom: 0;
|
|
3600
3600
|
padding-top: 0;
|
|
3601
3601
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -3515,7 +3515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3515
3515
|
}
|
|
3516
3516
|
|
|
3517
3517
|
.e-grid-min-height .e-rowcell {
|
|
3518
|
-
line-height:
|
|
3518
|
+
line-height: normal;
|
|
3519
3519
|
padding-bottom: 0;
|
|
3520
3520
|
padding-top: 0;
|
|
3521
3521
|
}
|
|
@@ -3588,7 +3588,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3588
3588
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3589
3589
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3590
3590
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3591
|
-
line-height:
|
|
3591
|
+
line-height: normal;
|
|
3592
3592
|
padding-bottom: 0;
|
|
3593
3593
|
padding-top: 0;
|
|
3594
3594
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3636,7 +3636,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3636
3636
|
}
|
|
3637
3637
|
|
|
3638
3638
|
.e-grid-min-height .e-rowcell {
|
|
3639
|
-
line-height:
|
|
3639
|
+
line-height: normal;
|
|
3640
3640
|
padding-bottom: 0;
|
|
3641
3641
|
padding-top: 0;
|
|
3642
3642
|
}
|
|
@@ -3709,7 +3709,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3709
3709
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3710
3710
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3711
3711
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3712
|
-
line-height:
|
|
3712
|
+
line-height: normal;
|
|
3713
3713
|
padding-bottom: 0;
|
|
3714
3714
|
padding-top: 0;
|
|
3715
3715
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -3636,7 +3636,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3636
3636
|
}
|
|
3637
3637
|
|
|
3638
3638
|
.e-grid-min-height .e-rowcell {
|
|
3639
|
-
line-height:
|
|
3639
|
+
line-height: normal;
|
|
3640
3640
|
padding-bottom: 0;
|
|
3641
3641
|
padding-top: 0;
|
|
3642
3642
|
}
|
|
@@ -3709,7 +3709,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3709
3709
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3710
3710
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3711
3711
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3712
|
-
line-height:
|
|
3712
|
+
line-height: normal;
|
|
3713
3713
|
padding-bottom: 0;
|
|
3714
3714
|
padding-top: 0;
|
|
3715
3715
|
}
|
|
@@ -3136,7 +3136,7 @@
|
|
|
3136
3136
|
}
|
|
3137
3137
|
|
|
3138
3138
|
.e-grid-min-height .e-rowcell {
|
|
3139
|
-
line-height:
|
|
3139
|
+
line-height: normal;
|
|
3140
3140
|
padding-bottom: 0;
|
|
3141
3141
|
padding-top: 0;
|
|
3142
3142
|
}
|
|
@@ -3209,7 +3209,7 @@
|
|
|
3209
3209
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3210
3210
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3211
3211
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3212
|
-
line-height:
|
|
3212
|
+
line-height: normal;
|
|
3213
3213
|
padding-bottom: 0;
|
|
3214
3214
|
padding-top: 0;
|
|
3215
3215
|
}
|
|
@@ -3137,7 +3137,7 @@
|
|
|
3137
3137
|
}
|
|
3138
3138
|
|
|
3139
3139
|
.e-grid-min-height .e-rowcell {
|
|
3140
|
-
line-height:
|
|
3140
|
+
line-height: normal;
|
|
3141
3141
|
padding-bottom: 0;
|
|
3142
3142
|
padding-top: 0;
|
|
3143
3143
|
}
|
|
@@ -3210,7 +3210,7 @@
|
|
|
3210
3210
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3211
3211
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3212
3212
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3213
|
-
line-height:
|
|
3213
|
+
line-height: normal;
|
|
3214
3214
|
padding-bottom: 0;
|
|
3215
3215
|
padding-top: 0;
|
|
3216
3216
|
}
|
|
@@ -3185,7 +3185,7 @@
|
|
|
3185
3185
|
}
|
|
3186
3186
|
|
|
3187
3187
|
.e-grid-min-height .e-rowcell {
|
|
3188
|
-
line-height:
|
|
3188
|
+
line-height: normal;
|
|
3189
3189
|
padding-bottom: 0;
|
|
3190
3190
|
padding-top: 0;
|
|
3191
3191
|
}
|
|
@@ -3258,7 +3258,7 @@
|
|
|
3258
3258
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3259
3259
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3260
3260
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3261
|
-
line-height:
|
|
3261
|
+
line-height: normal;
|
|
3262
3262
|
padding-bottom: 0;
|
|
3263
3263
|
padding-top: 0;
|
|
3264
3264
|
}
|
|
@@ -3205,7 +3205,7 @@
|
|
|
3205
3205
|
}
|
|
3206
3206
|
|
|
3207
3207
|
.e-grid-min-height .e-rowcell {
|
|
3208
|
-
line-height:
|
|
3208
|
+
line-height: normal;
|
|
3209
3209
|
padding-bottom: 0;
|
|
3210
3210
|
padding-top: 0;
|
|
3211
3211
|
}
|
|
@@ -3278,7 +3278,7 @@
|
|
|
3278
3278
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3279
3279
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3280
3280
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3281
|
-
line-height:
|
|
3281
|
+
line-height: normal;
|
|
3282
3282
|
padding-bottom: 0;
|
|
3283
3283
|
padding-top: 0;
|
|
3284
3284
|
}
|
|
@@ -3205,7 +3205,7 @@
|
|
|
3205
3205
|
}
|
|
3206
3206
|
|
|
3207
3207
|
.e-grid-min-height .e-rowcell {
|
|
3208
|
-
line-height:
|
|
3208
|
+
line-height: normal;
|
|
3209
3209
|
padding-bottom: 0;
|
|
3210
3210
|
padding-top: 0;
|
|
3211
3211
|
}
|
|
@@ -3278,7 +3278,7 @@
|
|
|
3278
3278
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3279
3279
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3280
3280
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3281
|
-
line-height:
|
|
3281
|
+
line-height: normal;
|
|
3282
3282
|
padding-bottom: 0;
|
|
3283
3283
|
padding-top: 0;
|
|
3284
3284
|
}
|
|
@@ -3110,7 +3110,7 @@
|
|
|
3110
3110
|
}
|
|
3111
3111
|
|
|
3112
3112
|
.e-grid-min-height .e-rowcell {
|
|
3113
|
-
line-height:
|
|
3113
|
+
line-height: normal;
|
|
3114
3114
|
padding-bottom: 0;
|
|
3115
3115
|
padding-top: 0;
|
|
3116
3116
|
}
|
|
@@ -3183,7 +3183,7 @@
|
|
|
3183
3183
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3184
3184
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3185
3185
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3186
|
-
line-height:
|
|
3186
|
+
line-height: normal;
|
|
3187
3187
|
padding-bottom: 0;
|
|
3188
3188
|
padding-top: 0;
|
|
3189
3189
|
}
|
package/styles/grid/fabric.css
CHANGED
|
@@ -3103,7 +3103,7 @@
|
|
|
3103
3103
|
}
|
|
3104
3104
|
|
|
3105
3105
|
.e-grid-min-height .e-rowcell {
|
|
3106
|
-
line-height:
|
|
3106
|
+
line-height: normal;
|
|
3107
3107
|
padding-bottom: 0;
|
|
3108
3108
|
padding-top: 0;
|
|
3109
3109
|
}
|
|
@@ -3176,7 +3176,7 @@
|
|
|
3176
3176
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3177
3177
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3178
3178
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3179
|
-
line-height:
|
|
3179
|
+
line-height: normal;
|
|
3180
3180
|
padding-bottom: 0;
|
|
3181
3181
|
padding-top: 0;
|
|
3182
3182
|
}
|
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
}
|
|
3222
3222
|
|
|
3223
3223
|
.e-grid-min-height .e-rowcell {
|
|
3224
|
-
line-height:
|
|
3224
|
+
line-height: normal;
|
|
3225
3225
|
padding-bottom: 0;
|
|
3226
3226
|
padding-top: 0;
|
|
3227
3227
|
}
|
|
@@ -3294,7 +3294,7 @@
|
|
|
3294
3294
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3295
3295
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3296
3296
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3297
|
-
line-height:
|
|
3297
|
+
line-height: normal;
|
|
3298
3298
|
padding-bottom: 0;
|
|
3299
3299
|
padding-top: 0;
|
|
3300
3300
|
}
|
package/styles/grid/fluent.css
CHANGED
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
}
|
|
3222
3222
|
|
|
3223
3223
|
.e-grid-min-height .e-rowcell {
|
|
3224
|
-
line-height:
|
|
3224
|
+
line-height: normal;
|
|
3225
3225
|
padding-bottom: 0;
|
|
3226
3226
|
padding-top: 0;
|
|
3227
3227
|
}
|
|
@@ -3294,7 +3294,7 @@
|
|
|
3294
3294
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3295
3295
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3296
3296
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3297
|
-
line-height:
|
|
3297
|
+
line-height: normal;
|
|
3298
3298
|
padding-bottom: 0;
|
|
3299
3299
|
padding-top: 0;
|
|
3300
3300
|
}
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
}
|
|
3108
3108
|
|
|
3109
3109
|
.e-grid-min-height .e-rowcell {
|
|
3110
|
-
line-height:
|
|
3110
|
+
line-height: normal;
|
|
3111
3111
|
padding-bottom: 0;
|
|
3112
3112
|
padding-top: 0;
|
|
3113
3113
|
}
|
|
@@ -3180,7 +3180,7 @@
|
|
|
3180
3180
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3181
3181
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3182
3182
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3183
|
-
line-height:
|
|
3183
|
+
line-height: normal;
|
|
3184
3184
|
padding-bottom: 0;
|
|
3185
3185
|
padding-top: 0;
|
|
3186
3186
|
}
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
}
|
|
3108
3108
|
|
|
3109
3109
|
.e-grid-min-height .e-rowcell {
|
|
3110
|
-
line-height:
|
|
3110
|
+
line-height: normal;
|
|
3111
3111
|
padding-bottom: 0;
|
|
3112
3112
|
padding-top: 0;
|
|
3113
3113
|
}
|
|
@@ -3180,7 +3180,7 @@
|
|
|
3180
3180
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3181
3181
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3182
3182
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3183
|
-
line-height:
|
|
3183
|
+
line-height: normal;
|
|
3184
3184
|
padding-bottom: 0;
|
|
3185
3185
|
padding-top: 0;
|
|
3186
3186
|
}
|
|
@@ -3151,7 +3151,7 @@
|
|
|
3151
3151
|
}
|
|
3152
3152
|
|
|
3153
3153
|
.e-grid-min-height .e-rowcell {
|
|
3154
|
-
line-height:
|
|
3154
|
+
line-height: normal;
|
|
3155
3155
|
padding-bottom: 0;
|
|
3156
3156
|
padding-top: 0;
|
|
3157
3157
|
}
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3225
3225
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3226
3226
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3227
|
-
line-height:
|
|
3227
|
+
line-height: normal;
|
|
3228
3228
|
padding-bottom: 0;
|
|
3229
3229
|
padding-top: 0;
|
|
3230
3230
|
}
|
package/styles/grid/material.css
CHANGED
|
@@ -3185,7 +3185,7 @@
|
|
|
3185
3185
|
}
|
|
3186
3186
|
|
|
3187
3187
|
.e-grid-min-height .e-rowcell {
|
|
3188
|
-
line-height:
|
|
3188
|
+
line-height: normal;
|
|
3189
3189
|
padding-bottom: 0;
|
|
3190
3190
|
padding-top: 0;
|
|
3191
3191
|
}
|
|
@@ -3258,7 +3258,7 @@
|
|
|
3258
3258
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3259
3259
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3260
3260
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3261
|
-
line-height:
|
|
3261
|
+
line-height: normal;
|
|
3262
3262
|
padding-bottom: 0;
|
|
3263
3263
|
padding-top: 0;
|
|
3264
3264
|
}
|
|
@@ -3225,7 +3225,7 @@
|
|
|
3225
3225
|
}
|
|
3226
3226
|
|
|
3227
3227
|
.e-grid-min-height .e-rowcell {
|
|
3228
|
-
line-height:
|
|
3228
|
+
line-height: normal;
|
|
3229
3229
|
padding-bottom: 0;
|
|
3230
3230
|
padding-top: 0;
|
|
3231
3231
|
}
|
|
@@ -3298,7 +3298,7 @@
|
|
|
3298
3298
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3299
3299
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3300
3300
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3301
|
-
line-height:
|
|
3301
|
+
line-height: normal;
|
|
3302
3302
|
padding-bottom: 0;
|
|
3303
3303
|
padding-top: 0;
|
|
3304
3304
|
}
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -3225,7 +3225,7 @@
|
|
|
3225
3225
|
}
|
|
3226
3226
|
|
|
3227
3227
|
.e-grid-min-height .e-rowcell {
|
|
3228
|
-
line-height:
|
|
3228
|
+
line-height: normal;
|
|
3229
3229
|
padding-bottom: 0;
|
|
3230
3230
|
padding-top: 0;
|
|
3231
3231
|
}
|
|
@@ -3298,7 +3298,7 @@
|
|
|
3298
3298
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3299
3299
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3300
3300
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3301
|
-
line-height:
|
|
3301
|
+
line-height: normal;
|
|
3302
3302
|
padding-bottom: 0;
|
|
3303
3303
|
padding-top: 0;
|
|
3304
3304
|
}
|
|
@@ -3519,7 +3519,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3519
3519
|
}
|
|
3520
3520
|
|
|
3521
3521
|
.e-grid-min-height .e-rowcell {
|
|
3522
|
-
line-height:
|
|
3522
|
+
line-height: normal;
|
|
3523
3523
|
padding-bottom: 0;
|
|
3524
3524
|
padding-top: 0;
|
|
3525
3525
|
}
|
|
@@ -3592,7 +3592,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3592
3592
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3593
3593
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3594
3594
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3595
|
-
line-height:
|
|
3595
|
+
line-height: normal;
|
|
3596
3596
|
padding-bottom: 0;
|
|
3597
3597
|
padding-top: 0;
|
|
3598
3598
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -3519,7 +3519,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3519
3519
|
}
|
|
3520
3520
|
|
|
3521
3521
|
.e-grid-min-height .e-rowcell {
|
|
3522
|
-
line-height:
|
|
3522
|
+
line-height: normal;
|
|
3523
3523
|
padding-bottom: 0;
|
|
3524
3524
|
padding-top: 0;
|
|
3525
3525
|
}
|
|
@@ -3592,7 +3592,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3592
3592
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3593
3593
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3594
3594
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3595
|
-
line-height:
|
|
3595
|
+
line-height: normal;
|
|
3596
3596
|
padding-bottom: 0;
|
|
3597
3597
|
padding-top: 0;
|
|
3598
3598
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -3569,7 +3569,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
3571
|
.e-grid-min-height .e-rowcell {
|
|
3572
|
-
line-height:
|
|
3572
|
+
line-height: normal;
|
|
3573
3573
|
padding-bottom: 0;
|
|
3574
3574
|
padding-top: 0;
|
|
3575
3575
|
}
|
|
@@ -3642,7 +3642,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3642
3642
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3643
3643
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3644
3644
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3645
|
-
line-height:
|
|
3645
|
+
line-height: normal;
|
|
3646
3646
|
padding-bottom: 0;
|
|
3647
3647
|
padding-top: 0;
|
|
3648
3648
|
}
|
package/styles/material.css
CHANGED
|
@@ -3611,7 +3611,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3611
3611
|
}
|
|
3612
3612
|
|
|
3613
3613
|
.e-grid-min-height .e-rowcell {
|
|
3614
|
-
line-height:
|
|
3614
|
+
line-height: normal;
|
|
3615
3615
|
padding-bottom: 0;
|
|
3616
3616
|
padding-top: 0;
|
|
3617
3617
|
}
|
|
@@ -3684,7 +3684,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3684
3684
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3685
3685
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3686
3686
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3687
|
-
line-height:
|
|
3687
|
+
line-height: normal;
|
|
3688
3688
|
padding-bottom: 0;
|
|
3689
3689
|
padding-top: 0;
|
|
3690
3690
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3641,7 +3641,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3641
3641
|
}
|
|
3642
3642
|
|
|
3643
3643
|
.e-grid-min-height .e-rowcell {
|
|
3644
|
-
line-height:
|
|
3644
|
+
line-height: normal;
|
|
3645
3645
|
padding-bottom: 0;
|
|
3646
3646
|
padding-top: 0;
|
|
3647
3647
|
}
|
|
@@ -3714,7 +3714,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3714
3714
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3715
3715
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3716
3716
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3717
|
-
line-height:
|
|
3717
|
+
line-height: normal;
|
|
3718
3718
|
padding-bottom: 0;
|
|
3719
3719
|
padding-top: 0;
|
|
3720
3720
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -3641,7 +3641,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3641
3641
|
}
|
|
3642
3642
|
|
|
3643
3643
|
.e-grid-min-height .e-rowcell {
|
|
3644
|
-
line-height:
|
|
3644
|
+
line-height: normal;
|
|
3645
3645
|
padding-bottom: 0;
|
|
3646
3646
|
padding-top: 0;
|
|
3647
3647
|
}
|
|
@@ -3714,7 +3714,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3714
3714
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3715
3715
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3716
3716
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3717
|
-
line-height:
|
|
3717
|
+
line-height: normal;
|
|
3718
3718
|
padding-bottom: 0;
|
|
3719
3719
|
padding-top: 0;
|
|
3720
3720
|
}
|