@syncfusion/ej2-angular-grids 19.3.46 → 19.3.47

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 CHANGED
@@ -6,9 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I345516` - Grid sort icon overlapping with column header text in `boostrap5` theme issue has been fixed.
10
+ - `#I341348` - Provided the support for clearing all the Grid actions.
11
+ - `#I344299` - Grid data is not loaded when using custom binding with `Infinitescrolling` is fixed.
12
+ - `#F167378` - Throws scripts error while apply sorting in load event with `Infinitescrolling` is resolved.
13
+ - `#I345190` - Date column filtering operator issue has been fixed.
14
+
15
+ ## 19.3.46 (2021-10-19)
16
+
17
+ ### Grid
18
+
19
+ #### Bug Fixes
20
+
9
21
  - `#I343873` - Infinite Scroll spinner issue while loading next block is fixed.
10
22
  - `#I344229` - Script error while searching in the infinite scrolling enabled is resolved.
11
23
  - `#I344295` - Infinite scroll grid is duplicating the last row issue has been fixed.
24
+ - `#FB21743` - Grouping collapse is not working properly with Infinite scroll if it don't have aggregates issue has been fixed.
12
25
 
13
26
  ## 19.3.45 (2021-10-12)
14
27
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 19.3.46
3
+ * version : 19.3.47
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 : 19.3.46
3
+ * version : 19.3.47
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@19.3.45",
3
+ "_id": "@syncfusion/ej2-angular-grids@19.3.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Va4eGW0YZ7u17W94X9Xn8G0FK4Lej15JEhuCJ/wUL9L7iU9XHyH7vWGALtPrAhyRiL1JXDMQ33vyok36SZYRQg==",
5
+ "_integrity": "sha512-V/tucM4MoS3+FUdtrj3EssGqDopS07LO0Kr4VxpSykPKMbdTHiDKoQ33h7z1h0BGAho9LgGp55tuXYWX96wUEg==",
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/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-19.3.45.tgz",
23
- "_shasum": "d5867f8e8312d97a4224f0a8dc87d45b405a9964",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-19.3.46.tgz",
23
+ "_shasum": "bad9cf63e9572415970731b2c8242458f2c96443",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.3.45",
35
- "@syncfusion/ej2-base": "~19.3.43",
36
- "@syncfusion/ej2-grids": "19.3.46"
34
+ "@syncfusion/ej2-angular-base": "~19.3.47",
35
+ "@syncfusion/ej2-base": "~19.3.47",
36
+ "@syncfusion/ej2-grids": "19.3.47"
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": "19.3.46"
72
+ "version": "19.3.47"
73
73
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^19.3.45";
2
+ export declare const pkgVer = "^19.3.46";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~19.3.45";
4
+ export declare const themeVer = "~19.3.46";
@@ -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 = '^19.3.45';
4
+ exports.pkgVer = '^19.3.46';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~19.3.45';
6
+ exports.themeVer = '~19.3.46';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^19.3.45';
2
+ export const pkgVer = '^19.3.46';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~19.3.45';
4
+ export const themeVer = '~19.3.46';
@@ -1971,14 +1971,14 @@ li.e-separator.e-menu-item.e-excel-separator {
1971
1971
  font-size: 9px;
1972
1972
  height: 17px;
1973
1973
  line-height: 16px;
1974
- margin: 4px 18px 0 2px;
1974
+ margin: 4px 1px 0 2px;
1975
1975
  text-align: center;
1976
1976
  width: 17px;
1977
1977
  }
1978
1978
 
1979
1979
  .e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
1980
1980
  .e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
1981
- margin: -32px -20px 0 2px;
1981
+ margin: -32px -20px 0 -4px;
1982
1982
  }
1983
1983
 
1984
1984
  .e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,
@@ -3215,7 +3215,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3215
3215
  }
3216
3216
 
3217
3217
  .e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
3218
- margin: -5px;
3218
+ margin: -5px 15px -5px -12px;
3219
3219
  }
3220
3220
 
3221
3221
  .e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
@@ -3279,7 +3279,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3279
3279
  font-size: 11px;
3280
3280
  height: 17px;
3281
3281
  line-height: 16px;
3282
- margin: 3px 2px 0 8px;
3282
+ margin: 3px 8px 0 8px;
3283
3283
  text-align: center;
3284
3284
  width: 17px;
3285
3285
  }
@@ -3290,7 +3290,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3290
3290
  }
3291
3291
 
3292
3292
  .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
3293
- margin: -29px 34px -29px 0;
3293
+ margin: -29px 29px -29px 0;
3294
3294
  }
3295
3295
 
3296
3296
  .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
@@ -1971,14 +1971,14 @@ li.e-separator.e-menu-item.e-excel-separator {
1971
1971
  font-size: 9px;
1972
1972
  height: 17px;
1973
1973
  line-height: 16px;
1974
- margin: 4px 18px 0 2px;
1974
+ margin: 4px 1px 0 2px;
1975
1975
  text-align: center;
1976
1976
  width: 17px;
1977
1977
  }
1978
1978
 
1979
1979
  .e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
1980
1980
  .e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
1981
- margin: -32px -20px 0 2px;
1981
+ margin: -32px -20px 0 -4px;
1982
1982
  }
1983
1983
 
1984
1984
  .e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,
@@ -3215,7 +3215,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3215
3215
  }
3216
3216
 
3217
3217
  .e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
3218
- margin: -5px;
3218
+ margin: -5px 15px -5px -12px;
3219
3219
  }
3220
3220
 
3221
3221
  .e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
@@ -3279,7 +3279,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3279
3279
  font-size: 11px;
3280
3280
  height: 17px;
3281
3281
  line-height: 16px;
3282
- margin: 3px 2px 0 8px;
3282
+ margin: 3px 8px 0 8px;
3283
3283
  text-align: center;
3284
3284
  width: 17px;
3285
3285
  }
@@ -3290,7 +3290,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3290
3290
  }
3291
3291
 
3292
3292
  .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
3293
- margin: -29px 34px -29px 0;
3293
+ margin: -29px 29px -29px 0;
3294
3294
  }
3295
3295
 
3296
3296
  .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
@@ -714,14 +714,14 @@
714
714
  font-size: 9px;
715
715
  height: 17px;
716
716
  line-height: 16px;
717
- margin: 4px 18px 0 2px;
717
+ margin: 4px 1px 0 2px;
718
718
  text-align: center;
719
719
  width: 17px;
720
720
  }
721
721
 
722
722
  .e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
723
723
  .e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
724
- margin: -32px -20px 0 2px;
724
+ margin: -32px -20px 0 -4px;
725
725
  }
726
726
 
727
727
  .e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,
@@ -1958,7 +1958,7 @@
1958
1958
  }
1959
1959
 
1960
1960
  .e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
1961
- margin: -5px;
1961
+ margin: -5px 15px -5px -12px;
1962
1962
  }
1963
1963
 
1964
1964
  .e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
@@ -2022,7 +2022,7 @@
2022
2022
  font-size: 11px;
2023
2023
  height: 17px;
2024
2024
  line-height: 16px;
2025
- margin: 3px 2px 0 8px;
2025
+ margin: 3px 8px 0 8px;
2026
2026
  text-align: center;
2027
2027
  width: 17px;
2028
2028
  }
@@ -2033,7 +2033,7 @@
2033
2033
  }
2034
2034
 
2035
2035
  .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
2036
- margin: -29px 34px -29px 0;
2036
+ margin: -29px 29px -29px 0;
2037
2037
  }
2038
2038
 
2039
2039
  .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
@@ -714,14 +714,14 @@
714
714
  font-size: 9px;
715
715
  height: 17px;
716
716
  line-height: 16px;
717
- margin: 4px 18px 0 2px;
717
+ margin: 4px 1px 0 2px;
718
718
  text-align: center;
719
719
  width: 17px;
720
720
  }
721
721
 
722
722
  .e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
723
723
  .e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
724
- margin: -32px -20px 0 2px;
724
+ margin: -32px -20px 0 -4px;
725
725
  }
726
726
 
727
727
  .e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,
@@ -1958,7 +1958,7 @@
1958
1958
  }
1959
1959
 
1960
1960
  .e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
1961
- margin: -5px;
1961
+ margin: -5px 15px -5px -12px;
1962
1962
  }
1963
1963
 
1964
1964
  .e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
@@ -2022,7 +2022,7 @@
2022
2022
  font-size: 11px;
2023
2023
  height: 17px;
2024
2024
  line-height: 16px;
2025
- margin: 3px 2px 0 8px;
2025
+ margin: 3px 8px 0 8px;
2026
2026
  text-align: center;
2027
2027
  width: 17px;
2028
2028
  }
@@ -2033,7 +2033,7 @@
2033
2033
  }
2034
2034
 
2035
2035
  .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
2036
- margin: -29px 34px -29px 0;
2036
+ margin: -29px 29px -29px 0;
2037
2037
  }
2038
2038
 
2039
2039
  .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {