@univerjs/preset-sheets-advanced 1.0.0-rc.0 → 1.0.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/lib/cjs/index.js +18 -0
- package/lib/cjs/locales/ar-SA.js +4 -2
- package/lib/cjs/locales/ca-ES.js +4 -2
- package/lib/cjs/locales/de-DE.js +4 -2
- package/lib/cjs/locales/en-US.js +4 -2
- package/lib/cjs/locales/es-ES.js +4 -2
- package/lib/cjs/locales/fa-IR.js +4 -2
- package/lib/cjs/locales/fr-FR.js +4 -2
- package/lib/cjs/locales/id-ID.js +4 -2
- package/lib/cjs/locales/it-IT.js +4 -2
- package/lib/cjs/locales/ja-JP.js +4 -2
- package/lib/cjs/locales/ko-KR.js +4 -2
- package/lib/cjs/locales/pl-PL.js +4 -2
- package/lib/cjs/locales/pt-BR.js +4 -2
- package/lib/cjs/locales/ru-RU.js +4 -2
- package/lib/cjs/locales/sk-SK.js +4 -2
- package/lib/cjs/locales/vi-VN.js +4 -2
- package/lib/cjs/locales/zh-CN.js +4 -2
- package/lib/cjs/locales/zh-HK.js +4 -2
- package/lib/cjs/locales/zh-TW.js +4 -2
- package/lib/cjs/{rolldown-runtime-C_NdSu1c.js → rolldown-runtime-C24Yb2bl.js} +1 -2
- package/lib/cjs/worker.js +3 -1
- package/lib/es/index.js +8 -0
- package/lib/es/locales/ar-SA.js +2 -1
- package/lib/es/locales/ca-ES.js +2 -1
- package/lib/es/locales/de-DE.js +2 -1
- package/lib/es/locales/en-US.js +2 -1
- package/lib/es/locales/es-ES.js +2 -1
- package/lib/es/locales/fa-IR.js +2 -1
- package/lib/es/locales/fr-FR.js +2 -1
- package/lib/es/locales/id-ID.js +2 -1
- package/lib/es/locales/it-IT.js +2 -1
- package/lib/es/locales/ja-JP.js +2 -1
- package/lib/es/locales/ko-KR.js +2 -1
- package/lib/es/locales/pl-PL.js +2 -1
- package/lib/es/locales/pt-BR.js +2 -1
- package/lib/es/locales/ru-RU.js +2 -1
- package/lib/es/locales/sk-SK.js +2 -1
- package/lib/es/locales/vi-VN.js +2 -1
- package/lib/es/locales/zh-CN.js +2 -1
- package/lib/es/locales/zh-HK.js +2 -1
- package/lib/es/locales/zh-TW.js +2 -1
- package/lib/es/worker.js +3 -1
- package/lib/index.css +499 -55
- package/lib/index.js +8 -0
- package/lib/locales/ar-SA.js +2 -1
- package/lib/locales/ca-ES.js +2 -1
- package/lib/locales/de-DE.js +2 -1
- package/lib/locales/en-US.js +2 -1
- package/lib/locales/es-ES.js +2 -1
- package/lib/locales/fa-IR.js +2 -1
- package/lib/locales/fr-FR.js +2 -1
- package/lib/locales/id-ID.js +2 -1
- package/lib/locales/it-IT.js +2 -1
- package/lib/locales/ja-JP.js +2 -1
- package/lib/locales/ko-KR.js +2 -1
- package/lib/locales/pl-PL.js +2 -1
- package/lib/locales/pt-BR.js +2 -1
- package/lib/locales/ru-RU.js +2 -1
- package/lib/locales/sk-SK.js +2 -1
- package/lib/locales/vi-VN.js +2 -1
- package/lib/locales/zh-CN.js +2 -1
- package/lib/locales/zh-HK.js +2 -1
- package/lib/locales/zh-TW.js +2 -1
- package/lib/types/index.d.ts +2 -0
- package/lib/worker.js +3 -1
- package/package.json +29 -27
package/lib/cjs/index.js
CHANGED
|
@@ -8,6 +8,8 @@ let _univerjs_pro_sheets_exchange_client = require("@univerjs-pro/sheets-exchang
|
|
|
8
8
|
let _univerjs_pro_sheets_outline = require("@univerjs-pro/sheets-outline");
|
|
9
9
|
let _univerjs_pro_sheets_outline_ui = require("@univerjs-pro/sheets-outline-ui");
|
|
10
10
|
let _univerjs_pro_sheets_pivot = require("@univerjs-pro/sheets-pivot");
|
|
11
|
+
let _univerjs_pro_sheets_pivot_chart = require("@univerjs-pro/sheets-pivot-chart");
|
|
12
|
+
let _univerjs_pro_sheets_pivot_chart_ui = require("@univerjs-pro/sheets-pivot-chart-ui");
|
|
11
13
|
let _univerjs_pro_sheets_pivot_ui = require("@univerjs-pro/sheets-pivot-ui");
|
|
12
14
|
let _univerjs_pro_sheets_print = require("@univerjs-pro/sheets-print");
|
|
13
15
|
let _univerjs_pro_sheets_shape = require("@univerjs-pro/sheets-shape");
|
|
@@ -51,6 +53,8 @@ function UniverSheetsAdvancedPreset(config = {
|
|
|
51
53
|
[_univerjs_pro_sheets_print.UniverSheetsPrintPlugin, { enforceWatermark: print === null || print === void 0 ? void 0 : print.enforceWatermark }],
|
|
52
54
|
_univerjs_pro_sheets_chart.UniverSheetsChartPlugin,
|
|
53
55
|
_univerjs_pro_sheets_chart_ui.UniverSheetsChartUIPlugin,
|
|
56
|
+
[_univerjs_pro_sheets_pivot_chart.UniverSheetsPivotChartPlugin, { notExecuteFormula: useWorker }],
|
|
57
|
+
_univerjs_pro_sheets_pivot_chart_ui.UniverSheetsPivotChartUIPlugin,
|
|
54
58
|
_univerjs_pro_sheets_outline.UniverSheetsOutlinePlugin,
|
|
55
59
|
_univerjs_pro_sheets_outline_ui.UniverSheetsOutlineUIPlugin,
|
|
56
60
|
_univerjs_pro_sheets_shape.UniverSheetsShapePlugin,
|
|
@@ -150,6 +154,20 @@ Object.keys(_univerjs_pro_sheets_pivot).forEach(function (k) {
|
|
|
150
154
|
});
|
|
151
155
|
});
|
|
152
156
|
|
|
157
|
+
Object.keys(_univerjs_pro_sheets_pivot_chart).forEach(function (k) {
|
|
158
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
159
|
+
enumerable: true,
|
|
160
|
+
get: function () { return _univerjs_pro_sheets_pivot_chart[k]; }
|
|
161
|
+
});
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
Object.keys(_univerjs_pro_sheets_pivot_chart_ui).forEach(function (k) {
|
|
165
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
166
|
+
enumerable: true,
|
|
167
|
+
get: function () { return _univerjs_pro_sheets_pivot_chart_ui[k]; }
|
|
168
|
+
});
|
|
169
|
+
});
|
|
170
|
+
|
|
153
171
|
Object.keys(_univerjs_pro_sheets_pivot_ui).forEach(function (k) {
|
|
154
172
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
155
173
|
enumerable: true,
|
package/lib/cjs/locales/ar-SA.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_ar_SA = require("@univerjs-pro/chart-ui/locale/ar-SA");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_ar_SA);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_ar_SA = require("@univerjs-pro/embed-unit-ui/locale/ar-SA");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_ar_SA = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_ar_SA);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_ar_SA = require("@univerjs-pro/sheets-pivot/locale/ar-SA");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_ar_SA);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_ar_SA = require("@univerjs-pro/sheets-pivot-chart-ui/locale/ar-SA");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_ar_SA);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_ar_SA = require("@univerjs-pro/sheets-pivot-ui/locale/ar-SA");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_ar_SA);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_ar_SA = require("@univerjs-pro/sheets-print/locale/ar-SA");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_ar_SA = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_ar_SA = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_ar_SA);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/ar-SA.ts
|
|
32
|
-
var ar_SA_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ar_SA.default, _univerjs_pro_embed_unit_ui_locale_ar_SA.default, _univerjs_pro_engine_chart_locale_ar_SA.default, _univerjs_pro_exchange_client_locale_ar_SA.default, _univerjs_pro_shape_editor_ui_locale_ar_SA.default, _univerjs_pro_sheets_chart_locale_ar_SA.default, _univerjs_pro_sheets_chart_ui_locale_ar_SA.default, _univerjs_pro_sheets_exchange_client_locale_ar_SA.default, _univerjs_pro_sheets_outline_ui_locale_ar_SA.default, _univerjs_pro_sheets_pivot_locale_ar_SA.default, _univerjs_pro_sheets_pivot_ui_locale_ar_SA.default, _univerjs_pro_sheets_print_locale_ar_SA.default, _univerjs_pro_sheets_shape_ui_locale_ar_SA.default, _univerjs_pro_sheets_sparkline_ui_locale_ar_SA.default);
|
|
34
|
+
var ar_SA_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ar_SA.default, _univerjs_pro_embed_unit_ui_locale_ar_SA.default, _univerjs_pro_engine_chart_locale_ar_SA.default, _univerjs_pro_exchange_client_locale_ar_SA.default, _univerjs_pro_shape_editor_ui_locale_ar_SA.default, _univerjs_pro_sheets_chart_locale_ar_SA.default, _univerjs_pro_sheets_chart_ui_locale_ar_SA.default, _univerjs_pro_sheets_exchange_client_locale_ar_SA.default, _univerjs_pro_sheets_outline_ui_locale_ar_SA.default, _univerjs_pro_sheets_pivot_locale_ar_SA.default, _univerjs_pro_sheets_pivot_chart_ui_locale_ar_SA.default, _univerjs_pro_sheets_pivot_ui_locale_ar_SA.default, _univerjs_pro_sheets_print_locale_ar_SA.default, _univerjs_pro_sheets_shape_ui_locale_ar_SA.default, _univerjs_pro_sheets_sparkline_ui_locale_ar_SA.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = ar_SA_default;
|
package/lib/cjs/locales/ca-ES.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_ca_ES = require("@univerjs-pro/chart-ui/locale/ca-ES");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_ca_ES);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_ca_ES = require("@univerjs-pro/embed-unit-ui/locale/ca-ES");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_ca_ES = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_ca_ES);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_ca_ES = require("@univerjs-pro/sheets-pivot/locale/ca-ES");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_ca_ES);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_ca_ES = require("@univerjs-pro/sheets-pivot-chart-ui/locale/ca-ES");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_ca_ES);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_ca_ES = require("@univerjs-pro/sheets-pivot-ui/locale/ca-ES");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_ca_ES);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_ca_ES = require("@univerjs-pro/sheets-print/locale/ca-ES");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_ca_ES = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_ca_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_ca_ES);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/ca-ES.ts
|
|
32
|
-
var ca_ES_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ca_ES.default, _univerjs_pro_embed_unit_ui_locale_ca_ES.default, _univerjs_pro_engine_chart_locale_ca_ES.default, _univerjs_pro_exchange_client_locale_ca_ES.default, _univerjs_pro_shape_editor_ui_locale_ca_ES.default, _univerjs_pro_sheets_chart_locale_ca_ES.default, _univerjs_pro_sheets_chart_ui_locale_ca_ES.default, _univerjs_pro_sheets_exchange_client_locale_ca_ES.default, _univerjs_pro_sheets_outline_ui_locale_ca_ES.default, _univerjs_pro_sheets_pivot_locale_ca_ES.default, _univerjs_pro_sheets_pivot_ui_locale_ca_ES.default, _univerjs_pro_sheets_print_locale_ca_ES.default, _univerjs_pro_sheets_shape_ui_locale_ca_ES.default, _univerjs_pro_sheets_sparkline_ui_locale_ca_ES.default);
|
|
34
|
+
var ca_ES_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ca_ES.default, _univerjs_pro_embed_unit_ui_locale_ca_ES.default, _univerjs_pro_engine_chart_locale_ca_ES.default, _univerjs_pro_exchange_client_locale_ca_ES.default, _univerjs_pro_shape_editor_ui_locale_ca_ES.default, _univerjs_pro_sheets_chart_locale_ca_ES.default, _univerjs_pro_sheets_chart_ui_locale_ca_ES.default, _univerjs_pro_sheets_exchange_client_locale_ca_ES.default, _univerjs_pro_sheets_outline_ui_locale_ca_ES.default, _univerjs_pro_sheets_pivot_locale_ca_ES.default, _univerjs_pro_sheets_pivot_chart_ui_locale_ca_ES.default, _univerjs_pro_sheets_pivot_ui_locale_ca_ES.default, _univerjs_pro_sheets_print_locale_ca_ES.default, _univerjs_pro_sheets_shape_ui_locale_ca_ES.default, _univerjs_pro_sheets_sparkline_ui_locale_ca_ES.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = ca_ES_default;
|
package/lib/cjs/locales/de-DE.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_de_DE = require("@univerjs-pro/chart-ui/locale/de-DE");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_de_DE);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_de_DE = require("@univerjs-pro/embed-unit-ui/locale/de-DE");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_de_DE = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_de_DE);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_de_DE = require("@univerjs-pro/sheets-pivot/locale/de-DE");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_de_DE);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_de_DE = require("@univerjs-pro/sheets-pivot-chart-ui/locale/de-DE");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_de_DE);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_de_DE = require("@univerjs-pro/sheets-pivot-ui/locale/de-DE");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_de_DE);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_de_DE = require("@univerjs-pro/sheets-print/locale/de-DE");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_de_DE = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_de_DE = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_de_DE);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/de-DE.ts
|
|
32
|
-
var de_DE_default = Object.assign({}, _univerjs_pro_chart_ui_locale_de_DE.default, _univerjs_pro_embed_unit_ui_locale_de_DE.default, _univerjs_pro_engine_chart_locale_de_DE.default, _univerjs_pro_exchange_client_locale_de_DE.default, _univerjs_pro_shape_editor_ui_locale_de_DE.default, _univerjs_pro_sheets_chart_locale_de_DE.default, _univerjs_pro_sheets_chart_ui_locale_de_DE.default, _univerjs_pro_sheets_exchange_client_locale_de_DE.default, _univerjs_pro_sheets_outline_ui_locale_de_DE.default, _univerjs_pro_sheets_pivot_locale_de_DE.default, _univerjs_pro_sheets_pivot_ui_locale_de_DE.default, _univerjs_pro_sheets_print_locale_de_DE.default, _univerjs_pro_sheets_shape_ui_locale_de_DE.default, _univerjs_pro_sheets_sparkline_ui_locale_de_DE.default);
|
|
34
|
+
var de_DE_default = Object.assign({}, _univerjs_pro_chart_ui_locale_de_DE.default, _univerjs_pro_embed_unit_ui_locale_de_DE.default, _univerjs_pro_engine_chart_locale_de_DE.default, _univerjs_pro_exchange_client_locale_de_DE.default, _univerjs_pro_shape_editor_ui_locale_de_DE.default, _univerjs_pro_sheets_chart_locale_de_DE.default, _univerjs_pro_sheets_chart_ui_locale_de_DE.default, _univerjs_pro_sheets_exchange_client_locale_de_DE.default, _univerjs_pro_sheets_outline_ui_locale_de_DE.default, _univerjs_pro_sheets_pivot_locale_de_DE.default, _univerjs_pro_sheets_pivot_chart_ui_locale_de_DE.default, _univerjs_pro_sheets_pivot_ui_locale_de_DE.default, _univerjs_pro_sheets_print_locale_de_DE.default, _univerjs_pro_sheets_shape_ui_locale_de_DE.default, _univerjs_pro_sheets_sparkline_ui_locale_de_DE.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = de_DE_default;
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_en_US = require("@univerjs-pro/chart-ui/locale/en-US");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_en_US);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_en_US = require("@univerjs-pro/embed-unit-ui/locale/en-US");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_en_US = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_en_US);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_en_US = require("@univerjs-pro/sheets-pivot/locale/en-US");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_en_US);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_en_US = require("@univerjs-pro/sheets-pivot-chart-ui/locale/en-US");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_en_US);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_en_US = require("@univerjs-pro/sheets-pivot-ui/locale/en-US");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_en_US);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_en_US = require("@univerjs-pro/sheets-print/locale/en-US");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_en_US = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_en_US = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_en_US);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/en-US.ts
|
|
32
|
-
var en_US_default = Object.assign({}, _univerjs_pro_chart_ui_locale_en_US.default, _univerjs_pro_embed_unit_ui_locale_en_US.default, _univerjs_pro_engine_chart_locale_en_US.default, _univerjs_pro_exchange_client_locale_en_US.default, _univerjs_pro_shape_editor_ui_locale_en_US.default, _univerjs_pro_sheets_chart_locale_en_US.default, _univerjs_pro_sheets_chart_ui_locale_en_US.default, _univerjs_pro_sheets_exchange_client_locale_en_US.default, _univerjs_pro_sheets_outline_ui_locale_en_US.default, _univerjs_pro_sheets_pivot_locale_en_US.default, _univerjs_pro_sheets_pivot_ui_locale_en_US.default, _univerjs_pro_sheets_print_locale_en_US.default, _univerjs_pro_sheets_shape_ui_locale_en_US.default, _univerjs_pro_sheets_sparkline_ui_locale_en_US.default);
|
|
34
|
+
var en_US_default = Object.assign({}, _univerjs_pro_chart_ui_locale_en_US.default, _univerjs_pro_embed_unit_ui_locale_en_US.default, _univerjs_pro_engine_chart_locale_en_US.default, _univerjs_pro_exchange_client_locale_en_US.default, _univerjs_pro_shape_editor_ui_locale_en_US.default, _univerjs_pro_sheets_chart_locale_en_US.default, _univerjs_pro_sheets_chart_ui_locale_en_US.default, _univerjs_pro_sheets_exchange_client_locale_en_US.default, _univerjs_pro_sheets_outline_ui_locale_en_US.default, _univerjs_pro_sheets_pivot_locale_en_US.default, _univerjs_pro_sheets_pivot_chart_ui_locale_en_US.default, _univerjs_pro_sheets_pivot_ui_locale_en_US.default, _univerjs_pro_sheets_print_locale_en_US.default, _univerjs_pro_sheets_shape_ui_locale_en_US.default, _univerjs_pro_sheets_sparkline_ui_locale_en_US.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = en_US_default;
|
package/lib/cjs/locales/es-ES.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_es_ES = require("@univerjs-pro/chart-ui/locale/es-ES");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_es_ES);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_es_ES = require("@univerjs-pro/embed-unit-ui/locale/es-ES");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_es_ES = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_es_ES);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_es_ES = require("@univerjs-pro/sheets-pivot/locale/es-ES");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_es_ES);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_es_ES = require("@univerjs-pro/sheets-pivot-chart-ui/locale/es-ES");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_es_ES);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_es_ES = require("@univerjs-pro/sheets-pivot-ui/locale/es-ES");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_es_ES);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_es_ES = require("@univerjs-pro/sheets-print/locale/es-ES");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_es_ES = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_es_ES = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_es_ES);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/es-ES.ts
|
|
32
|
-
var es_ES_default = Object.assign({}, _univerjs_pro_chart_ui_locale_es_ES.default, _univerjs_pro_embed_unit_ui_locale_es_ES.default, _univerjs_pro_engine_chart_locale_es_ES.default, _univerjs_pro_exchange_client_locale_es_ES.default, _univerjs_pro_shape_editor_ui_locale_es_ES.default, _univerjs_pro_sheets_chart_locale_es_ES.default, _univerjs_pro_sheets_chart_ui_locale_es_ES.default, _univerjs_pro_sheets_exchange_client_locale_es_ES.default, _univerjs_pro_sheets_outline_ui_locale_es_ES.default, _univerjs_pro_sheets_pivot_locale_es_ES.default, _univerjs_pro_sheets_pivot_ui_locale_es_ES.default, _univerjs_pro_sheets_print_locale_es_ES.default, _univerjs_pro_sheets_shape_ui_locale_es_ES.default, _univerjs_pro_sheets_sparkline_ui_locale_es_ES.default);
|
|
34
|
+
var es_ES_default = Object.assign({}, _univerjs_pro_chart_ui_locale_es_ES.default, _univerjs_pro_embed_unit_ui_locale_es_ES.default, _univerjs_pro_engine_chart_locale_es_ES.default, _univerjs_pro_exchange_client_locale_es_ES.default, _univerjs_pro_shape_editor_ui_locale_es_ES.default, _univerjs_pro_sheets_chart_locale_es_ES.default, _univerjs_pro_sheets_chart_ui_locale_es_ES.default, _univerjs_pro_sheets_exchange_client_locale_es_ES.default, _univerjs_pro_sheets_outline_ui_locale_es_ES.default, _univerjs_pro_sheets_pivot_locale_es_ES.default, _univerjs_pro_sheets_pivot_chart_ui_locale_es_ES.default, _univerjs_pro_sheets_pivot_ui_locale_es_ES.default, _univerjs_pro_sheets_print_locale_es_ES.default, _univerjs_pro_sheets_shape_ui_locale_es_ES.default, _univerjs_pro_sheets_sparkline_ui_locale_es_ES.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = es_ES_default;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_fa_IR = require("@univerjs-pro/chart-ui/locale/fa-IR");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_fa_IR);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_fa_IR = require("@univerjs-pro/embed-unit-ui/locale/fa-IR");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_fa_IR = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_fa_IR);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_fa_IR = require("@univerjs-pro/sheets-pivot/locale/fa-IR");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_fa_IR);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_fa_IR = require("@univerjs-pro/sheets-pivot-chart-ui/locale/fa-IR");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_fa_IR);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_fa_IR = require("@univerjs-pro/sheets-pivot-ui/locale/fa-IR");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_fa_IR);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_fa_IR = require("@univerjs-pro/sheets-print/locale/fa-IR");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_fa_IR = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_fa_IR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_fa_IR);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/fa-IR.ts
|
|
32
|
-
var fa_IR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_fa_IR.default, _univerjs_pro_embed_unit_ui_locale_fa_IR.default, _univerjs_pro_engine_chart_locale_fa_IR.default, _univerjs_pro_exchange_client_locale_fa_IR.default, _univerjs_pro_shape_editor_ui_locale_fa_IR.default, _univerjs_pro_sheets_chart_locale_fa_IR.default, _univerjs_pro_sheets_chart_ui_locale_fa_IR.default, _univerjs_pro_sheets_exchange_client_locale_fa_IR.default, _univerjs_pro_sheets_outline_ui_locale_fa_IR.default, _univerjs_pro_sheets_pivot_locale_fa_IR.default, _univerjs_pro_sheets_pivot_ui_locale_fa_IR.default, _univerjs_pro_sheets_print_locale_fa_IR.default, _univerjs_pro_sheets_shape_ui_locale_fa_IR.default, _univerjs_pro_sheets_sparkline_ui_locale_fa_IR.default);
|
|
34
|
+
var fa_IR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_fa_IR.default, _univerjs_pro_embed_unit_ui_locale_fa_IR.default, _univerjs_pro_engine_chart_locale_fa_IR.default, _univerjs_pro_exchange_client_locale_fa_IR.default, _univerjs_pro_shape_editor_ui_locale_fa_IR.default, _univerjs_pro_sheets_chart_locale_fa_IR.default, _univerjs_pro_sheets_chart_ui_locale_fa_IR.default, _univerjs_pro_sheets_exchange_client_locale_fa_IR.default, _univerjs_pro_sheets_outline_ui_locale_fa_IR.default, _univerjs_pro_sheets_pivot_locale_fa_IR.default, _univerjs_pro_sheets_pivot_chart_ui_locale_fa_IR.default, _univerjs_pro_sheets_pivot_ui_locale_fa_IR.default, _univerjs_pro_sheets_print_locale_fa_IR.default, _univerjs_pro_sheets_shape_ui_locale_fa_IR.default, _univerjs_pro_sheets_sparkline_ui_locale_fa_IR.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = fa_IR_default;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_fr_FR = require("@univerjs-pro/chart-ui/locale/fr-FR");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_fr_FR);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_fr_FR = require("@univerjs-pro/embed-unit-ui/locale/fr-FR");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_fr_FR = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_fr_FR);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_fr_FR = require("@univerjs-pro/sheets-pivot/locale/fr-FR");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_fr_FR);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_fr_FR = require("@univerjs-pro/sheets-pivot-chart-ui/locale/fr-FR");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_fr_FR);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_fr_FR = require("@univerjs-pro/sheets-pivot-ui/locale/fr-FR");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_fr_FR);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_fr_FR = require("@univerjs-pro/sheets-print/locale/fr-FR");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_fr_FR = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_fr_FR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_fr_FR);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/fr-FR.ts
|
|
32
|
-
var fr_FR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_fr_FR.default, _univerjs_pro_embed_unit_ui_locale_fr_FR.default, _univerjs_pro_engine_chart_locale_fr_FR.default, _univerjs_pro_exchange_client_locale_fr_FR.default, _univerjs_pro_shape_editor_ui_locale_fr_FR.default, _univerjs_pro_sheets_chart_locale_fr_FR.default, _univerjs_pro_sheets_chart_ui_locale_fr_FR.default, _univerjs_pro_sheets_exchange_client_locale_fr_FR.default, _univerjs_pro_sheets_outline_ui_locale_fr_FR.default, _univerjs_pro_sheets_pivot_locale_fr_FR.default, _univerjs_pro_sheets_pivot_ui_locale_fr_FR.default, _univerjs_pro_sheets_print_locale_fr_FR.default, _univerjs_pro_sheets_shape_ui_locale_fr_FR.default, _univerjs_pro_sheets_sparkline_ui_locale_fr_FR.default);
|
|
34
|
+
var fr_FR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_fr_FR.default, _univerjs_pro_embed_unit_ui_locale_fr_FR.default, _univerjs_pro_engine_chart_locale_fr_FR.default, _univerjs_pro_exchange_client_locale_fr_FR.default, _univerjs_pro_shape_editor_ui_locale_fr_FR.default, _univerjs_pro_sheets_chart_locale_fr_FR.default, _univerjs_pro_sheets_chart_ui_locale_fr_FR.default, _univerjs_pro_sheets_exchange_client_locale_fr_FR.default, _univerjs_pro_sheets_outline_ui_locale_fr_FR.default, _univerjs_pro_sheets_pivot_locale_fr_FR.default, _univerjs_pro_sheets_pivot_chart_ui_locale_fr_FR.default, _univerjs_pro_sheets_pivot_ui_locale_fr_FR.default, _univerjs_pro_sheets_print_locale_fr_FR.default, _univerjs_pro_sheets_shape_ui_locale_fr_FR.default, _univerjs_pro_sheets_sparkline_ui_locale_fr_FR.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = fr_FR_default;
|
package/lib/cjs/locales/id-ID.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_id_ID = require("@univerjs-pro/chart-ui/locale/id-ID");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_id_ID);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_id_ID = require("@univerjs-pro/embed-unit-ui/locale/id-ID");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_id_ID = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_id_ID);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_id_ID = require("@univerjs-pro/sheets-pivot/locale/id-ID");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_id_ID);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_id_ID = require("@univerjs-pro/sheets-pivot-chart-ui/locale/id-ID");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_id_ID);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_id_ID = require("@univerjs-pro/sheets-pivot-ui/locale/id-ID");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_id_ID);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_id_ID = require("@univerjs-pro/sheets-print/locale/id-ID");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_id_ID = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_id_ID = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_id_ID);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/id-ID.ts
|
|
32
|
-
var id_ID_default = Object.assign({}, _univerjs_pro_chart_ui_locale_id_ID.default, _univerjs_pro_embed_unit_ui_locale_id_ID.default, _univerjs_pro_engine_chart_locale_id_ID.default, _univerjs_pro_exchange_client_locale_id_ID.default, _univerjs_pro_shape_editor_ui_locale_id_ID.default, _univerjs_pro_sheets_chart_locale_id_ID.default, _univerjs_pro_sheets_chart_ui_locale_id_ID.default, _univerjs_pro_sheets_exchange_client_locale_id_ID.default, _univerjs_pro_sheets_outline_ui_locale_id_ID.default, _univerjs_pro_sheets_pivot_locale_id_ID.default, _univerjs_pro_sheets_pivot_ui_locale_id_ID.default, _univerjs_pro_sheets_print_locale_id_ID.default, _univerjs_pro_sheets_shape_ui_locale_id_ID.default, _univerjs_pro_sheets_sparkline_ui_locale_id_ID.default);
|
|
34
|
+
var id_ID_default = Object.assign({}, _univerjs_pro_chart_ui_locale_id_ID.default, _univerjs_pro_embed_unit_ui_locale_id_ID.default, _univerjs_pro_engine_chart_locale_id_ID.default, _univerjs_pro_exchange_client_locale_id_ID.default, _univerjs_pro_shape_editor_ui_locale_id_ID.default, _univerjs_pro_sheets_chart_locale_id_ID.default, _univerjs_pro_sheets_chart_ui_locale_id_ID.default, _univerjs_pro_sheets_exchange_client_locale_id_ID.default, _univerjs_pro_sheets_outline_ui_locale_id_ID.default, _univerjs_pro_sheets_pivot_locale_id_ID.default, _univerjs_pro_sheets_pivot_chart_ui_locale_id_ID.default, _univerjs_pro_sheets_pivot_ui_locale_id_ID.default, _univerjs_pro_sheets_print_locale_id_ID.default, _univerjs_pro_sheets_shape_ui_locale_id_ID.default, _univerjs_pro_sheets_sparkline_ui_locale_id_ID.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = id_ID_default;
|
package/lib/cjs/locales/it-IT.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_it_IT = require("@univerjs-pro/chart-ui/locale/it-IT");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_it_IT);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_it_IT = require("@univerjs-pro/embed-unit-ui/locale/it-IT");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_it_IT = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_it_IT);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_it_IT = require("@univerjs-pro/sheets-pivot/locale/it-IT");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_it_IT);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_it_IT = require("@univerjs-pro/sheets-pivot-chart-ui/locale/it-IT");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_it_IT);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_it_IT = require("@univerjs-pro/sheets-pivot-ui/locale/it-IT");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_it_IT);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_it_IT = require("@univerjs-pro/sheets-print/locale/it-IT");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_it_IT = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_it_IT = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_it_IT);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/it-IT.ts
|
|
32
|
-
var it_IT_default = Object.assign({}, _univerjs_pro_chart_ui_locale_it_IT.default, _univerjs_pro_embed_unit_ui_locale_it_IT.default, _univerjs_pro_engine_chart_locale_it_IT.default, _univerjs_pro_exchange_client_locale_it_IT.default, _univerjs_pro_shape_editor_ui_locale_it_IT.default, _univerjs_pro_sheets_chart_locale_it_IT.default, _univerjs_pro_sheets_chart_ui_locale_it_IT.default, _univerjs_pro_sheets_exchange_client_locale_it_IT.default, _univerjs_pro_sheets_outline_ui_locale_it_IT.default, _univerjs_pro_sheets_pivot_locale_it_IT.default, _univerjs_pro_sheets_pivot_ui_locale_it_IT.default, _univerjs_pro_sheets_print_locale_it_IT.default, _univerjs_pro_sheets_shape_ui_locale_it_IT.default, _univerjs_pro_sheets_sparkline_ui_locale_it_IT.default);
|
|
34
|
+
var it_IT_default = Object.assign({}, _univerjs_pro_chart_ui_locale_it_IT.default, _univerjs_pro_embed_unit_ui_locale_it_IT.default, _univerjs_pro_engine_chart_locale_it_IT.default, _univerjs_pro_exchange_client_locale_it_IT.default, _univerjs_pro_shape_editor_ui_locale_it_IT.default, _univerjs_pro_sheets_chart_locale_it_IT.default, _univerjs_pro_sheets_chart_ui_locale_it_IT.default, _univerjs_pro_sheets_exchange_client_locale_it_IT.default, _univerjs_pro_sheets_outline_ui_locale_it_IT.default, _univerjs_pro_sheets_pivot_locale_it_IT.default, _univerjs_pro_sheets_pivot_chart_ui_locale_it_IT.default, _univerjs_pro_sheets_pivot_ui_locale_it_IT.default, _univerjs_pro_sheets_print_locale_it_IT.default, _univerjs_pro_sheets_shape_ui_locale_it_IT.default, _univerjs_pro_sheets_sparkline_ui_locale_it_IT.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = it_IT_default;
|
package/lib/cjs/locales/ja-JP.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_ja_JP = require("@univerjs-pro/chart-ui/locale/ja-JP");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_ja_JP);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_ja_JP = require("@univerjs-pro/embed-unit-ui/locale/ja-JP");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_ja_JP = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_ja_JP);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_ja_JP = require("@univerjs-pro/sheets-pivot/locale/ja-JP");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_ja_JP);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_ja_JP = require("@univerjs-pro/sheets-pivot-chart-ui/locale/ja-JP");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_ja_JP);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_ja_JP = require("@univerjs-pro/sheets-pivot-ui/locale/ja-JP");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_ja_JP);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_ja_JP = require("@univerjs-pro/sheets-print/locale/ja-JP");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_ja_JP = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_ja_JP = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_ja_JP);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/ja-JP.ts
|
|
32
|
-
var ja_JP_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ja_JP.default, _univerjs_pro_embed_unit_ui_locale_ja_JP.default, _univerjs_pro_engine_chart_locale_ja_JP.default, _univerjs_pro_exchange_client_locale_ja_JP.default, _univerjs_pro_shape_editor_ui_locale_ja_JP.default, _univerjs_pro_sheets_chart_locale_ja_JP.default, _univerjs_pro_sheets_chart_ui_locale_ja_JP.default, _univerjs_pro_sheets_exchange_client_locale_ja_JP.default, _univerjs_pro_sheets_outline_ui_locale_ja_JP.default, _univerjs_pro_sheets_pivot_locale_ja_JP.default, _univerjs_pro_sheets_pivot_ui_locale_ja_JP.default, _univerjs_pro_sheets_print_locale_ja_JP.default, _univerjs_pro_sheets_shape_ui_locale_ja_JP.default, _univerjs_pro_sheets_sparkline_ui_locale_ja_JP.default);
|
|
34
|
+
var ja_JP_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ja_JP.default, _univerjs_pro_embed_unit_ui_locale_ja_JP.default, _univerjs_pro_engine_chart_locale_ja_JP.default, _univerjs_pro_exchange_client_locale_ja_JP.default, _univerjs_pro_shape_editor_ui_locale_ja_JP.default, _univerjs_pro_sheets_chart_locale_ja_JP.default, _univerjs_pro_sheets_chart_ui_locale_ja_JP.default, _univerjs_pro_sheets_exchange_client_locale_ja_JP.default, _univerjs_pro_sheets_outline_ui_locale_ja_JP.default, _univerjs_pro_sheets_pivot_locale_ja_JP.default, _univerjs_pro_sheets_pivot_chart_ui_locale_ja_JP.default, _univerjs_pro_sheets_pivot_ui_locale_ja_JP.default, _univerjs_pro_sheets_print_locale_ja_JP.default, _univerjs_pro_sheets_shape_ui_locale_ja_JP.default, _univerjs_pro_sheets_sparkline_ui_locale_ja_JP.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = ja_JP_default;
|
package/lib/cjs/locales/ko-KR.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_ko_KR = require("@univerjs-pro/chart-ui/locale/ko-KR");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_ko_KR);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_ko_KR = require("@univerjs-pro/embed-unit-ui/locale/ko-KR");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_ko_KR = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_ko_KR);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_ko_KR = require("@univerjs-pro/sheets-pivot/locale/ko-KR");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_ko_KR);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_ko_KR = require("@univerjs-pro/sheets-pivot-chart-ui/locale/ko-KR");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_ko_KR);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_ko_KR = require("@univerjs-pro/sheets-pivot-ui/locale/ko-KR");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_ko_KR);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_ko_KR = require("@univerjs-pro/sheets-print/locale/ko-KR");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_ko_KR = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_ko_KR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_ko_KR);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/ko-KR.ts
|
|
32
|
-
var ko_KR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ko_KR.default, _univerjs_pro_embed_unit_ui_locale_ko_KR.default, _univerjs_pro_engine_chart_locale_ko_KR.default, _univerjs_pro_exchange_client_locale_ko_KR.default, _univerjs_pro_shape_editor_ui_locale_ko_KR.default, _univerjs_pro_sheets_chart_locale_ko_KR.default, _univerjs_pro_sheets_chart_ui_locale_ko_KR.default, _univerjs_pro_sheets_exchange_client_locale_ko_KR.default, _univerjs_pro_sheets_outline_ui_locale_ko_KR.default, _univerjs_pro_sheets_pivot_locale_ko_KR.default, _univerjs_pro_sheets_pivot_ui_locale_ko_KR.default, _univerjs_pro_sheets_print_locale_ko_KR.default, _univerjs_pro_sheets_shape_ui_locale_ko_KR.default, _univerjs_pro_sheets_sparkline_ui_locale_ko_KR.default);
|
|
34
|
+
var ko_KR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ko_KR.default, _univerjs_pro_embed_unit_ui_locale_ko_KR.default, _univerjs_pro_engine_chart_locale_ko_KR.default, _univerjs_pro_exchange_client_locale_ko_KR.default, _univerjs_pro_shape_editor_ui_locale_ko_KR.default, _univerjs_pro_sheets_chart_locale_ko_KR.default, _univerjs_pro_sheets_chart_ui_locale_ko_KR.default, _univerjs_pro_sheets_exchange_client_locale_ko_KR.default, _univerjs_pro_sheets_outline_ui_locale_ko_KR.default, _univerjs_pro_sheets_pivot_locale_ko_KR.default, _univerjs_pro_sheets_pivot_chart_ui_locale_ko_KR.default, _univerjs_pro_sheets_pivot_ui_locale_ko_KR.default, _univerjs_pro_sheets_print_locale_ko_KR.default, _univerjs_pro_sheets_shape_ui_locale_ko_KR.default, _univerjs_pro_sheets_sparkline_ui_locale_ko_KR.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = ko_KR_default;
|
package/lib/cjs/locales/pl-PL.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_pl_PL = require("@univerjs-pro/chart-ui/locale/pl-PL");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_pl_PL);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_pl_PL = require("@univerjs-pro/embed-unit-ui/locale/pl-PL");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_pl_PL = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_pl_PL);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_pl_PL = require("@univerjs-pro/sheets-pivot/locale/pl-PL");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_pl_PL);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_pl_PL = require("@univerjs-pro/sheets-pivot-chart-ui/locale/pl-PL");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_pl_PL);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_pl_PL = require("@univerjs-pro/sheets-pivot-ui/locale/pl-PL");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_pl_PL);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_pl_PL = require("@univerjs-pro/sheets-print/locale/pl-PL");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_pl_PL = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_pl_PL = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_pl_PL);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/pl-PL.ts
|
|
32
|
-
var pl_PL_default = Object.assign({}, _univerjs_pro_chart_ui_locale_pl_PL.default, _univerjs_pro_embed_unit_ui_locale_pl_PL.default, _univerjs_pro_engine_chart_locale_pl_PL.default, _univerjs_pro_exchange_client_locale_pl_PL.default, _univerjs_pro_shape_editor_ui_locale_pl_PL.default, _univerjs_pro_sheets_chart_locale_pl_PL.default, _univerjs_pro_sheets_chart_ui_locale_pl_PL.default, _univerjs_pro_sheets_exchange_client_locale_pl_PL.default, _univerjs_pro_sheets_outline_ui_locale_pl_PL.default, _univerjs_pro_sheets_pivot_locale_pl_PL.default, _univerjs_pro_sheets_pivot_ui_locale_pl_PL.default, _univerjs_pro_sheets_print_locale_pl_PL.default, _univerjs_pro_sheets_shape_ui_locale_pl_PL.default, _univerjs_pro_sheets_sparkline_ui_locale_pl_PL.default);
|
|
34
|
+
var pl_PL_default = Object.assign({}, _univerjs_pro_chart_ui_locale_pl_PL.default, _univerjs_pro_embed_unit_ui_locale_pl_PL.default, _univerjs_pro_engine_chart_locale_pl_PL.default, _univerjs_pro_exchange_client_locale_pl_PL.default, _univerjs_pro_shape_editor_ui_locale_pl_PL.default, _univerjs_pro_sheets_chart_locale_pl_PL.default, _univerjs_pro_sheets_chart_ui_locale_pl_PL.default, _univerjs_pro_sheets_exchange_client_locale_pl_PL.default, _univerjs_pro_sheets_outline_ui_locale_pl_PL.default, _univerjs_pro_sheets_pivot_locale_pl_PL.default, _univerjs_pro_sheets_pivot_chart_ui_locale_pl_PL.default, _univerjs_pro_sheets_pivot_ui_locale_pl_PL.default, _univerjs_pro_sheets_print_locale_pl_PL.default, _univerjs_pro_sheets_shape_ui_locale_pl_PL.default, _univerjs_pro_sheets_sparkline_ui_locale_pl_PL.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = pl_PL_default;
|
package/lib/cjs/locales/pt-BR.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_pt_BR = require("@univerjs-pro/chart-ui/locale/pt-BR");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_pt_BR);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_pt_BR = require("@univerjs-pro/embed-unit-ui/locale/pt-BR");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_pt_BR = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_pt_BR);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_pt_BR = require("@univerjs-pro/sheets-pivot/locale/pt-BR");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_pt_BR);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_pt_BR = require("@univerjs-pro/sheets-pivot-chart-ui/locale/pt-BR");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_pt_BR);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_pt_BR = require("@univerjs-pro/sheets-pivot-ui/locale/pt-BR");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_pt_BR);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_pt_BR = require("@univerjs-pro/sheets-print/locale/pt-BR");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_pt_BR = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_pt_BR = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_pt_BR);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/pt-BR.ts
|
|
32
|
-
var pt_BR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_pt_BR.default, _univerjs_pro_embed_unit_ui_locale_pt_BR.default, _univerjs_pro_engine_chart_locale_pt_BR.default, _univerjs_pro_exchange_client_locale_pt_BR.default, _univerjs_pro_shape_editor_ui_locale_pt_BR.default, _univerjs_pro_sheets_chart_locale_pt_BR.default, _univerjs_pro_sheets_chart_ui_locale_pt_BR.default, _univerjs_pro_sheets_exchange_client_locale_pt_BR.default, _univerjs_pro_sheets_outline_ui_locale_pt_BR.default, _univerjs_pro_sheets_pivot_locale_pt_BR.default, _univerjs_pro_sheets_pivot_ui_locale_pt_BR.default, _univerjs_pro_sheets_print_locale_pt_BR.default, _univerjs_pro_sheets_shape_ui_locale_pt_BR.default, _univerjs_pro_sheets_sparkline_ui_locale_pt_BR.default);
|
|
34
|
+
var pt_BR_default = Object.assign({}, _univerjs_pro_chart_ui_locale_pt_BR.default, _univerjs_pro_embed_unit_ui_locale_pt_BR.default, _univerjs_pro_engine_chart_locale_pt_BR.default, _univerjs_pro_exchange_client_locale_pt_BR.default, _univerjs_pro_shape_editor_ui_locale_pt_BR.default, _univerjs_pro_sheets_chart_locale_pt_BR.default, _univerjs_pro_sheets_chart_ui_locale_pt_BR.default, _univerjs_pro_sheets_exchange_client_locale_pt_BR.default, _univerjs_pro_sheets_outline_ui_locale_pt_BR.default, _univerjs_pro_sheets_pivot_locale_pt_BR.default, _univerjs_pro_sheets_pivot_chart_ui_locale_pt_BR.default, _univerjs_pro_sheets_pivot_ui_locale_pt_BR.default, _univerjs_pro_sheets_print_locale_pt_BR.default, _univerjs_pro_sheets_shape_ui_locale_pt_BR.default, _univerjs_pro_sheets_sparkline_ui_locale_pt_BR.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = pt_BR_default;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_ru_RU = require("@univerjs-pro/chart-ui/locale/ru-RU");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_ru_RU);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_ru_RU = require("@univerjs-pro/embed-unit-ui/locale/ru-RU");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_ru_RU = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_ru_RU);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_ru_RU = require("@univerjs-pro/sheets-pivot/locale/ru-RU");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_ru_RU);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_ru_RU = require("@univerjs-pro/sheets-pivot-chart-ui/locale/ru-RU");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_ru_RU);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_ru_RU = require("@univerjs-pro/sheets-pivot-ui/locale/ru-RU");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_ru_RU);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_ru_RU = require("@univerjs-pro/sheets-print/locale/ru-RU");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_ru_RU = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_ru_RU = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_ru_RU);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/ru-RU.ts
|
|
32
|
-
var ru_RU_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ru_RU.default, _univerjs_pro_embed_unit_ui_locale_ru_RU.default, _univerjs_pro_engine_chart_locale_ru_RU.default, _univerjs_pro_exchange_client_locale_ru_RU.default, _univerjs_pro_shape_editor_ui_locale_ru_RU.default, _univerjs_pro_sheets_chart_locale_ru_RU.default, _univerjs_pro_sheets_chart_ui_locale_ru_RU.default, _univerjs_pro_sheets_exchange_client_locale_ru_RU.default, _univerjs_pro_sheets_outline_ui_locale_ru_RU.default, _univerjs_pro_sheets_pivot_locale_ru_RU.default, _univerjs_pro_sheets_pivot_ui_locale_ru_RU.default, _univerjs_pro_sheets_print_locale_ru_RU.default, _univerjs_pro_sheets_shape_ui_locale_ru_RU.default, _univerjs_pro_sheets_sparkline_ui_locale_ru_RU.default);
|
|
34
|
+
var ru_RU_default = Object.assign({}, _univerjs_pro_chart_ui_locale_ru_RU.default, _univerjs_pro_embed_unit_ui_locale_ru_RU.default, _univerjs_pro_engine_chart_locale_ru_RU.default, _univerjs_pro_exchange_client_locale_ru_RU.default, _univerjs_pro_shape_editor_ui_locale_ru_RU.default, _univerjs_pro_sheets_chart_locale_ru_RU.default, _univerjs_pro_sheets_chart_ui_locale_ru_RU.default, _univerjs_pro_sheets_exchange_client_locale_ru_RU.default, _univerjs_pro_sheets_outline_ui_locale_ru_RU.default, _univerjs_pro_sheets_pivot_locale_ru_RU.default, _univerjs_pro_sheets_pivot_chart_ui_locale_ru_RU.default, _univerjs_pro_sheets_pivot_ui_locale_ru_RU.default, _univerjs_pro_sheets_print_locale_ru_RU.default, _univerjs_pro_sheets_shape_ui_locale_ru_RU.default, _univerjs_pro_sheets_sparkline_ui_locale_ru_RU.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = ru_RU_default;
|
package/lib/cjs/locales/sk-SK.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_sk_SK = require("@univerjs-pro/chart-ui/locale/sk-SK");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_sk_SK = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_sk_SK);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_sk_SK = require("@univerjs-pro/embed-unit-ui/locale/sk-SK");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_sk_SK = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_sk_SK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_sk_SK);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_sk_SK = require("@univerjs-pro/sheets-pivot/locale/sk-SK");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_sk_SK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_sk_SK);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_sk_SK = require("@univerjs-pro/sheets-pivot-chart-ui/locale/sk-SK");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_sk_SK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_sk_SK);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_sk_SK = require("@univerjs-pro/sheets-pivot-ui/locale/sk-SK");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_sk_SK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_sk_SK);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_sk_SK = require("@univerjs-pro/sheets-print/locale/sk-SK");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_sk_SK = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_sk_SK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_sk_SK);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/sk-SK.ts
|
|
32
|
-
var sk_SK_default = Object.assign({}, _univerjs_pro_chart_ui_locale_sk_SK.default, _univerjs_pro_embed_unit_ui_locale_sk_SK.default, _univerjs_pro_engine_chart_locale_sk_SK.default, _univerjs_pro_exchange_client_locale_sk_SK.default, _univerjs_pro_shape_editor_ui_locale_sk_SK.default, _univerjs_pro_sheets_chart_locale_sk_SK.default, _univerjs_pro_sheets_chart_ui_locale_sk_SK.default, _univerjs_pro_sheets_exchange_client_locale_sk_SK.default, _univerjs_pro_sheets_outline_ui_locale_sk_SK.default, _univerjs_pro_sheets_pivot_locale_sk_SK.default, _univerjs_pro_sheets_pivot_ui_locale_sk_SK.default, _univerjs_pro_sheets_print_locale_sk_SK.default, _univerjs_pro_sheets_shape_ui_locale_sk_SK.default, _univerjs_pro_sheets_sparkline_ui_locale_sk_SK.default);
|
|
34
|
+
var sk_SK_default = Object.assign({}, _univerjs_pro_chart_ui_locale_sk_SK.default, _univerjs_pro_embed_unit_ui_locale_sk_SK.default, _univerjs_pro_engine_chart_locale_sk_SK.default, _univerjs_pro_exchange_client_locale_sk_SK.default, _univerjs_pro_shape_editor_ui_locale_sk_SK.default, _univerjs_pro_sheets_chart_locale_sk_SK.default, _univerjs_pro_sheets_chart_ui_locale_sk_SK.default, _univerjs_pro_sheets_exchange_client_locale_sk_SK.default, _univerjs_pro_sheets_outline_ui_locale_sk_SK.default, _univerjs_pro_sheets_pivot_locale_sk_SK.default, _univerjs_pro_sheets_pivot_chart_ui_locale_sk_SK.default, _univerjs_pro_sheets_pivot_ui_locale_sk_SK.default, _univerjs_pro_sheets_print_locale_sk_SK.default, _univerjs_pro_sheets_shape_ui_locale_sk_SK.default, _univerjs_pro_sheets_sparkline_ui_locale_sk_SK.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = sk_SK_default;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_vi_VN = require("@univerjs-pro/chart-ui/locale/vi-VN");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_vi_VN = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_vi_VN);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_vi_VN = require("@univerjs-pro/embed-unit-ui/locale/vi-VN");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_vi_VN = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_vi_VN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_vi_VN);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_vi_VN = require("@univerjs-pro/sheets-pivot/locale/vi-VN");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_vi_VN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_vi_VN);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_vi_VN = require("@univerjs-pro/sheets-pivot-chart-ui/locale/vi-VN");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_vi_VN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_vi_VN);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_vi_VN = require("@univerjs-pro/sheets-pivot-ui/locale/vi-VN");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_vi_VN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_vi_VN);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_vi_VN = require("@univerjs-pro/sheets-print/locale/vi-VN");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_vi_VN = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_vi_VN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_vi_VN);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/vi-VN.ts
|
|
32
|
-
var vi_VN_default = Object.assign({}, _univerjs_pro_chart_ui_locale_vi_VN.default, _univerjs_pro_embed_unit_ui_locale_vi_VN.default, _univerjs_pro_engine_chart_locale_vi_VN.default, _univerjs_pro_exchange_client_locale_vi_VN.default, _univerjs_pro_shape_editor_ui_locale_vi_VN.default, _univerjs_pro_sheets_chart_locale_vi_VN.default, _univerjs_pro_sheets_chart_ui_locale_vi_VN.default, _univerjs_pro_sheets_exchange_client_locale_vi_VN.default, _univerjs_pro_sheets_outline_ui_locale_vi_VN.default, _univerjs_pro_sheets_pivot_locale_vi_VN.default, _univerjs_pro_sheets_pivot_ui_locale_vi_VN.default, _univerjs_pro_sheets_print_locale_vi_VN.default, _univerjs_pro_sheets_shape_ui_locale_vi_VN.default, _univerjs_pro_sheets_sparkline_ui_locale_vi_VN.default);
|
|
34
|
+
var vi_VN_default = Object.assign({}, _univerjs_pro_chart_ui_locale_vi_VN.default, _univerjs_pro_embed_unit_ui_locale_vi_VN.default, _univerjs_pro_engine_chart_locale_vi_VN.default, _univerjs_pro_exchange_client_locale_vi_VN.default, _univerjs_pro_shape_editor_ui_locale_vi_VN.default, _univerjs_pro_sheets_chart_locale_vi_VN.default, _univerjs_pro_sheets_chart_ui_locale_vi_VN.default, _univerjs_pro_sheets_exchange_client_locale_vi_VN.default, _univerjs_pro_sheets_outline_ui_locale_vi_VN.default, _univerjs_pro_sheets_pivot_locale_vi_VN.default, _univerjs_pro_sheets_pivot_chart_ui_locale_vi_VN.default, _univerjs_pro_sheets_pivot_ui_locale_vi_VN.default, _univerjs_pro_sheets_print_locale_vi_VN.default, _univerjs_pro_sheets_shape_ui_locale_vi_VN.default, _univerjs_pro_sheets_sparkline_ui_locale_vi_VN.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = vi_VN_default;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_zh_CN = require("@univerjs-pro/chart-ui/locale/zh-CN");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_zh_CN = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_zh_CN);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_zh_CN = require("@univerjs-pro/embed-unit-ui/locale/zh-CN");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_zh_CN = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_zh_CN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_zh_CN);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_zh_CN = require("@univerjs-pro/sheets-pivot/locale/zh-CN");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_zh_CN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_zh_CN);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_zh_CN = require("@univerjs-pro/sheets-pivot-chart-ui/locale/zh-CN");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_zh_CN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_zh_CN);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_zh_CN = require("@univerjs-pro/sheets-pivot-ui/locale/zh-CN");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_zh_CN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_zh_CN);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_zh_CN = require("@univerjs-pro/sheets-print/locale/zh-CN");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_zh_CN = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_zh_CN = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_zh_CN);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/zh-CN.ts
|
|
32
|
-
var zh_CN_default = Object.assign({}, _univerjs_pro_chart_ui_locale_zh_CN.default, _univerjs_pro_embed_unit_ui_locale_zh_CN.default, _univerjs_pro_engine_chart_locale_zh_CN.default, _univerjs_pro_exchange_client_locale_zh_CN.default, _univerjs_pro_shape_editor_ui_locale_zh_CN.default, _univerjs_pro_sheets_chart_locale_zh_CN.default, _univerjs_pro_sheets_chart_ui_locale_zh_CN.default, _univerjs_pro_sheets_exchange_client_locale_zh_CN.default, _univerjs_pro_sheets_outline_ui_locale_zh_CN.default, _univerjs_pro_sheets_pivot_locale_zh_CN.default, _univerjs_pro_sheets_pivot_ui_locale_zh_CN.default, _univerjs_pro_sheets_print_locale_zh_CN.default, _univerjs_pro_sheets_shape_ui_locale_zh_CN.default, _univerjs_pro_sheets_sparkline_ui_locale_zh_CN.default);
|
|
34
|
+
var zh_CN_default = Object.assign({}, _univerjs_pro_chart_ui_locale_zh_CN.default, _univerjs_pro_embed_unit_ui_locale_zh_CN.default, _univerjs_pro_engine_chart_locale_zh_CN.default, _univerjs_pro_exchange_client_locale_zh_CN.default, _univerjs_pro_shape_editor_ui_locale_zh_CN.default, _univerjs_pro_sheets_chart_locale_zh_CN.default, _univerjs_pro_sheets_chart_ui_locale_zh_CN.default, _univerjs_pro_sheets_exchange_client_locale_zh_CN.default, _univerjs_pro_sheets_outline_ui_locale_zh_CN.default, _univerjs_pro_sheets_pivot_locale_zh_CN.default, _univerjs_pro_sheets_pivot_chart_ui_locale_zh_CN.default, _univerjs_pro_sheets_pivot_ui_locale_zh_CN.default, _univerjs_pro_sheets_print_locale_zh_CN.default, _univerjs_pro_sheets_shape_ui_locale_zh_CN.default, _univerjs_pro_sheets_sparkline_ui_locale_zh_CN.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = zh_CN_default;
|
package/lib/cjs/locales/zh-HK.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_zh_HK = require("@univerjs-pro/chart-ui/locale/zh-HK");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_zh_HK = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_zh_HK);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_zh_HK = require("@univerjs-pro/embed-unit-ui/locale/zh-HK");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_zh_HK = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_zh_HK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_zh_HK);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_zh_HK = require("@univerjs-pro/sheets-pivot/locale/zh-HK");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_zh_HK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_zh_HK);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_zh_HK = require("@univerjs-pro/sheets-pivot-chart-ui/locale/zh-HK");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_zh_HK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_zh_HK);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_zh_HK = require("@univerjs-pro/sheets-pivot-ui/locale/zh-HK");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_zh_HK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_zh_HK);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_zh_HK = require("@univerjs-pro/sheets-print/locale/zh-HK");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_zh_HK = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_zh_HK = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_zh_HK);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/zh-HK.ts
|
|
32
|
-
var zh_HK_default = Object.assign({}, _univerjs_pro_chart_ui_locale_zh_HK.default, _univerjs_pro_embed_unit_ui_locale_zh_HK.default, _univerjs_pro_engine_chart_locale_zh_HK.default, _univerjs_pro_exchange_client_locale_zh_HK.default, _univerjs_pro_shape_editor_ui_locale_zh_HK.default, _univerjs_pro_sheets_chart_locale_zh_HK.default, _univerjs_pro_sheets_chart_ui_locale_zh_HK.default, _univerjs_pro_sheets_exchange_client_locale_zh_HK.default, _univerjs_pro_sheets_outline_ui_locale_zh_HK.default, _univerjs_pro_sheets_pivot_locale_zh_HK.default, _univerjs_pro_sheets_pivot_ui_locale_zh_HK.default, _univerjs_pro_sheets_print_locale_zh_HK.default, _univerjs_pro_sheets_shape_ui_locale_zh_HK.default, _univerjs_pro_sheets_sparkline_ui_locale_zh_HK.default);
|
|
34
|
+
var zh_HK_default = Object.assign({}, _univerjs_pro_chart_ui_locale_zh_HK.default, _univerjs_pro_embed_unit_ui_locale_zh_HK.default, _univerjs_pro_engine_chart_locale_zh_HK.default, _univerjs_pro_exchange_client_locale_zh_HK.default, _univerjs_pro_shape_editor_ui_locale_zh_HK.default, _univerjs_pro_sheets_chart_locale_zh_HK.default, _univerjs_pro_sheets_chart_ui_locale_zh_HK.default, _univerjs_pro_sheets_exchange_client_locale_zh_HK.default, _univerjs_pro_sheets_outline_ui_locale_zh_HK.default, _univerjs_pro_sheets_pivot_locale_zh_HK.default, _univerjs_pro_sheets_pivot_chart_ui_locale_zh_HK.default, _univerjs_pro_sheets_pivot_ui_locale_zh_HK.default, _univerjs_pro_sheets_print_locale_zh_HK.default, _univerjs_pro_sheets_shape_ui_locale_zh_HK.default, _univerjs_pro_sheets_sparkline_ui_locale_zh_HK.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = zh_HK_default;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../rolldown-runtime-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.js');
|
|
2
2
|
let _univerjs_pro_chart_ui_locale_zh_TW = require("@univerjs-pro/chart-ui/locale/zh-TW");
|
|
3
3
|
_univerjs_pro_chart_ui_locale_zh_TW = require_rolldown_runtime.__toESM(_univerjs_pro_chart_ui_locale_zh_TW);
|
|
4
4
|
let _univerjs_pro_embed_unit_ui_locale_zh_TW = require("@univerjs-pro/embed-unit-ui/locale/zh-TW");
|
|
@@ -19,6 +19,8 @@ let _univerjs_pro_sheets_outline_ui_locale_zh_TW = require("@univerjs-pro/sheets
|
|
|
19
19
|
_univerjs_pro_sheets_outline_ui_locale_zh_TW = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_outline_ui_locale_zh_TW);
|
|
20
20
|
let _univerjs_pro_sheets_pivot_locale_zh_TW = require("@univerjs-pro/sheets-pivot/locale/zh-TW");
|
|
21
21
|
_univerjs_pro_sheets_pivot_locale_zh_TW = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_locale_zh_TW);
|
|
22
|
+
let _univerjs_pro_sheets_pivot_chart_ui_locale_zh_TW = require("@univerjs-pro/sheets-pivot-chart-ui/locale/zh-TW");
|
|
23
|
+
_univerjs_pro_sheets_pivot_chart_ui_locale_zh_TW = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_chart_ui_locale_zh_TW);
|
|
22
24
|
let _univerjs_pro_sheets_pivot_ui_locale_zh_TW = require("@univerjs-pro/sheets-pivot-ui/locale/zh-TW");
|
|
23
25
|
_univerjs_pro_sheets_pivot_ui_locale_zh_TW = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_pivot_ui_locale_zh_TW);
|
|
24
26
|
let _univerjs_pro_sheets_print_locale_zh_TW = require("@univerjs-pro/sheets-print/locale/zh-TW");
|
|
@@ -29,7 +31,7 @@ let _univerjs_pro_sheets_sparkline_ui_locale_zh_TW = require("@univerjs-pro/shee
|
|
|
29
31
|
_univerjs_pro_sheets_sparkline_ui_locale_zh_TW = require_rolldown_runtime.__toESM(_univerjs_pro_sheets_sparkline_ui_locale_zh_TW);
|
|
30
32
|
|
|
31
33
|
//#region src/locales/zh-TW.ts
|
|
32
|
-
var zh_TW_default = Object.assign({}, _univerjs_pro_chart_ui_locale_zh_TW.default, _univerjs_pro_embed_unit_ui_locale_zh_TW.default, _univerjs_pro_engine_chart_locale_zh_TW.default, _univerjs_pro_exchange_client_locale_zh_TW.default, _univerjs_pro_shape_editor_ui_locale_zh_TW.default, _univerjs_pro_sheets_chart_locale_zh_TW.default, _univerjs_pro_sheets_chart_ui_locale_zh_TW.default, _univerjs_pro_sheets_exchange_client_locale_zh_TW.default, _univerjs_pro_sheets_outline_ui_locale_zh_TW.default, _univerjs_pro_sheets_pivot_locale_zh_TW.default, _univerjs_pro_sheets_pivot_ui_locale_zh_TW.default, _univerjs_pro_sheets_print_locale_zh_TW.default, _univerjs_pro_sheets_shape_ui_locale_zh_TW.default, _univerjs_pro_sheets_sparkline_ui_locale_zh_TW.default);
|
|
34
|
+
var zh_TW_default = Object.assign({}, _univerjs_pro_chart_ui_locale_zh_TW.default, _univerjs_pro_embed_unit_ui_locale_zh_TW.default, _univerjs_pro_engine_chart_locale_zh_TW.default, _univerjs_pro_exchange_client_locale_zh_TW.default, _univerjs_pro_shape_editor_ui_locale_zh_TW.default, _univerjs_pro_sheets_chart_locale_zh_TW.default, _univerjs_pro_sheets_chart_ui_locale_zh_TW.default, _univerjs_pro_sheets_exchange_client_locale_zh_TW.default, _univerjs_pro_sheets_outline_ui_locale_zh_TW.default, _univerjs_pro_sheets_pivot_locale_zh_TW.default, _univerjs_pro_sheets_pivot_chart_ui_locale_zh_TW.default, _univerjs_pro_sheets_pivot_ui_locale_zh_TW.default, _univerjs_pro_sheets_print_locale_zh_TW.default, _univerjs_pro_sheets_shape_ui_locale_zh_TW.default, _univerjs_pro_sheets_sparkline_ui_locale_zh_TW.default);
|
|
33
35
|
|
|
34
36
|
//#endregion
|
|
35
37
|
module.exports = zh_TW_default;
|
|
@@ -19,13 +19,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
}
|
|
20
20
|
return to;
|
|
21
21
|
};
|
|
22
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
22
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
|
23
23
|
value: mod,
|
|
24
24
|
enumerable: true
|
|
25
25
|
}) : target, mod));
|
|
26
26
|
|
|
27
27
|
//#endregion
|
|
28
|
-
|
|
29
28
|
Object.defineProperty(exports, '__toESM', {
|
|
30
29
|
enumerable: true,
|
|
31
30
|
get: function () {
|
package/lib/cjs/worker.js
CHANGED
|
@@ -2,6 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
2
2
|
let _univerjs_pro_engine_formula = require("@univerjs-pro/engine-formula");
|
|
3
3
|
let _univerjs_pro_license = require("@univerjs-pro/license");
|
|
4
4
|
let _univerjs_pro_sheets_pivot = require("@univerjs-pro/sheets-pivot");
|
|
5
|
+
let _univerjs_pro_sheets_pivot_chart = require("@univerjs-pro/sheets-pivot-chart");
|
|
5
6
|
|
|
6
7
|
//#region src/worker.ts
|
|
7
8
|
function UniverSheetsAdvancedWorkerPreset(config = { license: "" }) {
|
|
@@ -9,7 +10,8 @@ function UniverSheetsAdvancedWorkerPreset(config = { license: "" }) {
|
|
|
9
10
|
return { plugins: [
|
|
10
11
|
[_univerjs_pro_license.UniverLicensePlugin, { license }],
|
|
11
12
|
_univerjs_pro_engine_formula.UniverProFormulaEnginePlugin,
|
|
12
|
-
[_univerjs_pro_sheets_pivot.UniverSheetsPivotTablePlugin, { notExecuteFormula: false }]
|
|
13
|
+
[_univerjs_pro_sheets_pivot.UniverSheetsPivotTablePlugin, { notExecuteFormula: false }],
|
|
14
|
+
_univerjs_pro_sheets_pivot_chart.UniverSheetsPivotChartWorkerPlugin
|
|
13
15
|
] };
|
|
14
16
|
}
|
|
15
17
|
|