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.
package/package.json
CHANGED
|
@@ -105,12 +105,12 @@ export default (funcParams: funcParamsProps) => {
|
|
|
105
105
|
serviceHolder: this, eventGroups
|
|
106
106
|
})
|
|
107
107
|
},
|
|
108
|
-
// onClick: async function () {
|
|
109
|
-
// await this.callHandler("onClick")
|
|
110
|
-
// },
|
|
111
108
|
onClick: async function () {
|
|
112
|
-
|
|
109
|
+
await this.callHandler("onClick")
|
|
113
110
|
},
|
|
111
|
+
// onClick: async function () {
|
|
112
|
+
// handleButtonClick();
|
|
113
|
+
// },
|
|
114
114
|
onFileDownload: async function () {
|
|
115
115
|
await this.callHandler("onDownload")
|
|
116
116
|
},
|