@mcurros2/microm 1.1.29-0 → 1.1.31-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.d.ts.map +1 -1
- package/dist/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32878,22 +32878,25 @@ $parcel$export(module.exports, "DataGridColumnsMenu", function () { return $4147
|
|
|
32878
32878
|
function $4147ddc1926c6c51$export$72c73377cef8aa5(props) {
|
|
32879
32879
|
const { columns: columns, setOpened: setOpened, setColumns: setColumns } = props;
|
|
32880
32880
|
return (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Menu).Dropdown, {
|
|
32881
|
-
children:
|
|
32882
|
-
|
|
32883
|
-
|
|
32884
|
-
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
|
|
32888
|
-
|
|
32889
|
-
|
|
32890
|
-
|
|
32891
|
-
|
|
32892
|
-
|
|
32893
|
-
|
|
32894
|
-
|
|
32895
|
-
|
|
32896
|
-
|
|
32881
|
+
children: (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ScrollArea), {
|
|
32882
|
+
h: "20rem",
|
|
32883
|
+
children: columns === null || columns === void 0 ? void 0 : columns.map((column, index)=>{
|
|
32884
|
+
return (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Menu).Item, {
|
|
32885
|
+
icon: column.hidden ? (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$tablericonsreact.IconCircleDashedCheck), {
|
|
32886
|
+
size: "1rem"
|
|
32887
|
+
}) : (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$tablericonsreact.IconCircleCheck), {
|
|
32888
|
+
size: "1rem"
|
|
32889
|
+
}),
|
|
32890
|
+
onClick: ()=>{
|
|
32891
|
+
column.hidden = !column.hidden;
|
|
32892
|
+
setColumns([
|
|
32893
|
+
...columns
|
|
32894
|
+
]);
|
|
32895
|
+
setOpened(false);
|
|
32896
|
+
},
|
|
32897
|
+
children: column.text
|
|
32898
|
+
}, `gridColumnsMenu-${index}`);
|
|
32899
|
+
})
|
|
32897
32900
|
})
|
|
32898
32901
|
});
|
|
32899
32902
|
}
|
|
@@ -33120,10 +33123,7 @@ function $28e44954ec68cbea$export$b45b457b2c4e92a(props) {
|
|
|
33120
33123
|
})
|
|
33121
33124
|
})
|
|
33122
33125
|
}),
|
|
33123
|
-
|
|
33124
|
-
h: "10rem",
|
|
33125
|
-
children: configMenuDropdown
|
|
33126
|
-
})
|
|
33126
|
+
configMenuDropdown
|
|
33127
33127
|
]
|
|
33128
33128
|
})
|
|
33129
33129
|
]
|