@univerjs/preset-sheets-node-core 0.25.1 → 1.0.0-alpha.1

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 (111) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +135 -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/cjs/worker.js +46 -1
  24. package/lib/es/index.js +74 -61
  25. package/lib/es/locales/ar-SA.js +11 -16
  26. package/lib/es/locales/ca-ES.js +11 -16
  27. package/lib/es/locales/de-DE.js +11 -16
  28. package/lib/es/locales/en-US.js +11 -16
  29. package/lib/es/locales/es-ES.js +11 -16
  30. package/lib/es/locales/fa-IR.js +11 -16
  31. package/lib/es/locales/fr-FR.js +11 -16
  32. package/lib/es/locales/id-ID.js +11 -16
  33. package/lib/es/locales/it-IT.js +11 -16
  34. package/lib/es/locales/ja-JP.js +11 -16
  35. package/lib/es/locales/ko-KR.js +11 -16
  36. package/lib/es/locales/pl-PL.js +11 -16
  37. package/lib/es/locales/pt-BR.js +11 -16
  38. package/lib/es/locales/ru-RU.js +11 -16
  39. package/lib/es/locales/sk-SK.js +11 -16
  40. package/lib/es/locales/vi-VN.js +11 -16
  41. package/lib/es/locales/zh-CN.js +11 -16
  42. package/lib/es/locales/zh-HK.js +11 -16
  43. package/lib/es/locales/zh-TW.js +11 -16
  44. package/lib/es/worker.js +25 -23
  45. package/lib/index.js +74 -61
  46. package/lib/locales/ar-SA.js +11 -16
  47. package/lib/locales/ca-ES.js +11 -16
  48. package/lib/locales/de-DE.js +11 -16
  49. package/lib/locales/en-US.js +11 -16
  50. package/lib/locales/es-ES.js +11 -16
  51. package/lib/locales/fa-IR.js +11 -16
  52. package/lib/locales/fr-FR.js +11 -16
  53. package/lib/locales/id-ID.js +11 -16
  54. package/lib/locales/it-IT.js +11 -16
  55. package/lib/locales/ja-JP.js +11 -16
  56. package/lib/locales/ko-KR.js +11 -16
  57. package/lib/locales/pl-PL.js +11 -16
  58. package/lib/locales/pt-BR.js +11 -16
  59. package/lib/locales/ru-RU.js +11 -16
  60. package/lib/locales/sk-SK.js +11 -16
  61. package/lib/locales/vi-VN.js +11 -16
  62. package/lib/locales/zh-CN.js +11 -16
  63. package/lib/locales/zh-HK.js +11 -16
  64. package/lib/locales/zh-TW.js +11 -16
  65. package/lib/types/index.d.ts +16 -1
  66. package/lib/types/locales/ar-SA.d.ts +1 -3
  67. package/lib/types/locales/ca-ES.d.ts +1 -3
  68. package/lib/types/locales/de-DE.d.ts +1 -3
  69. package/lib/types/locales/en-US.d.ts +1 -3
  70. package/lib/types/locales/es-ES.d.ts +1 -3
  71. package/lib/types/locales/fa-IR.d.ts +1 -3
  72. package/lib/types/locales/fr-FR.d.ts +1 -3
  73. package/lib/types/locales/id-ID.d.ts +1 -3
  74. package/lib/types/locales/it-IT.d.ts +1 -3
  75. package/lib/types/locales/ja-JP.d.ts +1 -3
  76. package/lib/types/locales/ko-KR.d.ts +1 -3
  77. package/lib/types/locales/pl-PL.d.ts +1 -3
  78. package/lib/types/locales/pt-BR.d.ts +1 -3
  79. package/lib/types/locales/ru-RU.d.ts +1 -3
  80. package/lib/types/locales/sk-SK.d.ts +1 -3
  81. package/lib/types/locales/vi-VN.d.ts +1 -3
  82. package/lib/types/locales/zh-CN.d.ts +1 -3
  83. package/lib/types/locales/zh-HK.d.ts +1 -3
  84. package/lib/types/locales/zh-TW.d.ts +1 -3
  85. package/lib/types/preset.d.ts +46 -0
  86. package/lib/types/types.d.ts +15 -11
  87. package/lib/types/worker.d.ts +17 -1
  88. package/lib/worker.js +25 -23
  89. package/package.json +25 -28
  90. package/lib/types/umd.d.ts +0 -30
  91. package/lib/umd/index.js +0 -66
  92. package/lib/umd/locales/ar-SA.js +0 -60
  93. package/lib/umd/locales/ca-ES.js +0 -55
  94. package/lib/umd/locales/de-DE.js +0 -60
  95. package/lib/umd/locales/en-US.js +0 -60
  96. package/lib/umd/locales/es-ES.js +0 -55
  97. package/lib/umd/locales/fa-IR.js +0 -60
  98. package/lib/umd/locales/fr-FR.js +0 -60
  99. package/lib/umd/locales/id-ID.js +0 -60
  100. package/lib/umd/locales/it-IT.js +0 -60
  101. package/lib/umd/locales/ja-JP.js +0 -59
  102. package/lib/umd/locales/ko-KR.js +0 -53
  103. package/lib/umd/locales/pl-PL.js +0 -60
  104. package/lib/umd/locales/pt-BR.js +0 -60
  105. package/lib/umd/locales/ru-RU.js +0 -47
  106. package/lib/umd/locales/sk-SK.js +0 -55
  107. package/lib/umd/locales/vi-VN.js +0 -59
  108. package/lib/umd/locales/zh-CN.js +0 -60
  109. package/lib/umd/locales/zh-HK.js +0 -60
  110. package/lib/umd/locales/zh-TW.js +0 -60
  111. package/lib/umd/worker.js +0 -1
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/vi-VN";
3
- import s from "@univerjs/sheets-data-validation/locale/vi-VN";
4
- import o from "@univerjs/sheets-filter/locale/vi-VN";
5
- import t from "@univerjs/sheets-formula/locale/vi-VN";
6
- import i from "@univerjs/sheets-hyper-link/locale/vi-VN";
7
- const v = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- v as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/vi-VN";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/vi-VN";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/vi-VN";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/vi-VN";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/vi-VN";
6
+
7
+ //#region src/locales/vi-VN.ts
8
+ var vi_VN_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { vi_VN_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/zh-CN";
3
- import s from "@univerjs/sheets-data-validation/locale/zh-CN";
4
- import o from "@univerjs/sheets-filter/locale/zh-CN";
5
- import t from "@univerjs/sheets-formula/locale/zh-CN";
6
- import i from "@univerjs/sheets-hyper-link/locale/zh-CN";
7
- const u = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- u as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/zh-CN";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/zh-CN";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/zh-CN";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/zh-CN";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/zh-CN";
6
+
7
+ //#region src/locales/zh-CN.ts
8
+ var zh_CN_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { zh_CN_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/zh-HK";
3
- import s from "@univerjs/sheets-data-validation/locale/zh-HK";
4
- import o from "@univerjs/sheets-filter/locale/zh-HK";
5
- import t from "@univerjs/sheets-formula/locale/zh-HK";
6
- import i from "@univerjs/sheets-hyper-link/locale/zh-HK";
7
- const u = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- u as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/zh-HK";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/zh-HK";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/zh-HK";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/zh-HK";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/zh-HK";
6
+
7
+ //#region src/locales/zh-HK.ts
8
+ var zh_HK_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { zh_HK_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/zh-TW";
3
- import s from "@univerjs/sheets-data-validation/locale/zh-TW";
4
- import o from "@univerjs/sheets-filter/locale/zh-TW";
5
- import t from "@univerjs/sheets-formula/locale/zh-TW";
6
- import i from "@univerjs/sheets-hyper-link/locale/zh-TW";
7
- const u = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- u as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/zh-TW";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/zh-TW";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/zh-TW";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/zh-TW";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/zh-TW";
6
+
7
+ //#region src/locales/zh-TW.ts
8
+ var zh_TW_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { zh_TW_default as default };
package/lib/es/worker.js CHANGED
@@ -1,24 +1,26 @@
1
- import { UniverFormulaEnginePlugin as o } from "@univerjs/engine-formula";
2
- export * from "@univerjs/engine-formula";
3
- import { UniverRPCNodeWorkerPlugin as t } from "@univerjs/rpc-node";
4
- export * from "@univerjs/rpc-node";
5
- import { UniverSheetsPlugin as n } from "@univerjs/sheets";
6
- export * from "@univerjs/sheets";
7
- import { UniverRemoteSheetsFormulaPlugin as i } from "@univerjs/sheets-formula";
8
- export * from "@univerjs/sheets-formula";
9
- function l(e = {}) {
10
- const {
11
- formula: r
12
- } = e;
13
- return {
14
- plugins: [
15
- [n, { onlyRegisterFormulaRelatedMutations: !0 }],
16
- [o, { function: r == null ? void 0 : r.function }],
17
- t,
18
- i
19
- ]
20
- };
1
+ import { UniverFormulaEnginePlugin } from "@univerjs/engine-formula";
2
+ import { UniverRPCNodeWorkerPlugin } from "@univerjs/rpc-node";
3
+ import { UniverSheetsPlugin } from "@univerjs/sheets";
4
+ import { UniverRemoteSheetsFormulaPlugin } from "@univerjs/sheets-formula";
5
+
6
+ export * from "@univerjs/engine-formula"
7
+
8
+ export * from "@univerjs/rpc-node"
9
+
10
+ export * from "@univerjs/sheets"
11
+
12
+ export * from "@univerjs/sheets-formula"
13
+
14
+ //#region src/worker.ts
15
+ function UniverSheetsNodeCoreWorkerPreset(config = {}) {
16
+ const { formula } = config;
17
+ return { plugins: [
18
+ [UniverSheetsPlugin, { onlyRegisterFormulaRelatedMutations: true }],
19
+ [UniverFormulaEnginePlugin, { function: formula === null || formula === void 0 ? void 0 : formula.function }],
20
+ UniverRPCNodeWorkerPlugin,
21
+ UniverRemoteSheetsFormulaPlugin
22
+ ] };
21
23
  }
22
- export {
23
- l as UniverSheetsNodeCoreWorkerPreset
24
- };
24
+
25
+ //#endregion
26
+ export { UniverSheetsNodeCoreWorkerPreset };
package/lib/index.js CHANGED
@@ -1,62 +1,75 @@
1
- import { UniverDocsPlugin as m } from "@univerjs/docs";
2
- export * from "@univerjs/docs";
3
- import { UniverFormulaEnginePlugin as n } from "@univerjs/engine-formula";
4
- export * from "@univerjs/engine-formula";
5
- import { UniverRPCNodeMainPlugin as p } from "@univerjs/rpc-node";
6
- export * from "@univerjs/rpc-node";
7
- import { UniverSheetsPlugin as u } from "@univerjs/sheets";
8
- export * from "@univerjs/sheets";
9
- import { UniverSheetsDataValidationPlugin as f } from "@univerjs/sheets-data-validation";
10
- export * from "@univerjs/sheets-data-validation";
11
- import { UniverSheetsDrawingPlugin as l } from "@univerjs/sheets-drawing";
12
- export * from "@univerjs/sheets-drawing";
13
- import { UniverSheetsFilterPlugin as g } from "@univerjs/sheets-filter";
14
- export * from "@univerjs/sheets-filter";
15
- import { UniverSheetsFormulaPlugin as s } from "@univerjs/sheets-formula";
16
- export * from "@univerjs/sheets-formula";
17
- import { UniverSheetsHyperLinkPlugin as x } from "@univerjs/sheets-hyper-link";
18
- export * from "@univerjs/sheets-hyper-link";
19
- import { UniverSheetsSortPlugin as P } from "@univerjs/sheets-sort";
20
- export * from "@univerjs/sheets-sort";
21
- import { UniverSheetsThreadCommentPlugin as v } from "@univerjs/sheets-thread-comment";
22
- export * from "@univerjs/sheets-thread-comment";
23
- import { UniverThreadCommentPlugin as U } from "@univerjs/thread-comment";
24
- export * from "@univerjs/thread-comment";
25
- import "@univerjs/sheets/lib/facade";
26
- import "@univerjs/sheets-formula/lib/facade";
27
- import "@univerjs/sheets-data-validation/lib/facade";
28
- import "@univerjs/engine-formula/lib/facade";
29
- import "@univerjs/sheets-filter/lib/facade";
30
- import "@univerjs/sheets-hyper-link/lib/facade";
31
- import "@univerjs/sheets-numfmt/lib/facade";
32
- import "@univerjs/sheets-sort/lib/facade";
33
- import "@univerjs/sheets-thread-comment/lib/facade";
34
- function j(e = {}) {
35
- const { workerSrc: i, formula: r } = e, o = !!i;
36
- return {
37
- plugins: [
38
- o ? [p, { workerSrc: i }] : null,
39
- [n, {
40
- notExecuteFormula: o,
41
- function: r == null ? void 0 : r.function
42
- }],
43
- U,
44
- m,
45
- u,
46
- [s, {
47
- notExecuteFormula: o,
48
- description: r == null ? void 0 : r.description,
49
- initialFormulaComputing: r == null ? void 0 : r.initialFormulaComputing
50
- }],
51
- f,
52
- g,
53
- x,
54
- l,
55
- P,
56
- v
57
- ].filter((t) => !!t)
58
- };
1
+ import { UniverDocsPlugin } from "@univerjs/docs";
2
+ import { UniverFormulaEnginePlugin } from "@univerjs/engine-formula";
3
+ import { UniverRPCNodeMainPlugin } from "@univerjs/rpc-node";
4
+ import { UniverSheetsPlugin } from "@univerjs/sheets";
5
+ import { UniverSheetsDataValidationPlugin } from "@univerjs/sheets-data-validation";
6
+ import { UniverSheetsDrawingPlugin } from "@univerjs/sheets-drawing";
7
+ import { UniverSheetsFilterPlugin } from "@univerjs/sheets-filter";
8
+ import { UniverSheetsFormulaPlugin } from "@univerjs/sheets-formula";
9
+ import { UniverSheetsHyperLinkPlugin } from "@univerjs/sheets-hyper-link";
10
+ import { UniverSheetsSortPlugin } from "@univerjs/sheets-sort";
11
+ import { UniverSheetsThreadCommentPlugin } from "@univerjs/sheets-thread-comment";
12
+ import { UniverThreadCommentPlugin } from "@univerjs/thread-comment";
13
+ import "@univerjs/sheets/facade";
14
+ import "@univerjs/sheets-formula/facade";
15
+ import "@univerjs/sheets-data-validation/facade";
16
+ import "@univerjs/engine-formula/facade";
17
+ import "@univerjs/sheets-filter/facade";
18
+ import "@univerjs/sheets-hyper-link/facade";
19
+ import "@univerjs/sheets-numfmt/facade";
20
+ import "@univerjs/sheets-sort/facade";
21
+ import "@univerjs/sheets-thread-comment/facade";
22
+
23
+ export * from "@univerjs/docs"
24
+
25
+ export * from "@univerjs/engine-formula"
26
+
27
+ export * from "@univerjs/rpc-node"
28
+
29
+ export * from "@univerjs/sheets"
30
+
31
+ export * from "@univerjs/sheets-data-validation"
32
+
33
+ export * from "@univerjs/sheets-drawing"
34
+
35
+ export * from "@univerjs/sheets-filter"
36
+
37
+ export * from "@univerjs/sheets-formula"
38
+
39
+ export * from "@univerjs/sheets-hyper-link"
40
+
41
+ export * from "@univerjs/sheets-sort"
42
+
43
+ export * from "@univerjs/sheets-thread-comment"
44
+
45
+ export * from "@univerjs/thread-comment"
46
+
47
+ //#region src/preset.ts
48
+ function UniverSheetsNodeCorePreset(config = {}) {
49
+ const { workerSrc, formula } = config;
50
+ const useWorker = !!workerSrc;
51
+ return { plugins: [
52
+ useWorker ? [UniverRPCNodeMainPlugin, { workerSrc }] : null,
53
+ [UniverFormulaEnginePlugin, {
54
+ notExecuteFormula: useWorker,
55
+ function: formula === null || formula === void 0 ? void 0 : formula.function
56
+ }],
57
+ UniverThreadCommentPlugin,
58
+ UniverDocsPlugin,
59
+ UniverSheetsPlugin,
60
+ [UniverSheetsFormulaPlugin, {
61
+ notExecuteFormula: useWorker,
62
+ description: formula === null || formula === void 0 ? void 0 : formula.description,
63
+ initialFormulaComputing: formula === null || formula === void 0 ? void 0 : formula.initialFormulaComputing
64
+ }],
65
+ UniverSheetsDataValidationPlugin,
66
+ UniverSheetsFilterPlugin,
67
+ UniverSheetsHyperLinkPlugin,
68
+ UniverSheetsDrawingPlugin,
69
+ UniverSheetsSortPlugin,
70
+ UniverSheetsThreadCommentPlugin
71
+ ].filter((v) => !!v) };
59
72
  }
60
- export {
61
- j as UniverSheetsNodeCorePreset
62
- };
73
+
74
+ //#endregion
75
+ export { UniverSheetsNodeCorePreset };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/sheets/locale/ar-SA";
3
- import s from "@univerjs/sheets-data-validation/locale/ar-SA";
4
- import o from "@univerjs/sheets-filter/locale/ar-SA";
5
- import t from "@univerjs/sheets-formula/locale/ar-SA";
6
- import i from "@univerjs/sheets-hyper-link/locale/ar-SA";
7
- const h = r(
8
- e,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/ar-SA";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/ar-SA";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/ar-SA";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/ar-SA";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/ar-SA";
6
+
7
+ //#region src/locales/ar-SA.ts
8
+ var ar_SA_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { ar_SA_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/ca-ES";
3
- import s from "@univerjs/sheets-data-validation/locale/ca-ES";
4
- import o from "@univerjs/sheets-filter/locale/ca-ES";
5
- import t from "@univerjs/sheets-formula/locale/ca-ES";
6
- import i from "@univerjs/sheets-hyper-link/locale/ca-ES";
7
- const h = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/ca-ES";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/ca-ES";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/ca-ES";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/ca-ES";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/ca-ES";
6
+
7
+ //#region src/locales/ca-ES.ts
8
+ var ca_ES_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { ca_ES_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/de-DE";
3
- import s from "@univerjs/sheets-data-validation/locale/de-DE";
4
- import o from "@univerjs/sheets-filter/locale/de-DE";
5
- import t from "@univerjs/sheets-formula/locale/de-DE";
6
- import i from "@univerjs/sheets-hyper-link/locale/de-DE";
7
- const h = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/de-DE";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/de-DE";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/de-DE";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/de-DE";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/de-DE";
6
+
7
+ //#region src/locales/de-DE.ts
8
+ var de_DE_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { de_DE_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/en-US";
3
- import s from "@univerjs/sheets-data-validation/locale/en-US";
4
- import o from "@univerjs/sheets-filter/locale/en-US";
5
- import t from "@univerjs/sheets-formula/locale/en-US";
6
- import i from "@univerjs/sheets-hyper-link/locale/en-US";
7
- const h = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/en-US";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/en-US";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/en-US";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/en-US";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/en-US";
6
+
7
+ //#region src/locales/en-US.ts
8
+ var en_US_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { en_US_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/es-ES";
3
- import s from "@univerjs/sheets-data-validation/locale/es-ES";
4
- import o from "@univerjs/sheets-filter/locale/es-ES";
5
- import t from "@univerjs/sheets-formula/locale/es-ES";
6
- import i from "@univerjs/sheets-hyper-link/locale/es-ES";
7
- const h = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/es-ES";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/es-ES";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/es-ES";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/es-ES";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/es-ES";
6
+
7
+ //#region src/locales/es-ES.ts
8
+ var es_ES_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { es_ES_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/fa-IR";
3
- import s from "@univerjs/sheets-data-validation/locale/fa-IR";
4
- import o from "@univerjs/sheets-filter/locale/fa-IR";
5
- import t from "@univerjs/sheets-formula/locale/fa-IR";
6
- import i from "@univerjs/sheets-hyper-link/locale/fa-IR";
7
- const h = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/fa-IR";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/fa-IR";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/fa-IR";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/fa-IR";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/fa-IR";
6
+
7
+ //#region src/locales/fa-IR.ts
8
+ var fa_IR_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { fa_IR_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/sheets/locale/fr-FR";
3
- import s from "@univerjs/sheets-data-validation/locale/fr-FR";
4
- import o from "@univerjs/sheets-filter/locale/fr-FR";
5
- import t from "@univerjs/sheets-formula/locale/fr-FR";
6
- import i from "@univerjs/sheets-hyper-link/locale/fr-FR";
7
- const h = r(
8
- e,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/fr-FR";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/fr-FR";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/fr-FR";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/fr-FR";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/fr-FR";
6
+
7
+ //#region src/locales/fr-FR.ts
8
+ var fr_FR_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { fr_FR_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/id-ID";
3
- import s from "@univerjs/sheets-data-validation/locale/id-ID";
4
- import o from "@univerjs/sheets-filter/locale/id-ID";
5
- import t from "@univerjs/sheets-formula/locale/id-ID";
6
- import i from "@univerjs/sheets-hyper-link/locale/id-ID";
7
- const h = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/id-ID";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/id-ID";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/id-ID";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/id-ID";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/id-ID";
6
+
7
+ //#region src/locales/id-ID.ts
8
+ var id_ID_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { id_ID_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/it-IT";
3
- import s from "@univerjs/sheets-data-validation/locale/it-IT";
4
- import t from "@univerjs/sheets-filter/locale/it-IT";
5
- import o from "@univerjs/sheets-formula/locale/it-IT";
6
- import i from "@univerjs/sheets-hyper-link/locale/it-IT";
7
- const h = e(
8
- r,
9
- s,
10
- t,
11
- o,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/it-IT";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/it-IT";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/it-IT";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/it-IT";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/it-IT";
6
+
7
+ //#region src/locales/it-IT.ts
8
+ var it_IT_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { it_IT_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/ja-JP";
3
- import s from "@univerjs/sheets-data-validation/locale/ja-JP";
4
- import o from "@univerjs/sheets-filter/locale/ja-JP";
5
- import t from "@univerjs/sheets-formula/locale/ja-JP";
6
- import i from "@univerjs/sheets-hyper-link/locale/ja-JP";
7
- const h = e(
8
- r,
9
- s,
10
- o,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/ja-JP";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/ja-JP";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/ja-JP";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/ja-JP";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/ja-JP";
6
+
7
+ //#region src/locales/ja-JP.ts
8
+ var ja_JP_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { ja_JP_default as default };
@@ -1,16 +1,11 @@
1
- import { mergeLocales as e } from "@univerjs/core";
2
- import r from "@univerjs/sheets/locale/ko-KR";
3
- import o from "@univerjs/sheets-data-validation/locale/ko-KR";
4
- import s from "@univerjs/sheets-filter/locale/ko-KR";
5
- import t from "@univerjs/sheets-formula/locale/ko-KR";
6
- import i from "@univerjs/sheets-hyper-link/locale/ko-KR";
7
- const h = e(
8
- r,
9
- o,
10
- s,
11
- t,
12
- i
13
- );
14
- export {
15
- h as default
16
- };
1
+ import univerjssheets from "@univerjs/sheets/locale/ko-KR";
2
+ import univerjssheetsdatavalidation from "@univerjs/sheets-data-validation/locale/ko-KR";
3
+ import univerjssheetsfilter from "@univerjs/sheets-filter/locale/ko-KR";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/ko-KR";
5
+ import univerjssheetshyperlink from "@univerjs/sheets-hyper-link/locale/ko-KR";
6
+
7
+ //#region src/locales/ko-KR.ts
8
+ var ko_KR_default = Object.assign({}, univerjssheets, univerjssheetsdatavalidation, univerjssheetsfilter, univerjssheetsformula, univerjssheetshyperlink);
9
+
10
+ //#endregion
11
+ export { ko_KR_default as default };