@syncfusion/ej2-angular-grids 27.2.5 → 28.1.33

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
@@ -4,145 +4,6 @@
4
4
 
5
5
  ### Grid
6
6
 
7
- #### Bug fixes
8
-
9
- - `#I645200` - Fixed an issue where focus would get stuck on the toolbar's last element if the checkbox column was the first and set to hidden.
10
- - `#I655341` - Resolved an issue where the resize line was not appearing while resizing frozen columns.
11
-
12
- ## 27.2.4 (2024-11-26)
13
-
14
- ### Grid
15
-
16
- #### Bug fixes
17
-
18
- - `#I655170` - The issue where the checkbox in `showAddNewRow` was not disabled in edit mode has been resolved.
19
- - `#I652910` - The issue where focus was not applied to the first cell after exiting edit mode using the Escape or Tab key has been resolved.
20
- - `#I652753` - Resolved an issue where the `Excel` filter in the grid did not display the provided filter values when there was no data within the specified filtered range.
21
- - `#I644788` - The issue with server-side Excel export not working in `ASP.NET Core Razor Pages` has been resolved.
22
-
23
- ## 27.2.3 (2024-11-21)
24
-
25
- ### Grid
26
-
27
- #### Bug fixes
28
-
29
- - `#I652520` - Resolved an issue where a script error was thrown when hovering over the stacked header column.
30
- - `#I647846` - Fixed a script error that occurred when calling the `updateRow` method with an invalid row index.
31
- - `#I650873` - Resolved an issue where the paste action could not be performed on a template cell in the Grid.
32
- - `#I649529` - Fixed a script error that occurred while searching for unavailable data with the checkbox and `persistSelection` options enabled, and at least one column grouped.
33
-
34
- ## 27.2.2 (2024-11-15)
35
-
36
- ### Grid
37
-
38
- #### Bug fixes
39
-
40
- - `#I643163` - Resolved a script error that occurred during cell selection when `virtualization` was enabled.
41
- - `#I621506`, `#I622810` - Provided icons for column chooser, autofit all columns, autofit column in adaptive view.
42
- - `#FB62665` - Resolved type error in filter `itemTemplate` when binding functions.
43
- - `#I646099` - Resolved `rowSelecting` and `RowDeselected` event arguments are `undefined` when `virtualization` is enabled.
44
- - `#I648525` - Resolved an issue where deleting a record from the command column would not work when the delete confirmation dialog was enabled.
45
- - `#FB62045` - Resolved the on-demand for excel/checkbox filtering in custom binding.
46
- - `#I645596` - Resolved a resized column width resets after column reorder when `autofitColumns` method is invoked during initial rendering.
47
- - `#I639180` - The issue with the `ODataV4Adaptor` checkbox filtering not functioning correctly when using an external `where` filter query has been resolved.
48
- - `#I645754` - Fixed an issue that caused an error when opening the column chooser in vertical row rendering mode within `AdaptiveUI` mobile mode.
49
-
50
- ## 27.1.58 (2024-11-05)
51
-
52
- ### Grid
53
-
54
- #### Bug fixes
55
-
56
- - `I644169` - Resolved an issue where the `actionBegin` event triggers multiple times when dynamically updating the data source.
57
- - `I645803` - Resolved an issue where the Grid displays an empty state when a grouped column contains `null` values.
58
-
59
- ## 27.1.57 (2024-10-29)
60
-
61
- ### Grid
62
-
63
- #### Bug fixes
64
-
65
- - `#I645144` - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
66
- - `#I641786` - Fixed an issue with focus misplacement after deleting a row using the command column.
67
- - `#I641368` - Resolved a type issue in the `ICustomOptr` interface by updating the `filterSettings.operators` property from `dateTimeOperator` to `datetimeOperator`.
68
- - `#I640492` - The issue where the `dataBound` event was triggered multiple times during a page refresh when `virtualization` with persistence was enabled has been resolved.
69
-
70
- ## 27.1.55 (2024-10-22)
71
-
72
- ### Grid
73
-
74
- #### Bug fixes
75
-
76
- - `#I642129` - The script error that occurred when adding a new row with a `dateonly` column in `Batch` edit mode has been resolved.
77
- - `#I643285` - The script error caused by the pager when using a custom locale has been resolved.
78
- - `#I641645` - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
79
- - `#I638401` - In `AdaptiveUI` Grid, the localization issue with the filter dialog header text is still present, but the issue with the filter icon title has been resolved.
80
- - `#I641453` - Fixed an issue where unsupported characters were present in the `pt` and `pt-BR` localization JSON files.
81
- - `#F194581` - Fixed an issue where the `Excel` filter in the grid was not functioning correctly when localization was enabled.
82
-
83
- ## 27.1.53 (2024-10-15)
84
-
85
- ### Grid
86
-
87
- #### Bug fixes
88
-
89
- - `#I637799` - The issue with Excel custom filtering not working correctly with the `Null` or `Empty` operators has been resolved.
90
- - `#FB61575` - The issue where the browser automatically scrolls to the grid when it is rendered with initially grouped columns has been resolved.
91
- - `#I630298` - The issue where the `dataStateChange` event was not triggered when opening the filter menu for a Boolean column in custom data binding has been resolved.
92
- - `I640964` - Resolved a script error that occurred when editing was disabled in `Batch` mode.
93
- - `I638333` - Fixed an issue where clicking the `Clear` button in the sort responsive dialog incorrectly displayed all sort buttons text as `None` instead of their localized values.
94
- - `I639750` - Resolved a script error that occurred during the initial rendering of `auto-generated` columns when resizing was enabled.
95
- - `I638418` - Fixed a script error that occurred when opening the `filter` pop-up and navigating using the down arrow key.
96
- - `I635845` - Resolved misalignment issues that occurred when resizing aggregate columns along with frozen columns.
97
-
98
- ## 27.1.52 (2024-10-08)
99
-
100
- ### Grid
101
-
102
- #### Bug fixes
103
-
104
- - `#I630299` - The issue where Virtualization loads indefinitely after applying Grouping, Filtering and scroll to the end has been resolved.
105
- - `#F194538` - The issue where the `UpdateCell` method does not change the value of the primary key column in a newly added record before saving in batch mode has been resolved.
106
- - `#I633129` - The issue where the `IEditCell` interface did not support the `TextBoxModel` property has been resolved.
107
- - `#I633624` - The issue where the focus was moved out of the column chooser dialog when pressing the tab key on the cancel button has been resolved.
108
- - `#I633945` - The issue where added records were not displayed while using `CustomDataAdaptor` with batch editing mode has been resolved.
109
- - `#FB61502` - Resolved the script error occurs when enter key press with column spanning and hidden columns.
110
- - `#I628507` - The issue where the reorder the stacked header with frozen column not working properly has been resolved.
111
-
112
- ## 27.1.51 (2024-09-30)
113
-
114
- ### Grid
115
-
116
- #### Bug fixes
117
-
118
- - `#I629864` - The `CSP` issue when using `CustomDataAdaptor` has been resolved.
119
- - `#I631247` - The issue with delete icon is disabled in toolbar when the grid `dataSource` is empty with Batch edit has been resolved.
120
- - `#I630777` - The issue where Virtualization not working properly with specific `pageSize` values has been resolved.
121
- - `#I634165` - The issue with the Grid auto-saving the cell while using the `uploader` component with batch editing has been resolved.
122
-
123
- ## 27.1.50 (2024-09-24)
124
-
125
- ### Grid
126
-
127
- #### Bug fixes
128
-
129
- - `#I625709` - The issue with adding/editing when the grid component is rendered inside the Dialog component has been resolved.
130
- - `#I628534` - The problem with the `BatchDelete` and `beforeBatchDelete` event arguments not being correct during bulk delete actions has been resolved.
131
- - `#I631245` - The issue with the Cancel Interface in the `beforeDataBound` event arguments has been resolved.
132
- - `#FB61172` - The issue with padding being added to the first cell during grid cell selection in the Material 3 theme has been resolved.
133
- - `#FB60975` - The issue where the cell was not highlighted when selecting a row using a method in the EJ2 Grid has been resolved.
134
- - `#I630248`, `#I631004` - The issue where the `minWidth` was not respected during window resizing has been resolved.
135
- - `#I629597` - The issue with excel custom filter with the second empty filter not applied to the grid has been resolved.
136
- - `#I631424` - The issue where the `AutoFill` position was not adjusted to corresponding cells when resizing the window has been resolved.
137
- - `#I633357` - The issue with vertical expansion when dragging with long names and text wrap enabled has been resolved.
138
- - `#I629718` - Grid didn't rendered properly while using the individual scripts has been fixed.
139
- - `#I632793` - `getSelectedRecords` is not working properly has been resolved.
140
- - `#I628424` - Header indent cell overlapped in a stacked frozen grid with grouped columns is fixed.
141
-
142
- ## 27.1.48 (2024-09-18)
143
-
144
- ### Grid
145
-
146
7
  #### Features
147
8
 
148
9
  - `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
package/README.md CHANGED
@@ -139,7 +139,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
139
139
 
140
140
  ## License and copyright
141
141
 
142
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
142
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
143
143
 
144
144
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
145
145
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@27.2.4",
3
+ "_id": "@syncfusion/ej2-angular-grids@1.193.11",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KSJqKuylO5UiSYDvcsjcx9yqA6x7q8vgHgUNnVgztv34ZV4xCCaYQ6IbX2zxyX35IUuVOfFtspOk3ikTFC/W9A==",
5
+ "_integrity": "sha512-dwpPsH8jRjBwf++hzoPzYaSZOiW7AFUxi5zV7BdOxQq2D96xaNgfEolzSnnYcYdQhQIgZS6qDeesoeODNYHECQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-27.2.4.tgz",
23
- "_shasum": "ef621bcea69a2b4ff2f89fcde63e02ec38d822a2",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-1.193.11.tgz",
23
+ "_shasum": "4fdfc1f7762ff937d21a9dca611f9fa0045a3a48",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,12 +31,13 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~27.2.2",
35
- "@syncfusion/ej2-base": "~27.2.5",
36
- "@syncfusion/ej2-grids": "27.2.5"
34
+ "@syncfusion/ej2-angular-base": "~28.1.33",
35
+ "@syncfusion/ej2-base": "~28.1.33",
36
+ "@syncfusion/ej2-grids": "28.1.33"
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",
40
+ "devDependencies": {},
40
41
  "es2020": "fesm2020/syncfusion-ej2-angular-grids.mjs",
41
42
  "esm2020": "esm2020/syncfusion-ej2-angular-grids.mjs",
42
43
  "exports": {
@@ -71,5 +72,5 @@
71
72
  "schematics": "./schematics/collection.json",
72
73
  "sideEffects": false,
73
74
  "typings": "syncfusion-ej2-angular-grids.d.ts",
74
- "version": "27.2.5"
75
+ "version": "28.1.33"
75
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^27.2.2";
2
+ export declare const pkgVer = "^1.193.11";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~27.2.2";
4
+ export declare const themeVer = "~1.193.11";
@@ -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 = '^27.2.5';
4
+ exports.pkgVer = '^28.1.33';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~27.2.5';
6
+ exports.themeVer = '~28.1.33';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^27.2.5';
2
+ export const pkgVer = '^28.1.33';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~27.2.5';
4
+ export const themeVer = '~28.1.33';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/bds-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-grids/styles/bds-lite.scss';
package/styles/bds.css ADDED
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/bds.css';
@@ -0,0 +1,2 @@
1
+ @import 'excel-filter/bds.scss';
2
+ @import 'grid/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/excel-filter/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-grids/styles/excel-filter/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/excel-filter/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-grids/styles/excel-filter/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/grid/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-grids/styles/grid/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/grid/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-grids/styles/grid/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/tailwind3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-grids/styles/tailwind3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-grids/styles/tailwind3.css';
@@ -0,0 +1,2 @@
1
+ @import 'excel-filter/tailwind3.scss';
2
+ @import 'grid/tailwind3.scss';