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.
- package/dist/impaktapps-ui-builder.es.js +3 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +6 -6
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +3 -0
|
@@ -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
|
},
|