impaktapps-ui-builder 1.0.131-alpha.2 → 1.0.131-alpha.3
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.
|
@@ -8689,21 +8689,19 @@ function refreshPage(type, store2) {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
}
|
|
8691
8691
|
};
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8702
|
-
label: "Date Time Format"
|
|
8703
|
-
}
|
|
8692
|
+
UiSchema.elements[0].elements[0].elements[10] = {
|
|
8693
|
+
type: "Control",
|
|
8694
|
+
scope: "#/properties/dateFormat",
|
|
8695
|
+
options: {
|
|
8696
|
+
widget: "SelectInputField"
|
|
8697
|
+
},
|
|
8698
|
+
config: {
|
|
8699
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 3 },
|
|
8700
|
+
main: {
|
|
8701
|
+
label: "Date Time Format"
|
|
8704
8702
|
}
|
|
8705
|
-
}
|
|
8706
|
-
}
|
|
8703
|
+
}
|
|
8704
|
+
};
|
|
8707
8705
|
}
|
|
8708
8706
|
if (sessionStorage.getItem("copiedConfig")) {
|
|
8709
8707
|
this.ElementPathSetter(UiSchema);
|