@univerjs/preset-sheets-table 0.24.0 → 0.25.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/locales/ar-SA.js +1 -0
- package/lib/cjs/locales/ca-ES.js +1 -1
- package/lib/cjs/locales/de-DE.js +1 -0
- 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/id-ID.js +1 -0
- package/lib/cjs/locales/it-IT.js +1 -0
- package/lib/cjs/locales/ja-JP.js +1 -1
- package/lib/cjs/locales/ko-KR.js +1 -1
- package/lib/cjs/locales/pl-PL.js +1 -0
- package/lib/cjs/locales/pt-BR.js +1 -0
- 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-HK.js +1 -0
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/es/locales/ar-SA.js +10 -0
- package/lib/es/locales/ca-ES.js +6 -4
- package/lib/es/locales/de-DE.js +10 -0
- package/lib/es/locales/en-US.js +6 -4
- package/lib/es/locales/es-ES.js +6 -4
- package/lib/es/locales/fa-IR.js +6 -4
- package/lib/es/locales/fr-FR.js +6 -4
- package/lib/es/locales/id-ID.js +10 -0
- package/lib/es/locales/it-IT.js +10 -0
- package/lib/es/locales/ja-JP.js +6 -4
- package/lib/es/locales/ko-KR.js +6 -4
- package/lib/es/locales/pl-PL.js +10 -0
- package/lib/es/locales/pt-BR.js +10 -0
- package/lib/es/locales/ru-RU.js +6 -4
- package/lib/es/locales/sk-SK.js +6 -4
- package/lib/es/locales/vi-VN.js +6 -4
- package/lib/es/locales/zh-CN.js +6 -4
- package/lib/es/locales/zh-HK.js +10 -0
- package/lib/es/locales/zh-TW.js +6 -4
- package/lib/index.css +1 -1
- package/lib/locales/ar-SA.js +10 -0
- package/lib/locales/ca-ES.js +6 -4
- package/lib/locales/de-DE.js +10 -0
- package/lib/locales/en-US.js +6 -4
- package/lib/locales/es-ES.js +6 -4
- package/lib/locales/fa-IR.js +6 -4
- package/lib/locales/fr-FR.js +6 -4
- package/lib/locales/id-ID.js +10 -0
- package/lib/locales/it-IT.js +10 -0
- package/lib/locales/ja-JP.js +6 -4
- package/lib/locales/ko-KR.js +6 -4
- package/lib/locales/pl-PL.js +10 -0
- package/lib/locales/pt-BR.js +10 -0
- package/lib/locales/ru-RU.js +6 -4
- package/lib/locales/sk-SK.js +6 -4
- package/lib/locales/vi-VN.js +6 -4
- package/lib/locales/zh-CN.js +6 -4
- package/lib/locales/zh-HK.js +10 -0
- package/lib/locales/zh-TW.js +6 -4
- package/lib/types/locales/ar-SA.d.ts +4 -0
- package/lib/types/locales/de-DE.d.ts +4 -0
- package/lib/types/locales/id-ID.d.ts +4 -0
- package/lib/types/locales/it-IT.d.ts +4 -0
- package/lib/types/locales/pl-PL.d.ts +4 -0
- package/lib/types/locales/pt-BR.d.ts +4 -0
- package/lib/types/locales/zh-HK.d.ts +4 -0
- package/lib/umd/index.js +3 -3
- package/lib/umd/locales/ar-SA.js +8 -0
- package/lib/umd/locales/ca-ES.js +5 -2
- package/lib/umd/locales/de-DE.js +8 -0
- package/lib/umd/locales/en-US.js +5 -2
- package/lib/umd/locales/es-ES.js +5 -2
- package/lib/umd/locales/fa-IR.js +5 -2
- package/lib/umd/locales/fr-FR.js +5 -2
- package/lib/umd/locales/id-ID.js +8 -0
- package/lib/umd/locales/it-IT.js +8 -0
- package/lib/umd/locales/ja-JP.js +5 -2
- package/lib/umd/locales/ko-KR.js +5 -2
- package/lib/umd/locales/pl-PL.js +8 -0
- package/lib/umd/locales/pt-BR.js +8 -0
- package/lib/umd/locales/ru-RU.js +5 -2
- package/lib/umd/locales/sk-SK.js +5 -2
- package/lib/umd/locales/vi-VN.js +5 -2
- package/lib/umd/locales/zh-CN.js +5 -2
- package/lib/umd/locales/zh-HK.js +8 -0
- package/lib/umd/locales/zh-TW.js +5 -2
- package/package.json +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/ar-SA"),r=require("@univerjs/sheets-table-ui/locale/ar-SA"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/ca-ES"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/ca-ES"),r=require("@univerjs/sheets-table-ui/locale/ca-ES"),t=e.mergeLocales(s,r);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/de-DE"),r=require("@univerjs/sheets-table-ui/locale/de-DE"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/en-US"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/en-US"),r=require("@univerjs/sheets-table-ui/locale/en-US"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/es-ES"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/es-ES"),r=require("@univerjs/sheets-table-ui/locale/es-ES"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/fa-IR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/fa-IR"),r=require("@univerjs/sheets-table-ui/locale/fa-IR"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/fr-FR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/fr-FR"),r=require("@univerjs/sheets-table-ui/locale/fr-FR"),t=e.mergeLocales(s,r);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/id-ID"),r=require("@univerjs/sheets-table-ui/locale/id-ID"),t=e.mergeLocales(s,r);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/it-IT"),r=require("@univerjs/sheets-table-ui/locale/it-IT"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/ja-JP"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/ja-JP"),r=require("@univerjs/sheets-table-ui/locale/ja-JP"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/ko-KR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/ko-KR"),r=require("@univerjs/sheets-table-ui/locale/ko-KR"),t=e.mergeLocales(s,r);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/pl-PL"),r=require("@univerjs/sheets-table-ui/locale/pl-PL"),t=e.mergeLocales(s,r);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/pt-BR"),r=require("@univerjs/sheets-table-ui/locale/pt-BR"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-table-ui/locale/ru-RU"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/ru-RU"),r=require("@univerjs/sheets-table-ui/locale/ru-RU"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/sk-SK"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/sk-SK"),r=require("@univerjs/sheets-table-ui/locale/sk-SK"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/vi-VN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/vi-VN"),r=require("@univerjs/sheets-table-ui/locale/vi-VN"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/zh-CN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/zh-CN"),r=require("@univerjs/sheets-table-ui/locale/zh-CN"),t=e.mergeLocales(s,r);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/zh-HK"),r=require("@univerjs/sheets-table-ui/locale/zh-HK"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table-ui/locale/zh-TW"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-table/locale/zh-TW"),r=require("@univerjs/sheets-table-ui/locale/zh-TW"),t=e.mergeLocales(s,r);module.exports=t;
|
package/lib/es/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/ca-ES";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/ca-ES";
|
|
4
|
+
const a = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
a as default
|
|
8
10
|
};
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/en-US";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/en-US";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/es/locales/es-ES.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/es-ES";
|
|
3
|
+
import s from "@univerjs/sheets-table-ui/locale/es-ES";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/fa-IR";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/fa-IR";
|
|
4
|
+
const a = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
a as default
|
|
8
10
|
};
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-table
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/fr-FR";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/fr-FR";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/es/locales/ja-JP.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/ja-JP";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/ja-JP";
|
|
4
|
+
const a = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
a as default
|
|
8
10
|
};
|
package/lib/es/locales/ko-KR.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import o from "@univerjs/sheets-table
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import o from "@univerjs/sheets-table/locale/ko-KR";
|
|
3
|
+
import r from "@univerjs/sheets-table-ui/locale/ko-KR";
|
|
4
|
+
const i = e(
|
|
5
|
+
o,
|
|
6
|
+
r
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-table
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/ru-RU";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/ru-RU";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/es/locales/sk-SK.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/sk-SK";
|
|
3
|
+
import s from "@univerjs/sheets-table-ui/locale/sk-SK";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/vi-VN";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/vi-VN";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m as default
|
|
8
10
|
};
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/zh-CN";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/zh-CN";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/zh-TW";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/zh-TW";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.univer-absolute{position:absolute}.univer-relative{position:relative}.univer-right-\[-3px\]{right:-3px}.univer-top-\[-3px\]{top:-3px}.univer-z-10{z-index:10}.-univer-mx-4{margin-left:-1rem;margin-right:-1rem}.-univer-mt-2{margin-top:-.5rem}.univer-mb-3{margin-bottom:.75rem}.univer-ml-1{margin-left:.25rem}.univer-ml-2{margin-left:.5rem}.univer-mr-1{margin-right:.25rem}.univer-mr-2{margin-right:.5rem}.univer-mt-1{margin-top:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-box-border{box-sizing:border-box}
|
|
1
|
+
.univer-absolute{position:absolute}.univer-relative{position:relative}.univer-right-\[-3px\]{right:-3px}.univer-top-\[-3px\]{top:-3px}.univer-z-10{z-index:10}.-univer-mx-4{margin-left:-1rem;margin-right:-1rem}.-univer-mt-2{margin-top:-.5rem}.univer-mb-3{margin-bottom:.75rem}.univer-ml-1{margin-left:.25rem}.univer-ml-2{margin-left:.5rem}.univer-mr-1{margin-right:.25rem}.univer-mr-2{margin-right:.5rem}.univer-mt-1{margin-top:.25rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-box-border{box-sizing:border-box}.\!univer-flex{display:flex!important}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-size-2{width:.5rem;height:.5rem}.univer-size-3{width:.75rem;height:.75rem}.univer-size-4{width:1rem;height:1rem}.univer-size-5{width:1.25rem;height:1.25rem}.univer-size-full{width:100%;height:100%}.\!univer-h-\[150px\]{height:150px!important}.univer-h-10{height:2.5rem}.univer-h-2\.5{height:.625rem}.univer-h-40{height:10rem}.univer-h-5{height:1.25rem}.univer-h-60{height:15rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-9{height:2.25rem}.univer-h-\[180px\]{height:180px}.univer-h-full{height:100%}.univer-h-px{height:1px}.univer-max-h-\[180px\]{max-height:180px}.univer-w-1\/2{width:50%}.univer-w-52{width:13rem}.univer-w-8{width:2rem}.univer-w-\[400px\]{width:400px}.univer-w-full{width:100%}.univer-min-w-0{min-width:0}.univer-min-w-16{min-width:4rem}.univer-flex-1{flex:1}.univer-flex-shrink-0{flex-shrink:0}.univer-flex-grow{flex-grow:1}.univer-flex-grow-0{flex-grow:0}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-flex-wrap{flex-wrap:wrap}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-between{justify-content:space-between}.univer-gap-2{gap:.5rem}.univer-gap-3{gap:.75rem}.univer-gap-4{gap:1rem}.univer-gap-6{gap:1.5rem}.univer-overflow-hidden{overflow:hidden}.univer-overflow-y-auto{overflow-y:auto}.univer-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.univer-rounded-\[10px\]{border-radius:10px}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-rounded-sm{border-radius:.125rem}.univer-border{border-width:1px}.univer-border-0{border-width:0}.univer-border-b{border-bottom-width:1px}.univer-border-solid{border-style:solid}.univer-border-none{border-style:none}.univer-border-blue-500{border-color:var(--univer-blue-500)}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-bg-gray-200{background-color:var(--univer-gray-200)}.univer-bg-gray-400{background-color:var(--univer-gray-400)}.univer-bg-transparent{background-color:#0000}.univer-bg-white{background-color:var(--univer-white)}.univer-p-1{padding:.25rem}.univer-p-2{padding:.5rem}.univer-p-4{padding:1rem}.univer-p-px{padding:1px}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-px-4{padding-left:1rem;padding-right:1rem}.univer-py-1{padding-top:.25rem;padding-bottom:.25rem}.univer-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.univer-pb-3{padding-bottom:.75rem}.univer-pl-2{padding-left:.5rem}.univer-pt-2{padding-top:.5rem}.univer-text-left{text-align:left}.univer-text-center{text-align:center}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-leading-10{line-height:2.5rem}.univer-leading-9{line-height:2.25rem}.univer-leading-\[10px\]{line-height:10px}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-red-500{color:var(--univer-red-500)}.univer-text-white{color:var(--univer-white)}.univer-shadow-lg{--univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 #0000),var(--univer-tw-ring-shadow, 0 0 #0000),var(--univer-tw-shadow)}.univer-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.univer-duration-200{transition-duration:.2s}.hover\:univer-border-primary-600:hover{border-color:var(--univer-primary-600)}.hover\:univer-bg-gray-100:hover{background-color:var(--univer-gray-100)}.focus\:univer-border-primary-600:focus{border-color:var(--univer-primary-600)}.focus\:univer-outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:univer-ring-2:focus{--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),0 0 #0000;box-shadow:var(--univer-tw-ring-offset-shadow),var(--univer-tw-ring-shadow),var(--univer-tw-shadow, 0 0 #0000)}.disabled\:univer-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:univer-text-gray-400:disabled{color:var(--univer-gray-400)}.dark\:\!univer-border-gray-600:where(.univer-dark,.univer-dark *){border-color:var(--univer-gray-600)!important}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-600)!important}.\[\&\>div\]\:univer-box-border>div{box-sizing:border-box}.\[\&\>div\]\:univer-h-2\.5>div{height:.625rem}
|
package/lib/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/ca-ES";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/ca-ES";
|
|
4
|
+
const a = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
a as default
|
|
8
10
|
};
|
package/lib/locales/en-US.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/en-US";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/en-US";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/locales/es-ES.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/es-ES";
|
|
3
|
+
import s from "@univerjs/sheets-table-ui/locale/es-ES";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/locales/fa-IR.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/fa-IR";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/fa-IR";
|
|
4
|
+
const a = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
a as default
|
|
8
10
|
};
|
package/lib/locales/fr-FR.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-table
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/fr-FR";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/fr-FR";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/locales/ja-JP.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/ja-JP";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/ja-JP";
|
|
4
|
+
const a = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
a as default
|
|
8
10
|
};
|
package/lib/locales/ko-KR.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import o from "@univerjs/sheets-table
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import o from "@univerjs/sheets-table/locale/ko-KR";
|
|
3
|
+
import r from "@univerjs/sheets-table-ui/locale/ko-KR";
|
|
4
|
+
const i = e(
|
|
5
|
+
o,
|
|
6
|
+
r
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/locales/ru-RU.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-table
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/ru-RU";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/ru-RU";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/locales/sk-SK.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/sk-SK";
|
|
3
|
+
import s from "@univerjs/sheets-table-ui/locale/sk-SK";
|
|
4
|
+
const i = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
i as default
|
|
8
10
|
};
|
package/lib/locales/vi-VN.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-table/locale/vi-VN";
|
|
3
|
+
import t from "@univerjs/sheets-table-ui/locale/vi-VN";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
t
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m as default
|
|
8
10
|
};
|