impaktapps-ui-builder 0.0.382-alpha.22 → 0.0.382-alpha.23
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/dist/impaktapps-ui-builder.es.js +1 -13
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +11 -11
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -14
package/package.json
CHANGED
|
@@ -84,6 +84,7 @@ const getArrayControl = (parentScope: string, childScope: string, childLabel?: s
|
|
|
84
84
|
},
|
|
85
85
|
},
|
|
86
86
|
},
|
|
87
|
+
EmptyBox,
|
|
87
88
|
EmptyBox
|
|
88
89
|
],
|
|
89
90
|
},
|
|
@@ -105,20 +106,6 @@ sizeHolder.options.detail.elements[1] = {
|
|
|
105
106
|
},
|
|
106
107
|
},
|
|
107
108
|
};
|
|
108
|
-
sizeHolder.options.detail.elements[2] = {
|
|
109
|
-
type: "Control",
|
|
110
|
-
scope: `#/properties/empty`,
|
|
111
|
-
|
|
112
|
-
options: {
|
|
113
|
-
widget: "EmptyBox",
|
|
114
|
-
},
|
|
115
|
-
config: {
|
|
116
|
-
layout: { xs: 0, sm: 4, md: 4, lg: 4 },
|
|
117
|
-
main: {
|
|
118
|
-
label: 'empty'
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
};
|
|
122
109
|
const getInputField = (scope: String, label: String) => {
|
|
123
110
|
return {
|
|
124
111
|
type: "Control",
|