var RegistrationComponent = class RegistrationComponent { constructor(instanceId, windowRegistrationId, isFullSize, variableName, callbackRegistrationOk, styleIframe) { this.instanceId = instanceId; this.windowRegistrationId = windowRegistrationId; this.isFullSize = isFullSize; this.variableName = variableName; this.callbackRegistrationOk = callbackRegistrationOk; this.styleIframe = styleIframe; } //crear diversas funciones dependiendo de la resolución, o pasarlo por parámetros las distintas resoluciones generateIframe() { let idIframe = "iframeRegister-"+this.instanceId; let styleCode = 'min-height:550px;'; if(this.styleIframe != null && this.styleIframe != undefined) { styleCode += ' ' + this.styleIframe; } let code = '