@univerjs/preset-sheets-advanced 0.23.0 → 0.24.0
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 +1 -1
- package/lib/cjs/locales/ca-ES.js +1 -1
- package/lib/cjs/locales/en-US.js +1 -1
- package/lib/cjs/locales/es-ES.js +1 -1
- package/lib/cjs/locales/fa-IR.js +1 -1
- package/lib/cjs/locales/fr-FR.js +1 -1
- package/lib/cjs/locales/ja-JP.js +1 -1
- package/lib/cjs/locales/ko-KR.js +1 -1
- package/lib/cjs/locales/ru-RU.js +1 -1
- package/lib/cjs/locales/sk-SK.js +1 -1
- package/lib/cjs/locales/vi-VN.js +1 -1
- package/lib/cjs/locales/zh-CN.js +1 -1
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/es/index.js +24 -17
- package/lib/es/locales/ca-ES.js +11 -9
- package/lib/es/locales/en-US.js +12 -10
- package/lib/es/locales/es-ES.js +8 -6
- package/lib/es/locales/fa-IR.js +11 -9
- package/lib/es/locales/fr-FR.js +14 -12
- package/lib/es/locales/ja-JP.js +11 -9
- package/lib/es/locales/ko-KR.js +11 -9
- package/lib/es/locales/ru-RU.js +15 -13
- package/lib/es/locales/sk-SK.js +8 -6
- package/lib/es/locales/vi-VN.js +8 -6
- package/lib/es/locales/zh-CN.js +11 -9
- package/lib/es/locales/zh-TW.js +11 -9
- package/lib/index.js +24 -17
- package/lib/locales/ca-ES.js +11 -9
- package/lib/locales/en-US.js +12 -10
- package/lib/locales/es-ES.js +8 -6
- package/lib/locales/fa-IR.js +11 -9
- package/lib/locales/fr-FR.js +14 -12
- package/lib/locales/ja-JP.js +11 -9
- package/lib/locales/ko-KR.js +11 -9
- package/lib/locales/ru-RU.js +15 -13
- package/lib/locales/sk-SK.js +8 -6
- package/lib/locales/vi-VN.js +8 -6
- package/lib/locales/zh-CN.js +11 -9
- package/lib/locales/zh-TW.js +11 -9
- package/lib/types/index.d.ts +2 -0
- package/lib/types/umd.d.ts +3 -0
- package/lib/umd/index.js +38 -29
- package/lib/umd/locales/ca-ES.js +12 -9
- package/lib/umd/locales/en-US.js +12 -9
- package/lib/umd/locales/es-ES.js +12 -9
- package/lib/umd/locales/fa-IR.js +12 -9
- package/lib/umd/locales/fr-FR.js +12 -9
- package/lib/umd/locales/ja-JP.js +12 -9
- package/lib/umd/locales/ko-KR.js +12 -9
- package/lib/umd/locales/ru-RU.js +12 -9
- package/lib/umd/locales/sk-SK.js +12 -9
- package/lib/umd/locales/vi-VN.js +12 -9
- package/lib/umd/locales/zh-CN.js +12 -9
- package/lib/umd/locales/zh-TW.js +12 -9
- package/package.json +24 -22
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/zh-TW";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/zh-TW";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/zh-TW";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/zh-TW";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/zh-TW";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/zh-TW";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/zh-TW";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/zh-TW";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/zh-TW";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UniverProFormulaEnginePlugin as
|
|
1
|
+
import { UniverProFormulaEnginePlugin as a } from "@univerjs-pro/engine-formula";
|
|
2
2
|
export * from "@univerjs-pro/engine-formula";
|
|
3
3
|
import { UniverExchangeClientPlugin as u } from "@univerjs-pro/exchange-client";
|
|
4
4
|
export * from "@univerjs-pro/exchange-client";
|
|
@@ -10,31 +10,36 @@ import { UniverSheetsChartUIPlugin as v } from "@univerjs-pro/sheets-chart-ui";
|
|
|
10
10
|
export * from "@univerjs-pro/sheets-chart-ui";
|
|
11
11
|
import { UniverSheetsExchangeClientPlugin as U } from "@univerjs-pro/sheets-exchange-client";
|
|
12
12
|
export * from "@univerjs-pro/sheets-exchange-client";
|
|
13
|
-
import {
|
|
13
|
+
import { UniverSheetsOutlinePlugin as g } from "@univerjs-pro/sheets-outline";
|
|
14
|
+
export * from "@univerjs-pro/sheets-outline";
|
|
15
|
+
import { UniverSheetsOutlineUIPlugin as h } from "@univerjs-pro/sheets-outline-ui";
|
|
16
|
+
export * from "@univerjs-pro/sheets-outline-ui";
|
|
17
|
+
import { UniverSheetsPivotTablePlugin as c } from "@univerjs-pro/sheets-pivot";
|
|
14
18
|
export * from "@univerjs-pro/sheets-pivot";
|
|
15
|
-
import { UniverSheetsPivotTableUIPlugin as
|
|
19
|
+
import { UniverSheetsPivotTableUIPlugin as S } from "@univerjs-pro/sheets-pivot-ui";
|
|
16
20
|
export * from "@univerjs-pro/sheets-pivot-ui";
|
|
17
|
-
import { UniverSheetsPrintPlugin as
|
|
21
|
+
import { UniverSheetsPrintPlugin as P } from "@univerjs-pro/sheets-print";
|
|
18
22
|
export * from "@univerjs-pro/sheets-print";
|
|
19
|
-
import { UniverSheetsShapePlugin as
|
|
23
|
+
import { UniverSheetsShapePlugin as d } from "@univerjs-pro/sheets-shape";
|
|
20
24
|
export * from "@univerjs-pro/sheets-shape";
|
|
21
|
-
import { UniverSheetsShapeUIPlugin as
|
|
25
|
+
import { UniverSheetsShapeUIPlugin as I } from "@univerjs-pro/sheets-shape-ui";
|
|
22
26
|
export * from "@univerjs-pro/sheets-shape-ui";
|
|
23
|
-
import { UniverSheetSparklinePlugin as
|
|
27
|
+
import { UniverSheetSparklinePlugin as k } from "@univerjs-pro/sheets-sparkline";
|
|
24
28
|
export * from "@univerjs-pro/sheets-sparkline";
|
|
25
|
-
import { UniverSheetSparklineUIPlugin as
|
|
29
|
+
import { UniverSheetSparklineUIPlugin as $ } from "@univerjs-pro/sheets-sparkline-ui";
|
|
26
30
|
export * from "@univerjs-pro/sheets-sparkline-ui";
|
|
27
31
|
import "@univerjs-pro/exchange-client/lib/facade";
|
|
28
32
|
import "@univerjs-pro/sheets-pivot/lib/facade";
|
|
29
33
|
import "@univerjs-pro/engine-formula/lib/facade";
|
|
30
34
|
import "@univerjs-pro/sheets-print/lib/facade";
|
|
31
35
|
import "@univerjs-pro/sheets-chart/lib/facade";
|
|
36
|
+
import "@univerjs-pro/sheets-outline/lib/facade";
|
|
32
37
|
import "@univerjs-pro/sheets-shape/lib/facade";
|
|
33
38
|
import "@univerjs-pro/sheets-sparkline/lib/facade";
|
|
34
39
|
export * from "@univerjs-pro/engine-chart";
|
|
35
40
|
export * from "@univerjs-pro/engine-shape";
|
|
36
41
|
export * from "@univerjs/sheets-graphics";
|
|
37
|
-
function
|
|
42
|
+
function R(m = {
|
|
38
43
|
license: "",
|
|
39
44
|
universerEndpoint: ""
|
|
40
45
|
}) {
|
|
@@ -50,24 +55,26 @@ function J(m = {
|
|
|
50
55
|
return {
|
|
51
56
|
plugins: [
|
|
52
57
|
[s, { license: p }],
|
|
53
|
-
[
|
|
58
|
+
[c, {
|
|
54
59
|
notExecuteFormula: n,
|
|
55
60
|
maxLimitItemCount: t == null ? void 0 : t.maxLimitItemCount
|
|
56
61
|
}],
|
|
57
|
-
|
|
58
|
-
[
|
|
62
|
+
S,
|
|
63
|
+
[a, {
|
|
59
64
|
notExecuteFormula: n,
|
|
60
65
|
function: o == null ? void 0 : o.function
|
|
61
66
|
}],
|
|
62
|
-
[
|
|
67
|
+
[P, {
|
|
63
68
|
enforceWatermark: i == null ? void 0 : i.enforceWatermark
|
|
64
69
|
}],
|
|
65
70
|
x,
|
|
66
71
|
v,
|
|
67
|
-
|
|
68
|
-
|
|
72
|
+
g,
|
|
73
|
+
h,
|
|
69
74
|
d,
|
|
75
|
+
I,
|
|
70
76
|
k,
|
|
77
|
+
$,
|
|
71
78
|
[u, {
|
|
72
79
|
uploadFileServerUrl: `${r}/universer-api/stream/file/upload`,
|
|
73
80
|
getTaskServerUrl: `${r}/universer-api/exchange/task/{taskID}`,
|
|
@@ -78,9 +85,9 @@ function J(m = {
|
|
|
78
85
|
options: l
|
|
79
86
|
}],
|
|
80
87
|
U
|
|
81
|
-
].filter((
|
|
88
|
+
].filter((f) => !!f)
|
|
82
89
|
};
|
|
83
90
|
}
|
|
84
91
|
export {
|
|
85
|
-
|
|
92
|
+
R as UniverSheetsAdvancedPreset
|
|
86
93
|
};
|
package/lib/locales/ca-ES.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/ca-ES";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/ca-ES";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/ca-ES";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/ca-ES";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/ca-ES";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/ca-ES";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/ca-ES";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/ca-ES";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/ca-ES";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/en-US.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/en-US";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/en-US";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/en-US";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/en-US";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/en-US";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/en-US";
|
|
8
|
+
import n from "@univerjs-pro/sheets-print/locale/en-US";
|
|
8
9
|
import p from "@univerjs-pro/sheets-shape-ui/locale/en-US";
|
|
9
|
-
import
|
|
10
|
-
const
|
|
10
|
+
import u from "@univerjs-pro/sheets-sparkline-ui/locale/en-US";
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
18
|
+
n,
|
|
17
19
|
p,
|
|
18
|
-
|
|
20
|
+
u
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/es-ES.js
CHANGED
|
@@ -2,12 +2,13 @@ import { mergeLocales as e } from "@univerjs/core";
|
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/es-ES";
|
|
3
3
|
import s from "@univerjs-pro/sheets-chart/locale/es-ES";
|
|
4
4
|
import i from "@univerjs-pro/sheets-chart-ui/locale/es-ES";
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/es-ES";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/es-ES";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/es-ES";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/es-ES";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/es-ES";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/es-ES";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
13
|
s,
|
|
13
14
|
i,
|
|
@@ -15,8 +16,9 @@ const x = e(
|
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/fa-IR.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/fa-IR";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/fa-IR";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/fa-IR";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/fa-IR";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/fa-IR";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/fa-IR";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/fa-IR";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/fa-IR";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/fa-IR";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/fr-FR.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
import { mergeLocales as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import r from "@univerjs-pro/exchange-client/locale/fr-FR";
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/fr-FR";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/fr-FR";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/fr-FR";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/fr-FR";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/fr-FR";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/fr-FR";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/fr-FR";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/fr-FR";
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
s,
|
|
11
|
+
const k = e(
|
|
12
|
+
r,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/ja-JP.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/ja-JP";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/ja-JP";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/ja-JP";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/ja-JP";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/ja-JP";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/ja-JP";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/ja-JP";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/ja-JP";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/ja-JP";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/ko-KR.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/ko-KR";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/ko-KR";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/ko-KR";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/ko-KR";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/ko-KR";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/ko-KR";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/ko-KR";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/ko-KR";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/ko-KR";
|
|
10
|
-
const
|
|
11
|
+
const d = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
d as default
|
|
22
24
|
};
|
package/lib/locales/ru-RU.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
import { mergeLocales as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import r from "@univerjs-pro/exchange-client/locale/ru-RU";
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/ru-RU";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/ru-RU";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/ru-RU";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/ru-RU";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/ru-RU";
|
|
8
|
+
import u from "@univerjs-pro/sheets-print/locale/ru-RU";
|
|
8
9
|
import p from "@univerjs-pro/sheets-shape-ui/locale/ru-RU";
|
|
9
|
-
import
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
s,
|
|
10
|
+
import n from "@univerjs-pro/sheets-sparkline-ui/locale/ru-RU";
|
|
11
|
+
const k = e(
|
|
12
|
+
r,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
18
|
+
u,
|
|
17
19
|
p,
|
|
18
|
-
|
|
20
|
+
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/sk-SK.js
CHANGED
|
@@ -2,12 +2,13 @@ import { mergeLocales as e } from "@univerjs/core";
|
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/sk-SK";
|
|
3
3
|
import s from "@univerjs-pro/sheets-chart/locale/sk-SK";
|
|
4
4
|
import i from "@univerjs-pro/sheets-chart-ui/locale/sk-SK";
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/sk-SK";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/sk-SK";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/sk-SK";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/sk-SK";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/sk-SK";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/sk-SK";
|
|
10
|
-
const
|
|
11
|
+
const d = e(
|
|
11
12
|
r,
|
|
12
13
|
s,
|
|
13
14
|
i,
|
|
@@ -15,8 +16,9 @@ const k = e(
|
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
d as default
|
|
22
24
|
};
|
package/lib/locales/vi-VN.js
CHANGED
|
@@ -2,12 +2,13 @@ import { mergeLocales as e } from "@univerjs/core";
|
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/vi-VN";
|
|
3
3
|
import i from "@univerjs-pro/sheets-chart/locale/vi-VN";
|
|
4
4
|
import s from "@univerjs-pro/sheets-chart-ui/locale/vi-VN";
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/vi-VN";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/vi-VN";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/vi-VN";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/vi-VN";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/vi-VN";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/vi-VN";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
13
|
i,
|
|
13
14
|
s,
|
|
@@ -15,8 +16,9 @@ const x = e(
|
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/zh-CN";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/zh-CN";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/zh-CN";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/zh-CN";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/zh-CN";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/zh-CN";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/zh-CN";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/zh-CN";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/zh-CN";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
2
|
import r from "@univerjs-pro/exchange-client/locale/zh-TW";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import t from "@univerjs-pro/sheets-
|
|
6
|
-
import o from "@univerjs-pro/sheets-pivot
|
|
7
|
-
import m from "@univerjs-pro/sheets-
|
|
8
|
-
import p from "@univerjs-pro/sheets-
|
|
3
|
+
import i from "@univerjs-pro/sheets-chart/locale/zh-TW";
|
|
4
|
+
import s from "@univerjs-pro/sheets-chart-ui/locale/zh-TW";
|
|
5
|
+
import t from "@univerjs-pro/sheets-outline-ui/locale/zh-TW";
|
|
6
|
+
import o from "@univerjs-pro/sheets-pivot/locale/zh-TW";
|
|
7
|
+
import m from "@univerjs-pro/sheets-pivot-ui/locale/zh-TW";
|
|
8
|
+
import p from "@univerjs-pro/sheets-print/locale/zh-TW";
|
|
9
|
+
import u from "@univerjs-pro/sheets-shape-ui/locale/zh-TW";
|
|
9
10
|
import n from "@univerjs-pro/sheets-sparkline-ui/locale/zh-TW";
|
|
10
|
-
const
|
|
11
|
+
const k = e(
|
|
11
12
|
r,
|
|
12
|
-
s,
|
|
13
13
|
i,
|
|
14
|
+
s,
|
|
14
15
|
t,
|
|
15
16
|
o,
|
|
16
17
|
m,
|
|
17
18
|
p,
|
|
19
|
+
u,
|
|
18
20
|
n
|
|
19
21
|
);
|
|
20
22
|
export {
|
|
21
|
-
|
|
23
|
+
k as default
|
|
22
24
|
};
|
package/lib/types/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ 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-outline';
|
|
11
|
+
export * from '@univerjs-pro/sheets-outline-ui';
|
|
10
12
|
export * from '@univerjs-pro/sheets-pivot';
|
|
11
13
|
export * from '@univerjs-pro/sheets-pivot-ui';
|
|
12
14
|
export * from '@univerjs-pro/sheets-print';
|
package/lib/types/umd.d.ts
CHANGED
|
@@ -8,17 +8,20 @@ import '@univerjs-pro/sheets-pivot/lib/facade';
|
|
|
8
8
|
import '@univerjs-pro/engine-formula/lib/facade';
|
|
9
9
|
import '@univerjs-pro/sheets-print/lib/facade';
|
|
10
10
|
import '@univerjs-pro/sheets-chart/lib/facade';
|
|
11
|
+
import '@univerjs-pro/sheets-outline/lib/facade';
|
|
11
12
|
import '@univerjs-pro/sheets-shape/lib/facade';
|
|
12
13
|
import '@univerjs-pro/sheets-sparkline/lib/facade';
|
|
13
14
|
import '@univerjs-pro/exchange-client/lib/index.css';
|
|
14
15
|
import '@univerjs-pro/sheets-pivot-ui/lib/index.css';
|
|
15
16
|
import '@univerjs-pro/sheets-print/lib/index.css';
|
|
16
17
|
import '@univerjs-pro/sheets-chart-ui/lib/index.css';
|
|
18
|
+
import '@univerjs-pro/sheets-outline-ui/lib/index.css';
|
|
17
19
|
import '@univerjs-pro/sheets-sparkline-ui/lib/index.css';
|
|
18
20
|
import '@univerjs-pro/sheets-shape-ui/lib/index.css';
|
|
19
21
|
export type * from '@univerjs-pro/engine-formula/lib/facade';
|
|
20
22
|
export type * from '@univerjs-pro/exchange-client/lib/facade';
|
|
21
23
|
export type * from '@univerjs-pro/sheets-chart/lib/facade';
|
|
24
|
+
export type * from '@univerjs-pro/sheets-outline/lib/facade';
|
|
22
25
|
export type * from '@univerjs-pro/sheets-pivot/lib/facade';
|
|
23
26
|
export type * from '@univerjs-pro/sheets-print/lib/facade';
|
|
24
27
|
export type * from '@univerjs-pro/sheets-shape/lib/facade';
|