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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.40",
3
+ "version": "0.0.101-alpha.41",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -88,13 +88,27 @@ export function refreshPage (type: string, store: any) {
88
88
 
89
89
  },
90
90
  },
91
+ };UiSchema.elements[0].elements[0].elements[5] =
92
+ {
93
+ type: "Control",
94
+ scope: "#/properties/filteringOptions",
95
+ options: {
96
+ widget: "SelectInputField",
97
+ },
98
+ config: {
99
+ layout: { xs: 6, sm: 6, md: 4, lg: 3 },
100
+ main: {
101
+ label: "Filter Mode",
102
+ multiple: true
103
+ },
104
+ },
91
105
  };
92
- UiSchema.elements[0].elements[0].elements[5] =
106
+ UiSchema.elements[0].elements[0].elements[6] =
93
107
  {
94
108
  type: "Control",
95
109
  scope: "#/properties/proc",
96
110
  config: {
97
- layout: { xs: 0, sm: 0, md: 8, lg: 0 },
111
+ layout: { xs: 6, sm: 6, md: 4, lg: 9 },
98
112
  },
99
113
  options: {
100
114
  widget: "EmptyBox",