diff --git a/workflow/public_html/lib/js/mafe-bd462bc9-0011253c.js b/workflow/public_html/lib/js/mafe-bd462bc9-0011253c.js index 2da759737..f9a452a8f 100644 --- a/workflow/public_html/lib/js/mafe-bd462bc9-0011253c.js +++ b/workflow/public_html/lib/js/mafe-bd462bc9-0011253c.js @@ -90904,6 +90904,12 @@ FormDesigner.leftPad = function (string, length, fill) { type: "textarea", placeholder: "payload".translate() }; + this.externalApi = { + label: "External API configuration".translate(), + value: "", + type: "textarea", + placeholder: "payload".translate() + }; this.dependsOn = { label: "dependsOn".translate(), value: "", @@ -91274,7 +91280,7 @@ FormDesigner.leftPad = function (string, length, fill) { if (type === FormDesigner.main.TypesControl.text) { this.pf = ["type", "variable", "var_uid", "dataType", "protectedValue", "id", "name", "label", "tabIndex", "defaultValue", "placeholder", "hint", "ariaLabel", "required", "requiredFieldErrorMessage", "textTransform", - "validate", "validateMessage", "maxLength", "formula", "dependsOn", "loadDropdownOptions", "mode", "operation", "dbConnection", + "validate", "validateMessage", "maxLength", "formula", "dependsOn", "loadDropdownOptions", "externalApi", "mode", "operation", "dbConnection", "dbConnectionLabel", "sql", "memoryCache"]; if (this.owner instanceof FormDesigner.main.FormItem) { this.operation.type = "hidden"; @@ -91297,7 +91303,7 @@ FormDesigner.leftPad = function (string, length, fill) { } if (type === FormDesigner.main.TypesControl.dropdown) { this.pf = ["type", "variable", "var_uid", "dataType", "protectedValue", "id", "name", "label", "tabIndex", - "defaultValue", "placeholder", "hint", "ariaLabel", "required", "requiredFieldErrorMessage", "dependsOn", "loadDropdownOptions", "mode", "datasource", + "defaultValue", "placeholder", "hint", "ariaLabel", "required", "requiredFieldErrorMessage", "dependsOn", "loadDropdownOptions", "externalApi", "mode", "datasource", "dbConnection", "dbConnectionLabel", "sql", "memoryCache", "dataVariable", "options"]; if (this.owner instanceof FormDesigner.main.GridItem) { this.pf.push("columnWidth"); @@ -91352,7 +91358,7 @@ FormDesigner.leftPad = function (string, length, fill) { } if (type === FormDesigner.main.TypesControl.suggest) { this.pf = ["type", "variable", "var_uid", "dataType", "protectedValue", "id", "name", "label", "tabIndex", - "defaultValue", "placeholder", "hint", "ariaLabel", "required", "requiredFieldErrorMessage", "dependsOn", "loadDropdownOptions", "mode", "datasource", + "defaultValue", "placeholder", "hint", "ariaLabel", "required", "requiredFieldErrorMessage", "dependsOn", "loadDropdownOptions", "externalApi", "mode", "datasource", "dbConnection", "dbConnectionLabel", "sql", "memoryCache", "dataVariable", "options", "delay", "resultsLimit", "forceSelection"]; if (this.owner instanceof FormDesigner.main.GridItem) {