@univerjs/preset-sheets-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 (112) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +184 -1
  3. package/lib/cjs/locales/ar-SA.js +23 -1
  4. package/lib/cjs/locales/ca-ES.js +23 -1
  5. package/lib/cjs/locales/de-DE.js +23 -1
  6. package/lib/cjs/locales/en-US.js +23 -1
  7. package/lib/cjs/locales/es-ES.js +23 -1
  8. package/lib/cjs/locales/fa-IR.js +23 -1
  9. package/lib/cjs/locales/fr-FR.js +23 -1
  10. package/lib/cjs/locales/id-ID.js +23 -1
  11. package/lib/cjs/locales/it-IT.js +23 -1
  12. package/lib/cjs/locales/ja-JP.js +23 -1
  13. package/lib/cjs/locales/ko-KR.js +23 -1
  14. package/lib/cjs/locales/pl-PL.js +23 -1
  15. package/lib/cjs/locales/pt-BR.js +23 -1
  16. package/lib/cjs/locales/ru-RU.js +23 -1
  17. package/lib/cjs/locales/sk-SK.js +23 -1
  18. package/lib/cjs/locales/vi-VN.js +23 -1
  19. package/lib/cjs/locales/zh-CN.js +23 -1
  20. package/lib/cjs/locales/zh-HK.js +23 -1
  21. package/lib/cjs/locales/zh-TW.js +23 -1
  22. package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
  23. package/lib/cjs/worker.js +19 -1
  24. package/lib/es/index.js +112 -115
  25. package/lib/es/locales/ar-SA.js +14 -22
  26. package/lib/es/locales/ca-ES.js +14 -22
  27. package/lib/es/locales/de-DE.js +14 -22
  28. package/lib/es/locales/en-US.js +14 -22
  29. package/lib/es/locales/es-ES.js +14 -22
  30. package/lib/es/locales/fa-IR.js +14 -22
  31. package/lib/es/locales/fr-FR.js +14 -22
  32. package/lib/es/locales/id-ID.js +14 -22
  33. package/lib/es/locales/it-IT.js +14 -22
  34. package/lib/es/locales/ja-JP.js +14 -22
  35. package/lib/es/locales/ko-KR.js +14 -22
  36. package/lib/es/locales/pl-PL.js +14 -22
  37. package/lib/es/locales/pt-BR.js +14 -22
  38. package/lib/es/locales/ru-RU.js +14 -22
  39. package/lib/es/locales/sk-SK.js +14 -22
  40. package/lib/es/locales/vi-VN.js +14 -22
  41. package/lib/es/locales/zh-CN.js +14 -22
  42. package/lib/es/locales/zh-HK.js +14 -22
  43. package/lib/es/locales/zh-TW.js +14 -22
  44. package/lib/es/worker.js +17 -19
  45. package/lib/index.css +7177 -1
  46. package/lib/index.js +112 -115
  47. package/lib/locales/ar-SA.js +14 -22
  48. package/lib/locales/ca-ES.js +14 -22
  49. package/lib/locales/de-DE.js +14 -22
  50. package/lib/locales/en-US.js +14 -22
  51. package/lib/locales/es-ES.js +14 -22
  52. package/lib/locales/fa-IR.js +14 -22
  53. package/lib/locales/fr-FR.js +14 -22
  54. package/lib/locales/id-ID.js +14 -22
  55. package/lib/locales/it-IT.js +14 -22
  56. package/lib/locales/ja-JP.js +14 -22
  57. package/lib/locales/ko-KR.js +14 -22
  58. package/lib/locales/pl-PL.js +14 -22
  59. package/lib/locales/pt-BR.js +14 -22
  60. package/lib/locales/ru-RU.js +14 -22
  61. package/lib/locales/sk-SK.js +14 -22
  62. package/lib/locales/vi-VN.js +14 -22
  63. package/lib/locales/zh-CN.js +14 -22
  64. package/lib/locales/zh-HK.js +14 -22
  65. package/lib/locales/zh-TW.js +14 -22
  66. package/lib/types/index.d.ts +16 -1
  67. package/lib/types/locales/ar-SA.d.ts +1 -3
  68. package/lib/types/locales/ca-ES.d.ts +1 -3
  69. package/lib/types/locales/de-DE.d.ts +1 -3
  70. package/lib/types/locales/en-US.d.ts +1 -3
  71. package/lib/types/locales/es-ES.d.ts +1 -3
  72. package/lib/types/locales/fa-IR.d.ts +1 -3
  73. package/lib/types/locales/fr-FR.d.ts +1 -3
  74. package/lib/types/locales/id-ID.d.ts +1 -3
  75. package/lib/types/locales/it-IT.d.ts +1 -3
  76. package/lib/types/locales/ja-JP.d.ts +1 -3
  77. package/lib/types/locales/ko-KR.d.ts +1 -3
  78. package/lib/types/locales/pl-PL.d.ts +1 -3
  79. package/lib/types/locales/pt-BR.d.ts +1 -3
  80. package/lib/types/locales/ru-RU.d.ts +1 -3
  81. package/lib/types/locales/sk-SK.d.ts +1 -3
  82. package/lib/types/locales/vi-VN.d.ts +1 -3
  83. package/lib/types/locales/zh-CN.d.ts +1 -3
  84. package/lib/types/locales/zh-HK.d.ts +1 -3
  85. package/lib/types/locales/zh-TW.d.ts +1 -3
  86. package/lib/types/preset.d.ts +61 -0
  87. package/lib/types/types.d.ts +19 -15
  88. package/lib/types/worker.d.ts +17 -1
  89. package/lib/worker.js +17 -19
  90. package/package.json +26 -28
  91. package/lib/types/umd.d.ts +0 -51
  92. package/lib/umd/index.js +0 -426
  93. package/lib/umd/locales/ar-SA.js +0 -69
  94. package/lib/umd/locales/ca-ES.js +0 -64
  95. package/lib/umd/locales/de-DE.js +0 -69
  96. package/lib/umd/locales/en-US.js +0 -69
  97. package/lib/umd/locales/es-ES.js +0 -64
  98. package/lib/umd/locales/fa-IR.js +0 -69
  99. package/lib/umd/locales/fr-FR.js +0 -69
  100. package/lib/umd/locales/id-ID.js +0 -69
  101. package/lib/umd/locales/it-IT.js +0 -69
  102. package/lib/umd/locales/ja-JP.js +0 -68
  103. package/lib/umd/locales/ko-KR.js +0 -62
  104. package/lib/umd/locales/pl-PL.js +0 -69
  105. package/lib/umd/locales/pt-BR.js +0 -69
  106. package/lib/umd/locales/ru-RU.js +0 -56
  107. package/lib/umd/locales/sk-SK.js +0 -64
  108. package/lib/umd/locales/vi-VN.js +0 -68
  109. package/lib/umd/locales/zh-CN.js +0 -69
  110. package/lib/umd/locales/zh-HK.js +0 -69
  111. package/lib/umd/locales/zh-TW.js +0 -69
  112. package/lib/umd/worker.js +0 -1
package/lib/index.js CHANGED
@@ -1,116 +1,113 @@
1
- import { UniverDocsPlugin as v } from "@univerjs/docs";
2
- export * from "@univerjs/docs";
3
- import { UniverDocsUIPlugin as C } from "@univerjs/docs-ui";
4
- export * from "@univerjs/docs-ui";
5
- import { UniverFormulaEnginePlugin as b } from "@univerjs/engine-formula";
6
- export * from "@univerjs/engine-formula";
7
- import { UniverRenderEnginePlugin as R } from "@univerjs/engine-render";
8
- export * from "@univerjs/engine-render";
9
- import { UniverNetworkPlugin as y } from "@univerjs/network";
10
- export * from "@univerjs/network";
11
- import { UniverRPCMainThreadPlugin as k } from "@univerjs/rpc";
12
- export * from "@univerjs/rpc";
13
- import { UniverSheetsPlugin as w } from "@univerjs/sheets";
14
- export * from "@univerjs/sheets";
15
- import { UniverSheetsFormulaPlugin as M } from "@univerjs/sheets-formula";
16
- export * from "@univerjs/sheets-formula";
17
- import { UniverSheetsFormulaUIPlugin as A } from "@univerjs/sheets-formula-ui";
18
- export * from "@univerjs/sheets-formula-ui";
19
- import { UniverSheetsNumfmtPlugin as T } from "@univerjs/sheets-numfmt";
20
- export * from "@univerjs/sheets-numfmt";
21
- import { UniverSheetsNumfmtUIPlugin as E } from "@univerjs/sheets-numfmt-ui";
22
- export * from "@univerjs/sheets-numfmt-ui";
23
- import { UniverSheetsUIPlugin as I } from "@univerjs/sheets-ui";
24
- export * from "@univerjs/sheets-ui";
25
- import { UniverUIPlugin as H } from "@univerjs/ui";
26
- export * from "@univerjs/ui";
27
- import "@univerjs/network/lib/facade";
28
- import "@univerjs/sheets/lib/facade";
29
- import "@univerjs/ui/lib/facade";
30
- import "@univerjs/docs-ui/lib/facade";
31
- import "@univerjs/sheets-ui/lib/facade";
32
- import "@univerjs/engine-formula/lib/facade";
33
- import "@univerjs/sheets-formula/lib/facade";
34
- import "@univerjs/sheets-numfmt/lib/facade";
35
- import "@univerjs/sheets-formula-ui/lib/facade";
36
- export * from "@univerjs/design";
37
- function or(m = {}) {
38
- var n;
39
- const {
40
- container: l = "app",
41
- workerURL: t,
42
- header: p,
43
- footer: u,
44
- toolbar: a,
45
- ribbonType: c,
46
- formulaBar: f,
47
- menu: g,
48
- contextMenu: S,
49
- disableAutoFocus: d,
50
- customFontFamily: x,
51
- docs: i,
52
- sheets: r,
53
- formula: o,
54
- disableTextFormatAlert: U,
55
- disableTextFormatMark: F
56
- } = m, e = !!t;
57
- return {
58
- plugins: [
59
- y,
60
- [v, {
61
- hasScroll: i == null ? void 0 : i.hasScroll
62
- }],
63
- R,
64
- [H, {
65
- container: l,
66
- header: p,
67
- toolbar: a,
68
- ribbonType: c,
69
- menu: g,
70
- contextMenu: S,
71
- disableAutoFocus: d,
72
- customFontFamily: x
73
- }],
74
- C,
75
- e ? [k, { workerURL: t }] : null,
76
- [b, {
77
- notExecuteFormula: e,
78
- function: o == null ? void 0 : o.function
79
- }],
80
- [w, {
81
- notExecuteFormula: e,
82
- onlyRegisterFormulaRelatedMutations: !1,
83
- isRowStylePrecedeColumnStyle: r == null ? void 0 : r.isRowStylePrecedeColumnStyle,
84
- autoHeightForMergedCells: r == null ? void 0 : r.autoHeightForMergedCells,
85
- freezeSync: r == null ? void 0 : r.freezeSync
86
- }],
87
- [I, {
88
- formulaBar: f,
89
- footer: u,
90
- maxAutoHeightCount: r == null ? void 0 : r.maxAutoHeightCount,
91
- clipboardConfig: r == null ? void 0 : r.clipboardConfig,
92
- scrollConfig: r == null ? void 0 : r.scrollConfig,
93
- protectedRangeShadow: (n = r == null ? void 0 : r.protectedRangeShadow) != null ? n : !0,
94
- protectedRangeUserSelector: r == null ? void 0 : r.protectedRangeUserSelector,
95
- disableForceStringAlert: r == null ? void 0 : r.disableForceStringAlert,
96
- disableForceStringMark: r == null ? void 0 : r.disableForceStringMark
97
- }],
98
- [T, {
99
- disableTextFormatAlert: U,
100
- disableTextFormatMark: F
101
- }],
102
- E,
103
- [M, {
104
- notExecuteFormula: e,
105
- description: o == null ? void 0 : o.description,
106
- initialFormulaComputing: o == null ? void 0 : o.initialFormulaComputing
107
- }],
108
- [A, {
109
- functionScreenTips: o == null ? void 0 : o.functionScreenTips
110
- }]
111
- ].filter((P) => !!P)
112
- };
1
+ import { UniverDocsPlugin } from "@univerjs/docs";
2
+ import { UniverDocsUIPlugin } from "@univerjs/docs-ui";
3
+ import { UniverFormulaEnginePlugin } from "@univerjs/engine-formula";
4
+ import { UniverRenderEnginePlugin } from "@univerjs/engine-render";
5
+ import { UniverNetworkPlugin } from "@univerjs/network";
6
+ import { UniverRPCMainThreadPlugin } from "@univerjs/rpc";
7
+ import { UniverSheetsPlugin } from "@univerjs/sheets";
8
+ import { UniverSheetsFormulaPlugin } from "@univerjs/sheets-formula";
9
+ import { UniverSheetsFormulaUIPlugin } from "@univerjs/sheets-formula-ui";
10
+ import { UniverSheetsNumfmtPlugin } from "@univerjs/sheets-numfmt";
11
+ import { UniverSheetsNumfmtUIPlugin } from "@univerjs/sheets-numfmt-ui";
12
+ import { UniverSheetsUIPlugin } from "@univerjs/sheets-ui";
13
+ import { UniverUIPlugin } from "@univerjs/ui";
14
+ import "@univerjs/network/facade";
15
+ import "@univerjs/sheets/facade";
16
+ import "@univerjs/ui/facade";
17
+ import "@univerjs/docs-ui/facade";
18
+ import "@univerjs/sheets-ui/facade";
19
+ import "@univerjs/engine-formula/facade";
20
+ import "@univerjs/sheets-formula/facade";
21
+ import "@univerjs/sheets-numfmt/facade";
22
+ import "@univerjs/sheets-formula-ui/facade";
23
+
24
+ export * from "@univerjs/docs"
25
+
26
+ export * from "@univerjs/docs-ui"
27
+
28
+ export * from "@univerjs/engine-formula"
29
+
30
+ export * from "@univerjs/engine-render"
31
+
32
+ export * from "@univerjs/network"
33
+
34
+ export * from "@univerjs/rpc"
35
+
36
+ export * from "@univerjs/sheets"
37
+
38
+ export * from "@univerjs/sheets-formula"
39
+
40
+ export * from "@univerjs/sheets-formula-ui"
41
+
42
+ export * from "@univerjs/sheets-numfmt"
43
+
44
+ export * from "@univerjs/sheets-numfmt-ui"
45
+
46
+ export * from "@univerjs/sheets-ui"
47
+
48
+ export * from "@univerjs/ui"
49
+
50
+ export * from "@univerjs/design"
51
+
52
+ //#region src/preset.ts
53
+ /**
54
+ * This presets helps you to create a Univer sheet with open sourced features.
55
+ */
56
+ function UniverSheetsCorePreset(config = {}) {
57
+ var _sheets$protectedRang;
58
+ const { container = "app", workerURL: workerSrc, header, footer, toolbar, ribbonType, formulaBar, menu, contextMenu, disableAutoFocus, customFontFamily, docs, sheets, formula, disableTextFormatAlert, disableTextFormatMark } = config;
59
+ const useWorker = !!workerSrc;
60
+ return { plugins: [
61
+ UniverNetworkPlugin,
62
+ [UniverDocsPlugin, { hasScroll: docs === null || docs === void 0 ? void 0 : docs.hasScroll }],
63
+ UniverRenderEnginePlugin,
64
+ [UniverUIPlugin, {
65
+ container,
66
+ header,
67
+ toolbar,
68
+ ribbonType,
69
+ menu,
70
+ contextMenu,
71
+ disableAutoFocus,
72
+ customFontFamily
73
+ }],
74
+ UniverDocsUIPlugin,
75
+ useWorker ? [UniverRPCMainThreadPlugin, { workerURL: workerSrc }] : null,
76
+ [UniverFormulaEnginePlugin, {
77
+ notExecuteFormula: useWorker,
78
+ function: formula === null || formula === void 0 ? void 0 : formula.function
79
+ }],
80
+ [UniverSheetsPlugin, {
81
+ notExecuteFormula: useWorker,
82
+ onlyRegisterFormulaRelatedMutations: false,
83
+ isRowStylePrecedeColumnStyle: sheets === null || sheets === void 0 ? void 0 : sheets.isRowStylePrecedeColumnStyle,
84
+ autoHeightForMergedCells: sheets === null || sheets === void 0 ? void 0 : sheets.autoHeightForMergedCells,
85
+ freezeSync: sheets === null || sheets === void 0 ? void 0 : sheets.freezeSync
86
+ }],
87
+ [UniverSheetsUIPlugin, {
88
+ formulaBar,
89
+ footer,
90
+ maxAutoHeightCount: sheets === null || sheets === void 0 ? void 0 : sheets.maxAutoHeightCount,
91
+ clipboardConfig: sheets === null || sheets === void 0 ? void 0 : sheets.clipboardConfig,
92
+ scrollConfig: sheets === null || sheets === void 0 ? void 0 : sheets.scrollConfig,
93
+ protectedRangeShadow: (_sheets$protectedRang = sheets === null || sheets === void 0 ? void 0 : sheets.protectedRangeShadow) !== null && _sheets$protectedRang !== void 0 ? _sheets$protectedRang : true,
94
+ protectedRangeUserSelector: sheets === null || sheets === void 0 ? void 0 : sheets.protectedRangeUserSelector,
95
+ disableForceStringAlert: sheets === null || sheets === void 0 ? void 0 : sheets.disableForceStringAlert,
96
+ disableForceStringMark: sheets === null || sheets === void 0 ? void 0 : sheets.disableForceStringMark
97
+ }],
98
+ [UniverSheetsNumfmtPlugin, {
99
+ disableTextFormatAlert,
100
+ disableTextFormatMark
101
+ }],
102
+ UniverSheetsNumfmtUIPlugin,
103
+ [UniverSheetsFormulaPlugin, {
104
+ notExecuteFormula: useWorker,
105
+ description: formula === null || formula === void 0 ? void 0 : formula.description,
106
+ initialFormulaComputing: formula === null || formula === void 0 ? void 0 : formula.initialFormulaComputing
107
+ }],
108
+ [UniverSheetsFormulaUIPlugin, { functionScreenTips: formula === null || formula === void 0 ? void 0 : formula.functionScreenTips }]
109
+ ].filter((v) => !!v) };
113
110
  }
114
- export {
115
- or as UniverSheetsCorePreset
116
- };
111
+
112
+ //#endregion
113
+ export { UniverSheetsCorePreset };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/ar-SA";
3
- import o from "@univerjs/docs-ui/locale/ar-SA";
4
- import i from "@univerjs/sheets/locale/ar-SA";
5
- import m from "@univerjs/sheets-formula/locale/ar-SA";
6
- import s from "@univerjs/sheets-formula-ui/locale/ar-SA";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/ar-SA";
8
- import u from "@univerjs/sheets-ui/locale/ar-SA";
9
- import f from "@univerjs/ui/locale/ar-SA";
10
- const g = r(
11
- e,
12
- o,
13
- i,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/ar-SA";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/ar-SA";
3
+ import univerjssheets from "@univerjs/sheets/locale/ar-SA";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/ar-SA";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/ar-SA";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/ar-SA";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/ar-SA";
8
+ import univerjsui from "@univerjs/ui/locale/ar-SA";
9
+
10
+ //#region src/locales/ar-SA.ts
11
+ var ar_SA_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { ar_SA_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/ca-ES";
3
- import o from "@univerjs/docs-ui/locale/ca-ES";
4
- import i from "@univerjs/sheets/locale/ca-ES";
5
- import m from "@univerjs/sheets-formula/locale/ca-ES";
6
- import s from "@univerjs/sheets-formula-ui/locale/ca-ES";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/ca-ES";
8
- import u from "@univerjs/sheets-ui/locale/ca-ES";
9
- import f from "@univerjs/ui/locale/ca-ES";
10
- const g = r(
11
- e,
12
- o,
13
- i,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/ca-ES";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/ca-ES";
3
+ import univerjssheets from "@univerjs/sheets/locale/ca-ES";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/ca-ES";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/ca-ES";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/ca-ES";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/ca-ES";
8
+ import univerjsui from "@univerjs/ui/locale/ca-ES";
9
+
10
+ //#region src/locales/ca-ES.ts
11
+ var ca_ES_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { ca_ES_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/de-DE";
3
- import o from "@univerjs/docs-ui/locale/de-DE";
4
- import i from "@univerjs/sheets/locale/de-DE";
5
- import m from "@univerjs/sheets-formula/locale/de-DE";
6
- import s from "@univerjs/sheets-formula-ui/locale/de-DE";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/de-DE";
8
- import u from "@univerjs/sheets-ui/locale/de-DE";
9
- import f from "@univerjs/ui/locale/de-DE";
10
- const g = r(
11
- e,
12
- o,
13
- i,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/de-DE";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/de-DE";
3
+ import univerjssheets from "@univerjs/sheets/locale/de-DE";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/de-DE";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/de-DE";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/de-DE";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/de-DE";
8
+ import univerjsui from "@univerjs/ui/locale/de-DE";
9
+
10
+ //#region src/locales/de-DE.ts
11
+ var de_DE_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { de_DE_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/en-US";
3
- import o from "@univerjs/docs-ui/locale/en-US";
4
- import i from "@univerjs/sheets/locale/en-US";
5
- import m from "@univerjs/sheets-formula/locale/en-US";
6
- import s from "@univerjs/sheets-formula-ui/locale/en-US";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/en-US";
8
- import u from "@univerjs/sheets-ui/locale/en-US";
9
- import f from "@univerjs/ui/locale/en-US";
10
- const g = r(
11
- e,
12
- o,
13
- i,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/en-US";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/en-US";
3
+ import univerjssheets from "@univerjs/sheets/locale/en-US";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/en-US";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/en-US";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/en-US";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/en-US";
8
+ import univerjsui from "@univerjs/ui/locale/en-US";
9
+
10
+ //#region src/locales/en-US.ts
11
+ var en_US_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { en_US_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/es-ES";
3
- import o from "@univerjs/docs-ui/locale/es-ES";
4
- import s from "@univerjs/sheets/locale/es-ES";
5
- import i from "@univerjs/sheets-formula/locale/es-ES";
6
- import m from "@univerjs/sheets-formula-ui/locale/es-ES";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/es-ES";
8
- import u from "@univerjs/sheets-ui/locale/es-ES";
9
- import f from "@univerjs/ui/locale/es-ES";
10
- const g = r(
11
- e,
12
- o,
13
- s,
14
- i,
15
- m,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/es-ES";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/es-ES";
3
+ import univerjssheets from "@univerjs/sheets/locale/es-ES";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/es-ES";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/es-ES";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/es-ES";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/es-ES";
8
+ import univerjsui from "@univerjs/ui/locale/es-ES";
9
+
10
+ //#region src/locales/es-ES.ts
11
+ var es_ES_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { es_ES_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/fa-IR";
3
- import o from "@univerjs/docs-ui/locale/fa-IR";
4
- import i from "@univerjs/sheets/locale/fa-IR";
5
- import m from "@univerjs/sheets-formula/locale/fa-IR";
6
- import s from "@univerjs/sheets-formula-ui/locale/fa-IR";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/fa-IR";
8
- import u from "@univerjs/sheets-ui/locale/fa-IR";
9
- import f from "@univerjs/ui/locale/fa-IR";
10
- const g = r(
11
- e,
12
- o,
13
- i,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/fa-IR";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/fa-IR";
3
+ import univerjssheets from "@univerjs/sheets/locale/fa-IR";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/fa-IR";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/fa-IR";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/fa-IR";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/fa-IR";
8
+ import univerjsui from "@univerjs/ui/locale/fa-IR";
9
+
10
+ //#region src/locales/fa-IR.ts
11
+ var fa_IR_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { fa_IR_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/fr-FR";
3
- import o from "@univerjs/docs-ui/locale/fr-FR";
4
- import i from "@univerjs/sheets/locale/fr-FR";
5
- import m from "@univerjs/sheets-formula/locale/fr-FR";
6
- import s from "@univerjs/sheets-formula-ui/locale/fr-FR";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/fr-FR";
8
- import u from "@univerjs/sheets-ui/locale/fr-FR";
9
- import f from "@univerjs/ui/locale/fr-FR";
10
- const g = r(
11
- e,
12
- o,
13
- i,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/fr-FR";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/fr-FR";
3
+ import univerjssheets from "@univerjs/sheets/locale/fr-FR";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/fr-FR";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/fr-FR";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/fr-FR";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/fr-FR";
8
+ import univerjsui from "@univerjs/ui/locale/fr-FR";
9
+
10
+ //#region src/locales/fr-FR.ts
11
+ var fr_FR_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { fr_FR_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/id-ID";
3
- import i from "@univerjs/docs-ui/locale/id-ID";
4
- import o from "@univerjs/sheets/locale/id-ID";
5
- import m from "@univerjs/sheets-formula/locale/id-ID";
6
- import s from "@univerjs/sheets-formula-ui/locale/id-ID";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/id-ID";
8
- import u from "@univerjs/sheets-ui/locale/id-ID";
9
- import f from "@univerjs/ui/locale/id-ID";
10
- const g = r(
11
- e,
12
- i,
13
- o,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/id-ID";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/id-ID";
3
+ import univerjssheets from "@univerjs/sheets/locale/id-ID";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/id-ID";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/id-ID";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/id-ID";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/id-ID";
8
+ import univerjsui from "@univerjs/ui/locale/id-ID";
9
+
10
+ //#region src/locales/id-ID.ts
11
+ var id_ID_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { id_ID_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/it-IT";
3
- import i from "@univerjs/docs-ui/locale/it-IT";
4
- import o from "@univerjs/sheets/locale/it-IT";
5
- import m from "@univerjs/sheets-formula/locale/it-IT";
6
- import s from "@univerjs/sheets-formula-ui/locale/it-IT";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/it-IT";
8
- import u from "@univerjs/sheets-ui/locale/it-IT";
9
- import f from "@univerjs/ui/locale/it-IT";
10
- const g = r(
11
- e,
12
- i,
13
- o,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/it-IT";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/it-IT";
3
+ import univerjssheets from "@univerjs/sheets/locale/it-IT";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/it-IT";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/it-IT";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/it-IT";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/it-IT";
8
+ import univerjsui from "@univerjs/ui/locale/it-IT";
9
+
10
+ //#region src/locales/it-IT.ts
11
+ var it_IT_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { it_IT_default as default };
@@ -1,22 +1,14 @@
1
- import { mergeLocales as r } from "@univerjs/core";
2
- import e from "@univerjs/design/locale/ja-JP";
3
- import o from "@univerjs/docs-ui/locale/ja-JP";
4
- import i from "@univerjs/sheets/locale/ja-JP";
5
- import m from "@univerjs/sheets-formula/locale/ja-JP";
6
- import s from "@univerjs/sheets-formula-ui/locale/ja-JP";
7
- import t from "@univerjs/sheets-numfmt-ui/locale/ja-JP";
8
- import u from "@univerjs/sheets-ui/locale/ja-JP";
9
- import f from "@univerjs/ui/locale/ja-JP";
10
- const g = r(
11
- e,
12
- o,
13
- i,
14
- m,
15
- s,
16
- t,
17
- u,
18
- f
19
- );
20
- export {
21
- g as default
22
- };
1
+ import univerjsdesign from "@univerjs/design/locale/ja-JP";
2
+ import univerjsdocsui from "@univerjs/docs-ui/locale/ja-JP";
3
+ import univerjssheets from "@univerjs/sheets/locale/ja-JP";
4
+ import univerjssheetsformula from "@univerjs/sheets-formula/locale/ja-JP";
5
+ import univerjssheetsformulaui from "@univerjs/sheets-formula-ui/locale/ja-JP";
6
+ import univerjssheetsnumfmtui from "@univerjs/sheets-numfmt-ui/locale/ja-JP";
7
+ import univerjssheetsui from "@univerjs/sheets-ui/locale/ja-JP";
8
+ import univerjsui from "@univerjs/ui/locale/ja-JP";
9
+
10
+ //#region src/locales/ja-JP.ts
11
+ var ja_JP_default = Object.assign({}, univerjsdesign, univerjsdocsui, univerjssheets, univerjssheetsformula, univerjssheetsformulaui, univerjssheetsnumfmtui, univerjssheetsui, univerjsui);
12
+
13
+ //#endregion
14
+ export { ja_JP_default as default };