impaktapps-ui-builder 0.0.412-mtreemap.10 → 0.0.412-mtreemap.12
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 +4 -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/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +2 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.ts +1 -0
|
@@ -6829,6 +6829,7 @@ const getArrayControl = (parentScope, childScope, childLabel) => {
|
|
|
6829
6829
|
}
|
|
6830
6830
|
}
|
|
6831
6831
|
},
|
|
6832
|
+
emptyBox,
|
|
6832
6833
|
emptyBox
|
|
6833
6834
|
]
|
|
6834
6835
|
}
|
|
@@ -6849,6 +6850,7 @@ sizeHolder.options.detail.elements[1] = {
|
|
|
6849
6850
|
}
|
|
6850
6851
|
}
|
|
6851
6852
|
};
|
|
6853
|
+
sizeHolder.options.detail.elements[2] = emptyBox;
|
|
6852
6854
|
const getInputField = (scope, label) => {
|
|
6853
6855
|
return {
|
|
6854
6856
|
type: "Control",
|
|
@@ -9701,6 +9703,7 @@ const buildTabSection = (config, componentScope) => {
|
|
|
9701
9703
|
var WrapperSection = {
|
|
9702
9704
|
type: "WrapperLayout",
|
|
9703
9705
|
config: {
|
|
9706
|
+
layout: 12,
|
|
9704
9707
|
main: {
|
|
9705
9708
|
rowSpacing: 3,
|
|
9706
9709
|
divider: true,
|
|
@@ -10353,7 +10356,7 @@ const buildBasicUiSchema = (config) => {
|
|
|
10353
10356
|
pageName: config.name,
|
|
10354
10357
|
name: config.name,
|
|
10355
10358
|
accessorKey: config.name,
|
|
10356
|
-
|
|
10359
|
+
heading: config.label || config.name,
|
|
10357
10360
|
"elements": []
|
|
10358
10361
|
};
|
|
10359
10362
|
};
|