ztxkutils 2.3.6 → 2.3.7

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.
@@ -12,6 +12,10 @@ export declare const WORKFLOW_HIDEFRAME_KEY = "hideFrame";
12
12
  * @description 通过地址栏传递token信息key值
13
13
  */
14
14
  export declare const WORKFLOW_TOKEN = "token";
15
+ /**
16
+ * @description 通过地址栏传递表单是否可以修改,用于在流程中心发起审批的时候用
17
+ */
18
+ export declare const WORKFLOW_EDIT = "toEdit";
15
19
  /**
16
20
  * @description 父级通知获取子级表单高度
17
21
  */
@@ -32,3 +36,7 @@ export declare const WORKFLOW_TRANSMIT_HANDLE = "returnRelevantDatas";
32
36
  * @description 父级通知子级保存,流程实例数据
33
37
  */
34
38
  export declare const WORKFLOW_SAVE_INSTID = "saveWorkfLow";
39
+ /**
40
+ * @description 流程中心审批过程中,在某些节点可能会修改某些相关数据
41
+ */
42
+ export declare const WORKFLOW_REVIEW = "inreview";
package/dist/constants.js CHANGED
@@ -15,6 +15,10 @@ var WORKFLOW_HIDEFRAME_KEY = 'hideFrame';
15
15
  * @description 通过地址栏传递token信息key值
16
16
  */
17
17
  var WORKFLOW_TOKEN = 'token';
18
+ /**
19
+ * @description 通过地址栏传递表单是否可以修改,用于在流程中心发起审批的时候用
20
+ */
21
+ var WORKFLOW_EDIT = 'toEdit';
18
22
  /**
19
23
  * @description 父级通知获取子级表单高度
20
24
  */
@@ -34,6 +38,10 @@ var WORKFLOW_TRANSMIT_HANDLE = 'returnRelevantDatas';
34
38
  /**
35
39
  * @description 父级通知子级保存,流程实例数据
36
40
  */
37
- var WORKFLOW_SAVE_INSTID = 'saveWorkfLow';
41
+ var WORKFLOW_SAVE_INSTID = 'saveWorkfLow';
42
+ /**
43
+ * @description 流程中心审批过程中,在某些节点可能会修改某些相关数据
44
+ */
45
+ var WORKFLOW_REVIEW = 'inreview';
38
46
 
39
- export { WORKFLOW_GET_HEIGHT, WORKFLOW_HIDEFRAME_KEY, WORKFLOW_RETURN_HEIGHT, WORKFLOW_SAVE_HANDLE, WORKFLOW_SAVE_INSTID, WORKFLOW_TOKEN, WORKFLOW_TRANSMIT_HANDLE, clientType, microPortalRoute };
47
+ export { WORKFLOW_EDIT, WORKFLOW_GET_HEIGHT, WORKFLOW_HIDEFRAME_KEY, WORKFLOW_RETURN_HEIGHT, WORKFLOW_REVIEW, WORKFLOW_SAVE_HANDLE, WORKFLOW_SAVE_INSTID, WORKFLOW_TOKEN, WORKFLOW_TRANSMIT_HANDLE, clientType, microPortalRoute };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkutils",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",