impaktapps-ui-builder 1.0.67-alpha.7 → 1.0.67-alpha.9

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.
@@ -7379,7 +7379,8 @@ const EventSection = (theme) => {
7379
7379
  size: "small",
7380
7380
  startIcon: "EditIcon",
7381
7381
  tooltipMessage: "Edit This Record",
7382
- onClick: "eventEditHandler"
7382
+ onClick: "eventEditHandler",
7383
+ name: "Edit"
7383
7384
  }
7384
7385
  }
7385
7386
  },
@@ -7392,7 +7393,7 @@ const EventSection = (theme) => {
7392
7393
  },
7393
7394
  config: {
7394
7395
  main: {
7395
- icon: "Bin",
7396
+ startIcon: "Bin",
7396
7397
  tooltipMessage: "Reject This Record",
7397
7398
  onClick: "deletePopUpEvent",
7398
7399
  name: "Delete",
@@ -9144,7 +9145,7 @@ const EventUiSchema = (theme) => {
9144
9145
  type: "Control",
9145
9146
  scope: "#/properties/RejectButton",
9146
9147
  options: {
9147
- widget: "IconButton"
9148
+ widget: "Button"
9148
9149
  },
9149
9150
  config: {
9150
9151
  main: {