impaktapps-ui-builder 1.0.63-alpha.3 → 1.0.63-alpha.5
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 -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/build/buildConfig.ts +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildHorizontalLayout.ts +0 -6
|
@@ -8334,7 +8334,7 @@ var buildConfig = (FormData) => {
|
|
|
8334
8334
|
};
|
|
8335
8335
|
const createLayoutFormat = (layout, type) => {
|
|
8336
8336
|
if (_.isEmpty(layout)) {
|
|
8337
|
-
const fullLayoutComponents = ["WrapperSection", "DataGrid", "LeaderBoard", "PopUp", "TextArea", "TreeMap", "Thought"];
|
|
8337
|
+
const fullLayoutComponents = ["WrapperSection", "DataGrid", "LeaderBoard", "PopUp", "TextArea", "TreeMap", "Thought", "HorizontalLayout"];
|
|
8338
8338
|
if (fullLayoutComponents.includes(type)) {
|
|
8339
8339
|
return { xs: 12, sm: 12, md: 12, lg: 12 };
|
|
8340
8340
|
} else if (type === "Graph") {
|