@gct-paas/word 0.1.39 → 0.1.41

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