@univerjs/preset-sheets-node-core 0.5.2 → 0.5.4
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/locales/en-US.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/ru-RU.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/locales/en-US.js +5 -5
- package/lib/es/locales/fa-IR.js +4 -4
- package/lib/es/locales/fr-FR.js +2 -2
- package/lib/es/locales/ru-RU.js +3 -3
- package/lib/es/locales/vi-VN.js +4 -4
- package/lib/es/locales/zh-CN.js +4 -4
- package/lib/es/locales/zh-TW.js +4 -4
- package/lib/types/umd.d.ts +5 -0
- package/lib/umd/index.js +21 -21
- package/lib/umd/locales/en-US.js +1 -1
- package/lib/umd/locales/fa-IR.js +1 -1
- package/lib/umd/locales/fr-FR.js +1 -1
- package/lib/umd/locales/ru-RU.js +1 -1
- package/lib/umd/locales/vi-VN.js +1 -1
- package/lib/umd/locales/zh-CN.js +1 -1
- package/lib/umd/locales/zh-TW.js +1 -1
- package/package.json +19 -18
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/en-US"),r=require("@univerjs/sheets-formula/locale/en-US"),t=require("@univerjs/sheets-sort/locale/en-US"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/en-US"),r=require("@univerjs/sheets-formula/locale/en-US"),t=require("@univerjs/sheets-sort/locale/en-US"),n=e.merge({},s,r,t);module.exports=n;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/fa-IR"),r=require("@univerjs/sheets-formula/locale/fa-IR"),t=require("@univerjs/sheets-sort/locale/fa-IR"),o=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/fa-IR"),r=require("@univerjs/sheets-formula/locale/fa-IR"),t=require("@univerjs/sheets-sort/locale/fa-IR"),o=e.merge({},s,r,t);module.exports=o;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets/locale/fr-FR"),s=require("@univerjs/sheets-formula/locale/fr-FR"),t=require("@univerjs/sheets-sort/locale/fr-FR"),o=e.merge({},r,s,t);module.exports=o;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets/locale/ru-RU"),s=require("@univerjs/sheets-formula/locale/ru-RU"),t=require("@univerjs/sheets-sort/locale/ru-RU"),u=e.merge({},r,s,t);module.exports=u;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/vi-VN"),r=require("@univerjs/sheets-formula/locale/vi-VN"),t=require("@univerjs/sheets-sort/locale/vi-VN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/vi-VN"),r=require("@univerjs/sheets-formula/locale/vi-VN"),t=require("@univerjs/sheets-sort/locale/vi-VN"),i=e.merge({},s,r,t);module.exports=i;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/zh-CN"),r=require("@univerjs/sheets-formula/locale/zh-CN"),t=require("@univerjs/sheets-sort/locale/zh-CN"),o=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/zh-CN"),r=require("@univerjs/sheets-formula/locale/zh-CN"),t=require("@univerjs/sheets-sort/locale/zh-CN"),o=e.merge({},s,r,t);module.exports=o;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/zh-TW"),r=require("@univerjs/sheets-formula/locale/zh-TW"),t=require("@univerjs/sheets-sort/locale/zh-TW"),o=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets/locale/zh-TW"),r=require("@univerjs/sheets-formula/locale/zh-TW"),t=require("@univerjs/sheets-sort/locale/zh-TW"),o=e.merge({},s,r,t);module.exports=o;
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets/locale/en-US";
|
|
3
3
|
import o from "@univerjs/sheets-formula/locale/en-US";
|
|
4
4
|
import s from "@univerjs/sheets-sort/locale/en-US";
|
|
5
|
-
const
|
|
5
|
+
const n = r(
|
|
6
6
|
{},
|
|
7
|
-
|
|
7
|
+
e,
|
|
8
8
|
o,
|
|
9
9
|
s
|
|
10
10
|
);
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
n as default
|
|
13
13
|
};
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets/locale/fa-IR";
|
|
3
3
|
import o from "@univerjs/sheets-formula/locale/fa-IR";
|
|
4
4
|
import s from "@univerjs/sheets-sort/locale/fa-IR";
|
|
5
|
-
const p =
|
|
5
|
+
const p = r(
|
|
6
6
|
{},
|
|
7
|
-
|
|
7
|
+
e,
|
|
8
8
|
o,
|
|
9
9
|
s
|
|
10
10
|
);
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/sheets/locale/fr-FR";
|
|
3
3
|
import o from "@univerjs/sheets-formula/locale/fr-FR";
|
|
4
4
|
import s from "@univerjs/sheets-sort/locale/fr-FR";
|
|
5
|
-
const p = r
|
|
5
|
+
const p = r(
|
|
6
6
|
{},
|
|
7
7
|
e,
|
|
8
8
|
o,
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/sheets/locale/ru-RU";
|
|
3
3
|
import o from "@univerjs/sheets-formula/locale/ru-RU";
|
|
4
4
|
import s from "@univerjs/sheets-sort/locale/ru-RU";
|
|
5
|
-
const
|
|
5
|
+
const u = r(
|
|
6
6
|
{},
|
|
7
7
|
e,
|
|
8
8
|
o,
|
|
9
9
|
s
|
|
10
10
|
);
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
u as default
|
|
13
13
|
};
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets/locale/vi-VN";
|
|
3
3
|
import o from "@univerjs/sheets-formula/locale/vi-VN";
|
|
4
4
|
import s from "@univerjs/sheets-sort/locale/vi-VN";
|
|
5
|
-
const p =
|
|
5
|
+
const p = r(
|
|
6
6
|
{},
|
|
7
|
-
|
|
7
|
+
e,
|
|
8
8
|
o,
|
|
9
9
|
s
|
|
10
10
|
);
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets/locale/zh-CN";
|
|
3
3
|
import o from "@univerjs/sheets-formula/locale/zh-CN";
|
|
4
4
|
import s from "@univerjs/sheets-sort/locale/zh-CN";
|
|
5
|
-
const p =
|
|
5
|
+
const p = r(
|
|
6
6
|
{},
|
|
7
|
-
|
|
7
|
+
e,
|
|
8
8
|
o,
|
|
9
9
|
s
|
|
10
10
|
);
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets/locale/zh-TW";
|
|
3
3
|
import o from "@univerjs/sheets-formula/locale/zh-TW";
|
|
4
4
|
import s from "@univerjs/sheets-sort/locale/zh-TW";
|
|
5
|
-
const p =
|
|
5
|
+
const p = r(
|
|
6
6
|
{},
|
|
7
|
-
|
|
7
|
+
e,
|
|
8
8
|
o,
|
|
9
9
|
s
|
|
10
10
|
);
|
package/lib/types/umd.d.ts
CHANGED
|
@@ -4,6 +4,11 @@ import '@univerjs/sheets-formula/facade';
|
|
|
4
4
|
import '@univerjs/sheets-data-validation/facade';
|
|
5
5
|
import '@univerjs/engine-formula/facade';
|
|
6
6
|
import '@univerjs/sheets-filter/facade';
|
|
7
|
+
export type * from '@univerjs/engine-formula/facade';
|
|
8
|
+
export type * from '@univerjs/sheets-data-validation/facade';
|
|
9
|
+
export type * from '@univerjs/sheets-filter/facade';
|
|
10
|
+
export type * from '@univerjs/sheets-formula/facade';
|
|
11
|
+
export type * from '@univerjs/sheets/facade';
|
|
7
12
|
export interface IUniverSheetsNodeCorePresetConfig {
|
|
8
13
|
/**
|
|
9
14
|
* The formula configuration.
|