@zyui/components 1.0.47 → 1.0.48

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.
@@ -42,6 +42,11 @@ export declare const processTdWidth: (doc: Document) => void;
42
42
  * @param doc
43
43
  */
44
44
  export declare const processRemoveNegativeMargin: (doc: Document) => void;
45
+ /**
46
+ * 处理table宽度:超过400pt的表格设为100%宽度,超过100%的表格强制设为100%
47
+ * @param doc
48
+ */
49
+ export declare const processTableMaxWidth: (doc: Document) => void;
45
50
  /**
46
51
  * 处理table的边框
47
52
  * @param doc
@@ -42,6 +42,11 @@ export declare const processTdWidth: (doc: Document) => void;
42
42
  * @param doc
43
43
  */
44
44
  export declare const processRemoveNegativeMargin: (doc: Document) => void;
45
+ /**
46
+ * 处理table宽度:超过400pt的表格设为100%宽度,超过100%的表格强制设为100%
47
+ * @param doc
48
+ */
49
+ export declare const processTableMaxWidth: (doc: Document) => void;
45
50
  /**
46
51
  * 处理table的边框
47
52
  * @param doc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",
@@ -46,8 +46,8 @@
46
46
  "vue-hooks-plus": "^2.2.1",
47
47
  "xmldom": "^0.6.0",
48
48
  "xpath": "^0.0.34",
49
- "@zyui/hooks": "0.0.5",
50
- "@zyui/utils": "0.0.9"
49
+ "@zyui/utils": "0.0.9",
50
+ "@zyui/hooks": "0.0.5"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/lodash-es": "^4.17.12"