@syncfusion/ej2-vue-treegrid 25.2.6 → 26.1.39

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 (47) hide show
  1. package/dist/ej2-vue-treegrid.umd.min.js +2 -2
  2. package/dist/ej2-vue-treegrid.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-vue-treegrid.es2015.js +5 -7
  4. package/dist/es6/ej2-vue-treegrid.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-treegrid.es5.js +5 -7
  6. package/dist/es6/ej2-vue-treegrid.es5.js.map +1 -1
  7. package/package.json +25 -10
  8. package/styles/bootstrap-dark.css +484 -1
  9. package/styles/bootstrap.css +490 -1
  10. package/styles/bootstrap4.css +538 -1
  11. package/styles/bootstrap5-dark.css +527 -1
  12. package/styles/bootstrap5.css +527 -1
  13. package/styles/fabric-dark.css +465 -1
  14. package/styles/fabric.css +458 -1
  15. package/styles/fluent-dark.css +524 -1
  16. package/styles/fluent.css +524 -1
  17. package/styles/fluent2.css +1713 -0
  18. package/styles/fluent2.scss +1 -0
  19. package/styles/highcontrast-light.css +456 -1
  20. package/styles/highcontrast.css +462 -1
  21. package/styles/material-dark.css +529 -1
  22. package/styles/material.css +574 -1
  23. package/styles/material3-dark.css +673 -1
  24. package/styles/material3.css +785 -1
  25. package/styles/tailwind-dark.css +481 -1
  26. package/styles/tailwind.css +481 -1
  27. package/styles/treegrid/bootstrap-dark.css +484 -1
  28. package/styles/treegrid/bootstrap.css +490 -1
  29. package/styles/treegrid/bootstrap4.css +538 -1
  30. package/styles/treegrid/bootstrap5-dark.css +527 -1
  31. package/styles/treegrid/bootstrap5.css +527 -1
  32. package/styles/treegrid/fabric-dark.css +465 -1
  33. package/styles/treegrid/fabric.css +458 -1
  34. package/styles/treegrid/fluent-dark.css +524 -1
  35. package/styles/treegrid/fluent.css +524 -1
  36. package/styles/treegrid/fluent2.css +1713 -0
  37. package/styles/treegrid/fluent2.scss +1 -0
  38. package/styles/treegrid/highcontrast-light.css +456 -1
  39. package/styles/treegrid/highcontrast.css +462 -1
  40. package/styles/treegrid/material-dark.css +529 -1
  41. package/styles/treegrid/material.css +574 -1
  42. package/styles/treegrid/material3-dark.css +673 -1
  43. package/styles/treegrid/material3.css +785 -1
  44. package/styles/treegrid/tailwind-dark.css +481 -1
  45. package/styles/treegrid/tailwind.css +481 -1
  46. package/CHANGELOG.md +0 -295
  47. package/dist/global/ej2-vue-treegrid.min.js +0 -10
package/CHANGELOG.md DELETED
@@ -1,295 +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
- - `#F53285` - Fixed issue where server request was not updated properly during export with filtering and sorting action in remote data.
35
- - `#F53846` - Fixed issue where unnecessary requests were being sent for custom local data source during excel export in remote data sample.
36
- - `#F54026` - Fixed a bug where a warning message was being thrown after injecting freeze modules when frozen was enabled.
37
-
38
- ## 25.1.42 (2024-04-30)
39
-
40
- ### Tree Grid
41
-
42
- #### Bug Fixes
43
-
44
- - `#I582383` - Fixed script error that occurred when reloading the page while using persistence along with frozen column in treegrid.
45
-
46
- ## 25.1.41 (2024-04-23)
47
-
48
- ### Tree Grid
49
-
50
- #### Bug Fixes
51
-
52
- - `#I578431` - Last page index issue in virtualization when adding new record after scrolling issue has been fixed.
53
- - `#I570787` - Fixed issue with Excel exporting in remote data with custom datasource.
54
- - `#I575019` - Resolved white space issue on scrolling to the bottom when virtualization enabled with `frozenColumns`.
55
- - `#I575021` - Resolved bottom scrolling issue when virtualization enabled with `frozenColumns` and column template.
56
- - `#I571916` - Resolved exception while showing tooltip when the `treeColumnIndex` greater than overall columns.
57
-
58
- ## 25.1.39 (2024-04-09)
59
-
60
- ### Tree Grid
61
-
62
- #### Bug Fixes
63
-
64
- - `#I558418` - Resolved data re-rendering on scrolling up in virtualization.
65
- - `#F187000` - Nested parent remains the expanded property when its root parent is collapsed in remote data with loadChildOnDemand.
66
- - `#I572093` - `onclick` event of button bound properly while creating a button component in treegrid with HtmlEncode enabled.
67
-
68
- ## 25.1.38 (2024-04-02)
69
-
70
- ### Tree Grid
71
-
72
- #### Bug Fixes
73
-
74
- - `#I560767` - Resolved exception on initial rendering with column template in remote data.
75
-
76
- ## 25.1.37 (2024-03-26)
77
-
78
- ### Tree Grid
79
-
80
- #### Bug Fixes
81
-
82
- - `#F187000` - Resolved exception when the dataSource and the columns were not defined.
83
- - `#I560889` - Added dropPosition in `RowDragEventArgs` of `rowDrop` event.
84
- - `#I567688` - Resolved exception on refreshing the browser when persistence enabled.
85
-
86
- - `#F187000` - Resolved exception when the dataSource and the columns were not defined.
87
-
88
- ## 25.1.35 (2024-03-15)
89
-
90
- ### Tree Grid
91
-
92
- #### Bug Fixes
93
-
94
- - `#F50891` - Fixed issue where react template disappears in tree grid column while using `useState()`.
95
-
96
- ## 23.1.36 (2022-09-15)
97
-
98
- ### Tree Grid
99
-
100
- #### Features
101
-
102
- - `#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).
103
- - 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.
104
-
105
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
106
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
107
-
108
- #### Breaking Changes
109
-
110
- - 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.
111
-
112
- | Removed methods | Suggested to use alternative methods |
113
- |---|---|
114
- | `getMoavableRows`, `getFrozenRightRows` | `getRows` |
115
- | `getMovableRowByIndex`, `getFrozenRowByIndex`, `getFrozenRightRowByIndex` | `getRowByIndex` |
116
- | `getMovableCellFromIndex`, `getFrozenRightCellFromIndex` | `getCellFromIndex` |
117
- | `getMovableDataRows`, `getFrozenRightDataRows`, `getFrozenDataRows` | `getDataRows` |
118
- | `getAllMovableDataRows`, `getAllFrozenDataRows`, `getAllFrozenRightDataRows` | `getAllDataRows` |
119
- | `getMovableColumnHeaderByIndex`, `getFrozenRightColumnHeaderByIndex`, `getFrozenLeftColumnHeaderByIndex` | `getColumnHeaderByIndex` |
120
- | `getFrozenRightHeader`, `getMovableHeader` | `getHeaderContent` |
121
- | `getFrozenRightRowsObject`, `getMovableRwsObject` | `getRowsObject` |
122
- | `getFrozenRightHeaderTbody`, `getMovableHeaderTbody`, `getFrozenHeaderTbody` | `getContent().querySelector(‘tbody’)` |
123
- | `getFrozenLeftContentTbody`, `getFrozenRightContentTbody`, `getMovableContentTbody` | `getHeaderContent().querySelector(‘tbody’)` |
124
- | `getFrozenRightContent`, `getMovableContent` | `getContent` |
125
-
126
- ## 20.2.36 (2022-06-30)
127
-
128
- ### Tree Grid
129
-
130
- #### Features
131
-
132
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
133
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
134
-
135
- - `#I334966`, `#I373929`, `#I332693`, `#I342835`, `#F172606`, `#F171250`, `#F171248` - Provided row drag and drop support with virtualization feature enabled.
136
- - `#I367483` - Provided support for row indent and outdent functionality. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/tree-grid/inline-editing).
137
-
138
- ## 19.2.44 (2021-06-30)
139
-
140
- ### Tree Grid
141
-
142
- #### Bug Fixes
143
-
144
- - `#332604` - Resolved white space issue while using less number of records with Virtualization.
145
-
146
- - `#I329350` - Immutable mode works fine for date values and row reordering.
147
- - `#I329988`, `#I331155` - Editing a newly added child record works fine with self referential data.
148
-
149
- ## 18.4.30 (2020-12-17)
150
-
151
- ### Tree Grid
152
-
153
- #### New Features
154
-
155
- - `#294082` - Provided Immutable Support to refresh specific rows while perform Tree Grid actions.
156
- - `#283491` - Provided error handling support to easily rectify errors in sample side.
157
- - `#298682`, `#299561` - Added getVisibleRecords API to get the visible records based on collapsed rows state.
158
-
159
- #### Bug Fixes
160
-
161
- - `#F157882`- After editing the row using `updateRow` method, `getCurrentViewRecords` method updated properly.
162
- - `#F157882`- When editing with a double click, it works fine when we only have one record.
163
- - `#289600` - Records get expanded properly after collapsing all records using `collapseAtLevel` method in observable binding.
164
- - `#F157099` - Virtualization with Aggregates works fine with large number of records.
165
- - `#296233` - Row Drag and Drop within treegrid works fine.
166
- - `#297986` - Row Drag and drop within treegrid works fine with checkbox enabled.
167
- - `#F158886` - Cell editing with frozen columns works fine.
168
- - `#299761` - Treegrid column width renders fine in Internet Explorer when Virtualization is enabled.
169
- - `#301861` - Tree Grid dataSource updated properly while using setCellValue method.
170
- - `#F159697` - Order of child records are displayed correctly after editing in remote data binding.
171
- - `292453` - Treegrid refresh method works fine after updating the data.
172
-
173
- - `#F157882`- After editing the row using `updateRow` method, `getCurrentViewRecords` method updated properly.
174
- - `#F157882`- When editing with a double click, it works fine when we only have one record.
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
- ## 18.2.44 (2020-07-07)
193
-
194
- ### TreeGrid
195
-
196
- #### Bug Fixes
197
-
198
- - `#279109` - Checkbox checked properly for child records in remote data.
199
- - `#277364`, `#279732` - Checkbox with `allowRowDragAndDrop` property rendered properly after editing and cancelling in cell edit mode.
200
- - `#277364` - Checkbox with `autoCheckHierarchy` property rendered properly after editing and cancelling in cell edit mode.
201
- - `#278266` - Edit type `dropdownedit` is working properly in cell edit mode when enter key is pressed.
202
- - `#272026` - `updateRow` method works fine for updating treegrid data source.
203
- - `#273309` - Editing the zeroth level added record works fine in Batch mode.
204
- - `#277361` - Auto generated columns work fine when two treegrids are rendered on the same page.
205
-
206
- #### New Features
207
-
208
- - `#258863`, `#271677` - Expand & Collapse child rows support has been provided in Excel Export.
209
- - Columnchooser support has been provided that allows user to show or hide columns dynamically.
210
- - Provided support for Editing with Virtualization feature.
211
-
212
- #### Breaking Changes
213
-
214
- - 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,
215
-
216
- | `Properties` | `Type` |
217
- |---|---|
218
- | `data` | `Object or Object[]` |
219
- | `rowIndex` | `number` |
220
- | `rowIndexes` | `number[]` |
221
- | `row` | `Element or Element[]` |
222
-
223
- ## 17.4.39 (2019-12-17)
224
-
225
- ### TreeGrid
226
-
227
- #### New Features
228
-
229
- - AutoFill support has been provided that allows users to copy the data of selected cells and paste it to another cells by dragging.
230
-
231
- #### Breaking Changes
232
-
233
- - 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.
234
-
235
- - 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.
236
-
237
-
238
- ## 17.2.48-beta (2019-08-28)
239
-
240
- ### TreeGrid
241
-
242
- #### New Features
243
-
244
- - Checkbox selection support has been provided that allows users to select rows using checkbox.
245
- - Checkbox Column support has been provided that allows users to check rows using checkbox in treegrid column.
246
-
247
- #### Bug Fixes
248
-
249
- - Change detection for properties `dataSource` and `query` were handled for remote data.
250
- - Edited records can be searched/filtered.
251
- - Inner level records will be collapsed/expanded after filtering/searching actions.
252
-
253
- ## 17.1.1-beta (2019-01-29)
254
-
255
- ### TreeGrid
256
-
257
- #### Bug Fixes
258
-
259
- - `Query` maintenance support provided for `refresh` method after expanding any child rows.
260
- - Property change support for `height` property has been provided.
261
- - Expand icon is prevented from displaying for the root/zeroth level record which has `hasChildMapping` field as false.
262
- - Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
263
-
264
- #### New Features
265
-
266
- - `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.
267
-
268
- ## 16.4.45 (2019-01-02)
269
-
270
- ### TreeGrid
271
-
272
- #### Bug Fixes
273
-
274
- - Added events for the column menu feature and added `columnMenuItems` API to modify the column menu items in column menu.
275
- - Added `sortComparer` API to perform custom sorting in TreeGrid.
276
-
277
- ## 16.4.44 (2018-12-24)
278
-
279
- ### TreeGrid
280
-
281
- #### Bug Fixes
282
-
283
- - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
284
- - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.
285
-
286
-
287
- ## 19.1.54 (2021-03-30)
288
-
289
- ### Tree Grid
290
-
291
- #### New Features
292
-
293
- - `#274416, #274607, #313192, #F159014` - Provided Infinite Scrolling support for Tree Grid which allows you to lazy load data when scroller reaches the near end.
294
- - `#280065` - Provided support to maintain Expand/Collapse state of Tree Grid while exporting the data.
295
-