@zyui/components 1.0.51 → 1.0.52

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.
@@ -20,15 +20,6 @@ export declare const processBase64Images: (content: string) => Promise<string>;
20
20
  * @param doc
21
21
  */
22
22
  export declare const removeBorderlessTds: (doc: Document) => void;
23
- /**
24
- * 移除 table 中仅包含单个 &nbsp;( )的 td 单元格内的 &nbsp; 内容
25
- * 如果单元格包含多个 &nbsp;(有意留空/缩进)则保留,只清除"单个占位"的情况
26
- * 保持单元格结构(<p>/<span> 等包裹标签)不变,只清除 &nbsp; 文本
27
- * 例:Word 导出的空单元格 <td><p><span>&nbsp;</span></p></td>
28
- * → <td><p><span></span></p></td>
29
- * @param doc
30
- */
31
- export declare const processRemoveTdnbsp: (doc: Document) => void;
32
23
  /**
33
24
  * 设置table所有的最大宽度为100%
34
25
  * @param doc
@@ -20,15 +20,6 @@ export declare const processBase64Images: (content: string) => Promise<string>;
20
20
  * @param doc
21
21
  */
22
22
  export declare const removeBorderlessTds: (doc: Document) => void;
23
- /**
24
- * 移除 table 中仅包含单个 &nbsp;( )的 td 单元格内的 &nbsp; 内容
25
- * 如果单元格包含多个 &nbsp;(有意留空/缩进)则保留,只清除"单个占位"的情况
26
- * 保持单元格结构(<p>/<span> 等包裹标签)不变,只清除 &nbsp; 文本
27
- * 例:Word 导出的空单元格 <td><p><span>&nbsp;</span></p></td>
28
- * → <td><p><span></span></p></td>
29
- * @param doc
30
- */
31
- export declare const processRemoveTdnbsp: (doc: Document) => void;
32
23
  /**
33
24
  * 设置table所有的最大宽度为100%
34
25
  * @param doc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",