mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
update dtable version
This commit is contained in:
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@@ -184,9 +184,9 @@
|
||||
}
|
||||
},
|
||||
"@seafile/dtable": {
|
||||
"version": "0.0.82",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.82.tgz",
|
||||
"integrity": "sha512-fRyOyVT9i6cBatPCHw3QmF0w42Y8CcE9jo1OfDg9iP5WmKRMVrPAppksoyu2aPBb9UmeUtk5Lp6EQ64k756eZA==",
|
||||
"version": "0.0.83",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.83.tgz",
|
||||
"integrity": "sha512-IP8no7cG3YfHml6PLpEcDAr0WFxQWMioRam0wmVY7iZAs/GV+joOa3wgMCJwH7JhJt9C0+Nn/oya7KjbXHdIPg==",
|
||||
"requires": {
|
||||
"@babel/plugin-proposal-export-default-from": "^7.5.2",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@reach/router": "^1.2.0",
|
||||
"@seafile/dtable": "0.0.82",
|
||||
"@seafile/dtable": "0.0.83",
|
||||
"@seafile/resumablejs": "^1.1.9",
|
||||
"@seafile/seafile-editor": "^0.2.57",
|
||||
"MD5": "^1.3.0",
|
||||
|
@@ -4,7 +4,7 @@ import { seafileAPI } from './utils/seafile-api';
|
||||
import ViewFileDtable from '@seafile/dtable/es';
|
||||
import './css/view-file-dtable.css';
|
||||
|
||||
const { server, workspaceID, username, userNickName, contactEmail, fileName, filePath, dtableUuid, dtableServer } = window.app.pageOptions;
|
||||
const { server, workspaceID, username, userNickName, contactEmail, fileName, filePath, dtableUuid, dtableServer, dtableSocket } = window.app.pageOptions;
|
||||
window.dtable = {};
|
||||
window.dtable = {
|
||||
workspaceID: workspaceID,
|
||||
@@ -13,6 +13,7 @@ window.dtable = {
|
||||
contactEmail: contactEmail,
|
||||
server: server,
|
||||
dtableServer: dtableServer,
|
||||
dtableSocket: dtableSocket,
|
||||
filePath: filePath,
|
||||
fileName: fileName,
|
||||
dtableUuid: dtableUuid,
|
||||
|
Reference in New Issue
Block a user