@gct-paas/word 0.1.39 → 0.1.42

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.
@@ -175,8 +175,10 @@ export declare class DataManager {
175
175
  */
176
176
  applyInitData(initDataMap: Record<string, any>): void;
177
177
  /**
178
- * 仅补齐检验表关联轴子表(如 f_jianyan2)到动态关联铺砖槽位数。
179
- * 不处理检验项主体(f_jianyan1)与二维表,避免覆盖接口行或误扩纵向轴。
178
+ * 按版面铺砖槽位补齐子表行数:
179
+ * - 固定表:按槽位补齐自身子表行
180
+ * - 二维/检验表:仅补齐关联轴(如 f_ewblink / f_jianyan2)
181
+ * 不处理主体轴(如 f_ewb / f_jianyan1),避免覆盖接口行或误扩纵向轴。
180
182
  */
181
183
  private syncSubTableRowsToLayout;
182
184
  /** 子表在 rawData 中的行数(支持尚未转成数组的 { data: [] } 接口形态,此时返回 0 且不在此阶段强转) */