@mcurros2/microm 1.1.367-0 → 1.1.368-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 CHANGED
@@ -37916,8 +37916,8 @@ function $8e67432a124f4bfb$export$f77741f33c48605(props, stateProps) {
37916
37916
  const selection = (0, $b4te3$react.useRef)([]);
37917
37917
  const selectionKeys = (0, $b4te3$react.useRef)([]);
37918
37918
  const [selectedRowsCount, setSelectedRowsCount] = (0, $b4te3$react.useState)(0);
37919
- const [toggleSelectable, setToggleSelectable] = (0, $b4te3$react.useState)(false);
37920
- const [isLoading, setIsLoading] = (0, $b4te3$react.useState)(initialSelectRowsToggle ?? false);
37919
+ const [toggleSelectable, setToggleSelectable] = (0, $b4te3$react.useState)(initialSelectRowsToggle ?? false);
37920
+ const [isLoading, setIsLoading] = (0, $b4te3$react.useState)(false);
37921
37921
  const [columns, setColumns] = (0, $b4te3$react.useState)();
37922
37922
  const [rows, setRows] = (0, $b4te3$react.useState)();
37923
37923
  const internalRefresh = (0, $b4te3$react.useCallback)(()=>{