@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/locales/ja-JP.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/ja-JP";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/ja-JP";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/ja-JP";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/ja-JP";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/ja-JP";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/ja-JP";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/ja-JP";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/ja-JP";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/ja-JP";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/ja-JP";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/ja-JP.ts
|
|
13
|
+
var ja_JP_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { ja_JP_default as default };
|
package/lib/locales/ko-KR.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/ko-KR";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/ko-KR";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/ko-KR";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/ko-KR";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/ko-KR";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/ko-KR";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/ko-KR";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/ko-KR";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/ko-KR";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/ko-KR";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/ko-KR.ts
|
|
13
|
+
var ko_KR_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { ko_KR_default as default };
|
package/lib/locales/pl-PL.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
|
-
P as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/pl-PL";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/pl-PL";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/pl-PL";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/pl-PL";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/pl-PL";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/pl-PL";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/pl-PL";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/pl-PL";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/pl-PL";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/pl-PL";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/pl-PL.ts
|
|
13
|
+
var pl_PL_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { pl_PL_default as default };
|
package/lib/locales/pt-BR.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/pt-BR";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/pt-BR";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/pt-BR";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/pt-BR";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/pt-BR";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/pt-BR";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/pt-BR";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/pt-BR";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/pt-BR";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/pt-BR";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/pt-BR.ts
|
|
13
|
+
var pt_BR_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { pt_BR_default as default };
|
package/lib/locales/ru-RU.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
|
-
u,
|
|
21
|
-
p,
|
|
22
|
-
h
|
|
23
|
-
);
|
|
24
|
-
export {
|
|
25
|
-
R as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/ru-RU";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/ru-RU";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/ru-RU";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/ru-RU";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/ru-RU";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/ru-RU";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/ru-RU";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/ru-RU";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/ru-RU";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/ru-RU";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/ru-RU.ts
|
|
13
|
+
var ru_RU_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { ru_RU_default as default };
|
package/lib/locales/sk-SK.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/sk-SK";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/sk-SK";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/sk-SK";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/sk-SK";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/sk-SK";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/sk-SK";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/sk-SK";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/sk-SK";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/sk-SK";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/sk-SK";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/sk-SK.ts
|
|
13
|
+
var sk_SK_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { sk_SK_default as default };
|
package/lib/locales/vi-VN.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
|
-
N as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/vi-VN";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/vi-VN";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/vi-VN";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/vi-VN";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/vi-VN";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/vi-VN";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/vi-VN";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/vi-VN";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/vi-VN";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/vi-VN";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/vi-VN.ts
|
|
13
|
+
var vi_VN_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { vi_VN_default as default };
|
package/lib/locales/zh-CN.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
|
-
C as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/zh-CN";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/zh-CN";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/zh-CN";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/zh-CN";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/zh-CN";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/zh-CN";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/zh-CN";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/zh-CN";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/zh-CN";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/zh-CN";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/zh-CN.ts
|
|
13
|
+
var zh_CN_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { zh_CN_default as default };
|
package/lib/locales/zh-HK.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
|
-
H as default
|
|
26
|
-
};
|
|
1
|
+
import univerjsexchangeclient from "@univerjs-pro/exchange-client/locale/zh-HK";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/zh-HK";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/zh-HK";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/zh-HK";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/zh-HK";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/zh-HK";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/zh-HK";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/zh-HK";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/zh-HK";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/zh-HK";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/zh-HK.ts
|
|
13
|
+
var zh_HK_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { zh_HK_default as default };
|
package/lib/locales/zh-TW.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/zh-TW";
|
|
2
|
+
import univerjssheetschart from "@univerjs-pro/sheets-chart/locale/zh-TW";
|
|
3
|
+
import univerjssheetschartui from "@univerjs-pro/sheets-chart-ui/locale/zh-TW";
|
|
4
|
+
import univerjssheetsexchangeclient from "@univerjs-pro/sheets-exchange-client/locale/zh-TW";
|
|
5
|
+
import univerjssheetsoutlineui from "@univerjs-pro/sheets-outline-ui/locale/zh-TW";
|
|
6
|
+
import univerjssheetspivot from "@univerjs-pro/sheets-pivot/locale/zh-TW";
|
|
7
|
+
import univerjssheetspivotui from "@univerjs-pro/sheets-pivot-ui/locale/zh-TW";
|
|
8
|
+
import univerjssheetsprint from "@univerjs-pro/sheets-print/locale/zh-TW";
|
|
9
|
+
import univerjssheetsshapeui from "@univerjs-pro/sheets-shape-ui/locale/zh-TW";
|
|
10
|
+
import univerjssheetssparklineui from "@univerjs-pro/sheets-sparkline-ui/locale/zh-TW";
|
|
11
|
+
|
|
12
|
+
//#region src/locales/zh-TW.ts
|
|
13
|
+
var zh_TW_default = Object.assign({}, univerjsexchangeclient, univerjssheetschart, univerjssheetschartui, univerjssheetsexchangeclient, univerjssheetsoutlineui, univerjssheetspivot, univerjssheetspivotui, univerjssheetsprint, univerjssheetsshapeui, univerjssheetssparklineui);
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { zh_TW_default as default };
|
package/lib/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './preset';
|
|
2
2
|
export * from '@univerjs-pro/engine-chart';
|
|
3
3
|
export * from '@univerjs-pro/engine-formula';
|
|
4
4
|
export * from '@univerjs-pro/engine-shape';
|
|
@@ -7,6 +7,7 @@ export * from '@univerjs-pro/license';
|
|
|
7
7
|
export * from '@univerjs-pro/sheets-chart';
|
|
8
8
|
export * from '@univerjs-pro/sheets-chart-ui';
|
|
9
9
|
export * from '@univerjs-pro/sheets-exchange-client';
|
|
10
|
+
export * from '@univerjs-pro/sheets-graphics';
|
|
10
11
|
export * from '@univerjs-pro/sheets-outline';
|
|
11
12
|
export * from '@univerjs-pro/sheets-outline-ui';
|
|
12
13
|
export * from '@univerjs-pro/sheets-pivot';
|
|
@@ -16,4 +17,3 @@ export * from '@univerjs-pro/sheets-shape';
|
|
|
16
17
|
export * from '@univerjs-pro/sheets-shape-ui';
|
|
17
18
|
export * from '@univerjs-pro/sheets-sparkline';
|
|
18
19
|
export * from '@univerjs-pro/sheets-sparkline-ui';
|
|
19
|
-
export * from '@univerjs/sheets-graphics';
|