dynamic-mui 1.0.74 → 1.0.75
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.
|
@@ -125,7 +125,7 @@ function FormGenerator(_ref) {
|
|
|
125
125
|
const {
|
|
126
126
|
options = {}
|
|
127
127
|
} = configObj;
|
|
128
|
-
return /*#__PURE__*/_react.default.createElement(_material.
|
|
128
|
+
return /*#__PURE__*/_react.default.createElement(_material.Grid, _extends({
|
|
129
129
|
key: (0, _helper.generateKey)('layout-comp', index),
|
|
130
130
|
item: true,
|
|
131
131
|
style: style
|
|
@@ -144,7 +144,7 @@ function FormGenerator(_ref) {
|
|
|
144
144
|
patch: patch
|
|
145
145
|
}));
|
|
146
146
|
};
|
|
147
|
-
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_material.
|
|
147
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_material.Grid, _extends({
|
|
148
148
|
key: (0, _helper.generateKey)('layout-grid'),
|
|
149
149
|
container: true
|
|
150
150
|
}, MuiGridAttributes), layout.wrows.map((row, rowIndex) => /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
|
|
@@ -35,7 +35,8 @@ const mui = exports.mui = [{
|
|
|
35
35
|
props: {
|
|
36
36
|
id: 'servicetype',
|
|
37
37
|
MuiAttributes: {
|
|
38
|
-
required: true
|
|
38
|
+
required: true,
|
|
39
|
+
fullWidth: true
|
|
39
40
|
},
|
|
40
41
|
options: [{
|
|
41
42
|
value: 'New Installation',
|
|
@@ -175,7 +176,9 @@ const mui = exports.mui = [{
|
|
|
175
176
|
type: 'textfield',
|
|
176
177
|
props: {
|
|
177
178
|
id: 'cost',
|
|
178
|
-
MuiAttributes: {
|
|
179
|
+
MuiAttributes: {
|
|
180
|
+
fullWidth: true
|
|
181
|
+
}
|
|
179
182
|
}
|
|
180
183
|
}]
|
|
181
184
|
}, {
|
|
@@ -186,6 +189,7 @@ const mui = exports.mui = [{
|
|
|
186
189
|
props: {
|
|
187
190
|
id: 'description',
|
|
188
191
|
MuiAttributes: {
|
|
192
|
+
fullWidth: true,
|
|
189
193
|
multiline: true,
|
|
190
194
|
rows: 3
|
|
191
195
|
}
|