impaktapps-ui-builder 0.0.412-mtreemap.12 → 0.0.412-mtreemap.13
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 +5 -6
- 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/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +0 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildConfig.ts +5 -5
- package/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.ts +0 -1
|
@@ -7392,15 +7392,15 @@ var buildConfig = (FormData) => {
|
|
|
7392
7392
|
const createLayoutFormat = (config) => {
|
|
7393
7393
|
if (_.isEmpty(config)) {
|
|
7394
7394
|
return {
|
|
7395
|
-
xs:
|
|
7396
|
-
sm:
|
|
7397
|
-
md:
|
|
7398
|
-
lg:
|
|
7395
|
+
xs: 12,
|
|
7396
|
+
sm: 12,
|
|
7397
|
+
md: 12,
|
|
7398
|
+
lg: 12
|
|
7399
7399
|
};
|
|
7400
7400
|
}
|
|
7401
7401
|
let data = {};
|
|
7402
7402
|
config.map((e) => {
|
|
7403
|
-
data[e.key || "xs"] = +e.value ||
|
|
7403
|
+
data[e.key || "xs"] = +e.value || 12;
|
|
7404
7404
|
});
|
|
7405
7405
|
return data;
|
|
7406
7406
|
};
|
|
@@ -9703,7 +9703,6 @@ const buildTabSection = (config, componentScope) => {
|
|
|
9703
9703
|
var WrapperSection = {
|
|
9704
9704
|
type: "WrapperLayout",
|
|
9705
9705
|
config: {
|
|
9706
|
-
layout: 12,
|
|
9707
9706
|
main: {
|
|
9708
9707
|
rowSpacing: 3,
|
|
9709
9708
|
divider: true,
|