impaktapps-ui-builder 1.0.85 → 1.0.87

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.
@@ -8938,6 +8938,7 @@ const EventSchema = {
8938
8938
  { title: "Start", const: "onStart" },
8939
8939
  { title: "Cell Render", const: "onCellRenderer" },
8940
8940
  { title: "Upload", const: "onUpload" },
8941
+ { title: "FileDelete", const: "onFileDelete" },
8941
8942
  { title: "Download", const: "onDownload" },
8942
8943
  { title: "Back", const: "onBack" },
8943
8944
  { title: "Next", const: "onNext" },