impaktapps-ui-builder 0.0.382-alpha.200 → 0.0.382-alpha.201
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 -3
- 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/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +3 -3
- package/src/impaktapps-ui-builder/builder/services/component.ts +6 -0
|
@@ -246,7 +246,7 @@ const PageMasterUiSchema = {
|
|
|
246
246
|
main: {
|
|
247
247
|
icon: "RejectIcon",
|
|
248
248
|
color: "error",
|
|
249
|
-
onClick: "
|
|
249
|
+
onClick: "deletePopUp",
|
|
250
250
|
tooltipMessage: "Reject This Record"
|
|
251
251
|
}
|
|
252
252
|
}
|
|
@@ -421,7 +421,7 @@ const PageMasterUiSchema = {
|
|
|
421
421
|
variant: "contained",
|
|
422
422
|
color: "info",
|
|
423
423
|
type: "text",
|
|
424
|
-
onClick: "
|
|
424
|
+
onClick: "Delete_Components",
|
|
425
425
|
size: "small"
|
|
426
426
|
},
|
|
427
427
|
style: {
|
|
@@ -444,7 +444,7 @@ const PageMasterUiSchema = {
|
|
|
444
444
|
variant: "contained",
|
|
445
445
|
color: "info",
|
|
446
446
|
type: "text",
|
|
447
|
-
onClick: "
|
|
447
|
+
onClick: "Delete_Components",
|
|
448
448
|
size: "small"
|
|
449
449
|
},
|
|
450
450
|
style: {
|