@univerjs/preset-sheets-collaboration 0.25.0 → 1.0.0-alpha.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/README.md +3 -3
- package/lib/cjs/index.js +98 -1
- package/lib/cjs/locales/ar-SA.js +17 -1
- package/lib/cjs/locales/ca-ES.js +17 -1
- package/lib/cjs/locales/de-DE.js +17 -1
- package/lib/cjs/locales/en-US.js +17 -1
- package/lib/cjs/locales/es-ES.js +17 -1
- package/lib/cjs/locales/fa-IR.js +17 -1
- package/lib/cjs/locales/fr-FR.js +17 -1
- package/lib/cjs/locales/id-ID.js +17 -1
- package/lib/cjs/locales/it-IT.js +17 -1
- package/lib/cjs/locales/ja-JP.js +17 -1
- package/lib/cjs/locales/ko-KR.js +17 -1
- package/lib/cjs/locales/pl-PL.js +17 -1
- package/lib/cjs/locales/pt-BR.js +17 -1
- package/lib/cjs/locales/ru-RU.js +17 -1
- package/lib/cjs/locales/sk-SK.js +17 -1
- package/lib/cjs/locales/vi-VN.js +17 -1
- package/lib/cjs/locales/zh-CN.js +17 -1
- package/lib/cjs/locales/zh-HK.js +17 -1
- package/lib/cjs/locales/zh-TW.js +17 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/es/index.js +70 -66
- package/lib/es/locales/ar-SA.js +11 -14
- package/lib/es/locales/ca-ES.js +11 -14
- package/lib/es/locales/de-DE.js +11 -14
- package/lib/es/locales/en-US.js +11 -14
- package/lib/es/locales/es-ES.js +11 -14
- package/lib/es/locales/fa-IR.js +11 -14
- package/lib/es/locales/fr-FR.js +11 -14
- package/lib/es/locales/id-ID.js +11 -14
- package/lib/es/locales/it-IT.js +11 -14
- package/lib/es/locales/ja-JP.js +11 -14
- package/lib/es/locales/ko-KR.js +11 -14
- package/lib/es/locales/pl-PL.js +11 -14
- package/lib/es/locales/pt-BR.js +11 -14
- package/lib/es/locales/ru-RU.js +11 -14
- package/lib/es/locales/sk-SK.js +11 -14
- package/lib/es/locales/vi-VN.js +11 -14
- package/lib/es/locales/zh-CN.js +11 -14
- package/lib/es/locales/zh-HK.js +11 -14
- package/lib/es/locales/zh-TW.js +11 -14
- package/lib/index.css +711 -1
- package/lib/index.js +70 -66
- package/lib/locales/ar-SA.js +11 -14
- package/lib/locales/ca-ES.js +11 -14
- package/lib/locales/de-DE.js +11 -14
- package/lib/locales/en-US.js +11 -14
- package/lib/locales/es-ES.js +11 -14
- package/lib/locales/fa-IR.js +11 -14
- package/lib/locales/fr-FR.js +11 -14
- package/lib/locales/id-ID.js +11 -14
- package/lib/locales/it-IT.js +11 -14
- package/lib/locales/ja-JP.js +11 -14
- package/lib/locales/ko-KR.js +11 -14
- package/lib/locales/pl-PL.js +11 -14
- package/lib/locales/pt-BR.js +11 -14
- package/lib/locales/ru-RU.js +11 -14
- package/lib/locales/sk-SK.js +11 -14
- package/lib/locales/vi-VN.js +11 -14
- package/lib/locales/zh-CN.js +11 -14
- package/lib/locales/zh-HK.js +11 -14
- package/lib/locales/zh-TW.js +11 -14
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locales/ar-SA.d.ts +1 -3
- package/lib/types/locales/ca-ES.d.ts +1 -3
- package/lib/types/locales/de-DE.d.ts +1 -3
- package/lib/types/locales/en-US.d.ts +1 -3
- package/lib/types/locales/es-ES.d.ts +1 -3
- package/lib/types/locales/fa-IR.d.ts +1 -3
- package/lib/types/locales/fr-FR.d.ts +1 -3
- package/lib/types/locales/id-ID.d.ts +1 -3
- package/lib/types/locales/it-IT.d.ts +1 -3
- package/lib/types/locales/ja-JP.d.ts +1 -3
- package/lib/types/locales/ko-KR.d.ts +1 -3
- package/lib/types/locales/pl-PL.d.ts +1 -3
- package/lib/types/locales/pt-BR.d.ts +1 -3
- package/lib/types/locales/ru-RU.d.ts +1 -3
- package/lib/types/locales/sk-SK.d.ts +1 -3
- package/lib/types/locales/vi-VN.d.ts +1 -3
- package/lib/types/locales/zh-CN.d.ts +1 -3
- package/lib/types/locales/zh-HK.d.ts +1 -3
- package/lib/types/locales/zh-TW.d.ts +1 -3
- package/lib/types/{umd.d.ts → preset.d.ts} +6 -8
- package/package.json +21 -24
- package/LICENSE +0 -176
- package/lib/types/types.d.ts +0 -11
- package/lib/umd/index.js +0 -23
- package/lib/umd/locales/ar-SA.js +0 -14
- package/lib/umd/locales/ca-ES.js +0 -14
- package/lib/umd/locales/de-DE.js +0 -14
- package/lib/umd/locales/en-US.js +0 -14
- package/lib/umd/locales/es-ES.js +0 -14
- package/lib/umd/locales/fa-IR.js +0 -14
- package/lib/umd/locales/fr-FR.js +0 -14
- package/lib/umd/locales/id-ID.js +0 -14
- package/lib/umd/locales/it-IT.js +0 -14
- package/lib/umd/locales/ja-JP.js +0 -14
- package/lib/umd/locales/ko-KR.js +0 -14
- package/lib/umd/locales/pl-PL.js +0 -14
- package/lib/umd/locales/pt-BR.js +0 -14
- package/lib/umd/locales/ru-RU.js +0 -14
- package/lib/umd/locales/sk-SK.js +0 -14
- package/lib/umd/locales/vi-VN.js +0 -14
- package/lib/umd/locales/zh-CN.js +0 -14
- package/lib/umd/locales/zh-HK.js +0 -14
- package/lib/umd/locales/zh-TW.js +0 -14
package/lib/es/index.js
CHANGED
|
@@ -1,68 +1,72 @@
|
|
|
1
|
-
import { UniverCollaborationPlugin
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export * from "@univerjs-pro/
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
import { UniverCollaborationPlugin } from "@univerjs-pro/collaboration";
|
|
2
|
+
import { UniverCollaborationClientPlugin } from "@univerjs-pro/collaboration-client";
|
|
3
|
+
import { BrowserCollaborationSocketService, UniverCollaborationClientUIPlugin } from "@univerjs-pro/collaboration-client-ui";
|
|
4
|
+
import { UniverEditHistoryLoaderPlugin } from "@univerjs-pro/edit-history-loader";
|
|
5
|
+
import "@univerjs-pro/collaboration-client/facade";
|
|
6
|
+
import "@univerjs-pro/collaboration-client-ui/facade";
|
|
7
|
+
|
|
8
|
+
export * from "@univerjs-pro/collaboration"
|
|
9
|
+
|
|
10
|
+
export * from "@univerjs-pro/collaboration-client"
|
|
11
|
+
|
|
12
|
+
export * from "@univerjs-pro/collaboration-client-ui"
|
|
13
|
+
|
|
14
|
+
export * from "@univerjs-pro/edit-history-loader"
|
|
15
|
+
|
|
16
|
+
export * from "@univerjs-pro/edit-history-viewer"
|
|
17
|
+
|
|
18
|
+
//#region src/preset.ts
|
|
19
|
+
function transformUrlProtocolToWs(url) {
|
|
20
|
+
const wsUrl = new URL(url, window.location.origin);
|
|
21
|
+
switch (wsUrl.protocol) {
|
|
22
|
+
case "https:":
|
|
23
|
+
wsUrl.protocol = "wss:";
|
|
24
|
+
break;
|
|
25
|
+
case "http:":
|
|
26
|
+
wsUrl.protocol = "ws:";
|
|
27
|
+
break;
|
|
28
|
+
}
|
|
29
|
+
return wsUrl.toString();
|
|
23
30
|
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}]
|
|
63
|
-
]
|
|
64
|
-
};
|
|
31
|
+
/**
|
|
32
|
+
* This preset add collaboration features, including collaboration editing, collaboration cursors,
|
|
33
|
+
* and history into your application.
|
|
34
|
+
* To use this plugin, you should import {@link UniverSheetsAdvancedPreset} first.
|
|
35
|
+
*
|
|
36
|
+
* @param {Partial<IUniverSheetsCollaborationPresetConfig>} config - The configuration object.
|
|
37
|
+
*/
|
|
38
|
+
function UniverSheetsCollaborationPreset(config = {}) {
|
|
39
|
+
const { universerEndpoint, univerContainerId = "app", enableOfflineEditing = true, enableSingleActiveInstanceLock = true, enableFrontendLog = false, historyWorkerURL: workerURL } = config;
|
|
40
|
+
const serverEndpoint = universerEndpoint !== null && universerEndpoint !== void 0 ? universerEndpoint : `${window.location.protocol}//${window.location.host}`;
|
|
41
|
+
return { plugins: [
|
|
42
|
+
UniverCollaborationPlugin,
|
|
43
|
+
[UniverCollaborationClientPlugin, {
|
|
44
|
+
socketService: BrowserCollaborationSocketService,
|
|
45
|
+
enableOfflineEditing,
|
|
46
|
+
enableSingleActiveInstanceLock,
|
|
47
|
+
enableAuthServer: true,
|
|
48
|
+
authzUrl: `${serverEndpoint}/universer-api/authz`,
|
|
49
|
+
snapshotServerUrl: `${serverEndpoint}/universer-api/snapshot`,
|
|
50
|
+
collabSubmitChangesetUrl: `${serverEndpoint}/universer-api/comb`,
|
|
51
|
+
collabWebSocketUrl: transformUrlProtocolToWs(`${serverEndpoint}/universer-api/comb/connect`),
|
|
52
|
+
loginUrlKey: `${serverEndpoint}/universer-api/oidc/authpage`,
|
|
53
|
+
uploadFileServerUrl: `${serverEndpoint}/universer-api/stream/file/upload`,
|
|
54
|
+
signUrlServerUrl: `${serverEndpoint}/universer-api/file/{fileID}/sign-url`,
|
|
55
|
+
downloadEndpointUrl: `${serverEndpoint}/`,
|
|
56
|
+
wsSessionTicketUrl: `${serverEndpoint}/universer-api/user/session-ticket`,
|
|
57
|
+
startFormulaLimitUrl: `${serverEndpoint}/universer-api/license/formula/limit/start`,
|
|
58
|
+
getFormulaLimitStatusUrl: `${serverEndpoint}/universer-api/license/formula/limit/status`,
|
|
59
|
+
releaseFormulaLimitUrl: `${serverEndpoint}/universer-api/license/formula/limit/done`,
|
|
60
|
+
sendChangesetTimeout: 200
|
|
61
|
+
}],
|
|
62
|
+
[UniverCollaborationClientUIPlugin, { enableFrontendLog }],
|
|
63
|
+
[UniverEditHistoryLoaderPlugin, {
|
|
64
|
+
univerContainerId,
|
|
65
|
+
historyListServerUrl: `${serverEndpoint}/universer-api/history`,
|
|
66
|
+
workerURL
|
|
67
|
+
}]
|
|
68
|
+
] };
|
|
65
69
|
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
};
|
|
70
|
+
|
|
71
|
+
//#endregion
|
|
72
|
+
export { UniverSheetsCollaborationPreset };
|
package/lib/es/locales/ar-SA.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/ar-SA";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/ar-SA";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/ar-SA";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/ar-SA";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/ar-SA";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ar-SA.ts
|
|
8
|
+
var ar_SA_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { ar_SA_default as default };
|
package/lib/es/locales/ca-ES.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/ca-ES";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/ca-ES";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/ca-ES";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/ca-ES";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/ca-ES";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ca-ES.ts
|
|
8
|
+
var ca_ES_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { ca_ES_default as default };
|
package/lib/es/locales/de-DE.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/de-DE";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/de-DE";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/de-DE";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/de-DE";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/de-DE";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/de-DE.ts
|
|
8
|
+
var de_DE_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { de_DE_default as default };
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/en-US";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/en-US";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/en-US";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/en-US";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/en-US";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/en-US.ts
|
|
8
|
+
var en_US_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { en_US_default as default };
|
package/lib/es/locales/es-ES.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/es-ES";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/es-ES";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/es-ES";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/es-ES";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/es-ES";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/es-ES.ts
|
|
8
|
+
var es_ES_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { es_ES_default as default };
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
f as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/fa-IR";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/fa-IR";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/fa-IR";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/fa-IR";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/fa-IR";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/fa-IR.ts
|
|
8
|
+
var fa_IR_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { fa_IR_default as default };
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
f as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/fr-FR";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/fr-FR";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/fr-FR";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/fr-FR";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/fr-FR";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/fr-FR.ts
|
|
8
|
+
var fr_FR_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { fr_FR_default as default };
|
package/lib/es/locales/id-ID.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/id-ID";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/id-ID";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/id-ID";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/id-ID";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/id-ID";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/id-ID.ts
|
|
8
|
+
var id_ID_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { id_ID_default as default };
|
package/lib/es/locales/it-IT.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/it-IT";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/it-IT";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/it-IT";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/it-IT";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/it-IT";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/it-IT.ts
|
|
8
|
+
var it_IT_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { it_IT_default as default };
|
package/lib/es/locales/ja-JP.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/ja-JP";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/ja-JP";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/ja-JP";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/ja-JP";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/ja-JP";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ja-JP.ts
|
|
8
|
+
var ja_JP_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { ja_JP_default as default };
|
package/lib/es/locales/ko-KR.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/ko-KR";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/ko-KR";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/ko-KR";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/ko-KR";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/ko-KR";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ko-KR.ts
|
|
8
|
+
var ko_KR_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { ko_KR_default as default };
|
package/lib/es/locales/pl-PL.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
p as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/pl-PL";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/pl-PL";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/pl-PL";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/pl-PL";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/pl-PL";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/pl-PL.ts
|
|
8
|
+
var pl_PL_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { pl_PL_default as default };
|
package/lib/es/locales/pt-BR.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
p as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/pt-BR";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/pt-BR";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/pt-BR";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/pt-BR";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/pt-BR";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/pt-BR.ts
|
|
8
|
+
var pt_BR_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { pt_BR_default as default };
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
u as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/ru-RU";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/ru-RU";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/ru-RU";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/ru-RU";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/ru-RU";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ru-RU.ts
|
|
8
|
+
var ru_RU_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { ru_RU_default as default };
|
package/lib/es/locales/sk-SK.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/sk-SK";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/sk-SK";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/sk-SK";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/sk-SK";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/sk-SK";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/sk-SK.ts
|
|
8
|
+
var sk_SK_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { sk_SK_default as default };
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/vi-VN";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/vi-VN";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/vi-VN";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/vi-VN";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/vi-VN";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/vi-VN.ts
|
|
8
|
+
var vi_VN_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { vi_VN_default as default };
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
c as default
|
|
14
|
-
};
|
|
1
|
+
import univerjscollaborationclient from "@univerjs-pro/collaboration-client/locale/zh-CN";
|
|
2
|
+
import univerjscollaborationclientui from "@univerjs-pro/collaboration-client-ui/locale/zh-CN";
|
|
3
|
+
import univerjsedithistoryloader from "@univerjs-pro/edit-history-loader/locale/zh-CN";
|
|
4
|
+
import univerjsedithistoryviewer from "@univerjs-pro/edit-history-viewer/locale/zh-CN";
|
|
5
|
+
import univerjspresetsheetsadvanced from "@univerjs/preset-sheets-advanced/locales/zh-CN";
|
|
6
|
+
|
|
7
|
+
//#region src/locales/zh-CN.ts
|
|
8
|
+
var zh_CN_default = Object.assign({}, univerjscollaborationclient, univerjscollaborationclientui, univerjsedithistoryloader, univerjsedithistoryviewer, univerjspresetsheetsadvanced);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
export { zh_CN_default as default };
|