authscape 1.0.346 → 1.0.348
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
CHANGED
|
@@ -2968,7 +2968,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
2968
2968
|
Object.defineProperty(exports, "__esModule", {
|
|
2969
2969
|
value: true
|
|
2970
2970
|
});
|
|
2971
|
-
exports
|
|
2971
|
+
exports.SpreadsheetViewer = SpreadsheetViewer;
|
|
2972
2972
|
var _material = require("@mui/material");
|
|
2973
2973
|
var _react = _interopRequireWildcard(require("react"));
|
|
2974
2974
|
var _reactgrid = require("@silevis/reactgrid");
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@ import Avatar from '@mui/material/Avatar';
|
|
|
8
8
|
import Stack from '@mui/material/Stack';
|
|
9
9
|
import Tooltip from '@mui/material/Tooltip';
|
|
10
10
|
|
|
11
|
-
export
|
|
11
|
+
export function SpreadsheetViewer({loadedUser, currentUser, documentId, url, sx, onFocusLocationChanged = null, onChange = null, hubUrl = null}) {
|
|
12
12
|
|
|
13
13
|
const [data, setData] = useState(null);
|
|
14
14
|
const [rows, setRows] = useState(null);
|