@univerjs/preset-sheets-collaboration 0.5.1-nightly.202412041606 → 0.5.1-nightly.202412271606
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/lib/cjs/index.js +1 -1
- package/lib/cjs/locales/en-US.js +1 -1
- package/lib/cjs/locales/fa-IR.js +1 -1
- package/lib/cjs/locales/fr-FR.js +1 -1
- package/lib/cjs/locales/ru-RU.js +1 -1
- package/lib/cjs/locales/vi-VN.js +1 -1
- package/lib/cjs/locales/zh-CN.js +1 -1
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/es/index.js +16 -10
- package/lib/es/locales/en-US.js +7 -5
- package/lib/es/locales/fa-IR.js +4 -2
- package/lib/es/locales/fr-FR.js +2 -0
- package/lib/es/locales/ru-RU.js +2 -0
- package/lib/es/locales/vi-VN.js +2 -0
- package/lib/es/locales/zh-CN.js +2 -0
- package/lib/es/locales/zh-TW.js +2 -0
- package/lib/index.css +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/umd.d.ts +1 -1
- package/lib/umd/index.js +18 -6
- package/lib/umd/locales/en-US.js +6 -3
- package/lib/umd/locales/fa-IR.js +6 -3
- package/lib/umd/locales/fr-FR.js +6 -3
- package/lib/umd/locales/ru-RU.js +6 -3
- package/lib/umd/locales/vi-VN.js +6 -3
- package/lib/umd/locales/zh-CN.js +6 -3
- package/lib/umd/locales/zh-TW.js +6 -3
- package/package.json +10 -8
package/lib/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@univerjs-pro/collaboration"),i=require("@univerjs-pro/collaboration-client"),n=require("@univerjs-pro/collaboration-client-ui"),l=require("@univerjs-pro/edit-history-loader");function s(e){const t=new URL(e,window.location.origin);switch(t.protocol){case"https:":t.protocol="wss:";break;case"http:":t.protocol="ws:";break}return t.toString()}function c(e={}){const{universerEndpoint:t,univerContainerId:a}=e,r=t!=null?t:`${window.location.protocol}//${window.location.host}`;return{plugins:[o.UniverCollaborationPlugin,[i.UniverCollaborationClientPlugin,{enableOfflineEditing:!0,enableSingleActiveInstanceLock:!0,enableAuthServer:!0,authzUrl:`${r}/universer-api/authz`,snapshotServerUrl:`${r}/universer-api/snapshot`,collabSubmitChangesetUrl:`${r}/universer-api/comb`,collabWebSocketUrl:s(`${r}/universer-api/comb/connect`),loginUrlKey:`${r}/universer-api/oidc/authpage`,uploadFileServerUrl:`${r}/universer-api/stream/file/upload`,signUrlServerUrl:`${r}/universer-api/file/{fileID}/sign-url`,downloadEndpointUrl:`${r}/`,wsSessionTicketUrl:`${r}/universer-api/user/session-ticket`,sendChangesetTimeout:200}],[n.UniverCollaborationClientUIPlugin,{}],[l.UniverEditHistoryLoaderPlugin,{univerContainerId:a,historyListServerUrl:`${r}/universer-api/history`}]]}}exports.UniverSheetsCollaborationPreset=c;Object.keys(o).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>o[e]})});Object.keys(i).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>i[e]})});Object.keys(n).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>n[e]})});Object.keys(l).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>l[e]})});
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/en-US"),o=require("@univerjs-pro/edit-history-viewer/locale/en-US"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/en-US"),i=require("@univerjs-pro/collaboration-client-ui/locale/en-US"),o=require("@univerjs-pro/edit-history-viewer/locale/en-US"),t=e.Tools.deepMerge({},r,i,o);module.exports=t;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/fa-IR"),o=require("@univerjs-pro/edit-history-viewer/locale/fa-IR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/fa-IR"),i=require("@univerjs-pro/collaboration-client-ui/locale/fa-IR"),o=require("@univerjs-pro/edit-history-viewer/locale/fa-IR"),t=e.Tools.deepMerge({},r,i,o);module.exports=t;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/fr-FR"),o=require("@univerjs-pro/edit-history-viewer/locale/fr-FR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/fr-FR"),i=require("@univerjs-pro/collaboration-client-ui/locale/fr-FR"),o=require("@univerjs-pro/edit-history-viewer/locale/fr-FR"),t=e.Tools.deepMerge({},r,i,o);module.exports=t;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/ru-RU"),o=require("@univerjs-pro/edit-history-viewer/locale/ru-RU"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/ru-RU"),i=require("@univerjs-pro/collaboration-client-ui/locale/ru-RU"),o=require("@univerjs-pro/edit-history-viewer/locale/ru-RU"),t=e.Tools.deepMerge({},r,i,o);module.exports=t;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/vi-VN"),i=require("@univerjs-pro/edit-history-viewer/locale/vi-VN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/vi-VN"),i=require("@univerjs-pro/collaboration-client-ui/locale/vi-VN"),o=require("@univerjs-pro/edit-history-viewer/locale/vi-VN"),t=e.Tools.deepMerge({},r,i,o);module.exports=t;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/zh-CN"),o=require("@univerjs-pro/edit-history-viewer/locale/zh-CN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/zh-CN"),i=require("@univerjs-pro/collaboration-client-ui/locale/zh-CN"),o=require("@univerjs-pro/edit-history-viewer/locale/zh-CN"),t=e.Tools.deepMerge({},r,i,o);module.exports=t;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/zh-TW"),o=require("@univerjs-pro/edit-history-viewer/locale/zh-TW"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs-pro/collaboration-client/locale/zh-TW"),i=require("@univerjs-pro/collaboration-client-ui/locale/zh-TW"),o=require("@univerjs-pro/edit-history-viewer/locale/zh-TW"),t=e.Tools.deepMerge({},r,i,o);module.exports=t;
|
package/lib/es/index.js
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import { UniverCollaborationPlugin as
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { UniverCollaborationPlugin as t } from "@univerjs-pro/collaboration";
|
|
2
|
+
export * from "@univerjs-pro/collaboration";
|
|
3
|
+
import { UniverCollaborationClientPlugin as n } from "@univerjs-pro/collaboration-client";
|
|
4
|
+
export * from "@univerjs-pro/collaboration-client";
|
|
5
|
+
import { UniverCollaborationClientUIPlugin as l } from "@univerjs-pro/collaboration-client-ui";
|
|
6
|
+
export * from "@univerjs-pro/collaboration-client-ui";
|
|
7
|
+
import { UniverEditHistoryLoaderPlugin as s } from "@univerjs-pro/edit-history-loader";
|
|
8
|
+
export * from "@univerjs-pro/edit-history-loader";
|
|
9
|
+
function a(o) {
|
|
5
10
|
const e = new URL(o, window.location.origin);
|
|
6
11
|
switch (e.protocol) {
|
|
7
12
|
case "https:":
|
|
@@ -13,19 +18,19 @@ function s(o) {
|
|
|
13
18
|
}
|
|
14
19
|
return e.toString();
|
|
15
20
|
}
|
|
16
|
-
function
|
|
21
|
+
function U(o = {}) {
|
|
17
22
|
const { universerEndpoint: e, univerContainerId: i } = o, r = e != null ? e : `${window.location.protocol}//${window.location.host}`;
|
|
18
23
|
return {
|
|
19
24
|
plugins: [
|
|
20
|
-
|
|
21
|
-
[
|
|
25
|
+
t,
|
|
26
|
+
[n, {
|
|
22
27
|
enableOfflineEditing: !0,
|
|
23
28
|
enableSingleActiveInstanceLock: !0,
|
|
24
29
|
enableAuthServer: !0,
|
|
25
30
|
authzUrl: `${r}/universer-api/authz`,
|
|
26
31
|
snapshotServerUrl: `${r}/universer-api/snapshot`,
|
|
27
32
|
collabSubmitChangesetUrl: `${r}/universer-api/comb`,
|
|
28
|
-
collabWebSocketUrl:
|
|
33
|
+
collabWebSocketUrl: a(`${r}/universer-api/comb/connect`),
|
|
29
34
|
loginUrlKey: `${r}/universer-api/oidc/authpage`,
|
|
30
35
|
uploadFileServerUrl: `${r}/universer-api/stream/file/upload`,
|
|
31
36
|
signUrlServerUrl: `${r}/universer-api/file/{fileID}/sign-url`,
|
|
@@ -33,7 +38,8 @@ function p(o = {}) {
|
|
|
33
38
|
wsSessionTicketUrl: `${r}/universer-api/user/session-ticket`,
|
|
34
39
|
sendChangesetTimeout: 200
|
|
35
40
|
}],
|
|
36
|
-
[l, {
|
|
41
|
+
[l, {}],
|
|
42
|
+
[s, {
|
|
37
43
|
univerContainerId: i,
|
|
38
44
|
historyListServerUrl: `${r}/universer-api/history`
|
|
39
45
|
}]
|
|
@@ -41,5 +47,5 @@ function p(o = {}) {
|
|
|
41
47
|
};
|
|
42
48
|
}
|
|
43
49
|
export {
|
|
44
|
-
|
|
50
|
+
U as UniverSheetsCollaborationPreset
|
|
45
51
|
};
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { Tools as o } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs-pro/collaboration-client/locale/en-US";
|
|
3
|
+
import e from "@univerjs-pro/collaboration-client-ui/locale/en-US";
|
|
4
|
+
import i from "@univerjs-pro/edit-history-viewer/locale/en-US";
|
|
5
|
+
const s = o.deepMerge(
|
|
5
6
|
{},
|
|
7
|
+
r,
|
|
6
8
|
e,
|
|
7
|
-
|
|
9
|
+
i
|
|
8
10
|
);
|
|
9
11
|
export {
|
|
10
|
-
|
|
12
|
+
s as default
|
|
11
13
|
};
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { Tools as o } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/collaboration-client/locale/fa-IR";
|
|
3
|
+
import i from "@univerjs-pro/collaboration-client-ui/locale/fa-IR";
|
|
3
4
|
import e from "@univerjs-pro/edit-history-viewer/locale/fa-IR";
|
|
4
|
-
const
|
|
5
|
+
const a = o.deepMerge(
|
|
5
6
|
{},
|
|
6
7
|
r,
|
|
8
|
+
i,
|
|
7
9
|
e
|
|
8
10
|
);
|
|
9
11
|
export {
|
|
10
|
-
|
|
12
|
+
a as default
|
|
11
13
|
};
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Tools as o } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/collaboration-client/locale/fr-FR";
|
|
3
|
+
import i from "@univerjs-pro/collaboration-client-ui/locale/fr-FR";
|
|
3
4
|
import e from "@univerjs-pro/edit-history-viewer/locale/fr-FR";
|
|
4
5
|
const s = o.deepMerge(
|
|
5
6
|
{},
|
|
6
7
|
r,
|
|
8
|
+
i,
|
|
7
9
|
e
|
|
8
10
|
);
|
|
9
11
|
export {
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Tools as o } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/collaboration-client/locale/ru-RU";
|
|
3
|
+
import i from "@univerjs-pro/collaboration-client-ui/locale/ru-RU";
|
|
3
4
|
import e from "@univerjs-pro/edit-history-viewer/locale/ru-RU";
|
|
4
5
|
const s = o.deepMerge(
|
|
5
6
|
{},
|
|
6
7
|
r,
|
|
8
|
+
i,
|
|
7
9
|
e
|
|
8
10
|
);
|
|
9
11
|
export {
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Tools as o } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/collaboration-client/locale/vi-VN";
|
|
3
|
+
import i from "@univerjs-pro/collaboration-client-ui/locale/vi-VN";
|
|
3
4
|
import e from "@univerjs-pro/edit-history-viewer/locale/vi-VN";
|
|
4
5
|
const s = o.deepMerge(
|
|
5
6
|
{},
|
|
6
7
|
r,
|
|
8
|
+
i,
|
|
7
9
|
e
|
|
8
10
|
);
|
|
9
11
|
export {
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Tools as o } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/collaboration-client/locale/zh-CN";
|
|
3
|
+
import i from "@univerjs-pro/collaboration-client-ui/locale/zh-CN";
|
|
3
4
|
import e from "@univerjs-pro/edit-history-viewer/locale/zh-CN";
|
|
4
5
|
const s = o.deepMerge(
|
|
5
6
|
{},
|
|
6
7
|
r,
|
|
8
|
+
i,
|
|
7
9
|
e
|
|
8
10
|
);
|
|
9
11
|
export {
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Tools as o } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/collaboration-client/locale/zh-TW";
|
|
3
|
+
import i from "@univerjs-pro/collaboration-client-ui/locale/zh-TW";
|
|
3
4
|
import e from "@univerjs-pro/edit-history-viewer/locale/zh-TW";
|
|
4
5
|
const s = o.deepMerge(
|
|
5
6
|
{},
|
|
6
7
|
r,
|
|
8
|
+
i,
|
|
7
9
|
e
|
|
8
10
|
);
|
|
9
11
|
export {
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.univer-online-status-icon{display:flex;margin-right:8px;font-size:20px}.univer-online-status-title{font-size:14px;line-height:32px;color:rgb(var(--grey-600))}.univer-online-status.univer-online .univer-online-status-icon{color:rgb(var(--green-500))}.univer-online-status.univer-offline .univer-online-status-icon{color:rgb(var(--red-500))}.univer-version-list-panel{margin-left:-20px;margin-right:-20px;overflow:hidden}.univer-version-list-panel-content{border-top:1px solid #e5e5e5;height:100%;overflow:auto}.univer-version-date{display:flex;padding:6px 0 6px 20px;align-items:center;gap:10px;align-self:stretch;color:var(---Black, #1e222b);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.univer-version-item{cursor:default;height:60px;display:flex;padding:6px 16px;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.univer-version-item-header{height:24px;display:flex;justify-content:space-between;width:100%}.univer-version-item-header-expand{width:24px;height:24px;color:#4b4b4b;display:flex;align-items:center;justify-content:center}.univer-version-item-header-time{color:var(---Grey-500, #7a7a7a);font-family:PingFang SC;font-size:13px;font-style:normal;font-weight:400;line-height:normal;flex-grow:1;flex-shrink:1;display:flex;align-items:center}.univer-version-item-header-time-tag{border-radius:4px;border:1px solid #274fee;background:var(--hyacinth-blue-5008, rgba(39, 79, 238, .08));display:flex;height:20px;padding:0 6px;justify-content:center;align-items:center;color:#274fee;text-align:justify;font-size:12px;font-style:normal;font-weight:400;margin-left:8px}.univer-version-item-header-revert{width:24px;height:24px;color:#4b4b4b;border-radius:4px;display:flex;align-items:center;justify-content:center}.univer-version-item-header-revert:hover{background:var(--black-6, rgba(30, 34, 43, .06))}.univer-version-item-content{padding-left:26px;color:var(---Black, #1e222b);text-align:center;font-family:PingFang SC;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.univer-version-item.univer-active{background:#1e222b17}.univer-history-view-header{border-bottom:1px solid #e5e5e5;cursor:default;height:50px;display:flex;align-items:center}.univer-history-view-header-back{flex:0,0,85px;margin-left:10px;height:32px;width:32px;border-radius:4px;display:flex;align-items:center;justify-content:center}.univer-history-view-header-back:hover{background:var(--black-6, rgba(30, 34, 43, .06))}.univer-history-view-header-back-text{margin-left:5px}.univer-history-view-header-revert{flex-grow:1;flex-shrink:1;display:flex;align-items:center;justify-content:center}@keyframes univer-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.univer-version-list-loading{width:100%;height:30px;display:flex;align-items:center;justify-content:center}.univer-version-list-loading-icon{animation:univer-loading-spin 1s linear infinite}
|
|
1
|
+
.univer-online-status-icon{display:flex;margin-right:8px;font-size:20px}.univer-online-status-title{font-size:14px;line-height:32px;color:rgb(var(--grey-600))}.univer-online-status.univer-online .univer-online-status-icon{color:rgb(var(--green-500))}.univer-online-status.univer-offline .univer-online-status-icon{color:rgb(var(--red-500))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*{scrollbar-color:initial;scrollbar-width:initial}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.univer-version-list-panel{margin-left:-20px;margin-right:-20px;overflow:hidden}.univer-version-list-panel-content{border-top:1px solid #e5e5e5;height:100%;overflow:auto}.univer-version-date{display:flex;padding:6px 0 6px 20px;align-items:center;gap:10px;align-self:stretch;color:var(---Black, #1e222b);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.univer-version-item{cursor:default;height:60px;display:flex;padding:6px 16px;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.univer-version-item-header{height:24px;display:flex;justify-content:space-between;width:100%}.univer-version-item-header-expand{width:24px;height:24px;color:#4b4b4b;display:flex;align-items:center;justify-content:center}.univer-version-item-header-time{color:var(---Grey-500, #7a7a7a);font-family:PingFang SC;font-size:13px;font-style:normal;font-weight:400;line-height:normal;flex-grow:1;flex-shrink:1;display:flex;align-items:center}.univer-version-item-header-time-tag{border-radius:4px;border:1px solid #274fee;background:var(--hyacinth-blue-5008, rgba(39, 79, 238, .08));display:flex;height:20px;padding:0 6px;justify-content:center;align-items:center;color:#274fee;text-align:justify;font-size:12px;font-style:normal;font-weight:400;margin-left:8px}.univer-version-item-header-revert{width:24px;height:24px;color:#4b4b4b;border-radius:4px;display:flex;align-items:center;justify-content:center}.univer-version-item-header-revert:hover{background:var(--black-6, rgba(30, 34, 43, .06))}.univer-version-item-content{padding-left:26px;color:var(---Black, #1e222b);text-align:center;font-family:PingFang SC;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.univer-version-item.univer-active{background:#1e222b17}.univer-history-view-header{border-bottom:1px solid #e5e5e5;cursor:default;height:50px;display:flex;align-items:center}.univer-history-view-header-back{flex:0,0,85px;margin-left:10px;height:32px;width:32px;border-radius:4px;display:flex;align-items:center;justify-content:center}.univer-history-view-header-back:hover{background:var(--black-6, rgba(30, 34, 43, .06))}.univer-history-view-header-back-text{margin-left:5px}.univer-history-view-header-revert{flex-grow:1;flex-shrink:1;display:flex;align-items:center;justify-content:center}@keyframes univer-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.univer-version-list-loading{width:100%;height:30px;display:flex;align-items:center;justify-content:center}.univer-version-list-loading-icon{animation:univer-loading-spin 1s linear infinite}.univer-history-container .univer-workbench-container-left-sidebar{width:0px!important}
|
package/lib/types/index.d.ts
CHANGED
package/lib/types/umd.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IPreset } from './types';
|
|
2
|
-
import '@univerjs-pro/collaboration-client/lib/index.css';
|
|
2
|
+
import '@univerjs-pro/collaboration-client-ui/lib/index.css';
|
|
3
3
|
import '@univerjs-pro/edit-history-viewer/lib/index.css';
|
|
4
4
|
export interface IUniverSheetsCollaborationPresetConfig {
|
|
5
5
|
universerEndpoint?: string;
|