arthub-table 0.2.6-next.1 → 0.2.6
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/dist/arthub-table.common.js +1 -1
- package/dist/arthub-table.common.js.map +1 -1
- package/dist/arthub-table.umd.js +1 -1
- package/dist/arthub-table.umd.js.map +1 -1
- package/dist/arthub-table.umd.min.js +1 -1
- package/dist/arthub-table.umd.min.js.map +1 -1
- package/dist/types/core/DataGrid.d.ts +0 -1
- package/package.json +1 -1
|
@@ -790,7 +790,6 @@ declare class DataGrid {
|
|
|
790
790
|
edgeScroller: EdgeScroller;
|
|
791
791
|
rowIdMap: Map<string, number>;
|
|
792
792
|
selectedRowIds: Set<string>;
|
|
793
|
-
_groupSelectedRowIds: Map<string, string[]>;
|
|
794
793
|
lastSelectedRowIndex: number;
|
|
795
794
|
/** Footer 行高度(showFooter 为 false 时返回 0) */
|
|
796
795
|
get footerHeight(): number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arthub-table",
|
|
3
|
-
"version": "0.2.6
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "High-performance canvas-based table/grid component for Vue 3 with TypeScript support, featuring virtual scrolling, cell viewers, grouped rows, and nested grids.",
|
|
5
5
|
"main": "dist/arthub-table.common.js",
|
|
6
6
|
"module": "dist/arthub-table.umd.min.js",
|