ztxkutils 2.6.8 → 2.6.10

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.
@@ -48,3 +48,7 @@ export declare const WORKFLOW_REVIEW = "inreview";
48
48
  * @description 子框架加载完毕
49
49
  */
50
50
  export declare const IFRAME_LOADED = "iframeLoaded";
51
+ /**
52
+ * @description 引用地址源
53
+ */
54
+ export declare const IMPORT_IFRAME_PARENT_ORIGIN = "iframeParentOrigin";
package/dist/constants.js CHANGED
@@ -50,6 +50,10 @@ var WORKFLOW_REVIEW = 'inreview';
50
50
  /**
51
51
  * @description 子框架加载完毕
52
52
  */
53
- var IFRAME_LOADED = 'iframeLoaded';
53
+ var IFRAME_LOADED = 'iframeLoaded';
54
+ /**
55
+ * @description 引用地址源
56
+ */
57
+ var IMPORT_IFRAME_PARENT_ORIGIN = 'iframeParentOrigin';
54
58
 
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 };
59
+ export { IFRAME_LOADED, IMPORT_IFRAME_PARENT_ORIGIN, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkutils",
3
- "version": "2.6.8",
3
+ "version": "2.6.10",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",