@alfresco/adf-process-services-cloud 8.4.0-19066638615 → 8.4.0-19067731876

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.
@@ -1789,6 +1789,7 @@ var FormFieldType;
1789
1789
  FormFieldType["displayValue"] = "readonly";
1790
1790
  FormFieldType["displayText"] = "readonly-text";
1791
1791
  FormFieldType["fileViewer"] = "file-viewer";
1792
+ FormFieldType["button"] = "button";
1792
1793
  })(FormFieldType || (FormFieldType = {}));
1793
1794
  // eslint-disable-next-line no-shadow
1794
1795
  var FormCloudDisplayMode;