@cloudquery/plugin-config-ui-connector
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -93,3 +93,3 @@ /** | ||
*/ | ||
export declare function getPluginUiMessageHandler(): MessageHandler<"cancel" | "height_changed" | "validation_passed" | "validation_failed" | "open_url" | "ready" | "current_values" | "api_call_request" | "api_call_abort_request" | "go_to_previous_step" | "deleted" | "submitted", PluginUiMessagePayload, "init" | "validate" | "submit_failed" | "request_current_values" | "api_call_response", FormMessagePayload>; | ||
export declare function getPluginUiMessageHandler(): MessageHandler<"cancel" | "height_changed" | "validation_passed" | "validation_failed" | "open_url" | "ready" | "current_values" | "api_call_request" | "api_call_abort_request" | "go_to_previous_step" | "deleted" | "submitted" | "submit_failed", PluginUiMessagePayload, "submit_failed" | "init" | "validate" | "request_current_values" | "api_call_response", FormMessagePayload>; | ||
@@ -290,2 +290,8 @@ /** | ||
}; | ||
/** | ||
* Payload for the 'submit_failed' message type. | ||
*/ | ||
submit_failed: { | ||
error: any; | ||
}; | ||
}; | ||
@@ -306,4 +312,4 @@ | ||
*/ | ||
export declare const pluginUiMessageTypes: readonly ["height_changed", "validation_passed", "validation_failed", "open_url", "ready", "current_values", "api_call_request", "api_call_abort_request", "go_to_previous_step", "deleted", "cancel", "submitted"]; | ||
export declare const pluginUiMessageTypes: readonly ["height_changed", "validation_passed", "validation_failed", "open_url", "ready", "current_values", "api_call_request", "api_call_abort_request", "go_to_previous_step", "deleted", "cancel", "submitted", "submit_failed"]; | ||
export { } |
@@ -1,1 +0,1 @@ | ||
!function(e,s){if("object"==typeof exports&&"object"==typeof module)module.exports=s();else if("function"==typeof define&&define.amd)define([],s);else{var t=s();for(var a in t)("object"==typeof exports?exports:e)[a]=t[a]}}(this,(()=>(()=>{"use strict";var e={d:(s,t)=>{for(var a in t)e.o(t,a)&&!e.o(s,a)&&Object.defineProperty(s,a,{enumerable:!0,get:t[a]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},s={};e.r(s),e.d(s,{MessageHandler:()=>i,formMessageTypes:()=>n,getPluginUiMessageHandler:()=>r,pluginUiMessageTypes:()=>a});const t="plugin-ui-connector-iframe",a=["height_changed","validation_passed","validation_failed","open_url","ready","current_values","api_call_request","api_call_abort_request","go_to_previous_step","deleted","cancel","submitted"],n=["init","validate","submit_failed","request_current_values","api_call_response"];class i{constructor(e,s,t){this.callbacks=new Map,this.sendMessageTypes=new Set,this.receiveMessageTypes=new Set,this.sendMessageTypes=new Set(e),this.receiveMessageTypes=new Set(s),this.sendMessageWindow=t,window.addEventListener("message",this.handleMessage.bind(this))}sendMessage(e,...s){if(!this.sendMessageTypes.has(e))throw new Error(`Unknown send message type: ${String(e)}`);this.sendMessageWindow.postMessage({type:e,payload:s[0],id:t},"*")}subscribeToMessage(e,s){if(!this.receiveMessageTypes.has(e))throw new Error(`Unknown receive message type: ${String(e)}`);const t=this.callbacks.get(e);return t?t.push(s):this.callbacks.set(e,[s]),()=>{const t=this.callbacks.get(e);t&&this.callbacks.set(e,t.filter((e=>e!==s)))}}subscribeToMessageOnce(e,s){const t=a=>{s(a);const n=this.callbacks.get(e);n&&this.callbacks.set(e,n.filter((e=>e!==t)))};return this.subscribeToMessage(e,t)}handleMessage(e){const{id:s}=e.data;if(s!==t)return;const a=e.data.type,n=this.callbacks.get(a);if(n)for(const s of n)s(e.data.payload)}}function r(){return new i(a,n,window.parent)}return s})())); | ||
!function(e,s){if("object"==typeof exports&&"object"==typeof module)module.exports=s();else if("function"==typeof define&&define.amd)define([],s);else{var t=s();for(var a in t)("object"==typeof exports?exports:e)[a]=t[a]}}(this,(()=>(()=>{"use strict";var e={d:(s,t)=>{for(var a in t)e.o(t,a)&&!e.o(s,a)&&Object.defineProperty(s,a,{enumerable:!0,get:t[a]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},s={};e.r(s),e.d(s,{MessageHandler:()=>n,formMessageTypes:()=>i,getPluginUiMessageHandler:()=>r,pluginUiMessageTypes:()=>a});const t="plugin-ui-connector-iframe",a=["height_changed","validation_passed","validation_failed","open_url","ready","current_values","api_call_request","api_call_abort_request","go_to_previous_step","deleted","cancel","submitted","submit_failed"],i=["init","validate","submit_failed","request_current_values","api_call_response"];class n{constructor(e,s,t){this.callbacks=new Map,this.sendMessageTypes=new Set,this.receiveMessageTypes=new Set,this.sendMessageTypes=new Set(e),this.receiveMessageTypes=new Set(s),this.sendMessageWindow=t,window.addEventListener("message",this.handleMessage.bind(this))}sendMessage(e,...s){if(!this.sendMessageTypes.has(e))throw new Error(`Unknown send message type: ${String(e)}`);this.sendMessageWindow.postMessage({type:e,payload:s[0],id:t},"*")}subscribeToMessage(e,s){if(!this.receiveMessageTypes.has(e))throw new Error(`Unknown receive message type: ${String(e)}`);const t=this.callbacks.get(e);return t?t.push(s):this.callbacks.set(e,[s]),()=>{const t=this.callbacks.get(e);t&&this.callbacks.set(e,t.filter((e=>e!==s)))}}subscribeToMessageOnce(e,s){const t=a=>{s(a);const i=this.callbacks.get(e);i&&this.callbacks.set(e,i.filter((e=>e!==t)))};return this.subscribeToMessage(e,t)}handleMessage(e){const{id:s}=e.data;if(s!==t)return;const a=e.data.type,i=this.callbacks.get(a);if(i)for(const s of i)s(e.data.payload)}}function r(){return new n(a,i,window.parent)}return s})())); |
{ | ||
"name": "@cloudquery/plugin-config-ui-connector", | ||
"description": "Plugin configuration UI connector for CloudQuery Cloud App", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33780
302