impaktapps-ui-builder 0.0.101-alpha.45 → 0.0.101-alpha.47
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.
|
@@ -8444,9 +8444,6 @@ function refreshPage(type, store2) {
|
|
|
8444
8444
|
const lastDotIndex = path.lastIndexOf(".");
|
|
8445
8445
|
const parentPath = path.slice(0, lastDotIndex);
|
|
8446
8446
|
const parentObj = _.get(currentConfig, parentPath);
|
|
8447
|
-
console.log("currentConfig", currentConfig);
|
|
8448
|
-
console.log("path", path);
|
|
8449
|
-
console.log("parentObj", parentObj);
|
|
8450
8447
|
if ((parentObj == null ? void 0 : parentObj.type) === "Table") {
|
|
8451
8448
|
UiSchema.elements[0].elements[0].elements[4] = {
|
|
8452
8449
|
type: "Control",
|
|
@@ -8476,10 +8473,24 @@ function refreshPage(type, store2) {
|
|
|
8476
8473
|
}
|
|
8477
8474
|
};
|
|
8478
8475
|
UiSchema.elements[0].elements[0].elements[6] = {
|
|
8476
|
+
type: "Control",
|
|
8477
|
+
scope: "#/properties/enableFilter",
|
|
8478
|
+
options: {
|
|
8479
|
+
widget: "RadioInputField"
|
|
8480
|
+
},
|
|
8481
|
+
config: {
|
|
8482
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 3 },
|
|
8483
|
+
main: {
|
|
8484
|
+
label: "Enable Filter",
|
|
8485
|
+
options: ["YES", "NO"],
|
|
8486
|
+
errorMessage: "Active is not marked YES or NO"
|
|
8487
|
+
}
|
|
8488
|
+
}
|
|
8489
|
+
}, UiSchema.elements[0].elements[0].elements[7] = {
|
|
8479
8490
|
type: "Control",
|
|
8480
8491
|
scope: "#/properties/proc",
|
|
8481
8492
|
config: {
|
|
8482
|
-
layout: { xs:
|
|
8493
|
+
layout: { xs: 0, sm: 0, md: 0, lg: 6 }
|
|
8483
8494
|
},
|
|
8484
8495
|
options: {
|
|
8485
8496
|
widget: "EmptyBox"
|