impaktapps-ui-builder 0.0.101-alpha.34 → 0.0.101-alpha.36
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.
|
@@ -8428,6 +8428,7 @@ const sectionLabels = {
|
|
|
8428
8428
|
function refreshPage(type, store2) {
|
|
8429
8429
|
var _a, _b;
|
|
8430
8430
|
const UiSchema = _.cloneDeep(componentBasicUiSchema(store2.theme.myTheme));
|
|
8431
|
+
const currentConfig = buildConfig(store2.formData);
|
|
8431
8432
|
if (type) {
|
|
8432
8433
|
const sectionUiSchema = {
|
|
8433
8434
|
Core: CoreSection,
|
|
@@ -8450,7 +8451,8 @@ function refreshPage(type, store2) {
|
|
|
8450
8451
|
const currElemIndex = parseInt(currElemIndexWithBracket.slice(0, -1));
|
|
8451
8452
|
console.log(currObj);
|
|
8452
8453
|
return (_a2 = currObj == null ? void 0 : currObj["elements"]) == null ? void 0 : _a2[currElemIndex];
|
|
8453
|
-
},
|
|
8454
|
+
}, currentConfig);
|
|
8455
|
+
console.log("currentConfig", currentConfig);
|
|
8454
8456
|
console.log("parentObj", parentObj);
|
|
8455
8457
|
if (sessionStorage.getItem("copiedConfig")) {
|
|
8456
8458
|
this.ElementPathSetter(UiSchema);
|