@syncfusion/ej2-angular-grids 20.1.56 → 20.1.57
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 +10 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +6 -6
- 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 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/grid/bootstrap-dark.css +1 -1
- package/styles/grid/bootstrap.css +1 -1
- package/styles/grid/bootstrap4.css +1 -1
- package/styles/grid/bootstrap5-dark.css +1 -1
- package/styles/grid/bootstrap5.css +1 -1
- package/styles/grid/fabric-dark.css +1 -1
- package/styles/grid/fabric.css +1 -1
- package/styles/grid/fluent-dark.css +1 -1
- package/styles/grid/fluent.css +1 -1
- package/styles/grid/highcontrast-light.css +1 -1
- package/styles/grid/highcontrast.css +1 -1
- package/styles/grid/material-dark.css +1 -1
- package/styles/grid/tailwind-dark.css +1 -1
- package/styles/grid/tailwind.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I359884` - Accessibility of Grid component has been improved.
|
|
10
|
+
- `#I376539` - Sorting issue on URL Adaptor `DataManagerRequest` has been fixed.
|
|
11
|
+
- `#I365726` - Image and Text overlap issue in excel image has been fixed.
|
|
12
|
+
|
|
13
|
+
## 20.1.56 (2022-05-17)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#F174681` - Provided support for Column dragging when dynamically enabling the Group drop area.
|
|
10
20
|
- `#I375458` - Column read as draggable after disabling column reorder for Particular column has been fixed.
|
|
11
21
|
- `#I376011` - Styling issue on grouping all the columns in grid is fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.57
|
|
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.1.
|
|
3
|
+
* version : 20.1.57
|
|
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.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@20.1.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-vA/lq2994Ixj7Wc/AIZe0UR47yZ5kbetx7NsWwflIR2igKn1WfztbEUWJ2/BShDWw+VlmXw5JTVG12U/s4lHRw==",
|
|
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.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.1.56.tgz",
|
|
23
|
+
"_shasum": "81edd74d27024b50fc9f32a679f2f7480e54bf7a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.1.55",
|
|
35
35
|
"@syncfusion/ej2-base": "~20.1.56",
|
|
36
|
-
"@syncfusion/ej2-grids": "20.1.
|
|
36
|
+
"@syncfusion/ej2-grids": "20.1.57"
|
|
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.1.
|
|
72
|
+
"version": "20.1.57"
|
|
73
73
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^20.1.
|
|
2
|
+
export declare const pkgVer = "^20.1.56";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~20.1.
|
|
4
|
+
export declare const themeVer = "~20.1.56";
|
|
@@ -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.1.
|
|
4
|
+
exports.pkgVer = '^20.1.56';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~20.1.
|
|
6
|
+
exports.themeVer = '~20.1.56';
|
|
@@ -2597,7 +2597,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2597
2597
|
}
|
|
2598
2598
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2599
2599
|
border-left: 1px solid;
|
|
2600
|
-
border-color: #
|
|
2600
|
+
border-color: #484848;
|
|
2601
2601
|
}
|
|
2602
2602
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2603
2603
|
height: inherit;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2598,7 +2598,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2598
2598
|
}
|
|
2599
2599
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2600
2600
|
border-left: 1px solid;
|
|
2601
|
-
border-color: #
|
|
2601
|
+
border-color: #ddd;
|
|
2602
2602
|
}
|
|
2603
2603
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2604
2604
|
height: inherit;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2647,7 +2647,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2647
2647
|
}
|
|
2648
2648
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2649
2649
|
border-left: 1px solid;
|
|
2650
|
-
border-color: #
|
|
2650
|
+
border-color: #dee2e6;
|
|
2651
2651
|
}
|
|
2652
2652
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2653
2653
|
height: inherit;
|
|
@@ -2697,7 +2697,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2697
2697
|
}
|
|
2698
2698
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2699
2699
|
border-left: 1px solid;
|
|
2700
|
-
border-color: #
|
|
2700
|
+
border-color: #444c54;
|
|
2701
2701
|
}
|
|
2702
2702
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2703
2703
|
height: inherit;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2697,7 +2697,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2697
2697
|
}
|
|
2698
2698
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2699
2699
|
border-left: 1px solid;
|
|
2700
|
-
border-color: #
|
|
2700
|
+
border-color: #dee2e6;
|
|
2701
2701
|
}
|
|
2702
2702
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2703
2703
|
height: inherit;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2573,7 +2573,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2573
2573
|
}
|
|
2574
2574
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2575
2575
|
border-left: 1px solid;
|
|
2576
|
-
border-color: #
|
|
2576
|
+
border-color: #414040;
|
|
2577
2577
|
}
|
|
2578
2578
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2579
2579
|
height: inherit;
|
package/styles/fabric.css
CHANGED
|
@@ -2566,7 +2566,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2566
2566
|
}
|
|
2567
2567
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2568
2568
|
border-left: 1px solid;
|
|
2569
|
-
border-color: #
|
|
2569
|
+
border-color: #eaeaea;
|
|
2570
2570
|
}
|
|
2571
2571
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2572
2572
|
height: inherit;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2661,7 +2661,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2661
2661
|
}
|
|
2662
2662
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2663
2663
|
border-left: 1px solid;
|
|
2664
|
-
border-color: #
|
|
2664
|
+
border-color: #292827;
|
|
2665
2665
|
}
|
|
2666
2666
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2667
2667
|
height: inherit;
|
package/styles/fluent.css
CHANGED
|
@@ -2661,7 +2661,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2661
2661
|
}
|
|
2662
2662
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2663
2663
|
border-left: 1px solid;
|
|
2664
|
-
border-color: #
|
|
2664
|
+
border-color: #edebe9;
|
|
2665
2665
|
}
|
|
2666
2666
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2667
2667
|
height: inherit;
|
|
@@ -1504,7 +1504,7 @@
|
|
|
1504
1504
|
}
|
|
1505
1505
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1506
1506
|
border-left: 1px solid;
|
|
1507
|
-
border-color: #
|
|
1507
|
+
border-color: #484848;
|
|
1508
1508
|
}
|
|
1509
1509
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1510
1510
|
height: inherit;
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
}
|
|
1506
1506
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1507
1507
|
border-left: 1px solid;
|
|
1508
|
-
border-color: #
|
|
1508
|
+
border-color: #ddd;
|
|
1509
1509
|
}
|
|
1510
1510
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1511
1511
|
height: inherit;
|
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
}
|
|
1547
1547
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1548
1548
|
border-left: 1px solid;
|
|
1549
|
-
border-color: #
|
|
1549
|
+
border-color: #dee2e6;
|
|
1550
1550
|
}
|
|
1551
1551
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1552
1552
|
height: inherit;
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
}
|
|
1567
1567
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1568
1568
|
border-left: 1px solid;
|
|
1569
|
-
border-color: #
|
|
1569
|
+
border-color: #444c54;
|
|
1570
1570
|
}
|
|
1571
1571
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1572
1572
|
height: inherit;
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
}
|
|
1567
1567
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1568
1568
|
border-left: 1px solid;
|
|
1569
|
-
border-color: #
|
|
1569
|
+
border-color: #dee2e6;
|
|
1570
1570
|
}
|
|
1571
1571
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1572
1572
|
height: inherit;
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
}
|
|
1481
1481
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1482
1482
|
border-left: 1px solid;
|
|
1483
|
-
border-color: #
|
|
1483
|
+
border-color: #414040;
|
|
1484
1484
|
}
|
|
1485
1485
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1486
1486
|
height: inherit;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
}
|
|
1474
1474
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1475
1475
|
border-left: 1px solid;
|
|
1476
|
-
border-color: #
|
|
1476
|
+
border-color: #eaeaea;
|
|
1477
1477
|
}
|
|
1478
1478
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1479
1479
|
height: inherit;
|
|
@@ -1563,7 +1563,7 @@
|
|
|
1563
1563
|
}
|
|
1564
1564
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1565
1565
|
border-left: 1px solid;
|
|
1566
|
-
border-color: #
|
|
1566
|
+
border-color: #292827;
|
|
1567
1567
|
}
|
|
1568
1568
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1569
1569
|
height: inherit;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1563,7 +1563,7 @@
|
|
|
1563
1563
|
}
|
|
1564
1564
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1565
1565
|
border-left: 1px solid;
|
|
1566
|
-
border-color: #
|
|
1566
|
+
border-color: #edebe9;
|
|
1567
1567
|
}
|
|
1568
1568
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1569
1569
|
height: inherit;
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
}
|
|
1478
1478
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1479
1479
|
border-left: 1px solid;
|
|
1480
|
-
border-color: #
|
|
1480
|
+
border-color: #757575;
|
|
1481
1481
|
}
|
|
1482
1482
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1483
1483
|
height: inherit;
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
}
|
|
1478
1478
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1479
1479
|
border-left: 1px solid;
|
|
1480
|
-
border-color: #
|
|
1480
|
+
border-color: #969696;
|
|
1481
1481
|
}
|
|
1482
1482
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1483
1483
|
height: inherit;
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
}
|
|
1522
1522
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1523
1523
|
border-left: 1px solid;
|
|
1524
|
-
border-color: #
|
|
1524
|
+
border-color: #616161;
|
|
1525
1525
|
}
|
|
1526
1526
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1527
1527
|
height: inherit;
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
}
|
|
1563
1563
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1564
1564
|
border-left: 1px solid;
|
|
1565
|
-
border-color: #
|
|
1565
|
+
border-color: #4b5563;
|
|
1566
1566
|
}
|
|
1567
1567
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1568
1568
|
height: inherit;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
}
|
|
1563
1563
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
1564
1564
|
border-left: 1px solid;
|
|
1565
|
-
border-color: #
|
|
1565
|
+
border-color: #e5e7eb;
|
|
1566
1566
|
}
|
|
1567
1567
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
1568
1568
|
height: inherit;
|
|
@@ -2570,7 +2570,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2570
2570
|
}
|
|
2571
2571
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2572
2572
|
border-left: 1px solid;
|
|
2573
|
-
border-color: #
|
|
2573
|
+
border-color: #757575;
|
|
2574
2574
|
}
|
|
2575
2575
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2576
2576
|
height: inherit;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2570,7 +2570,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2570
2570
|
}
|
|
2571
2571
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2572
2572
|
border-left: 1px solid;
|
|
2573
|
-
border-color: #
|
|
2573
|
+
border-color: #969696;
|
|
2574
2574
|
}
|
|
2575
2575
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2576
2576
|
height: inherit;
|
package/styles/material-dark.css
CHANGED
|
@@ -2620,7 +2620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2620
2620
|
}
|
|
2621
2621
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2622
2622
|
border-left: 1px solid;
|
|
2623
|
-
border-color: #
|
|
2623
|
+
border-color: #616161;
|
|
2624
2624
|
}
|
|
2625
2625
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2626
2626
|
height: inherit;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2786,7 +2786,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2786
2786
|
}
|
|
2787
2787
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2788
2788
|
border-left: 1px solid;
|
|
2789
|
-
border-color: #
|
|
2789
|
+
border-color: #4b5563;
|
|
2790
2790
|
}
|
|
2791
2791
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2792
2792
|
height: inherit;
|
package/styles/tailwind.css
CHANGED
|
@@ -2786,7 +2786,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2786
2786
|
}
|
|
2787
2787
|
.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
|
|
2788
2788
|
border-left: 1px solid;
|
|
2789
|
-
border-color: #
|
|
2789
|
+
border-color: #e5e7eb;
|
|
2790
2790
|
}
|
|
2791
2791
|
.e-grid .e-summarycontent .e-movablefootercontent {
|
|
2792
2792
|
height: inherit;
|