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