impaktapps-ui-builder 0.0.382-alpha.4 → 0.0.382-alpha.6
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 +2 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +2 -1
|
@@ -6234,11 +6234,12 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6234
6234
|
}
|
|
6235
6235
|
},
|
|
6236
6236
|
{
|
|
6237
|
-
type: "
|
|
6237
|
+
type: "Control",
|
|
6238
6238
|
scope: "#/properties/layout",
|
|
6239
6239
|
layout: 12,
|
|
6240
6240
|
options: {
|
|
6241
6241
|
detail: {
|
|
6242
|
+
type: "HorizontalLayout",
|
|
6242
6243
|
elements: [
|
|
6243
6244
|
{
|
|
6244
6245
|
type: "Control",
|