impaktapps-ui-builder 1.0.67-alpha.7 → 1.0.67-alpha.8
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/dist/impaktapps-ui-builder.es.js +3 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +2 -5
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +2 -1
|
@@ -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
|
-
|
|
7396
|
+
startIcon: "Bin",
|
|
7396
7397
|
tooltipMessage: "Reject This Record",
|
|
7397
7398
|
onClick: "deletePopUpEvent",
|
|
7398
7399
|
name: "Delete",
|