arthub-table 0.2.26 → 0.2.27-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/core/viewers/types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -661,6 +661,8 @@ export interface TextViewerWithSwitcherData extends CellViewerData {
|
|
|
661
661
|
businessOrderCount?: number;
|
|
662
662
|
/** 点击任务图标回调(如跳转 TAPD 页面),与 DOM 版 onClickNameIcon + iconJumpUrl 对齐 */
|
|
663
663
|
onClickIcon?: (rowData: Record<string, any>) => void;
|
|
664
|
+
/** 平铺模式:不显示缩进线和展开箭头,内容起始位置与表头对齐 */
|
|
665
|
+
isFlatMode?: boolean;
|
|
664
666
|
}
|
|
665
667
|
/**
|
|
666
668
|
* 文件项信息
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arthub-table",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27-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",
|