impaktapps-ui-builder 0.0.388 → 0.0.389

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.
@@ -8664,6 +8664,9 @@ var service = (funcParams) => {
8664
8664
  onClick: async function() {
8665
8665
  await this.callHandler("onClick");
8666
8666
  },
8667
+ onLazyLoad: async function() {
8668
+ await this.callHandler("onLazyLoad");
8669
+ },
8667
8670
  onFileDownload: async function() {
8668
8671
  await this.callHandler("onDownload");
8669
8672
  },