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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.382-alpha.327",
3
+ "version": "0.0.382-alpha.328",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -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
- handleButtonClick();
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
  },