@syncfusion/ej2-angular-treegrid 25.2.6-ngcc → 26.1.35-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.
Files changed (53) hide show
  1. package/@syncfusion/ej2-angular-treegrid.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-treegrid.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-treegrid.js +1 -1
  4. package/@syncfusion/ej2-angular-treegrid.js.map +1 -1
  5. package/dist/ej2-angular-treegrid.umd.js +2 -1
  6. package/dist/ej2-angular-treegrid.umd.js.map +1 -1
  7. package/dist/ej2-angular-treegrid.umd.min.js +2 -2
  8. package/dist/ej2-angular-treegrid.umd.min.js.map +1 -1
  9. package/package.json +9 -9
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/treegrid/columns.directive.d.ts +1 -3
  13. package/src/treegrid/stacked-column.directive.d.ts +1 -3
  14. package/styles/bootstrap-dark.css +484 -1
  15. package/styles/bootstrap.css +490 -1
  16. package/styles/bootstrap4.css +538 -1
  17. package/styles/bootstrap5-dark.css +527 -1
  18. package/styles/bootstrap5.css +527 -1
  19. package/styles/fabric-dark.css +465 -1
  20. package/styles/fabric.css +458 -1
  21. package/styles/fluent-dark.css +524 -1
  22. package/styles/fluent.css +524 -1
  23. package/styles/fluent2.css +1721 -0
  24. package/styles/fluent2.scss +1 -0
  25. package/styles/highcontrast-light.css +456 -1
  26. package/styles/highcontrast.css +462 -1
  27. package/styles/material-dark.css +529 -1
  28. package/styles/material.css +574 -1
  29. package/styles/material3-dark.css +673 -1
  30. package/styles/material3.css +785 -1
  31. package/styles/tailwind-dark.css +481 -1
  32. package/styles/tailwind.css +481 -1
  33. package/styles/treegrid/bootstrap-dark.css +484 -1
  34. package/styles/treegrid/bootstrap.css +490 -1
  35. package/styles/treegrid/bootstrap4.css +538 -1
  36. package/styles/treegrid/bootstrap5-dark.css +527 -1
  37. package/styles/treegrid/bootstrap5.css +527 -1
  38. package/styles/treegrid/fabric-dark.css +465 -1
  39. package/styles/treegrid/fabric.css +458 -1
  40. package/styles/treegrid/fluent-dark.css +524 -1
  41. package/styles/treegrid/fluent.css +524 -1
  42. package/styles/treegrid/fluent2.css +1721 -0
  43. package/styles/treegrid/fluent2.scss +1 -0
  44. package/styles/treegrid/highcontrast-light.css +456 -1
  45. package/styles/treegrid/highcontrast.css +462 -1
  46. package/styles/treegrid/material-dark.css +529 -1
  47. package/styles/treegrid/material.css +574 -1
  48. package/styles/treegrid/material3-dark.css +673 -1
  49. package/styles/treegrid/material3.css +785 -1
  50. package/styles/treegrid/tailwind-dark.css +481 -1
  51. package/styles/treegrid/tailwind.css +481 -1
  52. package/CHANGELOG.md +0 -308
  53. package/postinstall/tagchange.js +0 -18
package/CHANGELOG.md DELETED
@@ -1,308 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Tree Grid
6
-
7
- #### Bug Fixes
8
-
9
- - `#F56915` - Fixed an issue where adding an action while data is being fetched and re-rendered would throw a script error.
10
-
11
- ## 25.2.5 (2024-05-21)
12
-
13
- ### Tree Grid
14
-
15
- #### Bug Fixes
16
-
17
- - `#I585943` - Resolved border not showing on Row Drag and Drop when the height exceeds the current view port.
18
-
19
- ## 25.2.4 (2024-05-14)
20
-
21
- ### Tree Grid
22
-
23
- #### Bug Fixes
24
-
25
- - `#I585348` - Record gets disappeared when adding new record in last page issue has been fixed.
26
- - `#I575018` - Resolved `frozenColumns` with virtualization leads to missing records on scrolling.
27
- - `#F187800` - Resolved exception on passing the `collpaseRow` and `expandRow` method without parameters.
28
- - `#F53252` - Fixed issue where newly added row to the bottom was indented to the selected child record.
29
- - `#F53285` - Fixed issue where server request was not updated properly during export with filtering and sorting action in remote data.
30
- - `#F53846` - Fixed issue where unnecessary requests were being sent for custom local data source during excel export in remote data sample.
31
- - `#F53930` - Fixed a script error that occurred when navigating through cells using the keyboard after updating the state in the treegrid.
32
- - `#F54026` - Fixed a bug where a warning message was being thrown after injecting freeze modules when frozen was enabled.
33
-
34
- - `#F187800` - Resolved exception on passing the `collpaseRow` and `expandRow` method without parameters.
35
-
36
- ## 25.1.42 (2024-04-30)
37
-
38
- ### Tree Grid
39
-
40
- #### Bug Fixes
41
-
42
- - `#I582383` - Fixed script error that occurred when reloading the page while using persistence along with frozen column in treegrid.
43
-
44
- ## 25.1.41 (2024-04-23)
45
-
46
- ### Tree Grid
47
-
48
- #### Bug Fixes
49
-
50
- - `#I578431` - Last page index issue in virtualization when adding new record after scrolling issue has been fixed.
51
- - `#I570787` - Fixed issue with Excel exporting in remote data with custom datasource.
52
- - `#I575019` - Resolved white space issue on scrolling to the bottom when virtualization enabled with `frozenColumns`.
53
- - `#I575021` - Resolved bottom scrolling issue when virtualization enabled with `frozenColumns` and column template.
54
- - `#I571916` - Resolved exception while showing tooltip when the `treeColumnIndex` greater than overall columns.
55
-
56
- ## 25.1.39 (2024-04-09)
57
-
58
- ### Tree Grid
59
-
60
- #### Bug Fixes
61
-
62
- - `#I558418` - Resolved data re-rendering on scrolling up in virtualization.
63
- - `#F187000` - Nested parent remains the expanded property when its root parent is collapsed in remote data with loadChildOnDemand.
64
- - `#I572093` - `onclick` event of button bound properly while creating a button component in treegrid with HtmlEncode enabled.
65
-
66
- ## 25.1.38 (2024-04-02)
67
-
68
- ### Tree Grid
69
-
70
- #### Bug Fixes
71
-
72
- - `#I560767` - Resolved exception on initial rendering with column template in remote data.
73
-
74
- ## 25.1.37 (2024-03-26)
75
-
76
- ### Tree Grid
77
-
78
- #### Bug Fixes
79
-
80
- - `#F187000` - Resolved exception when the dataSource and the columns were not defined.
81
- - `#I560889` - Added dropPosition in `RowDragEventArgs` of `rowDrop` event.
82
- - `#I567688` - Resolved exception on refreshing the browser when persistence enabled.
83
-
84
- ## 25.1.35 (2024-03-15)
85
-
86
- ### Tree Grid
87
-
88
- #### Bug Fixes
89
-
90
- - `#F50891` - Fixed issue where react template disappears in tree grid column while using `useState()`.
91
-
92
- ## 23.1.36 (2022-09-15)
93
-
94
- ### Tree Grid
95
-
96
- #### Features
97
-
98
- - `#I341079` - Provided support for exporting data to PDF, CSV, and Excel formats using server-side functionality. Please find the demo [here](https://ej2.syncfusion.com/aspnetcore/TreeGrid/ServerSideExporting#/material3).
99
- - Added support for the new `fixed` mode within the `freeze` property of column settings. When a column is set as `fixed`, it will stay within the viewport during horizontal scrolling, enhancing the user experience with improved visibility and efficiency.
100
-
101
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/treegrid/virtual-scrolling).
102
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
103
- - `#F166825` - Provided support for infinite scrolling with observable binding.
104
-
105
- #### Breaking Changes
106
-
107
- - Optimized the frozen columns feature in Tree Grid and thus changed the dom structure of tree grid from two table to single table architecture. Also, the following methods have been removed, and it's recommended to use the following alternatives instead.
108
-
109
- | Removed methods | Suggested to use alternative methods |
110
- |---|---|
111
- | `getMoavableRows`, `getFrozenRightRows` | `getRows` |
112
- | `getMovableRowByIndex`, `getFrozenRowByIndex`, `getFrozenRightRowByIndex` | `getRowByIndex` |
113
- | `getMovableCellFromIndex`, `getFrozenRightCellFromIndex` | `getCellFromIndex` |
114
- | `getMovableDataRows`, `getFrozenRightDataRows`, `getFrozenDataRows` | `getDataRows` |
115
- | `getAllMovableDataRows`, `getAllFrozenDataRows`, `getAllFrozenRightDataRows` | `getAllDataRows` |
116
- | `getMovableColumnHeaderByIndex`, `getFrozenRightColumnHeaderByIndex`, `getFrozenLeftColumnHeaderByIndex` | `getColumnHeaderByIndex` |
117
- | `getFrozenRightHeader`, `getMovableHeader` | `getHeaderContent` |
118
- | `getFrozenRightRowsObject`, `getMovableRwsObject` | `getRowsObject` |
119
- | `getFrozenRightHeaderTbody`, `getMovableHeaderTbody`, `getFrozenHeaderTbody` | `getContent().querySelector(‘tbody’)` |
120
- | `getFrozenLeftContentTbody`, `getFrozenRightContentTbody`, `getMovableContentTbody` | `getHeaderContent().querySelector(‘tbody’)` |
121
- | `getFrozenRightContent`, `getMovableContent` | `getContent` |
122
-
123
- ## 20.2.36 (2022-06-30)
124
-
125
- ### Tree Grid
126
-
127
- #### Features
128
-
129
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
130
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
131
-
132
- - `#I334966`, `#I373929`, `#I332693`, `#I342835`, `#F172606`, `#F171250`, `#F171248` - Provided row drag and drop support with virtualization feature enabled.
133
- - `#I367483` - Provided support for row indent and outdent functionality. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/treegrid/inlineediting).
134
-
135
- ## 19.2.44 (2021-06-30)
136
-
137
- ### Tree Grid
138
-
139
- #### Bug Fixes
140
-
141
- - `#332604` - Resolved white space issue while using less number of records with Virtualization.
142
-
143
- - `#I329350` - Immutable mode works fine for date values and row reordering.
144
- - `#I329988`, `#I331155` - Editing a newly added child record works fine with self referential data.
145
-
146
- ## 18.4.30 (2020-12-17)
147
-
148
- ### Tree Grid
149
-
150
- #### New Features
151
-
152
- - `#294082` - Provided Immutable Support to refresh specific rows while perform Tree Grid actions.
153
- - `#283491` - Provided error handling support to easily rectify errors in sample side.
154
- - `#298682`, `#299561` - Added getVisibleRecords API to get the visible records based on collapsed rows state.
155
-
156
- #### Bug Fixes
157
-
158
- - `#F157882`- After editing the row using `updateRow` method, `getCurrentViewRecords` method updated properly.
159
- - `#F157882`- When editing with a double click, it works fine when we only have one record.
160
- - `#289600` - Records get expanded properly after collapsing all records using `collapseAtLevel` method in observable binding.
161
- - `#F157099` - Virtualization with Aggregates works fine with large number of records.
162
- - `#296233` - Row Drag and Drop within treegrid works fine.
163
- - `#297986` - Row Drag and drop within treegrid works fine with checkbox enabled.
164
- - `#F158886` - Cell editing with frozen columns works fine.
165
- - `#299761` - Treegrid column width renders fine in Internet Explorer when Virtualization is enabled.
166
- - `#301861` - Tree Grid dataSource updated properly while using setCellValue method.
167
- - `#F159697` - Order of child records are displayed correctly after editing in remote data binding.
168
- - `292453` - Treegrid refresh method works fine after updating the data.
169
-
170
- - `#289600` - Records get expanded properly after collapsing all records using `collapseAtLevel` method in observable binding.
171
- - `#F157099` - Virtualization with Aggregates works fine with large number of records.
172
- - `#297986` - Row Drag and drop within treegrid works fine with checkbox enabled.
173
- - `#F158886` - Cell editing with frozen columns works fine.
174
- - `#F159697` - Order of child records are displayed correctly after editing in remote data binding.
175
-
176
- ## 18.3.35 (2020-10-01)
177
-
178
- ### TreeGrid
179
-
180
- #### Bug Fixes
181
-
182
- - `#F157258` - `updateRow` method works fine for updating collapsed data.
183
- - `#292933` - checkbox rendered properly while using the template column.
184
- - `#289685` - Aggregate Column Formatting is working fine
185
- - `#288542` - The Expand / Collapse icon has been rendered properly while enabling expand state mapping and adding a new record.
186
- - `#287235` - While enabling expand state mapping the Expand / Collapse icon works fine at nested child levels.
187
- - `#285434`- Column SortComparer function works fine with null values for RemoteSaveAdaptor datasource.
188
- - `#284987`- Records rendered properly while using remote save adaptor in created event.
189
- - `#285434`- Column SortComparer function works fine with null values in datasource.
190
- - `#F155077`- Records rendered properly while using remote data with jQuery unobtrusive library.
191
-
192
- - `#F157258` - `updateRow` method works fine for updating collapsed data.
193
-
194
- ## 18.2.44 (2020-07-07)
195
-
196
- ### TreeGrid
197
-
198
- #### Bug Fixes
199
-
200
- - `#279109` - Checkbox checked properly for child records in remote data.
201
- - `#277364`, `#279732` - Checkbox with `allowRowDragAndDrop` property rendered properly after editing and cancelling in cell edit mode.
202
- - `#277364` - Checkbox with `autoCheckHierarchy` property rendered properly after editing and cancelling in cell edit mode.
203
- - `#278266` - Edit type `dropdownedit` is working properly in cell edit mode when enter key is pressed.
204
- - `#272026` - `updateRow` method works fine for updating treegrid data source.
205
- - `#273309` - Editing the zeroth level added record works fine in Batch mode.
206
- - `#277361` - Auto generated columns work fine when two treegrids are rendered on the same page.
207
-
208
- - `F153495` - Sorting after editing is working fine with cell edit mode.
209
- - `#266963`- Drag and drop works fine in unordered list of data.
210
- - `#F151795` - Localization support works fine in Add row, Above, Below Context Menu Items.
211
- - `#F151795`- In Drag and drop, while dropping at first row, its border color is changed properly.
212
-
213
- #### New Features
214
-
215
- - `#258863`, `#271677` - Expand & Collapse child rows support has been provided in Excel Export.
216
- - Columnchooser support has been provided that allows user to show or hide columns dynamically.
217
- - Provided support for Editing with Virtualization feature.
218
-
219
- #### Breaking Changes
220
-
221
- - Now `data`, `row` these Tree Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,
222
-
223
- | `Properties` | `Type` |
224
- |---|---|
225
- | `data` | `Object or Object[]` |
226
- | `rowIndex` | `number` |
227
- | `rowIndexes` | `number[]` |
228
- | `row` | `Element or Element[]` |
229
-
230
- ## 17.4.39 (2019-12-17)
231
-
232
- ### TreeGrid
233
-
234
- #### New Features
235
-
236
- - AutoFill support has been provided that allows users to copy the data of selected cells and paste it to another cells by dragging.
237
-
238
- #### Breaking Changes
239
-
240
- - Default value of column's `disableHtmlEncode` is set to true, so the HTML tags can be displayed in the Grid header and content by default. To display it as html content `disableHtmlEncode` need to be set as false.
241
-
242
- #### Bug Fixes
243
-
244
- - `#148913` - Expand icon displays properly for the nested records in Custom Data Binding.
245
-
246
- ## 17.2.48-beta (2019-08-28)
247
-
248
- ### TreeGrid
249
-
250
- #### New Features
251
-
252
- - Checkbox selection support has been provided that allows users to select rows using checkbox.
253
- - Checkbox Column support has been provided that allows users to check rows using checkbox in treegrid column.
254
-
255
- #### Bug Fixes
256
-
257
- - Change detection for properties `dataSource` and `query` were handled for remote data.
258
- - Edited records can be searched/filtered.
259
- - Inner level records will be collapsed/expanded after filtering/searching actions.
260
-
261
- ## 17.1.1-beta (2019-01-29)
262
-
263
- ### TreeGrid
264
-
265
- #### Bug Fixes
266
-
267
- - `Query` maintenance support provided for `refresh` method after expanding any child rows.
268
- - Property change support for `height` property has been provided.
269
- - Expand icon is prevented from displaying for the root/zeroth level record which has `hasChildMapping` field as false.
270
- - Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
271
-
272
- - Expand icon is prevented from displaying for the root/zeroth level record which has `hasChildMapping` field as false.
273
-
274
- #### New Features
275
-
276
- - `Excel-Like Filtering` support is provided that allows users to create complex filter criteria for a column by allowing users to select possible filter values from a checkbox list. The advanced filter can be used to build complex filter criteria.
277
-
278
- ## 16.4.45 (2019-01-02)
279
-
280
- ### TreeGrid
281
-
282
- #### Bug Fixes
283
-
284
- - Added events for the column menu feature and added `columnMenuItems` API to modify the column menu items in column menu.
285
- - Added `sortComparer` API to perform custom sorting in TreeGrid.
286
-
287
- ## 16.4.44 (2018-12-24)
288
-
289
- ### TreeGrid
290
-
291
- #### Bug Fixes
292
-
293
- - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
294
- - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.
295
-
296
-
297
- - `actionBegin`, `actionComplete` and `actionFailure` events are triggered properly.
298
- - Additional parameters that are added using the `query` property of TreeGrid are passed to the server side when a parent record is expanded.
299
-
300
-
301
- ## 19.1.54 (2021-03-30)
302
-
303
- ### Tree Grid
304
-
305
- #### Bug Fixes
306
-
307
- - `#332604` - Resolved white space issue while using less number of records with Virtualization.
308
-
@@ -1,18 +0,0 @@
1
- var fs = require("fs");
2
- var glob = require("glob");
3
-
4
- var selectors = ['ejs-treegrid'];
5
-
6
- if (process.env.tagName !== undefined) {
7
- var newTagPrefix = process.env.tagName.trim();
8
- var files = glob.sync("./@syncfusion/*");
9
- for (var i = 0; i < files.length; i++) {
10
- var sourceFile = fs.readFileSync(files[i], "utf8");
11
- for (var j = 0; j < selectors.length; j++) {
12
- selectors[j] = selectors[j].replace('[','').replace(']','');
13
- var tagRegex = new RegExp(selectors[j], "g");
14
- sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
- }
16
- fs.writeFileSync(files[i], sourceFile, "utf8");
17
- }
18
- }