@univerjs/preset-sheets-advanced 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 +198 -1
- package/lib/cjs/locales/ar-SA.js +27 -1
- package/lib/cjs/locales/ca-ES.js +27 -1
- package/lib/cjs/locales/de-DE.js +27 -1
- package/lib/cjs/locales/en-US.js +27 -1
- package/lib/cjs/locales/es-ES.js +27 -1
- package/lib/cjs/locales/fa-IR.js +27 -1
- package/lib/cjs/locales/fr-FR.js +27 -1
- package/lib/cjs/locales/id-ID.js +27 -1
- package/lib/cjs/locales/it-IT.js +27 -1
- package/lib/cjs/locales/ja-JP.js +27 -1
- package/lib/cjs/locales/ko-KR.js +27 -1
- package/lib/cjs/locales/pl-PL.js +27 -1
- package/lib/cjs/locales/pt-BR.js +27 -1
- package/lib/cjs/locales/ru-RU.js +27 -1
- package/lib/cjs/locales/sk-SK.js +27 -1
- package/lib/cjs/locales/vi-VN.js +27 -1
- package/lib/cjs/locales/zh-CN.js +27 -1
- package/lib/cjs/locales/zh-HK.js +27 -1
- package/lib/cjs/locales/zh-TW.js +27 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/cjs/worker.js +17 -1
- package/lib/es/index.js +103 -91
- package/lib/es/locales/ar-SA.js +16 -26
- package/lib/es/locales/ca-ES.js +16 -26
- package/lib/es/locales/de-DE.js +16 -26
- package/lib/es/locales/en-US.js +16 -26
- package/lib/es/locales/es-ES.js +16 -26
- package/lib/es/locales/fa-IR.js +16 -26
- package/lib/es/locales/fr-FR.js +16 -26
- package/lib/es/locales/id-ID.js +16 -26
- package/lib/es/locales/it-IT.js +16 -26
- package/lib/es/locales/ja-JP.js +16 -26
- package/lib/es/locales/ko-KR.js +16 -26
- package/lib/es/locales/pl-PL.js +16 -26
- package/lib/es/locales/pt-BR.js +16 -26
- package/lib/es/locales/ru-RU.js +16 -26
- package/lib/es/locales/sk-SK.js +16 -26
- package/lib/es/locales/vi-VN.js +16 -26
- package/lib/es/locales/zh-CN.js +16 -26
- package/lib/es/locales/zh-HK.js +16 -26
- package/lib/es/locales/zh-TW.js +16 -26
- package/lib/es/worker.js +15 -19
- package/lib/index.css +2762 -1
- package/lib/index.js +103 -91
- package/lib/locales/ar-SA.js +16 -26
- package/lib/locales/ca-ES.js +16 -26
- package/lib/locales/de-DE.js +16 -26
- package/lib/locales/en-US.js +16 -26
- package/lib/locales/es-ES.js +16 -26
- package/lib/locales/fa-IR.js +16 -26
- package/lib/locales/fr-FR.js +16 -26
- package/lib/locales/id-ID.js +16 -26
- package/lib/locales/it-IT.js +16 -26
- package/lib/locales/ja-JP.js +16 -26
- package/lib/locales/ko-KR.js +16 -26
- package/lib/locales/pl-PL.js +16 -26
- package/lib/locales/pt-BR.js +16 -26
- package/lib/locales/ru-RU.js +16 -26
- package/lib/locales/sk-SK.js +16 -26
- package/lib/locales/vi-VN.js +16 -26
- package/lib/locales/zh-CN.js +16 -26
- package/lib/locales/zh-HK.js +16 -26
- package/lib/locales/zh-TW.js +16 -26
- package/lib/types/index.d.ts +2 -2
- 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 +34 -0
- package/lib/types/worker.d.ts +1 -1
- package/lib/worker.js +15 -19
- package/package.json +36 -39
- package/LICENSE +0 -176
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -41
- package/lib/umd/index.js +0 -89
- package/lib/umd/locales/ar-SA.js +0 -32
- package/lib/umd/locales/ca-ES.js +0 -32
- package/lib/umd/locales/de-DE.js +0 -32
- package/lib/umd/locales/en-US.js +0 -32
- package/lib/umd/locales/es-ES.js +0 -32
- package/lib/umd/locales/fa-IR.js +0 -32
- package/lib/umd/locales/fr-FR.js +0 -32
- package/lib/umd/locales/id-ID.js +0 -32
- package/lib/umd/locales/it-IT.js +0 -32
- package/lib/umd/locales/ja-JP.js +0 -32
- package/lib/umd/locales/ko-KR.js +0 -32
- package/lib/umd/locales/pl-PL.js +0 -32
- package/lib/umd/locales/pt-BR.js +0 -32
- package/lib/umd/locales/ru-RU.js +0 -32
- package/lib/umd/locales/sk-SK.js +0 -32
- package/lib/umd/locales/vi-VN.js +0 -32
- package/lib/umd/locales/zh-CN.js +0 -32
- package/lib/umd/locales/zh-HK.js +0 -32
- package/lib/umd/locales/zh-TW.js +0 -32
- package/lib/umd/worker.js +0 -1
package/lib/index.js
CHANGED
|
@@ -1,93 +1,105 @@
|
|
|
1
|
-
import { UniverProFormulaEnginePlugin
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
import
|
|
18
|
-
|
|
19
|
-
import
|
|
20
|
-
|
|
21
|
-
import
|
|
22
|
-
|
|
23
|
-
import
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export * from "@univerjs-pro/
|
|
40
|
-
|
|
41
|
-
export * from "@univerjs/sheets-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
1
|
+
import { UniverProFormulaEnginePlugin } from "@univerjs-pro/engine-formula";
|
|
2
|
+
import { UniverExchangeClientPlugin } from "@univerjs-pro/exchange-client";
|
|
3
|
+
import { UniverLicensePlugin } from "@univerjs-pro/license";
|
|
4
|
+
import { UniverSheetsChartPlugin } from "@univerjs-pro/sheets-chart";
|
|
5
|
+
import { UniverSheetsChartUIPlugin } from "@univerjs-pro/sheets-chart-ui";
|
|
6
|
+
import { UniverSheetsExchangeClientPlugin } from "@univerjs-pro/sheets-exchange-client";
|
|
7
|
+
import { UniverSheetsOutlinePlugin } from "@univerjs-pro/sheets-outline";
|
|
8
|
+
import { UniverSheetsOutlineUIPlugin } from "@univerjs-pro/sheets-outline-ui";
|
|
9
|
+
import { UniverSheetsPivotTablePlugin } from "@univerjs-pro/sheets-pivot";
|
|
10
|
+
import { UniverSheetsPivotTableUIPlugin } from "@univerjs-pro/sheets-pivot-ui";
|
|
11
|
+
import { UniverSheetsPrintPlugin } from "@univerjs-pro/sheets-print";
|
|
12
|
+
import { UniverSheetsShapePlugin } from "@univerjs-pro/sheets-shape";
|
|
13
|
+
import { UniverSheetsShapeUIPlugin } from "@univerjs-pro/sheets-shape-ui";
|
|
14
|
+
import { UniverSheetSparklinePlugin } from "@univerjs-pro/sheets-sparkline";
|
|
15
|
+
import { UniverSheetSparklineUIPlugin } from "@univerjs-pro/sheets-sparkline-ui";
|
|
16
|
+
import "@univerjs-pro/exchange-client/facade";
|
|
17
|
+
import "@univerjs-pro/sheets-pivot/facade";
|
|
18
|
+
import "@univerjs-pro/engine-formula/facade";
|
|
19
|
+
import "@univerjs-pro/sheets-print/facade";
|
|
20
|
+
import "@univerjs-pro/sheets-chart/facade";
|
|
21
|
+
import "@univerjs-pro/sheets-outline/facade";
|
|
22
|
+
import "@univerjs-pro/sheets-shape/facade";
|
|
23
|
+
import "@univerjs-pro/sheets-sparkline/facade";
|
|
24
|
+
|
|
25
|
+
export * from "@univerjs-pro/engine-formula"
|
|
26
|
+
|
|
27
|
+
export * from "@univerjs-pro/exchange-client"
|
|
28
|
+
|
|
29
|
+
export * from "@univerjs-pro/license"
|
|
30
|
+
|
|
31
|
+
export * from "@univerjs-pro/sheets-chart"
|
|
32
|
+
|
|
33
|
+
export * from "@univerjs-pro/sheets-chart-ui"
|
|
34
|
+
|
|
35
|
+
export * from "@univerjs-pro/sheets-exchange-client"
|
|
36
|
+
|
|
37
|
+
export * from "@univerjs-pro/sheets-outline"
|
|
38
|
+
|
|
39
|
+
export * from "@univerjs-pro/sheets-outline-ui"
|
|
40
|
+
|
|
41
|
+
export * from "@univerjs-pro/sheets-pivot"
|
|
42
|
+
|
|
43
|
+
export * from "@univerjs-pro/sheets-pivot-ui"
|
|
44
|
+
|
|
45
|
+
export * from "@univerjs-pro/sheets-print"
|
|
46
|
+
|
|
47
|
+
export * from "@univerjs-pro/sheets-shape"
|
|
48
|
+
|
|
49
|
+
export * from "@univerjs-pro/sheets-shape-ui"
|
|
50
|
+
|
|
51
|
+
export * from "@univerjs-pro/sheets-sparkline"
|
|
52
|
+
|
|
53
|
+
export * from "@univerjs-pro/sheets-sparkline-ui"
|
|
54
|
+
|
|
55
|
+
export * from "@univerjs-pro/engine-chart"
|
|
56
|
+
|
|
57
|
+
export * from "@univerjs-pro/engine-shape"
|
|
58
|
+
|
|
59
|
+
export * from "@univerjs-pro/sheets-graphics"
|
|
60
|
+
|
|
61
|
+
//#region src/preset.ts
|
|
62
|
+
/**
|
|
63
|
+
* This presets helps you to create a Univer sheet with open sourced features.
|
|
64
|
+
*/
|
|
65
|
+
function UniverSheetsAdvancedPreset(config = {
|
|
66
|
+
license: "",
|
|
67
|
+
universerEndpoint: ""
|
|
45
68
|
}) {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
uploadFileServerUrl: `${r}/universer-api/stream/file/upload`,
|
|
80
|
-
getTaskServerUrl: `${r}/universer-api/exchange/task/{taskID}`,
|
|
81
|
-
signUrlServerUrl: `${r}/universer-api/file/{fileID}/sign-url`,
|
|
82
|
-
importServerUrl: `${r}/universer-api/exchange/{type}/import`,
|
|
83
|
-
exportServerUrl: `${r}/universer-api/exchange/{type}/export`,
|
|
84
|
-
downloadEndpointUrl: `${r}/`,
|
|
85
|
-
options: l
|
|
86
|
-
}],
|
|
87
|
-
U
|
|
88
|
-
].filter((f) => !!f)
|
|
89
|
-
};
|
|
69
|
+
const { license, universerEndpoint, useWorker, formula, exchangeClientOptions, print, pivot } = config;
|
|
70
|
+
const serverEndpoint = universerEndpoint !== null && universerEndpoint !== void 0 ? universerEndpoint : `${window.location.protocol}//${window.location.host}`;
|
|
71
|
+
return { plugins: [
|
|
72
|
+
[UniverLicensePlugin, { license }],
|
|
73
|
+
[UniverSheetsPivotTablePlugin, {
|
|
74
|
+
notExecuteFormula: useWorker,
|
|
75
|
+
maxLimitItemCount: pivot === null || pivot === void 0 ? void 0 : pivot.maxLimitItemCount
|
|
76
|
+
}],
|
|
77
|
+
UniverSheetsPivotTableUIPlugin,
|
|
78
|
+
[UniverProFormulaEnginePlugin, {
|
|
79
|
+
notExecuteFormula: useWorker,
|
|
80
|
+
function: formula === null || formula === void 0 ? void 0 : formula.function
|
|
81
|
+
}],
|
|
82
|
+
[UniverSheetsPrintPlugin, { enforceWatermark: print === null || print === void 0 ? void 0 : print.enforceWatermark }],
|
|
83
|
+
UniverSheetsChartPlugin,
|
|
84
|
+
UniverSheetsChartUIPlugin,
|
|
85
|
+
UniverSheetsOutlinePlugin,
|
|
86
|
+
UniverSheetsOutlineUIPlugin,
|
|
87
|
+
UniverSheetsShapePlugin,
|
|
88
|
+
UniverSheetsShapeUIPlugin,
|
|
89
|
+
UniverSheetSparklinePlugin,
|
|
90
|
+
UniverSheetSparklineUIPlugin,
|
|
91
|
+
[UniverExchangeClientPlugin, {
|
|
92
|
+
uploadFileServerUrl: `${serverEndpoint}/universer-api/stream/file/upload`,
|
|
93
|
+
getTaskServerUrl: `${serverEndpoint}/universer-api/exchange/task/{taskID}`,
|
|
94
|
+
signUrlServerUrl: `${serverEndpoint}/universer-api/file/{fileID}/sign-url`,
|
|
95
|
+
importServerUrl: `${serverEndpoint}/universer-api/exchange/{type}/import`,
|
|
96
|
+
exportServerUrl: `${serverEndpoint}/universer-api/exchange/{type}/export`,
|
|
97
|
+
downloadEndpointUrl: `${serverEndpoint}/`,
|
|
98
|
+
options: exchangeClientOptions
|
|
99
|
+
}],
|
|
100
|
+
UniverSheetsExchangeClientPlugin
|
|
101
|
+
].filter((v) => !!v) };
|
|
90
102
|
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
};
|
|
103
|
+
|
|
104
|
+
//#endregion
|
|
105
|
+
export { UniverSheetsAdvancedPreset };
|
package/lib/locales/ar-SA.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
L as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/ar-SA";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/ar-SA";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/ar-SA";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/ar-SA";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/ar-SA";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/ar-SA";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/ar-SA";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/ar-SA";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/ar-SA";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/ar-SA";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/ar-SA.ts
|
|
13
|
+
var ar_SA_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { ar_SA_default as default };
|
package/lib/locales/ca-ES.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
L as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/ca-ES";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/ca-ES";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/ca-ES";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/ca-ES";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/ca-ES";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/ca-ES";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/ca-ES";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/ca-ES";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/ca-ES";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/ca-ES";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/ca-ES.ts
|
|
13
|
+
var ca_ES_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { ca_ES_default as default };
|
package/lib/locales/de-DE.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
E as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/de-DE";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/de-DE";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/de-DE";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/de-DE";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/de-DE";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/de-DE";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/de-DE";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/de-DE";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/de-DE";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/de-DE";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/de-DE.ts
|
|
13
|
+
var de_DE_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { de_DE_default as default };
|
package/lib/locales/en-US.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
S as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/en-US";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/en-US";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/en-US";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/en-US";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/en-US";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/en-US";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/en-US";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/en-US";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/en-US";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/en-US";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/en-US.ts
|
|
13
|
+
var en_US_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { en_US_default as default };
|
package/lib/locales/es-ES.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
L as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/es-ES";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/es-ES";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/es-ES";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/es-ES";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/es-ES";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/es-ES";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/es-ES";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/es-ES";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/es-ES";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/es-ES";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/es-ES.ts
|
|
13
|
+
var es_ES_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { es_ES_default as default };
|
package/lib/locales/fa-IR.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
L as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/fa-IR";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/fa-IR";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/fa-IR";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/fa-IR";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/fa-IR";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/fa-IR";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/fa-IR";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/fa-IR";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/fa-IR";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/fa-IR";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/fa-IR.ts
|
|
13
|
+
var fa_IR_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { fa_IR_default as default };
|
package/lib/locales/fr-FR.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
L as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/fr-FR";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/fr-FR";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/fr-FR";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/fr-FR";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/fr-FR";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/fr-FR";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/fr-FR";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/fr-FR";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/fr-FR";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/fr-FR";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/fr-FR.ts
|
|
13
|
+
var fr_FR_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { fr_FR_default as default };
|
package/lib/locales/id-ID.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
I as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/id-ID";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/id-ID";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/id-ID";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/id-ID";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/id-ID";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/id-ID";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/id-ID";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/id-ID";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/id-ID";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/id-ID";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/id-ID.ts
|
|
13
|
+
var id_ID_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { id_ID_default as default };
|
package/lib/locales/it-IT.js
CHANGED
|
@@ -1,26 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o,
|
|
18
|
-
m,
|
|
19
|
-
n,
|
|
20
|
-
p,
|
|
21
|
-
u,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
L as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/it-IT";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/it-IT";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/it-IT";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/it-IT";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/it-IT";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/it-IT";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/it-IT";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/it-IT";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/it-IT";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/it-IT";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/it-IT.ts
|
|
13
|
+
var it_IT_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { it_IT_default as default };
|