arthub-table 0.2.50 → 0.2.51-next.0
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/testing/TestHooks.d.ts +0 -6
- package/package.json +1 -1
|
@@ -213,12 +213,6 @@ export interface TestHooksAPI {
|
|
|
213
213
|
* @returns Row data object or null if not found
|
|
214
214
|
*/
|
|
215
215
|
getRowData: (rowId: string | number) => Record<string, any> | null;
|
|
216
|
-
/**
|
|
217
|
-
* 返回当前 body.data 的浅拷贝(视觉顺序),每项含 id / nodeId / name。
|
|
218
|
-
* 用于 e2e 在视觉顺序下批量获取主任务 rowId(pipeline-count-display 等场景)。
|
|
219
|
-
* 不存在 body.data 时回退到 _fullData。
|
|
220
|
-
*/
|
|
221
|
-
getDataRows: () => Array<Record<string, any>>;
|
|
222
216
|
/**
|
|
223
217
|
* 获取组头行搜索命中高亮状态。
|
|
224
218
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arthub-table",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.51-next.0",
|
|
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",
|