arthub-table 0.2.70 → 0.2.71

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.
@@ -49,6 +49,10 @@ declare class HyperlinkTextViewer implements CellViewer<HyperlinkTextViewerData>
49
49
  * 每两个元素为一组链接,返回解析后的数组
50
50
  */
51
51
  private parseValues;
52
+ /**
53
+ * 在已确认内容溢出的场景中,计算 maxWidth 能容纳的最长文本前缀并追加省略号。
54
+ */
55
+ private fitTextWithEllipsis;
52
56
  /**
53
57
  * 绘制超链接文本(支持多条以逗号间隔)
54
58
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arthub-table",
3
- "version": "0.2.70",
3
+ "version": "0.2.71",
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",