@syncfusion/ej2-vue-grids 20.4.44 → 20.4.49
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 +37 -15
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark.css +10 -0
- package/styles/bootstrap5.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/grid/bootstrap-dark.css +10 -0
- package/styles/grid/bootstrap.css +10 -0
- package/styles/grid/bootstrap4.css +10 -0
- package/styles/grid/bootstrap5-dark.css +10 -0
- package/styles/grid/bootstrap5.css +10 -0
- package/styles/grid/fabric-dark.css +10 -0
- package/styles/grid/fabric.css +10 -0
- package/styles/grid/fluent-dark.css +10 -0
- package/styles/grid/fluent.css +10 -0
- package/styles/grid/highcontrast-light.css +10 -0
- package/styles/grid/highcontrast.css +10 -0
- package/styles/grid/material-dark.css +10 -0
- package/styles/grid/material.css +10 -0
- package/styles/grid/tailwind-dark.css +10 -0
- package/styles/grid/tailwind.css +10 -0
- package/styles/highcontrast-light.css +10 -0
- package/styles/highcontrast.css +10 -0
- package/styles/material-dark.css +10 -0
- package/styles/material.css +10 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind.css +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I428359` - Fixed issue with previous filtering of other columns being cleared when filtered with "not equal to blank."
|
|
10
|
+
- `#I433085`, `#I432020` - Fixed issue with template column appearing blank when React state value changed.
|
|
11
|
+
- `#F180302` - Fixed script error when accessing the edit form inside the `actionComplete` event.
|
|
12
|
+
- `#I428195` - Fixed issue with drag and drop when dynamically enabling drag and drop and infinite scrolling.
|
|
13
|
+
- `#I429045` - Fixed issue with HTML input not working in header template when `allowDragAndDrop` property is enabled.
|
|
14
|
+
|
|
15
|
+
## 20.4.48 (2023-02-01)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I425349` - Grid toolbar template item focus issue has been fixed.
|
|
22
|
+
- `#I413517` - Column menu pop-up is not properly shown with sticky header issue has been fixed.
|
|
23
|
+
- `#I426775` - Template items disappear on edit action issue has been fixed.
|
|
24
|
+
|
|
25
|
+
## 20.4.44 (2023-01-18)
|
|
26
|
+
|
|
27
|
+
### Grid
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
9
31
|
- `#I427528` - First column missing highlight when tabbing into grid issue has been fixed.
|
|
10
32
|
- `#I427309` - API document has wrong information issue has been fixed.
|
|
11
33
|
- `#I423348` - Autofit on the columns is not work as expected in the frozen grid has been fixed.
|
|
@@ -182,7 +204,7 @@
|
|
|
182
204
|
- `#SF-362860` - Last column header cell border issue has been fixed.
|
|
183
205
|
- `#SF-357202` - Wrong operator while filtering with Excel filter search box is fixed.
|
|
184
206
|
- `#SF-362140` - Script error while selecting the row with `virtualization` issue has been fixed.
|
|
185
|
-
- `#FB-31236` -
|
|
207
|
+
- `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
|
|
186
208
|
- `#FB-31556` - Row Height misalignment when show/hide the template column with frozen Grid is fixed.
|
|
187
209
|
- `#F171116` - Border is not apply properly in the Excel exporting has been fixed.
|
|
188
210
|
|
|
@@ -225,7 +247,7 @@
|
|
|
225
247
|
|
|
226
248
|
#### Bug Fixes
|
|
227
249
|
|
|
228
|
-
- `#I345910` - Sticky header not working when group drop area
|
|
250
|
+
- `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
|
|
229
251
|
- `#I357254` - Outline is displayed in excel export has been fixed.
|
|
230
252
|
- `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
|
|
231
253
|
- `#I356122` - `actionComplete` event is trigger after row reorder is performed has been fixed.
|
|
@@ -447,7 +469,7 @@
|
|
|
447
469
|
|
|
448
470
|
#### Bug Fixes
|
|
449
471
|
|
|
450
|
-
- `#F167053` - Border misalignment when
|
|
472
|
+
- `#F167053` - Border misalignment when adding a row in bottom has been fixed.
|
|
451
473
|
- `#I336216` - Cell Selection with box mode is not working properly after filtering, has been fixed.
|
|
452
474
|
- `#I336097, #I335284` - Virtualization Grid in flex container produce blank space issue has been fixed.
|
|
453
475
|
|
|
@@ -534,7 +556,7 @@
|
|
|
534
556
|
- `#I329350` - Immutable mode doesn’t work for date values issue has been fixed.
|
|
535
557
|
- `#I329350` - Update the reordered data in immutable mode re-renders multiple rows issue has been fixed.
|
|
536
558
|
- `#I327293` - CPU takes more usage when export the hierarchy grid issue has been fixed.
|
|
537
|
-
- `#FB25510` -
|
|
559
|
+
- `#FB25510` - Throws script error While grouping the complex columns is fixed.
|
|
538
560
|
|
|
539
561
|
## 19.1.67 (2021-06-08)
|
|
540
562
|
|
|
@@ -556,7 +578,7 @@
|
|
|
556
578
|
- `#I326727` - Column resize issue with frozen right/left and aggregate has been resolved.
|
|
557
579
|
- `#I327237` - Empty row appears while hiding/showing columns in `virtualized` grouping grid, has been fixed.
|
|
558
580
|
- `#I299221` - Frozen part refresh issue with template column has been resolved.
|
|
559
|
-
- `#I311142` -
|
|
581
|
+
- `#I311142` - Provided internal event to handle queries on custom `ExcelFilter` dataSource.
|
|
560
582
|
|
|
561
583
|
- `#I327774, #I327204` - `Vue-es5` grid render issue has been fixed.
|
|
562
584
|
|
|
@@ -1147,7 +1169,7 @@
|
|
|
1147
1169
|
|
|
1148
1170
|
#### Bug Fixes
|
|
1149
1171
|
|
|
1150
|
-
- `#279922, #280077` -
|
|
1172
|
+
- `#279922, #280077` - Scrollbar when clicking `childgrid` summary row, issue has been fixed.
|
|
1151
1173
|
|
|
1152
1174
|
## 18.1.57 (2020-06-16)
|
|
1153
1175
|
|
|
@@ -1251,7 +1273,7 @@
|
|
|
1251
1273
|
|
|
1252
1274
|
- `#269945, #271023` - `editTemplate` element events are not triggered for movable content.
|
|
1253
1275
|
- `#273042` - grouping after restoring the persist data issue has been resolved.
|
|
1254
|
-
- `#273483, #275002, #275153` -
|
|
1276
|
+
- `#273483, #275002, #275153` - `actionfailure` event error message issue has been fixed.
|
|
1255
1277
|
- `#273238` - Missing of `headerText` property in the template data has been fixed.
|
|
1256
1278
|
- `#266631` - Hidden column headers in Grid did not reflect in pdf export while using `includeHiddenColumn` issue has been fixed.
|
|
1257
1279
|
- `#271911` - column template in angular after print issue has been resolved.
|
|
@@ -1296,7 +1318,7 @@
|
|
|
1296
1318
|
|
|
1297
1319
|
#### Bug Fixes
|
|
1298
1320
|
|
|
1299
|
-
- `#271625, #272096` -
|
|
1321
|
+
- `#271625, #272096` - Frozen Grid cell selection issue has been fixed.
|
|
1300
1322
|
- `#271625` - Grid resize cursor issue with stacked header has been fixed.
|
|
1301
1323
|
- `#271240` - Batch editing `cellSaved` event after escape key issue has been fixed.
|
|
1302
1324
|
- `#260390` - Header misalignment in auto wrap enabled Grid with frozen columns has been fixed.
|
|
@@ -1498,7 +1520,7 @@
|
|
|
1498
1520
|
- `#254164` - Support for `FilterItemTemplate` function like as `ValueAccessor` is given.
|
|
1499
1521
|
- `#253705` - `Ctrl+A` in Grid does not select the last record in Batch mode issue has been fixed.
|
|
1500
1522
|
- `#253106` - Error thrown on using `setCellValue` method when row drag and drop is enabled issue has been fixed.
|
|
1501
|
-
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap`
|
|
1523
|
+
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap` property issue has been fixed.
|
|
1502
1524
|
- `#252923` - Grid footer element is invisible while dynamically bind the Grid dataSource issue has been fixed.
|
|
1503
1525
|
- `#253614` - Changed the scope of the `filterOperator` variable as public.
|
|
1504
1526
|
|
|
@@ -1532,7 +1554,7 @@
|
|
|
1532
1554
|
|
|
1533
1555
|
#### Breaking Changes
|
|
1534
1556
|
|
|
1535
|
-
- Now `disableHtmlEncode` default value
|
|
1557
|
+
- Now `disableHtmlEncode` default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content `disableHtmlEncode` need to be set as false.
|
|
1536
1558
|
|
|
1537
1559
|
## 17.3.21 (2019-10-30)
|
|
1538
1560
|
|
|
@@ -1729,7 +1751,7 @@
|
|
|
1729
1751
|
|
|
1730
1752
|
#### Bug Fixes
|
|
1731
1753
|
|
|
1732
|
-
- `#237403` -
|
|
1754
|
+
- `#237403` - Footer template shows proper result when using both group footer and footer template in exported excel document.
|
|
1733
1755
|
- `#232272` - `RemoteSaveAdaptor` batch changes are now refreshed properly in grid when `ContractResolver` set to `DefaultContractResolver`.
|
|
1734
1756
|
- `#236337, #234622` - Child grid data is now successfully loads with query property in the `url` adaptor.
|
|
1735
1757
|
- `#236011` - Selection `api` example is now working properly in the sample browser.
|
|
@@ -1739,7 +1761,7 @@
|
|
|
1739
1761
|
|
|
1740
1762
|
#### Breaking Changes
|
|
1741
1763
|
|
|
1742
|
-
- Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore.
|
|
1764
|
+
- Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore. This change has been made as underscore is valid identifier in DB field names.
|
|
1743
1765
|
|
|
1744
1766
|
## 17.2.28-beta (2019-06-27)
|
|
1745
1767
|
|
|
@@ -2482,7 +2504,7 @@ undefinedThe Grid component is used to display and manipulate tabular data with
|
|
|
2482
2504
|
#### Bug Fixes
|
|
2483
2505
|
|
|
2484
2506
|
- Column properties is not persisted after reordering columns resolved.
|
|
2485
|
-
- `args.cancel`
|
|
2507
|
+
- `args.cancel` has included in `rowSelecting` event while select the rows through method and user interaction.
|
|
2486
2508
|
|
|
2487
2509
|
## 16.1.29 (2018-03-13)
|
|
2488
2510
|
|
|
@@ -2490,7 +2512,7 @@ undefinedThe Grid component is used to display and manipulate tabular data with
|
|
|
2490
2512
|
|
|
2491
2513
|
#### Bug Fixes
|
|
2492
2514
|
|
|
2493
|
-
- `args.cancel`
|
|
2515
|
+
- `args.cancel` has included in `rowSelecting` event.
|
|
2494
2516
|
- Dynamically changing filter settings does not update `Filterbar` value and filter status message is resolved.
|
|
2495
2517
|
- Batch edit should close on clicking outside grid and on pressing enter or tab key is resolved.
|
|
2496
2518
|
- `updateRow` method is provided for Normal editing and Dialog editing.
|
|
@@ -2708,7 +2730,7 @@ Grid component is used to display and manipulate tabular data with configuration
|
|
|
2708
2730
|
- **Sorting and grouping** - Supports n levels of sorting and grouping.
|
|
2709
2731
|
- **Selection** - Provides the option to select the grid rows single or multiple.
|
|
2710
2732
|
- **Filtering** - Offers filter bar or menu , or checkbox at each column to filter data.
|
|
2711
|
-
- **Editing** -
|
|
2733
|
+
- **Editing** - Provides the options to dynamically insert, delete and update records.
|
|
2712
2734
|
- **Virtualization** - Provides the options to load large amount of data without performance degradation.
|
|
2713
2735
|
- **Aggregates** - Provides built in types are sum , average, min, max, count.
|
|
2714
2736
|
- **Paging** - Provides the option to easily switch between pages using the pager bar.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.49
|
|
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
|