dhx-chart 9.0.4 → 9.1.1
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/codebase/chart.min.js +3 -3
- package/codebase/chart.min.js.map +1 -1
- package/codebase/types/ts-common/core.d.ts +5 -1
- package/codebase/types/ts-data/sources/datacollection.d.ts +6 -3
- package/codebase/types/ts-data/sources/treecollection.d.ts +2 -1
- package/codebase/types/ts-data/sources/types.d.ts +4 -1
- package/codebase/types/ts-grid/sources/ExtendedGrid.d.ts +11 -1
- package/codebase/types/ts-grid/sources/Grid.d.ts +11 -11
- package/codebase/types/ts-grid/sources/ProGrid.d.ts +10 -5
- package/codebase/types/ts-grid/sources/helpers/cells.d.ts +1 -1
- package/codebase/types/ts-grid/sources/helpers/data.d.ts +10 -10
- package/codebase/types/ts-grid/sources/helpers/default.d.ts +2 -1
- package/codebase/types/ts-grid/sources/types.d.ts +69 -23
- package/codebase/types/ts-grid/sources/ui/Cells.d.ts +1 -2
- package/codebase/types/ts-grid/sources/ui/SubRows.d.ts +4 -0
- package/codebase/types/ts-grid/sources/ui/editors/ComboboxEditor.d.ts +1 -0
- package/codebase/types/ts-grid/sources/ui/group/panel.d.ts +3 -2
- package/codebase/types/ts-grid/sources/ui/render.d.ts +2 -2
- package/codebase/types/ts-layout/sources/ProCell.d.ts +1 -1
- package/codebase/types/ts-layout/sources/types.d.ts +1 -1
- package/codebase/types/ts-treegrid/sources/TreeGrid.d.ts +2 -4
- package/codebase/types/ts-treegrid/sources/TreeGridCollection.d.ts +2 -2
- package/codebase/types/ts-treegrid/sources/types.d.ts +1 -19
- package/package.json +1 -1
- package/readme.txt +1 -1
- package/whatsnew.txt +11 -1
package/readme.txt
CHANGED
package/whatsnew.txt
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
Version 9.
|
|
1
|
+
Version 9.1.1 (February 24, 2025)
|
|
2
2
|
----------------------------
|
|
3
3
|
|
|
4
|
+
# Version 9.1 (February 18, 2025)
|
|
5
|
+
|
|
6
|
+
### Fixes
|
|
7
|
+
|
|
8
|
+
- DataCollection/TreeCollection. The `sort()` method called without arguments doesn't reset the applied sorting
|
|
9
|
+
- TreeCollection. The `restoreOrder()` method doesn't reset the applied sorting
|
|
10
|
+
|
|
11
|
+
Version 9.0.4 (February 4, 2025)
|
|
12
|
+
----------------------------
|
|
13
|
+
|
|
4
14
|
# Version 9.0.3 (January 13, 2025)
|
|
5
15
|
|
|
6
16
|
### Fixes
|