impaktapps-ui-builder 0.0.101-alpha.40 → 0.0.101-alpha.41

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.
@@ -8469,10 +8469,24 @@ function refreshPage(type, store2) {
8469
8469
  }
8470
8470
  };
8471
8471
  UiSchema.elements[0].elements[0].elements[5] = {
8472
+ type: "Control",
8473
+ scope: "#/properties/filteringOptions",
8474
+ options: {
8475
+ widget: "SelectInputField"
8476
+ },
8477
+ config: {
8478
+ layout: { xs: 6, sm: 6, md: 4, lg: 3 },
8479
+ main: {
8480
+ label: "Filter Mode",
8481
+ multiple: true
8482
+ }
8483
+ }
8484
+ };
8485
+ UiSchema.elements[0].elements[0].elements[6] = {
8472
8486
  type: "Control",
8473
8487
  scope: "#/properties/proc",
8474
8488
  config: {
8475
- layout: { xs: 0, sm: 0, md: 8, lg: 0 }
8489
+ layout: { xs: 6, sm: 6, md: 4, lg: 9 }
8476
8490
  },
8477
8491
  options: {
8478
8492
  widget: "EmptyBox"