ztxkutils 2.3.5 → 2.3.6

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.
@@ -4,5 +4,31 @@
4
4
  */
5
5
  export declare const clientType = 1;
6
6
  export declare const microPortalRoute = "/portal";
7
+ /**
8
+ * @description 是否隐藏业务系统框架结构key值
9
+ */
7
10
  export declare const WORKFLOW_HIDEFRAME_KEY = "hideFrame";
11
+ /**
12
+ * @description 通过地址栏传递token信息key值
13
+ */
8
14
  export declare const WORKFLOW_TOKEN = "token";
15
+ /**
16
+ * @description 父级通知获取子级表单高度
17
+ */
18
+ export declare const WORKFLOW_GET_HEIGHT = "getHeight";
19
+ /**
20
+ * @description 子级发送表单高度给父级
21
+ */
22
+ export declare const WORKFLOW_RETURN_HEIGHT = "returnHeight";
23
+ /**
24
+ * @description 父级通知子级保存数据
25
+ */
26
+ export declare const WORKFLOW_SAVE_HANDLE = "submitBizForm";
27
+ /**
28
+ * @description 子级传递保存数据成功后,传递某些数据给父级
29
+ */
30
+ export declare const WORKFLOW_TRANSMIT_HANDLE = "returnRelevantDatas";
31
+ /**
32
+ * @description 父级通知子级保存,流程实例数据
33
+ */
34
+ export declare const WORKFLOW_SAVE_INSTID = "saveWorkfLow";
package/dist/constants.js CHANGED
@@ -7,7 +7,33 @@ var clientType = 1;
7
7
  // 微前端入口路由
8
8
  var microPortalRoute = '/portal';
9
9
  // 流程中心相关常量
10
+ /**
11
+ * @description 是否隐藏业务系统框架结构key值
12
+ */
10
13
  var WORKFLOW_HIDEFRAME_KEY = 'hideFrame';
11
- var WORKFLOW_TOKEN = 'token';
14
+ /**
15
+ * @description 通过地址栏传递token信息key值
16
+ */
17
+ var WORKFLOW_TOKEN = 'token';
18
+ /**
19
+ * @description 父级通知获取子级表单高度
20
+ */
21
+ var WORKFLOW_GET_HEIGHT = 'getHeight';
22
+ /**
23
+ * @description 子级发送表单高度给父级
24
+ */
25
+ var WORKFLOW_RETURN_HEIGHT = 'returnHeight';
26
+ /**
27
+ * @description 父级通知子级保存数据
28
+ */
29
+ var WORKFLOW_SAVE_HANDLE = 'submitBizForm';
30
+ /**
31
+ * @description 子级传递保存数据成功后,传递某些数据给父级
32
+ */
33
+ var WORKFLOW_TRANSMIT_HANDLE = 'returnRelevantDatas';
34
+ /**
35
+ * @description 父级通知子级保存,流程实例数据
36
+ */
37
+ var WORKFLOW_SAVE_INSTID = 'saveWorkfLow';
12
38
 
13
- export { WORKFLOW_HIDEFRAME_KEY, WORKFLOW_TOKEN, clientType, microPortalRoute };
39
+ export { WORKFLOW_GET_HEIGHT, WORKFLOW_HIDEFRAME_KEY, WORKFLOW_RETURN_HEIGHT, 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.5",
3
+ "version": "2.3.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",