@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.
Files changed (107) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +98 -1
  3. package/lib/cjs/locales/ar-SA.js +17 -1
  4. package/lib/cjs/locales/ca-ES.js +17 -1
  5. package/lib/cjs/locales/de-DE.js +17 -1
  6. package/lib/cjs/locales/en-US.js +17 -1
  7. package/lib/cjs/locales/es-ES.js +17 -1
  8. package/lib/cjs/locales/fa-IR.js +17 -1
  9. package/lib/cjs/locales/fr-FR.js +17 -1
  10. package/lib/cjs/locales/id-ID.js +17 -1
  11. package/lib/cjs/locales/it-IT.js +17 -1
  12. package/lib/cjs/locales/ja-JP.js +17 -1
  13. package/lib/cjs/locales/ko-KR.js +17 -1
  14. package/lib/cjs/locales/pl-PL.js +17 -1
  15. package/lib/cjs/locales/pt-BR.js +17 -1
  16. package/lib/cjs/locales/ru-RU.js +17 -1
  17. package/lib/cjs/locales/sk-SK.js +17 -1
  18. package/lib/cjs/locales/vi-VN.js +17 -1
  19. package/lib/cjs/locales/zh-CN.js +17 -1
  20. package/lib/cjs/locales/zh-HK.js +17 -1
  21. package/lib/cjs/locales/zh-TW.js +17 -1
  22. package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
  23. package/lib/es/index.js +70 -66
  24. package/lib/es/locales/ar-SA.js +11 -14
  25. package/lib/es/locales/ca-ES.js +11 -14
  26. package/lib/es/locales/de-DE.js +11 -14
  27. package/lib/es/locales/en-US.js +11 -14
  28. package/lib/es/locales/es-ES.js +11 -14
  29. package/lib/es/locales/fa-IR.js +11 -14
  30. package/lib/es/locales/fr-FR.js +11 -14
  31. package/lib/es/locales/id-ID.js +11 -14
  32. package/lib/es/locales/it-IT.js +11 -14
  33. package/lib/es/locales/ja-JP.js +11 -14
  34. package/lib/es/locales/ko-KR.js +11 -14
  35. package/lib/es/locales/pl-PL.js +11 -14
  36. package/lib/es/locales/pt-BR.js +11 -14
  37. package/lib/es/locales/ru-RU.js +11 -14
  38. package/lib/es/locales/sk-SK.js +11 -14
  39. package/lib/es/locales/vi-VN.js +11 -14
  40. package/lib/es/locales/zh-CN.js +11 -14
  41. package/lib/es/locales/zh-HK.js +11 -14
  42. package/lib/es/locales/zh-TW.js +11 -14
  43. package/lib/index.css +711 -1
  44. package/lib/index.js +70 -66
  45. package/lib/locales/ar-SA.js +11 -14
  46. package/lib/locales/ca-ES.js +11 -14
  47. package/lib/locales/de-DE.js +11 -14
  48. package/lib/locales/en-US.js +11 -14
  49. package/lib/locales/es-ES.js +11 -14
  50. package/lib/locales/fa-IR.js +11 -14
  51. package/lib/locales/fr-FR.js +11 -14
  52. package/lib/locales/id-ID.js +11 -14
  53. package/lib/locales/it-IT.js +11 -14
  54. package/lib/locales/ja-JP.js +11 -14
  55. package/lib/locales/ko-KR.js +11 -14
  56. package/lib/locales/pl-PL.js +11 -14
  57. package/lib/locales/pt-BR.js +11 -14
  58. package/lib/locales/ru-RU.js +11 -14
  59. package/lib/locales/sk-SK.js +11 -14
  60. package/lib/locales/vi-VN.js +11 -14
  61. package/lib/locales/zh-CN.js +11 -14
  62. package/lib/locales/zh-HK.js +11 -14
  63. package/lib/locales/zh-TW.js +11 -14
  64. package/lib/types/index.d.ts +1 -1
  65. package/lib/types/locales/ar-SA.d.ts +1 -3
  66. package/lib/types/locales/ca-ES.d.ts +1 -3
  67. package/lib/types/locales/de-DE.d.ts +1 -3
  68. package/lib/types/locales/en-US.d.ts +1 -3
  69. package/lib/types/locales/es-ES.d.ts +1 -3
  70. package/lib/types/locales/fa-IR.d.ts +1 -3
  71. package/lib/types/locales/fr-FR.d.ts +1 -3
  72. package/lib/types/locales/id-ID.d.ts +1 -3
  73. package/lib/types/locales/it-IT.d.ts +1 -3
  74. package/lib/types/locales/ja-JP.d.ts +1 -3
  75. package/lib/types/locales/ko-KR.d.ts +1 -3
  76. package/lib/types/locales/pl-PL.d.ts +1 -3
  77. package/lib/types/locales/pt-BR.d.ts +1 -3
  78. package/lib/types/locales/ru-RU.d.ts +1 -3
  79. package/lib/types/locales/sk-SK.d.ts +1 -3
  80. package/lib/types/locales/vi-VN.d.ts +1 -3
  81. package/lib/types/locales/zh-CN.d.ts +1 -3
  82. package/lib/types/locales/zh-HK.d.ts +1 -3
  83. package/lib/types/locales/zh-TW.d.ts +1 -3
  84. package/lib/types/{umd.d.ts → preset.d.ts} +6 -8
  85. package/package.json +21 -24
  86. package/LICENSE +0 -176
  87. package/lib/types/types.d.ts +0 -11
  88. package/lib/umd/index.js +0 -23
  89. package/lib/umd/locales/ar-SA.js +0 -14
  90. package/lib/umd/locales/ca-ES.js +0 -14
  91. package/lib/umd/locales/de-DE.js +0 -14
  92. package/lib/umd/locales/en-US.js +0 -14
  93. package/lib/umd/locales/es-ES.js +0 -14
  94. package/lib/umd/locales/fa-IR.js +0 -14
  95. package/lib/umd/locales/fr-FR.js +0 -14
  96. package/lib/umd/locales/id-ID.js +0 -14
  97. package/lib/umd/locales/it-IT.js +0 -14
  98. package/lib/umd/locales/ja-JP.js +0 -14
  99. package/lib/umd/locales/ko-KR.js +0 -14
  100. package/lib/umd/locales/pl-PL.js +0 -14
  101. package/lib/umd/locales/pt-BR.js +0 -14
  102. package/lib/umd/locales/ru-RU.js +0 -14
  103. package/lib/umd/locales/sk-SK.js +0 -14
  104. package/lib/umd/locales/vi-VN.js +0 -14
  105. package/lib/umd/locales/zh-CN.js +0 -14
  106. package/lib/umd/locales/zh-HK.js +0 -14
  107. package/lib/umd/locales/zh-TW.js +0 -14
package/lib/es/index.js CHANGED
@@ -1,68 +1,72 @@
1
- import { UniverCollaborationPlugin as s } from "@univerjs-pro/collaboration";
2
- export * from "@univerjs-pro/collaboration";
3
- import { UniverCollaborationClientPlugin as u } from "@univerjs-pro/collaboration-client";
4
- export * from "@univerjs-pro/collaboration-client";
5
- import { BrowserCollaborationSocketService as p, UniverCollaborationClientUIPlugin as c } from "@univerjs-pro/collaboration-client-ui";
6
- export * from "@univerjs-pro/collaboration-client-ui";
7
- import { UniverEditHistoryLoaderPlugin as m } from "@univerjs-pro/edit-history-loader";
8
- export * from "@univerjs-pro/edit-history-loader";
9
- import "@univerjs-pro/collaboration-client/lib/facade";
10
- import "@univerjs-pro/collaboration-client-ui/lib/facade";
11
- export * from "@univerjs-pro/edit-history-viewer";
12
- function v(o) {
13
- const e = new URL(o, window.location.origin);
14
- switch (e.protocol) {
15
- case "https:":
16
- e.protocol = "wss:";
17
- break;
18
- case "http:":
19
- e.protocol = "ws:";
20
- break;
21
- }
22
- return e.toString();
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
- function w(o = {}) {
25
- const {
26
- universerEndpoint: e,
27
- univerContainerId: i = "app",
28
- enableOfflineEditing: t = !0,
29
- enableSingleActiveInstanceLock: n = !0,
30
- enableFrontendLog: l = !1,
31
- historyWorkerURL: a
32
- } = o, r = e != null ? e : `${window.location.protocol}//${window.location.host}`;
33
- return {
34
- plugins: [
35
- s,
36
- [u, {
37
- socketService: p,
38
- enableOfflineEditing: t,
39
- enableSingleActiveInstanceLock: n,
40
- enableAuthServer: !0,
41
- authzUrl: `${r}/universer-api/authz`,
42
- snapshotServerUrl: `${r}/universer-api/snapshot`,
43
- collabSubmitChangesetUrl: `${r}/universer-api/comb`,
44
- collabWebSocketUrl: v(`${r}/universer-api/comb/connect`),
45
- loginUrlKey: `${r}/universer-api/oidc/authpage`,
46
- uploadFileServerUrl: `${r}/universer-api/stream/file/upload`,
47
- signUrlServerUrl: `${r}/universer-api/file/{fileID}/sign-url`,
48
- downloadEndpointUrl: `${r}/`,
49
- wsSessionTicketUrl: `${r}/universer-api/user/session-ticket`,
50
- startFormulaLimitUrl: `${r}/universer-api/license/formula/limit/start`,
51
- getFormulaLimitStatusUrl: `${r}/universer-api/license/formula/limit/status`,
52
- releaseFormulaLimitUrl: `${r}/universer-api/license/formula/limit/done`,
53
- sendChangesetTimeout: 200
54
- }],
55
- [c, {
56
- enableFrontendLog: l
57
- }],
58
- [m, {
59
- univerContainerId: i,
60
- historyListServerUrl: `${r}/universer-api/history`,
61
- workerURL: a
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
- export {
67
- w as UniverSheetsCollaborationPreset
68
- };
70
+
71
+ //#endregion
72
+ export { UniverSheetsCollaborationPreset };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import o from "@univerjs-pro/collaboration-client/locale/ar-SA";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/ar-SA";
4
- import e from "@univerjs-pro/edit-history-loader/locale/ar-SA";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/ar-SA";
6
- const c = r(
7
- o,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/ca-ES";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/ca-ES";
4
- import e from "@univerjs-pro/edit-history-loader/locale/ca-ES";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/ca-ES";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/de-DE";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/de-DE";
4
- import e from "@univerjs-pro/edit-history-loader/locale/de-DE";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/de-DE";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/en-US";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/en-US";
4
- import e from "@univerjs-pro/edit-history-loader/locale/en-US";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/en-US";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/es-ES";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/es-ES";
4
- import e from "@univerjs-pro/edit-history-loader/locale/es-ES";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/es-ES";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/fa-IR";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/fa-IR";
4
- import e from "@univerjs-pro/edit-history-loader/locale/fa-IR";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/fa-IR";
6
- const f = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import o from "@univerjs-pro/collaboration-client/locale/fr-FR";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/fr-FR";
4
- import e from "@univerjs-pro/edit-history-loader/locale/fr-FR";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/fr-FR";
6
- const f = r(
7
- o,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/id-ID";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/id-ID";
4
- import e from "@univerjs-pro/edit-history-loader/locale/id-ID";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/id-ID";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/it-IT";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/it-IT";
4
- import t from "@univerjs-pro/edit-history-loader/locale/it-IT";
5
- import e from "@univerjs-pro/edit-history-viewer/locale/it-IT";
6
- const c = o(
7
- r,
8
- i,
9
- t,
10
- e
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/ja-JP";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/ja-JP";
4
- import e from "@univerjs-pro/edit-history-loader/locale/ja-JP";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/ja-JP";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/ko-KR";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/ko-KR";
4
- import e from "@univerjs-pro/edit-history-loader/locale/ko-KR";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/ko-KR";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/pl-PL";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/pl-PL";
4
- import e from "@univerjs-pro/edit-history-loader/locale/pl-PL";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/pl-PL";
6
- const p = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/pt-BR";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/pt-BR";
4
- import t from "@univerjs-pro/edit-history-loader/locale/pt-BR";
5
- import e from "@univerjs-pro/edit-history-viewer/locale/pt-BR";
6
- const p = o(
7
- r,
8
- i,
9
- t,
10
- e
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import o from "@univerjs-pro/collaboration-client/locale/ru-RU";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/ru-RU";
4
- import e from "@univerjs-pro/edit-history-loader/locale/ru-RU";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/ru-RU";
6
- const u = r(
7
- o,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/sk-SK";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/sk-SK";
4
- import e from "@univerjs-pro/edit-history-loader/locale/sk-SK";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/sk-SK";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/vi-VN";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/vi-VN";
4
- import e from "@univerjs-pro/edit-history-loader/locale/vi-VN";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/vi-VN";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };
@@ -1,14 +1,11 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/zh-CN";
3
- import i from "@univerjs-pro/collaboration-client-ui/locale/zh-CN";
4
- import e from "@univerjs-pro/edit-history-loader/locale/zh-CN";
5
- import t from "@univerjs-pro/edit-history-viewer/locale/zh-CN";
6
- const c = o(
7
- r,
8
- i,
9
- e,
10
- t
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 };