@evergis/uilib-gl 1.0.127 → 1.0.128
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/uilib-gl.esm.js +3 -0
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/uilib-gl.esm.js
CHANGED
|
@@ -21573,6 +21573,9 @@ const ButtonsGroupComponent = _ref => {
|
|
|
21573
21573
|
marginLeft: "0.5rem"
|
|
21574
21574
|
}
|
|
21575
21575
|
}, item.text || item.label)) : item.text || item.label)) : children, [children, isSelected, onClickButton, options, separated]);
|
|
21576
|
+
useEffect(() => {
|
|
21577
|
+
setSelected(selectedProp);
|
|
21578
|
+
}, [selectedProp]);
|
|
21576
21579
|
return React.createElement(FlexWithMargin, {
|
|
21577
21580
|
column: false,
|
|
21578
21581
|
separated: separated,
|