@mcurros2/microm 1.1.33-0 → 1.1.35-0
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/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32889,7 +32889,7 @@ function $4147ddc1926c6c51$export$72c73377cef8aa5(props) {
|
|
|
32889
32889
|
}) : (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$tablericonsreact.IconCircleCheck), {
|
|
32890
32890
|
size: "1rem"
|
|
32891
32891
|
}),
|
|
32892
|
-
onClick: ()=>{
|
|
32892
|
+
onClick: (e)=>{
|
|
32893
32893
|
column.hidden = !column.hidden;
|
|
32894
32894
|
setColumns([
|
|
32895
32895
|
...columns
|
|
@@ -33111,6 +33111,7 @@ function $28e44954ec68cbea$export$b45b457b2c4e92a(props) {
|
|
|
33111
33111
|
opened: configMenuOpened,
|
|
33112
33112
|
onChange: setConfigMenuOpened,
|
|
33113
33113
|
withinPortal: true,
|
|
33114
|
+
closeOnItemClick: false,
|
|
33114
33115
|
children: [
|
|
33115
33116
|
(0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Menu).Target, {
|
|
33116
33117
|
children: (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ActionIcon), {
|