arthub-table 0.2.56-next.2 → 0.2.56
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/Body.d.ts +0 -5
- package/package.json +1 -1
|
@@ -67,11 +67,6 @@ declare class Body {
|
|
|
67
67
|
resizeColumn(colIndex: number, width: number): void;
|
|
68
68
|
resizeAllColumn(width: number): void;
|
|
69
69
|
resizeRow(rowIndex: number, height: number): void;
|
|
70
|
-
/**
|
|
71
|
-
* 从行数据中提取行唯一标识,与 Row 构造函数中的 `_rowId` 计算逻辑保持一致。
|
|
72
|
-
* 优先级:_rowId > _originalPathId > pathId > _pathId > rowKey > row_N
|
|
73
|
-
*/
|
|
74
|
-
private getRowId;
|
|
75
70
|
handleCheckRow(y?: number): void;
|
|
76
71
|
handleCheckHeader(): void;
|
|
77
72
|
mouseMove(x: number, y: number): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arthub-table",
|
|
3
|
-
"version": "0.2.56
|
|
3
|
+
"version": "0.2.56",
|
|
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",
|