@univerjs/preset-sheets-collaboration 0.23.0 → 0.25.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 (85) hide show
  1. package/lib/cjs/locales/ar-SA.js +1 -0
  2. package/lib/cjs/locales/ca-ES.js +1 -1
  3. package/lib/cjs/locales/de-DE.js +1 -0
  4. package/lib/cjs/locales/en-US.js +1 -1
  5. package/lib/cjs/locales/es-ES.js +1 -1
  6. package/lib/cjs/locales/fa-IR.js +1 -1
  7. package/lib/cjs/locales/fr-FR.js +1 -1
  8. package/lib/cjs/locales/id-ID.js +1 -0
  9. package/lib/cjs/locales/it-IT.js +1 -0
  10. package/lib/cjs/locales/ja-JP.js +1 -1
  11. package/lib/cjs/locales/ko-KR.js +1 -1
  12. package/lib/cjs/locales/pl-PL.js +1 -0
  13. package/lib/cjs/locales/pt-BR.js +1 -0
  14. package/lib/cjs/locales/ru-RU.js +1 -1
  15. package/lib/cjs/locales/sk-SK.js +1 -1
  16. package/lib/cjs/locales/vi-VN.js +1 -1
  17. package/lib/cjs/locales/zh-CN.js +1 -1
  18. package/lib/cjs/locales/zh-HK.js +1 -0
  19. package/lib/cjs/locales/zh-TW.js +1 -1
  20. package/lib/es/locales/ar-SA.js +14 -0
  21. package/lib/es/locales/ca-ES.js +6 -4
  22. package/lib/es/locales/de-DE.js +14 -0
  23. package/lib/es/locales/en-US.js +6 -4
  24. package/lib/es/locales/es-ES.js +6 -4
  25. package/lib/es/locales/fa-IR.js +6 -4
  26. package/lib/es/locales/fr-FR.js +9 -7
  27. package/lib/es/locales/id-ID.js +14 -0
  28. package/lib/es/locales/it-IT.js +14 -0
  29. package/lib/es/locales/ja-JP.js +6 -4
  30. package/lib/es/locales/ko-KR.js +6 -4
  31. package/lib/es/locales/pl-PL.js +14 -0
  32. package/lib/es/locales/pt-BR.js +14 -0
  33. package/lib/es/locales/ru-RU.js +9 -7
  34. package/lib/es/locales/sk-SK.js +6 -4
  35. package/lib/es/locales/vi-VN.js +6 -4
  36. package/lib/es/locales/zh-CN.js +6 -4
  37. package/lib/es/locales/zh-HK.js +14 -0
  38. package/lib/es/locales/zh-TW.js +6 -4
  39. package/lib/locales/ar-SA.js +14 -0
  40. package/lib/locales/ca-ES.js +6 -4
  41. package/lib/locales/de-DE.js +14 -0
  42. package/lib/locales/en-US.js +6 -4
  43. package/lib/locales/es-ES.js +6 -4
  44. package/lib/locales/fa-IR.js +6 -4
  45. package/lib/locales/fr-FR.js +9 -7
  46. package/lib/locales/id-ID.js +14 -0
  47. package/lib/locales/it-IT.js +14 -0
  48. package/lib/locales/ja-JP.js +6 -4
  49. package/lib/locales/ko-KR.js +6 -4
  50. package/lib/locales/pl-PL.js +14 -0
  51. package/lib/locales/pt-BR.js +14 -0
  52. package/lib/locales/ru-RU.js +9 -7
  53. package/lib/locales/sk-SK.js +6 -4
  54. package/lib/locales/vi-VN.js +6 -4
  55. package/lib/locales/zh-CN.js +6 -4
  56. package/lib/locales/zh-HK.js +14 -0
  57. package/lib/locales/zh-TW.js +6 -4
  58. package/lib/types/locales/ar-SA.d.ts +4 -0
  59. package/lib/types/locales/de-DE.d.ts +4 -0
  60. package/lib/types/locales/id-ID.d.ts +4 -0
  61. package/lib/types/locales/it-IT.d.ts +4 -0
  62. package/lib/types/locales/pl-PL.d.ts +4 -0
  63. package/lib/types/locales/pt-BR.d.ts +4 -0
  64. package/lib/types/locales/zh-HK.d.ts +4 -0
  65. package/lib/umd/index.js +7 -7
  66. package/lib/umd/locales/ar-SA.js +14 -0
  67. package/lib/umd/locales/ca-ES.js +7 -4
  68. package/lib/umd/locales/de-DE.js +14 -0
  69. package/lib/umd/locales/en-US.js +7 -4
  70. package/lib/umd/locales/es-ES.js +7 -4
  71. package/lib/umd/locales/fa-IR.js +7 -4
  72. package/lib/umd/locales/fr-FR.js +7 -4
  73. package/lib/umd/locales/id-ID.js +14 -0
  74. package/lib/umd/locales/it-IT.js +14 -0
  75. package/lib/umd/locales/ja-JP.js +7 -4
  76. package/lib/umd/locales/ko-KR.js +7 -4
  77. package/lib/umd/locales/pl-PL.js +14 -0
  78. package/lib/umd/locales/pt-BR.js +14 -0
  79. package/lib/umd/locales/ru-RU.js +7 -4
  80. package/lib/umd/locales/sk-SK.js +7 -4
  81. package/lib/umd/locales/vi-VN.js +7 -4
  82. package/lib/umd/locales/zh-CN.js +7 -4
  83. package/lib/umd/locales/zh-HK.js +14 -0
  84. package/lib/umd/locales/zh-TW.js +7 -4
  85. package/package.json +10 -10
@@ -1,12 +1,14 @@
1
1
  import { mergeLocales as o } from "@univerjs/core";
2
2
  import r from "@univerjs-pro/collaboration-client/locale/ja-JP";
3
3
  import i from "@univerjs-pro/collaboration-client-ui/locale/ja-JP";
4
- import e from "@univerjs-pro/edit-history-viewer/locale/ja-JP";
5
- const n = o(
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(
6
7
  r,
7
8
  i,
8
- e
9
+ e,
10
+ t
9
11
  );
10
12
  export {
11
- n as default
13
+ c as default
12
14
  };
@@ -1,12 +1,14 @@
1
1
  import { mergeLocales as o } from "@univerjs/core";
2
2
  import r from "@univerjs-pro/collaboration-client/locale/ko-KR";
3
3
  import i from "@univerjs-pro/collaboration-client-ui/locale/ko-KR";
4
- import e from "@univerjs-pro/edit-history-viewer/locale/ko-KR";
5
- const a = o(
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(
6
7
  r,
7
8
  i,
8
- e
9
+ e,
10
+ t
9
11
  );
10
12
  export {
11
- a as default
13
+ c as default
12
14
  };
@@ -0,0 +1,14 @@
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
+ };
@@ -0,0 +1,14 @@
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,12 +1,14 @@
1
- import { mergeLocales as o } from "@univerjs/core";
2
- import r from "@univerjs-pro/collaboration-client/locale/ru-RU";
1
+ import { mergeLocales as r } from "@univerjs/core";
2
+ import o from "@univerjs-pro/collaboration-client/locale/ru-RU";
3
3
  import i from "@univerjs-pro/collaboration-client-ui/locale/ru-RU";
4
- import e from "@univerjs-pro/edit-history-viewer/locale/ru-RU";
5
- const a = o(
6
- r,
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,
7
8
  i,
8
- e
9
+ e,
10
+ t
9
11
  );
10
12
  export {
11
- a as default
13
+ u as default
12
14
  };
@@ -1,12 +1,14 @@
1
1
  import { mergeLocales as o } from "@univerjs/core";
2
2
  import r from "@univerjs-pro/collaboration-client/locale/sk-SK";
3
3
  import i from "@univerjs-pro/collaboration-client-ui/locale/sk-SK";
4
- import e from "@univerjs-pro/edit-history-viewer/locale/sk-SK";
5
- const s = o(
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(
6
7
  r,
7
8
  i,
8
- e
9
+ e,
10
+ t
9
11
  );
10
12
  export {
11
- s as default
13
+ c as default
12
14
  };
@@ -1,12 +1,14 @@
1
1
  import { mergeLocales as o } from "@univerjs/core";
2
2
  import r from "@univerjs-pro/collaboration-client/locale/vi-VN";
3
3
  import i from "@univerjs-pro/collaboration-client-ui/locale/vi-VN";
4
- import e from "@univerjs-pro/edit-history-viewer/locale/vi-VN";
5
- const a = o(
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(
6
7
  r,
7
8
  i,
8
- e
9
+ e,
10
+ t
9
11
  );
10
12
  export {
11
- a as default
13
+ c as default
12
14
  };
@@ -1,12 +1,14 @@
1
1
  import { mergeLocales as o } from "@univerjs/core";
2
2
  import r from "@univerjs-pro/collaboration-client/locale/zh-CN";
3
3
  import i from "@univerjs-pro/collaboration-client-ui/locale/zh-CN";
4
- import e from "@univerjs-pro/edit-history-viewer/locale/zh-CN";
5
- const a = o(
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(
6
7
  r,
7
8
  i,
8
- e
9
+ e,
10
+ t
9
11
  );
10
12
  export {
11
- a as default
13
+ c as default
12
14
  };
@@ -0,0 +1,14 @@
1
+ import { mergeLocales as o } from "@univerjs/core";
2
+ import r from "@univerjs-pro/collaboration-client/locale/zh-HK";
3
+ import i from "@univerjs-pro/collaboration-client-ui/locale/zh-HK";
4
+ import e from "@univerjs-pro/edit-history-loader/locale/zh-HK";
5
+ import t from "@univerjs-pro/edit-history-viewer/locale/zh-HK";
6
+ const c = o(
7
+ r,
8
+ i,
9
+ e,
10
+ t
11
+ );
12
+ export {
13
+ c as default
14
+ };
@@ -1,12 +1,14 @@
1
1
  import { mergeLocales as o } from "@univerjs/core";
2
2
  import r from "@univerjs-pro/collaboration-client/locale/zh-TW";
3
3
  import i from "@univerjs-pro/collaboration-client-ui/locale/zh-TW";
4
- import e from "@univerjs-pro/edit-history-viewer/locale/zh-TW";
5
- const a = o(
4
+ import e from "@univerjs-pro/edit-history-loader/locale/zh-TW";
5
+ import t from "@univerjs-pro/edit-history-viewer/locale/zh-TW";
6
+ const c = o(
6
7
  r,
7
8
  i,
8
- e
9
+ e,
10
+ t
9
11
  );
10
12
  export {
11
- a as default
13
+ c as default
12
14
  };
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;