impaktapps-ui-builder 0.0.382-alpha.205 → 0.0.382-alpha.207

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.205",
3
+ "version": "0.0.382-alpha.207",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -217,7 +217,7 @@ export const PageMasterUiSchema: any = {
217
217
  main: {
218
218
  icon: "RejectIcon",
219
219
  color: "error",
220
- onClick: "popUpComponent",
220
+ onClick: "deletePopUpComponent",
221
221
  tooltipMessage: "Reject This Record",
222
222
  },
223
223
  },
@@ -229,7 +229,7 @@ export const PageMasterUiSchema: any = {
229
229
  type: "Control",
230
230
  scope: "#/properties/popUpComponent",
231
231
  options:{
232
- widget: "popUp"
232
+ widget: "PopUp"
233
233
  },
234
234
  config:{
235
235
  layout: {