@syncfusion/ej2-react-grids 21.2.4 → 21.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/CHANGELOG.md +26 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +17 -3
- package/styles/bootstrap.css +17 -3
- package/styles/bootstrap4.css +17 -4
- package/styles/bootstrap5-dark.css +17 -3
- package/styles/bootstrap5.css +17 -3
- package/styles/fabric-dark.css +15 -1
- package/styles/fabric.css +15 -1
- package/styles/fluent-dark.css +19 -3
- package/styles/fluent.css +19 -3
- package/styles/grid/bootstrap-dark.css +17 -3
- package/styles/grid/bootstrap.css +17 -3
- package/styles/grid/bootstrap4.css +17 -4
- package/styles/grid/bootstrap5-dark.css +17 -3
- package/styles/grid/bootstrap5.css +17 -3
- package/styles/grid/fabric-dark.css +15 -1
- package/styles/grid/fabric.css +15 -1
- package/styles/grid/fluent-dark.css +19 -3
- package/styles/grid/fluent.css +19 -3
- package/styles/grid/highcontrast-light.css +15 -1
- package/styles/grid/highcontrast.css +15 -1
- package/styles/grid/material-dark.css +15 -1
- package/styles/grid/material.css +15 -1
- package/styles/grid/tailwind-dark.css +17 -4
- package/styles/grid/tailwind.css +17 -4
- package/styles/highcontrast-light.css +15 -1
- package/styles/highcontrast.css +15 -1
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/tailwind-dark.css +17 -4
- package/styles/tailwind.css +17 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,32 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
|
|
10
|
+
- `#I455549` - Fixed the problem where the column template was not being re-created after tabbing from batch edit mode in React.
|
|
11
|
+
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
|
|
12
|
+
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
|
|
13
|
+
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
|
|
14
|
+
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
|
|
15
|
+
|
|
16
|
+
## 21.2.5 (2023-05-16)
|
|
17
|
+
|
|
18
|
+
### Grid
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
|
|
23
|
+
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
|
|
24
|
+
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
|
|
25
|
+
- `#I452083` - The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.
|
|
26
|
+
- `#FB43372` -The Content Security Policy violation issue related to grid paging and grouping has been resolved.
|
|
27
|
+
- `#I460038` - Resolved the issue where the detail template being rendered with bold and centred formatting.
|
|
28
|
+
|
|
29
|
+
## 21.2.4 (2023-05-09)
|
|
30
|
+
|
|
31
|
+
### Grid
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
9
35
|
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
|
|
10
36
|
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
|
|
11
37
|
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.6
|
|
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-react-grids.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.6
|
|
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-react-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-grids@21.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@21.2.5",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Sw/XU7a323uqTzEGuRK32+PqLom974grs/9EgyB3KNjrQuK3PMtxysucWZM+FDqeHFbTxI35E/0+7xDfpiGzKw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-21.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-21.2.5.tgz",
|
|
23
|
+
"_shasum": "7c4add3317db6aa4147b04f7e0532e5b0a5860f4",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~21.2.3",
|
|
35
|
-
"@syncfusion/ej2-grids": "21.2.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~21.2.
|
|
35
|
+
"@syncfusion/ej2-grids": "21.2.6",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~21.2.6"
|
|
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 React",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"type": "git",
|
|
55
55
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
56
56
|
},
|
|
57
|
-
"version": "21.2.
|
|
57
|
+
"version": "21.2.6",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
|
@@ -1300,6 +1300,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1300
1300
|
margin-left: -7px;
|
|
1301
1301
|
margin-top: -3px;
|
|
1302
1302
|
margin-right: 0;
|
|
1303
|
+
padding-top: 0;
|
|
1303
1304
|
}
|
|
1304
1305
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1305
1306
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1325,7 +1326,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1325
1326
|
margin-left: 0;
|
|
1326
1327
|
margin-right: -10px;
|
|
1327
1328
|
margin-top: -4px;
|
|
1328
|
-
padding-top: 0;
|
|
1329
1329
|
padding-left: 8px;
|
|
1330
1330
|
}
|
|
1331
1331
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -1836,6 +1836,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1836
1836
|
border-collapse: separate;
|
|
1837
1837
|
table-layout: fixed;
|
|
1838
1838
|
width: 100%;
|
|
1839
|
+
border-spacing: 0.25px;
|
|
1839
1840
|
}
|
|
1840
1841
|
.e-grid .e-tableborder {
|
|
1841
1842
|
border-right: 1px solid;
|
|
@@ -2277,6 +2278,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2277
2278
|
border-top-style: solid;
|
|
2278
2279
|
border-top-width: 1px;
|
|
2279
2280
|
padding: 0.3em;
|
|
2281
|
+
font-weight: normal;
|
|
2282
|
+
text-align: left;
|
|
2280
2283
|
}
|
|
2281
2284
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2282
2285
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2690,7 +2693,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2690
2693
|
}
|
|
2691
2694
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2692
2695
|
margin-left: -8px;
|
|
2693
|
-
margin-top:
|
|
2696
|
+
margin-top: -3px;
|
|
2697
|
+
padding-top: 4px;
|
|
2694
2698
|
padding-right: 8px;
|
|
2695
2699
|
}
|
|
2696
2700
|
.e-grid .e-grptogglebtn {
|
|
@@ -3266,6 +3270,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3266
3270
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3267
3271
|
border-right-style: solid;
|
|
3268
3272
|
border-right-width: 1px;
|
|
3273
|
+
text-align: right;
|
|
3269
3274
|
}
|
|
3270
3275
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3271
3276
|
float: left;
|
|
@@ -3277,7 +3282,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3277
3282
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3278
3283
|
margin-left: 0;
|
|
3279
3284
|
margin-right: -10px;
|
|
3280
|
-
padding-top:
|
|
3285
|
+
padding-top: 4px;
|
|
3281
3286
|
}
|
|
3282
3287
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3283
3288
|
border-width: 0 0 0 1px;
|
|
@@ -3761,8 +3766,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3761
3766
|
position: absolute;
|
|
3762
3767
|
top: 6px;
|
|
3763
3768
|
white-space: nowrap;
|
|
3769
|
+
text-overflow: ellipsis;
|
|
3770
|
+
overflow: hidden;
|
|
3764
3771
|
width: 45%;
|
|
3765
3772
|
}
|
|
3773
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3774
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3775
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3776
|
+
line-height: 18px;
|
|
3777
|
+
white-space: normal;
|
|
3778
|
+
word-wrap: break-word;
|
|
3779
|
+
}
|
|
3766
3780
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3767
3781
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3768
3782
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1301,6 +1301,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1301
1301
|
margin-left: -7px;
|
|
1302
1302
|
margin-top: -3px;
|
|
1303
1303
|
margin-right: 0;
|
|
1304
|
+
padding-top: 0;
|
|
1304
1305
|
}
|
|
1305
1306
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1306
1307
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1326,7 +1327,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1326
1327
|
margin-left: 0;
|
|
1327
1328
|
margin-right: -10px;
|
|
1328
1329
|
margin-top: -4px;
|
|
1329
|
-
padding-top: 0;
|
|
1330
1330
|
padding-left: 8px;
|
|
1331
1331
|
}
|
|
1332
1332
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -1837,6 +1837,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1837
1837
|
border-collapse: separate;
|
|
1838
1838
|
table-layout: fixed;
|
|
1839
1839
|
width: 100%;
|
|
1840
|
+
border-spacing: 0.25px;
|
|
1840
1841
|
}
|
|
1841
1842
|
.e-grid .e-tableborder {
|
|
1842
1843
|
border-right: 1px solid;
|
|
@@ -2278,6 +2279,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2278
2279
|
border-top-style: solid;
|
|
2279
2280
|
border-top-width: 1px;
|
|
2280
2281
|
padding: 0.3em;
|
|
2282
|
+
font-weight: normal;
|
|
2283
|
+
text-align: left;
|
|
2281
2284
|
}
|
|
2282
2285
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2283
2286
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2691,7 +2694,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2691
2694
|
}
|
|
2692
2695
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2693
2696
|
margin-left: -8px;
|
|
2694
|
-
margin-top:
|
|
2697
|
+
margin-top: -3px;
|
|
2698
|
+
padding-top: 4px;
|
|
2695
2699
|
padding-right: 8px;
|
|
2696
2700
|
}
|
|
2697
2701
|
.e-grid .e-grptogglebtn {
|
|
@@ -3267,6 +3271,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3267
3271
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3268
3272
|
border-right-style: solid;
|
|
3269
3273
|
border-right-width: 1px;
|
|
3274
|
+
text-align: right;
|
|
3270
3275
|
}
|
|
3271
3276
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3272
3277
|
float: left;
|
|
@@ -3278,7 +3283,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3278
3283
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3279
3284
|
margin-left: 0;
|
|
3280
3285
|
margin-right: -10px;
|
|
3281
|
-
padding-top:
|
|
3286
|
+
padding-top: 4px;
|
|
3282
3287
|
}
|
|
3283
3288
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3284
3289
|
border-width: 0 0 0 1px;
|
|
@@ -3762,8 +3767,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3762
3767
|
position: absolute;
|
|
3763
3768
|
top: 6px;
|
|
3764
3769
|
white-space: nowrap;
|
|
3770
|
+
text-overflow: ellipsis;
|
|
3771
|
+
overflow: hidden;
|
|
3765
3772
|
width: 45%;
|
|
3766
3773
|
}
|
|
3774
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3775
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3776
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3777
|
+
line-height: 18px;
|
|
3778
|
+
white-space: normal;
|
|
3779
|
+
word-wrap: break-word;
|
|
3780
|
+
}
|
|
3767
3781
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3768
3782
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3769
3783
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1347,11 +1347,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1347
1347
|
}
|
|
1348
1348
|
.e-bigger .e-grid span.e-ungroupbutton.e-icons,
|
|
1349
1349
|
.e-grid.e-bigger span.e-ungroupbutton.e-icons {
|
|
1350
|
-
font-size:
|
|
1350
|
+
font-size: 16px;
|
|
1351
1351
|
margin-left: -7px;
|
|
1352
1352
|
margin-top: -1px;
|
|
1353
1353
|
margin-right: 8px;
|
|
1354
1354
|
padding-top: 8px;
|
|
1355
|
+
padding-top: 8px;
|
|
1355
1356
|
}
|
|
1356
1357
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1357
1358
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1382,8 +1383,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1382
1383
|
.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons {
|
|
1383
1384
|
margin-left: -9px;
|
|
1384
1385
|
margin-right: -15px;
|
|
1385
|
-
margin-top:
|
|
1386
|
-
padding-top: 4px;
|
|
1386
|
+
margin-top: -1px;
|
|
1387
1387
|
padding-left: 12px;
|
|
1388
1388
|
}
|
|
1389
1389
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -1897,6 +1897,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1897
1897
|
border-collapse: separate;
|
|
1898
1898
|
table-layout: fixed;
|
|
1899
1899
|
width: 100%;
|
|
1900
|
+
border-spacing: 0.25px;
|
|
1900
1901
|
}
|
|
1901
1902
|
.e-grid .e-tableborder {
|
|
1902
1903
|
border-right: 1px solid;
|
|
@@ -2338,6 +2339,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2338
2339
|
border-top-style: solid;
|
|
2339
2340
|
border-top-width: 1px;
|
|
2340
2341
|
padding: 0.3em;
|
|
2342
|
+
font-weight: normal;
|
|
2343
|
+
text-align: left;
|
|
2341
2344
|
}
|
|
2342
2345
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2343
2346
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2753,8 +2756,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2753
2756
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2754
2757
|
margin-left: -8px;
|
|
2755
2758
|
margin-top: 0;
|
|
2756
|
-
padding-right: 8px;
|
|
2757
2759
|
padding-top: 4px;
|
|
2760
|
+
padding-right: 8px;
|
|
2758
2761
|
}
|
|
2759
2762
|
.e-grid .e-grptogglebtn {
|
|
2760
2763
|
padding: 7px;
|
|
@@ -3330,6 +3333,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3330
3333
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3331
3334
|
border-right-style: solid;
|
|
3332
3335
|
border-right-width: 1px;
|
|
3336
|
+
text-align: right;
|
|
3333
3337
|
}
|
|
3334
3338
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3335
3339
|
float: left;
|
|
@@ -3826,8 +3830,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3826
3830
|
position: absolute;
|
|
3827
3831
|
top: 6px;
|
|
3828
3832
|
white-space: nowrap;
|
|
3833
|
+
text-overflow: ellipsis;
|
|
3834
|
+
overflow: hidden;
|
|
3829
3835
|
width: 45%;
|
|
3830
3836
|
}
|
|
3837
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3838
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3839
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3840
|
+
line-height: 21px;
|
|
3841
|
+
white-space: normal;
|
|
3842
|
+
word-wrap: break-word;
|
|
3843
|
+
}
|
|
3831
3844
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3832
3845
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3833
3846
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|
|
@@ -1363,6 +1363,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1363
1363
|
margin-left: -12px;
|
|
1364
1364
|
margin-top: 1px;
|
|
1365
1365
|
margin-right: 0;
|
|
1366
|
+
padding-top: 0;
|
|
1366
1367
|
}
|
|
1367
1368
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1368
1369
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1388,7 +1389,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1388
1389
|
margin-left: -8px;
|
|
1389
1390
|
margin-right: -12px;
|
|
1390
1391
|
margin-top: 1px;
|
|
1391
|
-
padding-top: 0;
|
|
1392
1392
|
padding-left: 8px;
|
|
1393
1393
|
}
|
|
1394
1394
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -1903,6 +1903,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1903
1903
|
border-collapse: separate;
|
|
1904
1904
|
table-layout: fixed;
|
|
1905
1905
|
width: 100%;
|
|
1906
|
+
border-spacing: 0.25px;
|
|
1906
1907
|
}
|
|
1907
1908
|
.e-grid .e-tableborder {
|
|
1908
1909
|
border-right: 1px solid;
|
|
@@ -2344,6 +2345,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2344
2345
|
border-top-style: solid;
|
|
2345
2346
|
border-top-width: 1px;
|
|
2346
2347
|
padding: 0.3em;
|
|
2348
|
+
font-weight: normal;
|
|
2349
|
+
text-align: left;
|
|
2347
2350
|
}
|
|
2348
2351
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2349
2352
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2757,7 +2760,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2757
2760
|
}
|
|
2758
2761
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2759
2762
|
margin-left: -12px;
|
|
2760
|
-
margin-top:
|
|
2763
|
+
margin-top: -0.5px;
|
|
2764
|
+
padding-top: 2px;
|
|
2761
2765
|
padding-right: 8px;
|
|
2762
2766
|
}
|
|
2763
2767
|
.e-grid .e-grptogglebtn {
|
|
@@ -3333,6 +3337,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3333
3337
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3334
3338
|
border-right-style: solid;
|
|
3335
3339
|
border-right-width: 1px;
|
|
3340
|
+
text-align: right;
|
|
3336
3341
|
}
|
|
3337
3342
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3338
3343
|
float: left;
|
|
@@ -3344,7 +3349,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3344
3349
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3345
3350
|
margin-left: 0;
|
|
3346
3351
|
margin-right: -12px;
|
|
3347
|
-
padding-top:
|
|
3352
|
+
padding-top: 2px;
|
|
3348
3353
|
}
|
|
3349
3354
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3350
3355
|
border-width: 0 0 0 1px;
|
|
@@ -3837,8 +3842,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3837
3842
|
position: absolute;
|
|
3838
3843
|
top: 6px;
|
|
3839
3844
|
white-space: nowrap;
|
|
3845
|
+
text-overflow: ellipsis;
|
|
3846
|
+
overflow: hidden;
|
|
3840
3847
|
width: 45%;
|
|
3841
3848
|
}
|
|
3849
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3850
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3851
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3852
|
+
line-height: 21px;
|
|
3853
|
+
white-space: normal;
|
|
3854
|
+
word-wrap: break-word;
|
|
3855
|
+
}
|
|
3842
3856
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3843
3857
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3844
3858
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1363,6 +1363,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1363
1363
|
margin-left: -12px;
|
|
1364
1364
|
margin-top: 1px;
|
|
1365
1365
|
margin-right: 0;
|
|
1366
|
+
padding-top: 0;
|
|
1366
1367
|
}
|
|
1367
1368
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1368
1369
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1388,7 +1389,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1388
1389
|
margin-left: -8px;
|
|
1389
1390
|
margin-right: -12px;
|
|
1390
1391
|
margin-top: 1px;
|
|
1391
|
-
padding-top: 0;
|
|
1392
1392
|
padding-left: 8px;
|
|
1393
1393
|
}
|
|
1394
1394
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -1903,6 +1903,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1903
1903
|
border-collapse: separate;
|
|
1904
1904
|
table-layout: fixed;
|
|
1905
1905
|
width: 100%;
|
|
1906
|
+
border-spacing: 0.25px;
|
|
1906
1907
|
}
|
|
1907
1908
|
.e-grid .e-tableborder {
|
|
1908
1909
|
border-right: 1px solid;
|
|
@@ -2344,6 +2345,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2344
2345
|
border-top-style: solid;
|
|
2345
2346
|
border-top-width: 1px;
|
|
2346
2347
|
padding: 0.3em;
|
|
2348
|
+
font-weight: normal;
|
|
2349
|
+
text-align: left;
|
|
2347
2350
|
}
|
|
2348
2351
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2349
2352
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2757,7 +2760,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2757
2760
|
}
|
|
2758
2761
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2759
2762
|
margin-left: -12px;
|
|
2760
|
-
margin-top:
|
|
2763
|
+
margin-top: -0.5px;
|
|
2764
|
+
padding-top: 2px;
|
|
2761
2765
|
padding-right: 8px;
|
|
2762
2766
|
}
|
|
2763
2767
|
.e-grid .e-grptogglebtn {
|
|
@@ -3333,6 +3337,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3333
3337
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3334
3338
|
border-right-style: solid;
|
|
3335
3339
|
border-right-width: 1px;
|
|
3340
|
+
text-align: right;
|
|
3336
3341
|
}
|
|
3337
3342
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3338
3343
|
float: left;
|
|
@@ -3344,7 +3349,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3344
3349
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3345
3350
|
margin-left: 0;
|
|
3346
3351
|
margin-right: -12px;
|
|
3347
|
-
padding-top:
|
|
3352
|
+
padding-top: 2px;
|
|
3348
3353
|
}
|
|
3349
3354
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3350
3355
|
border-width: 0 0 0 1px;
|
|
@@ -3837,8 +3842,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3837
3842
|
position: absolute;
|
|
3838
3843
|
top: 6px;
|
|
3839
3844
|
white-space: nowrap;
|
|
3845
|
+
text-overflow: ellipsis;
|
|
3846
|
+
overflow: hidden;
|
|
3840
3847
|
width: 45%;
|
|
3841
3848
|
}
|
|
3849
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3850
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3851
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3852
|
+
line-height: 21px;
|
|
3853
|
+
white-space: normal;
|
|
3854
|
+
word-wrap: break-word;
|
|
3855
|
+
}
|
|
3842
3856
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3843
3857
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3844
3858
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1274,6 +1274,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1274
1274
|
margin-left: 0;
|
|
1275
1275
|
margin-top: 1px;
|
|
1276
1276
|
margin-right: 0;
|
|
1277
|
+
padding-top: 0;
|
|
1277
1278
|
}
|
|
1278
1279
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1279
1280
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1299,7 +1300,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1299
1300
|
margin-left: 0;
|
|
1300
1301
|
margin-right: 8px;
|
|
1301
1302
|
margin-top: 0;
|
|
1302
|
-
padding-top: 0;
|
|
1303
1303
|
padding-left: 0;
|
|
1304
1304
|
}
|
|
1305
1305
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -1810,6 +1810,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1810
1810
|
border-collapse: separate;
|
|
1811
1811
|
table-layout: fixed;
|
|
1812
1812
|
width: 100%;
|
|
1813
|
+
border-spacing: 0.25px;
|
|
1813
1814
|
}
|
|
1814
1815
|
.e-grid .e-tableborder {
|
|
1815
1816
|
border-right: 1px solid;
|
|
@@ -2251,6 +2252,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2251
2252
|
border-top-style: solid;
|
|
2252
2253
|
border-top-width: 1px;
|
|
2253
2254
|
padding: 0.3em;
|
|
2255
|
+
font-weight: normal;
|
|
2256
|
+
text-align: left;
|
|
2254
2257
|
}
|
|
2255
2258
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2256
2259
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2665,6 +2668,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2665
2668
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2666
2669
|
margin-left: 0;
|
|
2667
2670
|
margin-top: 0;
|
|
2671
|
+
padding-top: 0;
|
|
2668
2672
|
padding-right: 0;
|
|
2669
2673
|
}
|
|
2670
2674
|
.e-grid .e-grptogglebtn {
|
|
@@ -3240,6 +3244,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3240
3244
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3241
3245
|
border-right-style: solid;
|
|
3242
3246
|
border-right-width: 1px;
|
|
3247
|
+
text-align: right;
|
|
3243
3248
|
}
|
|
3244
3249
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3245
3250
|
float: left;
|
|
@@ -3735,8 +3740,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3735
3740
|
position: absolute;
|
|
3736
3741
|
top: 6px;
|
|
3737
3742
|
white-space: nowrap;
|
|
3743
|
+
text-overflow: ellipsis;
|
|
3744
|
+
overflow: hidden;
|
|
3738
3745
|
width: 45%;
|
|
3739
3746
|
}
|
|
3747
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3748
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3749
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3750
|
+
line-height: 18px;
|
|
3751
|
+
white-space: normal;
|
|
3752
|
+
word-wrap: break-word;
|
|
3753
|
+
}
|
|
3740
3754
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3741
3755
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3742
3756
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|
package/styles/fabric.css
CHANGED
|
@@ -1267,6 +1267,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1267
1267
|
margin-left: 0;
|
|
1268
1268
|
margin-top: 0;
|
|
1269
1269
|
margin-right: 0;
|
|
1270
|
+
padding-top: 0;
|
|
1270
1271
|
}
|
|
1271
1272
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1272
1273
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1292,7 +1293,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1292
1293
|
margin-left: 0;
|
|
1293
1294
|
margin-right: 8px;
|
|
1294
1295
|
margin-top: 0;
|
|
1295
|
-
padding-top: 0;
|
|
1296
1296
|
padding-left: 0;
|
|
1297
1297
|
}
|
|
1298
1298
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -1803,6 +1803,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1803
1803
|
border-collapse: separate;
|
|
1804
1804
|
table-layout: fixed;
|
|
1805
1805
|
width: 100%;
|
|
1806
|
+
border-spacing: 0.25px;
|
|
1806
1807
|
}
|
|
1807
1808
|
.e-grid .e-tableborder {
|
|
1808
1809
|
border-right: 1px solid;
|
|
@@ -2244,6 +2245,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2244
2245
|
border-top-style: solid;
|
|
2245
2246
|
border-top-width: 1px;
|
|
2246
2247
|
padding: 0.3em;
|
|
2248
|
+
font-weight: normal;
|
|
2249
|
+
text-align: left;
|
|
2247
2250
|
}
|
|
2248
2251
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2249
2252
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2658,6 +2661,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2658
2661
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2659
2662
|
margin-left: 0;
|
|
2660
2663
|
margin-top: 0;
|
|
2664
|
+
padding-top: 0;
|
|
2661
2665
|
padding-right: 0;
|
|
2662
2666
|
}
|
|
2663
2667
|
.e-grid .e-grptogglebtn {
|
|
@@ -3233,6 +3237,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3233
3237
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3234
3238
|
border-right-style: solid;
|
|
3235
3239
|
border-right-width: 1px;
|
|
3240
|
+
text-align: right;
|
|
3236
3241
|
}
|
|
3237
3242
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3238
3243
|
float: left;
|
|
@@ -3728,8 +3733,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3728
3733
|
position: absolute;
|
|
3729
3734
|
top: 6px;
|
|
3730
3735
|
white-space: nowrap;
|
|
3736
|
+
text-overflow: ellipsis;
|
|
3737
|
+
overflow: hidden;
|
|
3731
3738
|
width: 45%;
|
|
3732
3739
|
}
|
|
3740
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3741
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3742
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3743
|
+
line-height: 18px;
|
|
3744
|
+
white-space: normal;
|
|
3745
|
+
word-wrap: break-word;
|
|
3746
|
+
}
|
|
3733
3747
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3734
3748
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3735
3749
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1353,6 +1353,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1353
1353
|
margin-left: 0;
|
|
1354
1354
|
margin-top: -4px;
|
|
1355
1355
|
margin-right: 4px;
|
|
1356
|
+
padding-top: 0;
|
|
1356
1357
|
padding: 0 4px;
|
|
1357
1358
|
}
|
|
1358
1359
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
@@ -1386,8 +1387,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1386
1387
|
margin-left: -9px;
|
|
1387
1388
|
margin-right: -6px;
|
|
1388
1389
|
margin-top: -4px;
|
|
1389
|
-
padding-top: 4px;
|
|
1390
1390
|
padding-left: 8px;
|
|
1391
|
+
margin-top: 0;
|
|
1392
|
+
padding: 0 4px;
|
|
1391
1393
|
}
|
|
1392
1394
|
.e-bigger .e-grid .e-groupcaption,
|
|
1393
1395
|
.e-grid.e-bigger .e-groupcaption {
|
|
@@ -1900,6 +1902,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1900
1902
|
border-collapse: separate;
|
|
1901
1903
|
table-layout: fixed;
|
|
1902
1904
|
width: 100%;
|
|
1905
|
+
border-spacing: 0.25px;
|
|
1903
1906
|
}
|
|
1904
1907
|
.e-grid .e-tableborder {
|
|
1905
1908
|
border-right: 1px solid;
|
|
@@ -2345,6 +2348,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2345
2348
|
border-top-style: solid;
|
|
2346
2349
|
border-top-width: 1px;
|
|
2347
2350
|
padding: 0.3em;
|
|
2351
|
+
font-weight: normal;
|
|
2352
|
+
text-align: left;
|
|
2348
2353
|
}
|
|
2349
2354
|
.e-grid th.e-detailcell .e-rowcell,
|
|
2350
2355
|
.e-grid th.e-detailcell .e-gridpager {
|
|
@@ -2762,7 +2767,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2762
2767
|
}
|
|
2763
2768
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2764
2769
|
margin-left: -13px;
|
|
2765
|
-
margin-top:
|
|
2770
|
+
margin-top: -3px;
|
|
2771
|
+
padding-top: 8px;
|
|
2766
2772
|
padding-right: 12px;
|
|
2767
2773
|
}
|
|
2768
2774
|
.e-grid .e-grptogglebtn {
|
|
@@ -3339,6 +3345,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3339
3345
|
.e-grid.e-rtl.e-default .e-detailcell, .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
|
|
3340
3346
|
border-right-style: solid;
|
|
3341
3347
|
border-right-width: 1px;
|
|
3348
|
+
text-align: right;
|
|
3342
3349
|
}
|
|
3343
3350
|
.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
3344
3351
|
float: left;
|
|
@@ -3350,7 +3357,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3350
3357
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3351
3358
|
margin-left: 0;
|
|
3352
3359
|
margin-right: -14px;
|
|
3353
|
-
padding-top:
|
|
3360
|
+
padding-top: 8px;
|
|
3354
3361
|
}
|
|
3355
3362
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3356
3363
|
border-width: 0 0 0 1px;
|
|
@@ -3863,8 +3870,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3863
3870
|
position: absolute;
|
|
3864
3871
|
top: 6px;
|
|
3865
3872
|
white-space: nowrap;
|
|
3873
|
+
text-overflow: ellipsis;
|
|
3874
|
+
overflow: hidden;
|
|
3866
3875
|
width: 45%;
|
|
3867
3876
|
}
|
|
3877
|
+
.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before, .e-bigger .e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before,
|
|
3878
|
+
.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-verticalwrap td::before,
|
|
3879
|
+
.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-verticalwrap td::before {
|
|
3880
|
+
line-height: 21px;
|
|
3881
|
+
white-space: normal;
|
|
3882
|
+
word-wrap: break-word;
|
|
3883
|
+
}
|
|
3868
3884
|
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell], .e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell],
|
|
3869
3885
|
.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],
|
|
3870
3886
|
.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell] {
|