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/dist/impaktapps-ui-builder.es.js +2 -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/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +2 -2
|
@@ -246,7 +246,7 @@ const PageMasterUiSchema = {
|
|
|
246
246
|
main: {
|
|
247
247
|
icon: "RejectIcon",
|
|
248
248
|
color: "error",
|
|
249
|
-
onClick: "
|
|
249
|
+
onClick: "deletePopUpComponent",
|
|
250
250
|
tooltipMessage: "Reject This Record"
|
|
251
251
|
}
|
|
252
252
|
}
|
|
@@ -258,7 +258,7 @@ const PageMasterUiSchema = {
|
|
|
258
258
|
type: "Control",
|
|
259
259
|
scope: "#/properties/popUpComponent",
|
|
260
260
|
options: {
|
|
261
|
-
widget: "
|
|
261
|
+
widget: "PopUp"
|
|
262
262
|
},
|
|
263
263
|
config: {
|
|
264
264
|
layout: {
|