@dartech/arsenal-ui 1.3.37 → 1.3.39
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/index.js +5 -3
- package/package.json +1 -1
package/index.js
CHANGED
@@ -3129,7 +3129,10 @@ const StepperView = ({
|
|
3129
3129
|
sx: {
|
3130
3130
|
marginLeft: 4
|
3131
3131
|
}
|
3132
|
-
})
|
3132
|
+
}),
|
3133
|
+
sx: {
|
3134
|
+
width: '100%'
|
3135
|
+
}
|
3133
3136
|
}, {
|
3134
3137
|
children: [data.filter(Boolean).map((item, index) => jsxs(Step, Object.assign({
|
3135
3138
|
expanded: true
|
@@ -3977,8 +3980,7 @@ const PropertyFiller = ({
|
|
3977
3980
|
hideErrorMessage: true
|
3978
3981
|
}), fillOption === 'json_notvalid' && jsx(JsonEditor$1, {
|
3979
3982
|
name: name,
|
3980
|
-
inputRef: ref
|
3981
|
-
useParsedValue: true
|
3983
|
+
inputRef: ref
|
3982
3984
|
}), fillOption === 'widget' && jsx(PropertyWidget, {
|
3983
3985
|
property: property,
|
3984
3986
|
name: name,
|