ztxkutils 2.5.5 → 2.5.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.
@@ -44,3 +44,7 @@ export declare const WORKFLOW_RETURN_INSTID = "returnWorkflow";
44
44
  * @description 流程中心审批过程中,在某些节点可能会修改某些相关数据
45
45
  */
46
46
  export declare const WORKFLOW_REVIEW = "inreview";
47
+ /**
48
+ * @description 子框架加载完毕
49
+ */
50
+ export declare const IFRAME_LOADED = "iframeLoaded";
package/dist/constants.js CHANGED
@@ -46,6 +46,10 @@ var WORKFLOW_RETURN_INSTID = 'returnWorkflow';
46
46
  /**
47
47
  * @description 流程中心审批过程中,在某些节点可能会修改某些相关数据
48
48
  */
49
- var WORKFLOW_REVIEW = 'inreview';
49
+ var WORKFLOW_REVIEW = 'inreview';
50
+ /**
51
+ * @description 子框架加载完毕
52
+ */
53
+ var IFRAME_LOADED = 'iframeLoaded';
50
54
 
51
- export { WORKFLOW_EDIT, WORKFLOW_GET_HEIGHT, WORKFLOW_HIDEFRAME_KEY, WORKFLOW_RETURN_HEIGHT, WORKFLOW_RETURN_INSTID, WORKFLOW_REVIEW, WORKFLOW_SAVE_HANDLE, WORKFLOW_SAVE_INSTID, WORKFLOW_TOKEN, WORKFLOW_TRANSMIT_HANDLE, clientType, microPortalRoute };
55
+ export { IFRAME_LOADED, WORKFLOW_EDIT, WORKFLOW_GET_HEIGHT, WORKFLOW_HIDEFRAME_KEY, WORKFLOW_RETURN_HEIGHT, WORKFLOW_RETURN_INSTID, WORKFLOW_REVIEW, WORKFLOW_SAVE_HANDLE, WORKFLOW_SAVE_INSTID, WORKFLOW_TOKEN, WORKFLOW_TRANSMIT_HANDLE, clientType, microPortalRoute };