@okf/ootils 1.31.0 → 1.31.1

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.
package/dist/node.d.mts CHANGED
@@ -2060,6 +2060,10 @@ interface IGeneral {
2060
2060
  formFieldNumbering?: {
2061
2061
  enable?: boolean;
2062
2062
  };
2063
+ autoGenTitle?: {
2064
+ enable?: boolean;
2065
+ prefix?: string;
2066
+ };
2063
2067
  postPblRedirPath?: object;
2064
2068
  templateIndex?: object;
2065
2069
  sharing?: {
package/dist/node.d.ts CHANGED
@@ -2060,6 +2060,10 @@ interface IGeneral {
2060
2060
  formFieldNumbering?: {
2061
2061
  enable?: boolean;
2062
2062
  };
2063
+ autoGenTitle?: {
2064
+ enable?: boolean;
2065
+ prefix?: string;
2066
+ };
2063
2067
  postPblRedirPath?: object;
2064
2068
  templateIndex?: object;
2065
2069
  sharing?: {
package/dist/node.js CHANGED
@@ -669,6 +669,10 @@ var init_Tpl = __esm({
669
669
  formFieldNumbering: {
670
670
  enable: Boolean
671
671
  },
672
+ autoGenTitle: {
673
+ enable: Boolean,
674
+ prefix: String
675
+ },
672
676
  postPblRedirPath: Object,
673
677
  templateIndex: Object,
674
678
  sharing: {
package/dist/node.mjs CHANGED
@@ -674,6 +674,10 @@ var init_Tpl = __esm({
674
674
  formFieldNumbering: {
675
675
  enable: Boolean
676
676
  },
677
+ autoGenTitle: {
678
+ enable: Boolean,
679
+ prefix: String
680
+ },
677
681
  postPblRedirPath: Object,
678
682
  templateIndex: Object,
679
683
  sharing: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.31.0",
6
+ "version": "1.31.1",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",