impaktapps-ui-builder 1.0.242 → 1.0.243

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.
@@ -9447,6 +9447,7 @@ const EventSchema = {
9447
9447
  { title: "Row Movement", const: "onRowMovement" },
9448
9448
  { title: "Download", const: "onDownload" },
9449
9449
  { title: "Fail", const: "Fail" },
9450
+ { title: "onClose", const: "onClose" },
9450
9451
  { title: "Key Down", const: "onKeyDown" },
9451
9452
  { title: "Set Style", const: "setStyle" }
9452
9453
  ]
@@ -12721,7 +12722,7 @@ const PopUP = {
12721
12722
  },
12722
12723
  main: {
12723
12724
  label: "PopUp",
12724
- onClick: "onClick",
12725
+ onClose: "onClose",
12725
12726
  fullScreen: false,
12726
12727
  fullWidth: false,
12727
12728
  maxWidth: false,