impaktapps-ui-builder 0.0.101-alpha.50 → 0.0.101-alpha.52
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 +4 -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/Component/schema.ts +3 -0
- package/src/impaktapps-ui-builder/builder/services/component.ts +1 -1
|
@@ -6564,6 +6564,9 @@ const ComponentSchema = {
|
|
|
6564
6564
|
{ title: "Info", const: "info" }
|
|
6565
6565
|
]
|
|
6566
6566
|
},
|
|
6567
|
+
pageName: {
|
|
6568
|
+
path: []
|
|
6569
|
+
},
|
|
6567
6570
|
name: {
|
|
6568
6571
|
type: "string"
|
|
6569
6572
|
},
|
|
@@ -8719,8 +8722,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8719
8722
|
return parentPath ? `${parentPath}.events[${rowId}]` : `events[${rowId}]`;
|
|
8720
8723
|
},
|
|
8721
8724
|
ElementPathSetter: function(uiSchema, copiedFormData) {
|
|
8722
|
-
|
|
8723
|
-
uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
|
|
8725
|
+
copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
8724
8726
|
}
|
|
8725
8727
|
};
|
|
8726
8728
|
};
|