impaktapps-ui-builder 0.0.382-alpha.313 → 0.0.382-alpha.314
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 +7 -7
- 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 +149 -63
- package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +1 -0
|
@@ -391,7 +391,7 @@ const PageMasterUiSchema = {
|
|
|
391
391
|
},
|
|
392
392
|
main: {}
|
|
393
393
|
},
|
|
394
|
-
|
|
394
|
+
elements: [
|
|
395
395
|
{
|
|
396
396
|
type: "Control",
|
|
397
397
|
scope: "#/properties/label",
|
|
@@ -447,7 +447,7 @@ const PageMasterUiSchema = {
|
|
|
447
447
|
config: {
|
|
448
448
|
layout: 3,
|
|
449
449
|
main: {
|
|
450
|
-
name: "
|
|
450
|
+
name: "No",
|
|
451
451
|
startIcon: "ApproveIcon",
|
|
452
452
|
variant: "contained",
|
|
453
453
|
color: "info",
|
|
@@ -7996,6 +7996,7 @@ var pageMaster = (funcParams) => {
|
|
|
7996
7996
|
store2.updateDialog("popUpPageMasterEvent");
|
|
7997
7997
|
},
|
|
7998
7998
|
deletePopUpComponent: function() {
|
|
7999
|
+
dynamicData2.path.split(".")[1];
|
|
7999
8000
|
store2.updateDialog("popUpPageMasterComponent");
|
|
8000
8001
|
},
|
|
8001
8002
|
deletePopUpEvent: function() {
|