arthub-table 0.2.65-next.2 → 0.2.65

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.
@@ -26,10 +26,6 @@ export interface PreprocessedRow {
26
26
  _searchMatch: SearchMatchResult;
27
27
  _cellBgColors: Record<string, string>;
28
28
  _bgColor?: string;
29
- /** CP 行高亮标记 */
30
- _cpHighLight?: boolean;
31
- /** CP 高亮行中需要使用高亮文字色的列 key */
32
- _cpHighLightFields?: string[];
33
29
  _isTopLevelEntity?: boolean;
34
30
  _isEmpty?: boolean;
35
31
  _isGroup?: boolean;
@@ -173,10 +173,6 @@ export interface ThemeTokens {
173
173
  bgTopLevelEntity: string;
174
174
  /** 顶层实体行 hover 背景色 */
175
175
  bgTopLevelEntityHover: string;
176
- /** CP 高亮行背景色 */
177
- bgCpHighlight: string;
178
- /** CP 高亮行文字色 */
179
- textCpHighlight: string;
180
176
  /** 需求变更-新增需求背景色 */
181
177
  bgDemandChangeAdd: string;
182
178
  /** 需求变更-新增需求 hover 背景色 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arthub-table",
3
- "version": "0.2.65-next.2",
3
+ "version": "0.2.65",
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",