impaktapps-ui-builder 0.0.101-alpha.20 → 0.0.101-alpha.21
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 -2
- 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/apiSection.d.ts +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
- package/src/impaktapps-ui-builder/builder/services/event.ts +1 -1
|
@@ -7580,7 +7580,7 @@ const getTextArea = (scope, heading, hideButton, layout) => {
|
|
|
7580
7580
|
"& .MuiFormLabel-root:not(.MuiInputLabel-shrink)": {}
|
|
7581
7581
|
},
|
|
7582
7582
|
main: {
|
|
7583
|
-
heading,
|
|
7583
|
+
label: heading,
|
|
7584
7584
|
minRows: 8,
|
|
7585
7585
|
hideButton,
|
|
7586
7586
|
enableCodeEditor: true
|
|
@@ -9580,7 +9580,7 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
|
|
|
9580
9580
|
widget: "EmptyBox"
|
|
9581
9581
|
},
|
|
9582
9582
|
config: {
|
|
9583
|
-
layout: { xs:
|
|
9583
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 },
|
|
9584
9584
|
main: {},
|
|
9585
9585
|
style: {}
|
|
9586
9586
|
}
|