@syncfusion/ej2-vue-pivotview 24.1.43 → 24.1.45
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,6 +6,25 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#F185974` - When using the pivot table and the pivot field list with virtualization, the loading indicator is now properly hidden.
|
|
10
|
+
- `#F185974` - The all node check box status will now work properly when you click the "All" text in the member filter dialog.
|
|
11
|
+
- `#F185974` - When adding a field via drag and drop in the static field list, the "fieldDrop" event is now properly triggered.
|
|
12
|
+
- `#I538805` - The OLAP Pivot table will now work properly while binding calculated fields via code-behind.
|
|
13
|
+
|
|
14
|
+
## 24.1.44 (2024-01-03)
|
|
15
|
+
|
|
16
|
+
### PivotTable
|
|
17
|
+
|
|
18
|
+
#### Bug fixes
|
|
19
|
+
|
|
20
|
+
- The script error caused by multiple cell selection mode when clicking specific cells has been resolved.
|
|
21
|
+
|
|
22
|
+
## 24.1.43 (2023-12-27)
|
|
23
|
+
|
|
24
|
+
### PivotTable
|
|
25
|
+
|
|
26
|
+
#### Bug fixes
|
|
27
|
+
|
|
9
28
|
- `#I528347` - The pivot table will now be properly refreshed while dynamically changing its container width.
|
|
10
29
|
|
|
11
30
|
## 24.1.41 (2023-12-18)
|
package/README.md
CHANGED
|
@@ -171,4 +171,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
171
171
|
|
|
172
172
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-pivot-table-npm) for more info.
|
|
173
173
|
|
|
174
|
-
© Copyright
|
|
174
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.45
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|