@cloudquery/plugin-config-ui-connector
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -25,2 +25,3 @@ /** | ||
initialValues: { | ||
name: string; | ||
migrateMode: 'forced' | 'safe' | undefined; | ||
@@ -71,9 +72,2 @@ envs: Array<{ | ||
}; | ||
/** | ||
* Payload for the 'name_changed' message type. | ||
*/ | ||
name_changed: { | ||
/** The name of the sync source/destination */ | ||
name: string; | ||
}; | ||
}; | ||
@@ -94,3 +88,3 @@ | ||
*/ | ||
export declare const formMessageTypes: readonly ["init", "validate", "submit_failed", "request_current_values", "api_call_response", "name_changed"]; | ||
export declare const formMessageTypes: readonly ["init", "validate", "submit_failed", "request_current_values", "api_call_response"]; | ||
@@ -102,3 +96,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" | "name_changed", 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", PluginUiMessagePayload, "init" | "validate" | "submit_failed" | "request_current_values" | "api_call_response", FormMessagePayload>; | ||
@@ -189,2 +183,3 @@ /** | ||
values: { | ||
name: string; | ||
migrateMode?: 'forced' | 'safe'; | ||
@@ -207,2 +202,3 @@ envs: Array<{ | ||
errors: Partial<{ | ||
name: string; | ||
migrateMode: string; | ||
@@ -234,2 +230,3 @@ envs: string; | ||
values: { | ||
name: string; | ||
migrateMode?: 'forced' | 'safe'; | ||
@@ -288,2 +285,3 @@ envs: Array<{ | ||
submitted: { | ||
name: string; | ||
migrateMode?: 'forced' | 'safe'; | ||
@@ -290,0 +288,0 @@ envs: Array<{ |
@@ -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","name_changed"];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,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:()=>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,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})())); |
{ | ||
"name": "@cloudquery/plugin-config-ui-connector", | ||
"description": "Plugin configuration UI connector for CloudQuery Cloud App", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"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
33603
296