impaktapps-ui-builder 1.0.243 → 1.0.244

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.
@@ -10883,6 +10883,9 @@ var service = (funcParams) => {
10883
10883
  onFileDelete: async function() {
10884
10884
  this.callHandler("onFileDelete");
10885
10885
  },
10886
+ onClose: function() {
10887
+ this.callHandler("onClose");
10888
+ },
10886
10889
  onMount: function() {
10887
10890
  this.callHandler("onMount");
10888
10891
  },