@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/es/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/es/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/es/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/es/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/es/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/es/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/es/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 };
|
package/lib/es/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/es/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/es/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/es/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/es/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/es/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/es/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 };
|