@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.
- package/README.md +3 -3
- package/lib/cjs/index.js +184 -1
- package/lib/cjs/locales/ar-SA.js +23 -1
- package/lib/cjs/locales/ca-ES.js +23 -1
- package/lib/cjs/locales/de-DE.js +23 -1
- package/lib/cjs/locales/en-US.js +23 -1
- package/lib/cjs/locales/es-ES.js +23 -1
- package/lib/cjs/locales/fa-IR.js +23 -1
- package/lib/cjs/locales/fr-FR.js +23 -1
- package/lib/cjs/locales/id-ID.js +23 -1
- package/lib/cjs/locales/it-IT.js +23 -1
- package/lib/cjs/locales/ja-JP.js +23 -1
- package/lib/cjs/locales/ko-KR.js +23 -1
- package/lib/cjs/locales/pl-PL.js +23 -1
- package/lib/cjs/locales/pt-BR.js +23 -1
- package/lib/cjs/locales/ru-RU.js +23 -1
- package/lib/cjs/locales/sk-SK.js +23 -1
- package/lib/cjs/locales/vi-VN.js +23 -1
- package/lib/cjs/locales/zh-CN.js +23 -1
- package/lib/cjs/locales/zh-HK.js +23 -1
- package/lib/cjs/locales/zh-TW.js +23 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/cjs/worker.js +19 -1
- package/lib/es/index.js +112 -115
- package/lib/es/locales/ar-SA.js +14 -22
- package/lib/es/locales/ca-ES.js +14 -22
- package/lib/es/locales/de-DE.js +14 -22
- package/lib/es/locales/en-US.js +14 -22
- package/lib/es/locales/es-ES.js +14 -22
- package/lib/es/locales/fa-IR.js +14 -22
- package/lib/es/locales/fr-FR.js +14 -22
- package/lib/es/locales/id-ID.js +14 -22
- package/lib/es/locales/it-IT.js +14 -22
- package/lib/es/locales/ja-JP.js +14 -22
- package/lib/es/locales/ko-KR.js +14 -22
- package/lib/es/locales/pl-PL.js +14 -22
- package/lib/es/locales/pt-BR.js +14 -22
- package/lib/es/locales/ru-RU.js +14 -22
- package/lib/es/locales/sk-SK.js +14 -22
- package/lib/es/locales/vi-VN.js +14 -22
- package/lib/es/locales/zh-CN.js +14 -22
- package/lib/es/locales/zh-HK.js +14 -22
- package/lib/es/locales/zh-TW.js +14 -22
- package/lib/es/worker.js +17 -19
- package/lib/index.css +7177 -1
- package/lib/index.js +112 -115
- package/lib/locales/ar-SA.js +14 -22
- package/lib/locales/ca-ES.js +14 -22
- package/lib/locales/de-DE.js +14 -22
- package/lib/locales/en-US.js +14 -22
- package/lib/locales/es-ES.js +14 -22
- package/lib/locales/fa-IR.js +14 -22
- package/lib/locales/fr-FR.js +14 -22
- package/lib/locales/id-ID.js +14 -22
- package/lib/locales/it-IT.js +14 -22
- package/lib/locales/ja-JP.js +14 -22
- package/lib/locales/ko-KR.js +14 -22
- package/lib/locales/pl-PL.js +14 -22
- package/lib/locales/pt-BR.js +14 -22
- package/lib/locales/ru-RU.js +14 -22
- package/lib/locales/sk-SK.js +14 -22
- package/lib/locales/vi-VN.js +14 -22
- package/lib/locales/zh-CN.js +14 -22
- package/lib/locales/zh-HK.js +14 -22
- package/lib/locales/zh-TW.js +14 -22
- package/lib/types/index.d.ts +16 -1
- package/lib/types/locales/ar-SA.d.ts +1 -3
- package/lib/types/locales/ca-ES.d.ts +1 -3
- package/lib/types/locales/de-DE.d.ts +1 -3
- package/lib/types/locales/en-US.d.ts +1 -3
- package/lib/types/locales/es-ES.d.ts +1 -3
- package/lib/types/locales/fa-IR.d.ts +1 -3
- package/lib/types/locales/fr-FR.d.ts +1 -3
- package/lib/types/locales/id-ID.d.ts +1 -3
- package/lib/types/locales/it-IT.d.ts +1 -3
- package/lib/types/locales/ja-JP.d.ts +1 -3
- package/lib/types/locales/ko-KR.d.ts +1 -3
- package/lib/types/locales/pl-PL.d.ts +1 -3
- package/lib/types/locales/pt-BR.d.ts +1 -3
- package/lib/types/locales/ru-RU.d.ts +1 -3
- package/lib/types/locales/sk-SK.d.ts +1 -3
- package/lib/types/locales/vi-VN.d.ts +1 -3
- package/lib/types/locales/zh-CN.d.ts +1 -3
- package/lib/types/locales/zh-HK.d.ts +1 -3
- package/lib/types/locales/zh-TW.d.ts +1 -3
- package/lib/types/preset.d.ts +61 -0
- package/lib/types/types.d.ts +19 -15
- package/lib/types/worker.d.ts +17 -1
- package/lib/worker.js +17 -19
- package/package.json +26 -28
- package/lib/types/umd.d.ts +0 -51
- package/lib/umd/index.js +0 -426
- package/lib/umd/locales/ar-SA.js +0 -69
- package/lib/umd/locales/ca-ES.js +0 -64
- package/lib/umd/locales/de-DE.js +0 -69
- package/lib/umd/locales/en-US.js +0 -69
- package/lib/umd/locales/es-ES.js +0 -64
- package/lib/umd/locales/fa-IR.js +0 -69
- package/lib/umd/locales/fr-FR.js +0 -69
- package/lib/umd/locales/id-ID.js +0 -69
- package/lib/umd/locales/it-IT.js +0 -69
- package/lib/umd/locales/ja-JP.js +0 -68
- package/lib/umd/locales/ko-KR.js +0 -62
- package/lib/umd/locales/pl-PL.js +0 -69
- package/lib/umd/locales/pt-BR.js +0 -69
- package/lib/umd/locales/ru-RU.js +0 -56
- package/lib/umd/locales/sk-SK.js +0 -64
- package/lib/umd/locales/vi-VN.js +0 -68
- package/lib/umd/locales/zh-CN.js +0 -69
- package/lib/umd/locales/zh-HK.js +0 -69
- package/lib/umd/locales/zh-TW.js +0 -69
- package/lib/umd/worker.js +0 -1
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
## Package Overview
|
|
10
10
|
|
|
11
|
-
| Package |
|
|
12
|
-
| ------------------------------ |
|
|
13
|
-
| `@univerjs/preset-sheets-core` |
|
|
11
|
+
| Package | CSS | Locales | Facade entry |
|
|
12
|
+
| ------------------------------ | :-: | :-----: | :----------: |
|
|
13
|
+
| `@univerjs/preset-sheets-core` | Yes | Yes | Yes |
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
package/lib/cjs/index.js
CHANGED
|
@@ -1 +1,184 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
let _univerjs_docs = require("@univerjs/docs");
|
|
3
|
+
let _univerjs_docs_ui = require("@univerjs/docs-ui");
|
|
4
|
+
let _univerjs_engine_formula = require("@univerjs/engine-formula");
|
|
5
|
+
let _univerjs_engine_render = require("@univerjs/engine-render");
|
|
6
|
+
let _univerjs_network = require("@univerjs/network");
|
|
7
|
+
let _univerjs_rpc = require("@univerjs/rpc");
|
|
8
|
+
let _univerjs_sheets = require("@univerjs/sheets");
|
|
9
|
+
let _univerjs_sheets_formula = require("@univerjs/sheets-formula");
|
|
10
|
+
let _univerjs_sheets_formula_ui = require("@univerjs/sheets-formula-ui");
|
|
11
|
+
let _univerjs_sheets_numfmt = require("@univerjs/sheets-numfmt");
|
|
12
|
+
let _univerjs_sheets_numfmt_ui = require("@univerjs/sheets-numfmt-ui");
|
|
13
|
+
let _univerjs_sheets_ui = require("@univerjs/sheets-ui");
|
|
14
|
+
let _univerjs_ui = require("@univerjs/ui");
|
|
15
|
+
require("@univerjs/network/facade");
|
|
16
|
+
require("@univerjs/sheets/facade");
|
|
17
|
+
require("@univerjs/ui/facade");
|
|
18
|
+
require("@univerjs/docs-ui/facade");
|
|
19
|
+
require("@univerjs/sheets-ui/facade");
|
|
20
|
+
require("@univerjs/engine-formula/facade");
|
|
21
|
+
require("@univerjs/sheets-formula/facade");
|
|
22
|
+
require("@univerjs/sheets-numfmt/facade");
|
|
23
|
+
require("@univerjs/sheets-formula-ui/facade");
|
|
24
|
+
|
|
25
|
+
//#region src/preset.ts
|
|
26
|
+
/**
|
|
27
|
+
* This presets helps you to create a Univer sheet with open sourced features.
|
|
28
|
+
*/
|
|
29
|
+
function UniverSheetsCorePreset(config = {}) {
|
|
30
|
+
var _sheets$protectedRang;
|
|
31
|
+
const { container = "app", workerURL: workerSrc, header, footer, toolbar, ribbonType, formulaBar, menu, contextMenu, disableAutoFocus, customFontFamily, docs, sheets, formula, disableTextFormatAlert, disableTextFormatMark } = config;
|
|
32
|
+
const useWorker = !!workerSrc;
|
|
33
|
+
return { plugins: [
|
|
34
|
+
_univerjs_network.UniverNetworkPlugin,
|
|
35
|
+
[_univerjs_docs.UniverDocsPlugin, { hasScroll: docs === null || docs === void 0 ? void 0 : docs.hasScroll }],
|
|
36
|
+
_univerjs_engine_render.UniverRenderEnginePlugin,
|
|
37
|
+
[_univerjs_ui.UniverUIPlugin, {
|
|
38
|
+
container,
|
|
39
|
+
header,
|
|
40
|
+
toolbar,
|
|
41
|
+
ribbonType,
|
|
42
|
+
menu,
|
|
43
|
+
contextMenu,
|
|
44
|
+
disableAutoFocus,
|
|
45
|
+
customFontFamily
|
|
46
|
+
}],
|
|
47
|
+
_univerjs_docs_ui.UniverDocsUIPlugin,
|
|
48
|
+
useWorker ? [_univerjs_rpc.UniverRPCMainThreadPlugin, { workerURL: workerSrc }] : null,
|
|
49
|
+
[_univerjs_engine_formula.UniverFormulaEnginePlugin, {
|
|
50
|
+
notExecuteFormula: useWorker,
|
|
51
|
+
function: formula === null || formula === void 0 ? void 0 : formula.function
|
|
52
|
+
}],
|
|
53
|
+
[_univerjs_sheets.UniverSheetsPlugin, {
|
|
54
|
+
notExecuteFormula: useWorker,
|
|
55
|
+
onlyRegisterFormulaRelatedMutations: false,
|
|
56
|
+
isRowStylePrecedeColumnStyle: sheets === null || sheets === void 0 ? void 0 : sheets.isRowStylePrecedeColumnStyle,
|
|
57
|
+
autoHeightForMergedCells: sheets === null || sheets === void 0 ? void 0 : sheets.autoHeightForMergedCells,
|
|
58
|
+
freezeSync: sheets === null || sheets === void 0 ? void 0 : sheets.freezeSync
|
|
59
|
+
}],
|
|
60
|
+
[_univerjs_sheets_ui.UniverSheetsUIPlugin, {
|
|
61
|
+
formulaBar,
|
|
62
|
+
footer,
|
|
63
|
+
maxAutoHeightCount: sheets === null || sheets === void 0 ? void 0 : sheets.maxAutoHeightCount,
|
|
64
|
+
clipboardConfig: sheets === null || sheets === void 0 ? void 0 : sheets.clipboardConfig,
|
|
65
|
+
scrollConfig: sheets === null || sheets === void 0 ? void 0 : sheets.scrollConfig,
|
|
66
|
+
protectedRangeShadow: (_sheets$protectedRang = sheets === null || sheets === void 0 ? void 0 : sheets.protectedRangeShadow) !== null && _sheets$protectedRang !== void 0 ? _sheets$protectedRang : true,
|
|
67
|
+
protectedRangeUserSelector: sheets === null || sheets === void 0 ? void 0 : sheets.protectedRangeUserSelector,
|
|
68
|
+
disableForceStringAlert: sheets === null || sheets === void 0 ? void 0 : sheets.disableForceStringAlert,
|
|
69
|
+
disableForceStringMark: sheets === null || sheets === void 0 ? void 0 : sheets.disableForceStringMark
|
|
70
|
+
}],
|
|
71
|
+
[_univerjs_sheets_numfmt.UniverSheetsNumfmtPlugin, {
|
|
72
|
+
disableTextFormatAlert,
|
|
73
|
+
disableTextFormatMark
|
|
74
|
+
}],
|
|
75
|
+
_univerjs_sheets_numfmt_ui.UniverSheetsNumfmtUIPlugin,
|
|
76
|
+
[_univerjs_sheets_formula.UniverSheetsFormulaPlugin, {
|
|
77
|
+
notExecuteFormula: useWorker,
|
|
78
|
+
description: formula === null || formula === void 0 ? void 0 : formula.description,
|
|
79
|
+
initialFormulaComputing: formula === null || formula === void 0 ? void 0 : formula.initialFormulaComputing
|
|
80
|
+
}],
|
|
81
|
+
[_univerjs_sheets_formula_ui.UniverSheetsFormulaUIPlugin, { functionScreenTips: formula === null || formula === void 0 ? void 0 : formula.functionScreenTips }]
|
|
82
|
+
].filter((v) => !!v) };
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
//#endregion
|
|
86
|
+
exports.UniverSheetsCorePreset = UniverSheetsCorePreset;
|
|
87
|
+
var _univerjs_design = require("@univerjs/design");
|
|
88
|
+
Object.keys(_univerjs_design).forEach(function (k) {
|
|
89
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
90
|
+
enumerable: true,
|
|
91
|
+
get: function () { return _univerjs_design[k]; }
|
|
92
|
+
});
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
Object.keys(_univerjs_docs).forEach(function (k) {
|
|
96
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function () { return _univerjs_docs[k]; }
|
|
99
|
+
});
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
Object.keys(_univerjs_docs_ui).forEach(function (k) {
|
|
103
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return _univerjs_docs_ui[k]; }
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
Object.keys(_univerjs_engine_formula).forEach(function (k) {
|
|
110
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
111
|
+
enumerable: true,
|
|
112
|
+
get: function () { return _univerjs_engine_formula[k]; }
|
|
113
|
+
});
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
Object.keys(_univerjs_engine_render).forEach(function (k) {
|
|
117
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
118
|
+
enumerable: true,
|
|
119
|
+
get: function () { return _univerjs_engine_render[k]; }
|
|
120
|
+
});
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
Object.keys(_univerjs_network).forEach(function (k) {
|
|
124
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
125
|
+
enumerable: true,
|
|
126
|
+
get: function () { return _univerjs_network[k]; }
|
|
127
|
+
});
|
|
128
|
+
});
|
|
129
|
+
|
|
130
|
+
Object.keys(_univerjs_rpc).forEach(function (k) {
|
|
131
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return _univerjs_rpc[k]; }
|
|
134
|
+
});
|
|
135
|
+
});
|
|
136
|
+
|
|
137
|
+
Object.keys(_univerjs_sheets).forEach(function (k) {
|
|
138
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function () { return _univerjs_sheets[k]; }
|
|
141
|
+
});
|
|
142
|
+
});
|
|
143
|
+
|
|
144
|
+
Object.keys(_univerjs_sheets_formula).forEach(function (k) {
|
|
145
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function () { return _univerjs_sheets_formula[k]; }
|
|
148
|
+
});
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
Object.keys(_univerjs_sheets_formula_ui).forEach(function (k) {
|
|
152
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
153
|
+
enumerable: true,
|
|
154
|
+
get: function () { return _univerjs_sheets_formula_ui[k]; }
|
|
155
|
+
});
|
|
156
|
+
});
|
|
157
|
+
|
|
158
|
+
Object.keys(_univerjs_sheets_numfmt).forEach(function (k) {
|
|
159
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () { return _univerjs_sheets_numfmt[k]; }
|
|
162
|
+
});
|
|
163
|
+
});
|
|
164
|
+
|
|
165
|
+
Object.keys(_univerjs_sheets_numfmt_ui).forEach(function (k) {
|
|
166
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
167
|
+
enumerable: true,
|
|
168
|
+
get: function () { return _univerjs_sheets_numfmt_ui[k]; }
|
|
169
|
+
});
|
|
170
|
+
});
|
|
171
|
+
|
|
172
|
+
Object.keys(_univerjs_sheets_ui).forEach(function (k) {
|
|
173
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
174
|
+
enumerable: true,
|
|
175
|
+
get: function () { return _univerjs_sheets_ui[k]; }
|
|
176
|
+
});
|
|
177
|
+
});
|
|
178
|
+
|
|
179
|
+
Object.keys(_univerjs_ui).forEach(function (k) {
|
|
180
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () { return _univerjs_ui[k]; }
|
|
183
|
+
});
|
|
184
|
+
});
|
package/lib/cjs/locales/ar-SA.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_ar_SA = require("@univerjs/design/locale/ar-SA");
|
|
3
|
+
_univerjs_design_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_design_locale_ar_SA);
|
|
4
|
+
let _univerjs_docs_ui_locale_ar_SA = require("@univerjs/docs-ui/locale/ar-SA");
|
|
5
|
+
_univerjs_docs_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_ar_SA);
|
|
6
|
+
let _univerjs_sheets_locale_ar_SA = require("@univerjs/sheets/locale/ar-SA");
|
|
7
|
+
_univerjs_sheets_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_ar_SA);
|
|
8
|
+
let _univerjs_sheets_formula_locale_ar_SA = require("@univerjs/sheets-formula/locale/ar-SA");
|
|
9
|
+
_univerjs_sheets_formula_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_ar_SA);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_ar_SA = require("@univerjs/sheets-formula-ui/locale/ar-SA");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_ar_SA);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_ar_SA = require("@univerjs/sheets-numfmt-ui/locale/ar-SA");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_ar_SA);
|
|
14
|
+
let _univerjs_sheets_ui_locale_ar_SA = require("@univerjs/sheets-ui/locale/ar-SA");
|
|
15
|
+
_univerjs_sheets_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_ar_SA);
|
|
16
|
+
let _univerjs_ui_locale_ar_SA = require("@univerjs/ui/locale/ar-SA");
|
|
17
|
+
_univerjs_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_ui_locale_ar_SA);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/ar-SA.ts
|
|
20
|
+
var ar_SA_default = Object.assign({}, _univerjs_design_locale_ar_SA.default, _univerjs_docs_ui_locale_ar_SA.default, _univerjs_sheets_locale_ar_SA.default, _univerjs_sheets_formula_locale_ar_SA.default, _univerjs_sheets_formula_ui_locale_ar_SA.default, _univerjs_sheets_numfmt_ui_locale_ar_SA.default, _univerjs_sheets_ui_locale_ar_SA.default, _univerjs_ui_locale_ar_SA.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = ar_SA_default;
|
package/lib/cjs/locales/ca-ES.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_ca_ES = require("@univerjs/design/locale/ca-ES");
|
|
3
|
+
_univerjs_design_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_design_locale_ca_ES);
|
|
4
|
+
let _univerjs_docs_ui_locale_ca_ES = require("@univerjs/docs-ui/locale/ca-ES");
|
|
5
|
+
_univerjs_docs_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_ca_ES);
|
|
6
|
+
let _univerjs_sheets_locale_ca_ES = require("@univerjs/sheets/locale/ca-ES");
|
|
7
|
+
_univerjs_sheets_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_ca_ES);
|
|
8
|
+
let _univerjs_sheets_formula_locale_ca_ES = require("@univerjs/sheets-formula/locale/ca-ES");
|
|
9
|
+
_univerjs_sheets_formula_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_ca_ES);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_ca_ES = require("@univerjs/sheets-formula-ui/locale/ca-ES");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_ca_ES);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_ca_ES = require("@univerjs/sheets-numfmt-ui/locale/ca-ES");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_ca_ES);
|
|
14
|
+
let _univerjs_sheets_ui_locale_ca_ES = require("@univerjs/sheets-ui/locale/ca-ES");
|
|
15
|
+
_univerjs_sheets_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_ca_ES);
|
|
16
|
+
let _univerjs_ui_locale_ca_ES = require("@univerjs/ui/locale/ca-ES");
|
|
17
|
+
_univerjs_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_ui_locale_ca_ES);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/ca-ES.ts
|
|
20
|
+
var ca_ES_default = Object.assign({}, _univerjs_design_locale_ca_ES.default, _univerjs_docs_ui_locale_ca_ES.default, _univerjs_sheets_locale_ca_ES.default, _univerjs_sheets_formula_locale_ca_ES.default, _univerjs_sheets_formula_ui_locale_ca_ES.default, _univerjs_sheets_numfmt_ui_locale_ca_ES.default, _univerjs_sheets_ui_locale_ca_ES.default, _univerjs_ui_locale_ca_ES.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = ca_ES_default;
|
package/lib/cjs/locales/de-DE.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_de_DE = require("@univerjs/design/locale/de-DE");
|
|
3
|
+
_univerjs_design_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_design_locale_de_DE);
|
|
4
|
+
let _univerjs_docs_ui_locale_de_DE = require("@univerjs/docs-ui/locale/de-DE");
|
|
5
|
+
_univerjs_docs_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_de_DE);
|
|
6
|
+
let _univerjs_sheets_locale_de_DE = require("@univerjs/sheets/locale/de-DE");
|
|
7
|
+
_univerjs_sheets_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_de_DE);
|
|
8
|
+
let _univerjs_sheets_formula_locale_de_DE = require("@univerjs/sheets-formula/locale/de-DE");
|
|
9
|
+
_univerjs_sheets_formula_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_de_DE);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_de_DE = require("@univerjs/sheets-formula-ui/locale/de-DE");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_de_DE);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_de_DE = require("@univerjs/sheets-numfmt-ui/locale/de-DE");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_de_DE);
|
|
14
|
+
let _univerjs_sheets_ui_locale_de_DE = require("@univerjs/sheets-ui/locale/de-DE");
|
|
15
|
+
_univerjs_sheets_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_de_DE);
|
|
16
|
+
let _univerjs_ui_locale_de_DE = require("@univerjs/ui/locale/de-DE");
|
|
17
|
+
_univerjs_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_ui_locale_de_DE);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/de-DE.ts
|
|
20
|
+
var de_DE_default = Object.assign({}, _univerjs_design_locale_de_DE.default, _univerjs_docs_ui_locale_de_DE.default, _univerjs_sheets_locale_de_DE.default, _univerjs_sheets_formula_locale_de_DE.default, _univerjs_sheets_formula_ui_locale_de_DE.default, _univerjs_sheets_numfmt_ui_locale_de_DE.default, _univerjs_sheets_ui_locale_de_DE.default, _univerjs_ui_locale_de_DE.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = de_DE_default;
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_en_US = require("@univerjs/design/locale/en-US");
|
|
3
|
+
_univerjs_design_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_design_locale_en_US);
|
|
4
|
+
let _univerjs_docs_ui_locale_en_US = require("@univerjs/docs-ui/locale/en-US");
|
|
5
|
+
_univerjs_docs_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_en_US);
|
|
6
|
+
let _univerjs_sheets_locale_en_US = require("@univerjs/sheets/locale/en-US");
|
|
7
|
+
_univerjs_sheets_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_en_US);
|
|
8
|
+
let _univerjs_sheets_formula_locale_en_US = require("@univerjs/sheets-formula/locale/en-US");
|
|
9
|
+
_univerjs_sheets_formula_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_en_US);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_en_US = require("@univerjs/sheets-formula-ui/locale/en-US");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_en_US);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_en_US = require("@univerjs/sheets-numfmt-ui/locale/en-US");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_en_US);
|
|
14
|
+
let _univerjs_sheets_ui_locale_en_US = require("@univerjs/sheets-ui/locale/en-US");
|
|
15
|
+
_univerjs_sheets_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_en_US);
|
|
16
|
+
let _univerjs_ui_locale_en_US = require("@univerjs/ui/locale/en-US");
|
|
17
|
+
_univerjs_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_ui_locale_en_US);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/en-US.ts
|
|
20
|
+
var en_US_default = Object.assign({}, _univerjs_design_locale_en_US.default, _univerjs_docs_ui_locale_en_US.default, _univerjs_sheets_locale_en_US.default, _univerjs_sheets_formula_locale_en_US.default, _univerjs_sheets_formula_ui_locale_en_US.default, _univerjs_sheets_numfmt_ui_locale_en_US.default, _univerjs_sheets_ui_locale_en_US.default, _univerjs_ui_locale_en_US.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = en_US_default;
|
package/lib/cjs/locales/es-ES.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_es_ES = require("@univerjs/design/locale/es-ES");
|
|
3
|
+
_univerjs_design_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_design_locale_es_ES);
|
|
4
|
+
let _univerjs_docs_ui_locale_es_ES = require("@univerjs/docs-ui/locale/es-ES");
|
|
5
|
+
_univerjs_docs_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_es_ES);
|
|
6
|
+
let _univerjs_sheets_locale_es_ES = require("@univerjs/sheets/locale/es-ES");
|
|
7
|
+
_univerjs_sheets_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_es_ES);
|
|
8
|
+
let _univerjs_sheets_formula_locale_es_ES = require("@univerjs/sheets-formula/locale/es-ES");
|
|
9
|
+
_univerjs_sheets_formula_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_es_ES);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_es_ES = require("@univerjs/sheets-formula-ui/locale/es-ES");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_es_ES);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_es_ES = require("@univerjs/sheets-numfmt-ui/locale/es-ES");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_es_ES);
|
|
14
|
+
let _univerjs_sheets_ui_locale_es_ES = require("@univerjs/sheets-ui/locale/es-ES");
|
|
15
|
+
_univerjs_sheets_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_es_ES);
|
|
16
|
+
let _univerjs_ui_locale_es_ES = require("@univerjs/ui/locale/es-ES");
|
|
17
|
+
_univerjs_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_ui_locale_es_ES);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/es-ES.ts
|
|
20
|
+
var es_ES_default = Object.assign({}, _univerjs_design_locale_es_ES.default, _univerjs_docs_ui_locale_es_ES.default, _univerjs_sheets_locale_es_ES.default, _univerjs_sheets_formula_locale_es_ES.default, _univerjs_sheets_formula_ui_locale_es_ES.default, _univerjs_sheets_numfmt_ui_locale_es_ES.default, _univerjs_sheets_ui_locale_es_ES.default, _univerjs_ui_locale_es_ES.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = es_ES_default;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_fa_IR = require("@univerjs/design/locale/fa-IR");
|
|
3
|
+
_univerjs_design_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_design_locale_fa_IR);
|
|
4
|
+
let _univerjs_docs_ui_locale_fa_IR = require("@univerjs/docs-ui/locale/fa-IR");
|
|
5
|
+
_univerjs_docs_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_fa_IR);
|
|
6
|
+
let _univerjs_sheets_locale_fa_IR = require("@univerjs/sheets/locale/fa-IR");
|
|
7
|
+
_univerjs_sheets_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_fa_IR);
|
|
8
|
+
let _univerjs_sheets_formula_locale_fa_IR = require("@univerjs/sheets-formula/locale/fa-IR");
|
|
9
|
+
_univerjs_sheets_formula_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_fa_IR);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_fa_IR = require("@univerjs/sheets-formula-ui/locale/fa-IR");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_fa_IR);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_fa_IR = require("@univerjs/sheets-numfmt-ui/locale/fa-IR");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_fa_IR);
|
|
14
|
+
let _univerjs_sheets_ui_locale_fa_IR = require("@univerjs/sheets-ui/locale/fa-IR");
|
|
15
|
+
_univerjs_sheets_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_fa_IR);
|
|
16
|
+
let _univerjs_ui_locale_fa_IR = require("@univerjs/ui/locale/fa-IR");
|
|
17
|
+
_univerjs_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_ui_locale_fa_IR);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/fa-IR.ts
|
|
20
|
+
var fa_IR_default = Object.assign({}, _univerjs_design_locale_fa_IR.default, _univerjs_docs_ui_locale_fa_IR.default, _univerjs_sheets_locale_fa_IR.default, _univerjs_sheets_formula_locale_fa_IR.default, _univerjs_sheets_formula_ui_locale_fa_IR.default, _univerjs_sheets_numfmt_ui_locale_fa_IR.default, _univerjs_sheets_ui_locale_fa_IR.default, _univerjs_ui_locale_fa_IR.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = fa_IR_default;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_fr_FR = require("@univerjs/design/locale/fr-FR");
|
|
3
|
+
_univerjs_design_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_design_locale_fr_FR);
|
|
4
|
+
let _univerjs_docs_ui_locale_fr_FR = require("@univerjs/docs-ui/locale/fr-FR");
|
|
5
|
+
_univerjs_docs_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_fr_FR);
|
|
6
|
+
let _univerjs_sheets_locale_fr_FR = require("@univerjs/sheets/locale/fr-FR");
|
|
7
|
+
_univerjs_sheets_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_fr_FR);
|
|
8
|
+
let _univerjs_sheets_formula_locale_fr_FR = require("@univerjs/sheets-formula/locale/fr-FR");
|
|
9
|
+
_univerjs_sheets_formula_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_fr_FR);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_fr_FR = require("@univerjs/sheets-formula-ui/locale/fr-FR");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_fr_FR);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_fr_FR = require("@univerjs/sheets-numfmt-ui/locale/fr-FR");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_fr_FR);
|
|
14
|
+
let _univerjs_sheets_ui_locale_fr_FR = require("@univerjs/sheets-ui/locale/fr-FR");
|
|
15
|
+
_univerjs_sheets_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_fr_FR);
|
|
16
|
+
let _univerjs_ui_locale_fr_FR = require("@univerjs/ui/locale/fr-FR");
|
|
17
|
+
_univerjs_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_ui_locale_fr_FR);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/fr-FR.ts
|
|
20
|
+
var fr_FR_default = Object.assign({}, _univerjs_design_locale_fr_FR.default, _univerjs_docs_ui_locale_fr_FR.default, _univerjs_sheets_locale_fr_FR.default, _univerjs_sheets_formula_locale_fr_FR.default, _univerjs_sheets_formula_ui_locale_fr_FR.default, _univerjs_sheets_numfmt_ui_locale_fr_FR.default, _univerjs_sheets_ui_locale_fr_FR.default, _univerjs_ui_locale_fr_FR.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = fr_FR_default;
|
package/lib/cjs/locales/id-ID.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_id_ID = require("@univerjs/design/locale/id-ID");
|
|
3
|
+
_univerjs_design_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_design_locale_id_ID);
|
|
4
|
+
let _univerjs_docs_ui_locale_id_ID = require("@univerjs/docs-ui/locale/id-ID");
|
|
5
|
+
_univerjs_docs_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_id_ID);
|
|
6
|
+
let _univerjs_sheets_locale_id_ID = require("@univerjs/sheets/locale/id-ID");
|
|
7
|
+
_univerjs_sheets_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_id_ID);
|
|
8
|
+
let _univerjs_sheets_formula_locale_id_ID = require("@univerjs/sheets-formula/locale/id-ID");
|
|
9
|
+
_univerjs_sheets_formula_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_id_ID);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_id_ID = require("@univerjs/sheets-formula-ui/locale/id-ID");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_id_ID);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_id_ID = require("@univerjs/sheets-numfmt-ui/locale/id-ID");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_id_ID);
|
|
14
|
+
let _univerjs_sheets_ui_locale_id_ID = require("@univerjs/sheets-ui/locale/id-ID");
|
|
15
|
+
_univerjs_sheets_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_id_ID);
|
|
16
|
+
let _univerjs_ui_locale_id_ID = require("@univerjs/ui/locale/id-ID");
|
|
17
|
+
_univerjs_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_ui_locale_id_ID);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/id-ID.ts
|
|
20
|
+
var id_ID_default = Object.assign({}, _univerjs_design_locale_id_ID.default, _univerjs_docs_ui_locale_id_ID.default, _univerjs_sheets_locale_id_ID.default, _univerjs_sheets_formula_locale_id_ID.default, _univerjs_sheets_formula_ui_locale_id_ID.default, _univerjs_sheets_numfmt_ui_locale_id_ID.default, _univerjs_sheets_ui_locale_id_ID.default, _univerjs_ui_locale_id_ID.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = id_ID_default;
|
package/lib/cjs/locales/it-IT.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_it_IT = require("@univerjs/design/locale/it-IT");
|
|
3
|
+
_univerjs_design_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_design_locale_it_IT);
|
|
4
|
+
let _univerjs_docs_ui_locale_it_IT = require("@univerjs/docs-ui/locale/it-IT");
|
|
5
|
+
_univerjs_docs_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_it_IT);
|
|
6
|
+
let _univerjs_sheets_locale_it_IT = require("@univerjs/sheets/locale/it-IT");
|
|
7
|
+
_univerjs_sheets_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_it_IT);
|
|
8
|
+
let _univerjs_sheets_formula_locale_it_IT = require("@univerjs/sheets-formula/locale/it-IT");
|
|
9
|
+
_univerjs_sheets_formula_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_it_IT);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_it_IT = require("@univerjs/sheets-formula-ui/locale/it-IT");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_it_IT);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_it_IT = require("@univerjs/sheets-numfmt-ui/locale/it-IT");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_it_IT);
|
|
14
|
+
let _univerjs_sheets_ui_locale_it_IT = require("@univerjs/sheets-ui/locale/it-IT");
|
|
15
|
+
_univerjs_sheets_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_it_IT);
|
|
16
|
+
let _univerjs_ui_locale_it_IT = require("@univerjs/ui/locale/it-IT");
|
|
17
|
+
_univerjs_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_ui_locale_it_IT);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/it-IT.ts
|
|
20
|
+
var it_IT_default = Object.assign({}, _univerjs_design_locale_it_IT.default, _univerjs_docs_ui_locale_it_IT.default, _univerjs_sheets_locale_it_IT.default, _univerjs_sheets_formula_locale_it_IT.default, _univerjs_sheets_formula_ui_locale_it_IT.default, _univerjs_sheets_numfmt_ui_locale_it_IT.default, _univerjs_sheets_ui_locale_it_IT.default, _univerjs_ui_locale_it_IT.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = it_IT_default;
|
package/lib/cjs/locales/ja-JP.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_ja_JP = require("@univerjs/design/locale/ja-JP");
|
|
3
|
+
_univerjs_design_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_design_locale_ja_JP);
|
|
4
|
+
let _univerjs_docs_ui_locale_ja_JP = require("@univerjs/docs-ui/locale/ja-JP");
|
|
5
|
+
_univerjs_docs_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_ja_JP);
|
|
6
|
+
let _univerjs_sheets_locale_ja_JP = require("@univerjs/sheets/locale/ja-JP");
|
|
7
|
+
_univerjs_sheets_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_ja_JP);
|
|
8
|
+
let _univerjs_sheets_formula_locale_ja_JP = require("@univerjs/sheets-formula/locale/ja-JP");
|
|
9
|
+
_univerjs_sheets_formula_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_ja_JP);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_ja_JP = require("@univerjs/sheets-formula-ui/locale/ja-JP");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_ja_JP);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_ja_JP = require("@univerjs/sheets-numfmt-ui/locale/ja-JP");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_ja_JP);
|
|
14
|
+
let _univerjs_sheets_ui_locale_ja_JP = require("@univerjs/sheets-ui/locale/ja-JP");
|
|
15
|
+
_univerjs_sheets_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_ja_JP);
|
|
16
|
+
let _univerjs_ui_locale_ja_JP = require("@univerjs/ui/locale/ja-JP");
|
|
17
|
+
_univerjs_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_ui_locale_ja_JP);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/ja-JP.ts
|
|
20
|
+
var ja_JP_default = Object.assign({}, _univerjs_design_locale_ja_JP.default, _univerjs_docs_ui_locale_ja_JP.default, _univerjs_sheets_locale_ja_JP.default, _univerjs_sheets_formula_locale_ja_JP.default, _univerjs_sheets_formula_ui_locale_ja_JP.default, _univerjs_sheets_numfmt_ui_locale_ja_JP.default, _univerjs_sheets_ui_locale_ja_JP.default, _univerjs_ui_locale_ja_JP.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = ja_JP_default;
|
package/lib/cjs/locales/ko-KR.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_ko_KR = require("@univerjs/design/locale/ko-KR");
|
|
3
|
+
_univerjs_design_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_design_locale_ko_KR);
|
|
4
|
+
let _univerjs_docs_ui_locale_ko_KR = require("@univerjs/docs-ui/locale/ko-KR");
|
|
5
|
+
_univerjs_docs_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_ko_KR);
|
|
6
|
+
let _univerjs_sheets_locale_ko_KR = require("@univerjs/sheets/locale/ko-KR");
|
|
7
|
+
_univerjs_sheets_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_ko_KR);
|
|
8
|
+
let _univerjs_sheets_formula_locale_ko_KR = require("@univerjs/sheets-formula/locale/ko-KR");
|
|
9
|
+
_univerjs_sheets_formula_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_ko_KR);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_ko_KR = require("@univerjs/sheets-formula-ui/locale/ko-KR");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_ko_KR);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_ko_KR = require("@univerjs/sheets-numfmt-ui/locale/ko-KR");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_ko_KR);
|
|
14
|
+
let _univerjs_sheets_ui_locale_ko_KR = require("@univerjs/sheets-ui/locale/ko-KR");
|
|
15
|
+
_univerjs_sheets_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_ko_KR);
|
|
16
|
+
let _univerjs_ui_locale_ko_KR = require("@univerjs/ui/locale/ko-KR");
|
|
17
|
+
_univerjs_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_ui_locale_ko_KR);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/ko-KR.ts
|
|
20
|
+
var ko_KR_default = Object.assign({}, _univerjs_design_locale_ko_KR.default, _univerjs_docs_ui_locale_ko_KR.default, _univerjs_sheets_locale_ko_KR.default, _univerjs_sheets_formula_locale_ko_KR.default, _univerjs_sheets_formula_ui_locale_ko_KR.default, _univerjs_sheets_numfmt_ui_locale_ko_KR.default, _univerjs_sheets_ui_locale_ko_KR.default, _univerjs_ui_locale_ko_KR.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = ko_KR_default;
|
package/lib/cjs/locales/pl-PL.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_pl_PL = require("@univerjs/design/locale/pl-PL");
|
|
3
|
+
_univerjs_design_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_design_locale_pl_PL);
|
|
4
|
+
let _univerjs_docs_ui_locale_pl_PL = require("@univerjs/docs-ui/locale/pl-PL");
|
|
5
|
+
_univerjs_docs_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_pl_PL);
|
|
6
|
+
let _univerjs_sheets_locale_pl_PL = require("@univerjs/sheets/locale/pl-PL");
|
|
7
|
+
_univerjs_sheets_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_pl_PL);
|
|
8
|
+
let _univerjs_sheets_formula_locale_pl_PL = require("@univerjs/sheets-formula/locale/pl-PL");
|
|
9
|
+
_univerjs_sheets_formula_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_pl_PL);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_pl_PL = require("@univerjs/sheets-formula-ui/locale/pl-PL");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_pl_PL);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_pl_PL = require("@univerjs/sheets-numfmt-ui/locale/pl-PL");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_pl_PL);
|
|
14
|
+
let _univerjs_sheets_ui_locale_pl_PL = require("@univerjs/sheets-ui/locale/pl-PL");
|
|
15
|
+
_univerjs_sheets_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_pl_PL);
|
|
16
|
+
let _univerjs_ui_locale_pl_PL = require("@univerjs/ui/locale/pl-PL");
|
|
17
|
+
_univerjs_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_ui_locale_pl_PL);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/pl-PL.ts
|
|
20
|
+
var pl_PL_default = Object.assign({}, _univerjs_design_locale_pl_PL.default, _univerjs_docs_ui_locale_pl_PL.default, _univerjs_sheets_locale_pl_PL.default, _univerjs_sheets_formula_locale_pl_PL.default, _univerjs_sheets_formula_ui_locale_pl_PL.default, _univerjs_sheets_numfmt_ui_locale_pl_PL.default, _univerjs_sheets_ui_locale_pl_PL.default, _univerjs_ui_locale_pl_PL.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = pl_PL_default;
|
package/lib/cjs/locales/pt-BR.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_pt_BR = require("@univerjs/design/locale/pt-BR");
|
|
3
|
+
_univerjs_design_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_design_locale_pt_BR);
|
|
4
|
+
let _univerjs_docs_ui_locale_pt_BR = require("@univerjs/docs-ui/locale/pt-BR");
|
|
5
|
+
_univerjs_docs_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_pt_BR);
|
|
6
|
+
let _univerjs_sheets_locale_pt_BR = require("@univerjs/sheets/locale/pt-BR");
|
|
7
|
+
_univerjs_sheets_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_pt_BR);
|
|
8
|
+
let _univerjs_sheets_formula_locale_pt_BR = require("@univerjs/sheets-formula/locale/pt-BR");
|
|
9
|
+
_univerjs_sheets_formula_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_pt_BR);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_pt_BR = require("@univerjs/sheets-formula-ui/locale/pt-BR");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_pt_BR);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_pt_BR = require("@univerjs/sheets-numfmt-ui/locale/pt-BR");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_pt_BR);
|
|
14
|
+
let _univerjs_sheets_ui_locale_pt_BR = require("@univerjs/sheets-ui/locale/pt-BR");
|
|
15
|
+
_univerjs_sheets_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_pt_BR);
|
|
16
|
+
let _univerjs_ui_locale_pt_BR = require("@univerjs/ui/locale/pt-BR");
|
|
17
|
+
_univerjs_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_ui_locale_pt_BR);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/pt-BR.ts
|
|
20
|
+
var pt_BR_default = Object.assign({}, _univerjs_design_locale_pt_BR.default, _univerjs_docs_ui_locale_pt_BR.default, _univerjs_sheets_locale_pt_BR.default, _univerjs_sheets_formula_locale_pt_BR.default, _univerjs_sheets_formula_ui_locale_pt_BR.default, _univerjs_sheets_numfmt_ui_locale_pt_BR.default, _univerjs_sheets_ui_locale_pt_BR.default, _univerjs_ui_locale_pt_BR.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = pt_BR_default;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.js');
|
|
2
|
+
let _univerjs_design_locale_ru_RU = require("@univerjs/design/locale/ru-RU");
|
|
3
|
+
_univerjs_design_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_design_locale_ru_RU);
|
|
4
|
+
let _univerjs_docs_ui_locale_ru_RU = require("@univerjs/docs-ui/locale/ru-RU");
|
|
5
|
+
_univerjs_docs_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_docs_ui_locale_ru_RU);
|
|
6
|
+
let _univerjs_sheets_locale_ru_RU = require("@univerjs/sheets/locale/ru-RU");
|
|
7
|
+
_univerjs_sheets_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_sheets_locale_ru_RU);
|
|
8
|
+
let _univerjs_sheets_formula_locale_ru_RU = require("@univerjs/sheets-formula/locale/ru-RU");
|
|
9
|
+
_univerjs_sheets_formula_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_locale_ru_RU);
|
|
10
|
+
let _univerjs_sheets_formula_ui_locale_ru_RU = require("@univerjs/sheets-formula-ui/locale/ru-RU");
|
|
11
|
+
_univerjs_sheets_formula_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_sheets_formula_ui_locale_ru_RU);
|
|
12
|
+
let _univerjs_sheets_numfmt_ui_locale_ru_RU = require("@univerjs/sheets-numfmt-ui/locale/ru-RU");
|
|
13
|
+
_univerjs_sheets_numfmt_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_sheets_numfmt_ui_locale_ru_RU);
|
|
14
|
+
let _univerjs_sheets_ui_locale_ru_RU = require("@univerjs/sheets-ui/locale/ru-RU");
|
|
15
|
+
_univerjs_sheets_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_sheets_ui_locale_ru_RU);
|
|
16
|
+
let _univerjs_ui_locale_ru_RU = require("@univerjs/ui/locale/ru-RU");
|
|
17
|
+
_univerjs_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_ui_locale_ru_RU);
|
|
18
|
+
|
|
19
|
+
//#region src/locales/ru-RU.ts
|
|
20
|
+
var ru_RU_default = Object.assign({}, _univerjs_design_locale_ru_RU.default, _univerjs_docs_ui_locale_ru_RU.default, _univerjs_sheets_locale_ru_RU.default, _univerjs_sheets_formula_locale_ru_RU.default, _univerjs_sheets_formula_ui_locale_ru_RU.default, _univerjs_sheets_numfmt_ui_locale_ru_RU.default, _univerjs_sheets_ui_locale_ru_RU.default, _univerjs_ui_locale_ru_RU.default);
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
module.exports = ru_RU_default;
|