impaktapps-ui-builder 0.0.382-alpha.327 → 0.0.382-alpha.328
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.
|
@@ -9145,7 +9145,7 @@ var service = (funcParams) => {
|
|
|
9145
9145
|
serviceHolder: { downloadFile: downloadFile$1, download: doDownload },
|
|
9146
9146
|
eventGroups
|
|
9147
9147
|
};
|
|
9148
|
-
|
|
9148
|
+
lodash.exports.debounce(async function() {
|
|
9149
9149
|
await this.callHandler("onClick");
|
|
9150
9150
|
}, 300);
|
|
9151
9151
|
const throttledExecuteEvents = lodash.exports.throttle(async (executeEventsParams) => {
|
|
@@ -9181,7 +9181,7 @@ var service = (funcParams) => {
|
|
|
9181
9181
|
});
|
|
9182
9182
|
},
|
|
9183
9183
|
onClick: async function() {
|
|
9184
|
-
|
|
9184
|
+
await this.callHandler("onClick");
|
|
9185
9185
|
},
|
|
9186
9186
|
onFileDownload: async function() {
|
|
9187
9187
|
await this.callHandler("onDownload");
|