@univerjs/preset-sheets-hyper-link 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 +4 -2
- 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/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 +4 -2
- 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 +4 -4
- 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"),r=require("@univerjs/sheets-hyper-link/locale/ar-SA"),s=require("@univerjs/sheets-hyper-link-ui/locale/ar-SA"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/ca-ES"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/ca-ES"),s=require("@univerjs/sheets-hyper-link-ui/locale/ca-ES"),i=e.mergeLocales(r,s);module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/de-DE"),s=require("@univerjs/sheets-hyper-link-ui/locale/de-DE"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/en-US"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/en-US"),s=require("@univerjs/sheets-hyper-link-ui/locale/en-US"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-hyper-link-ui/locale/es-ES"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-hyper-link/locale/es-ES"),r=require("@univerjs/sheets-hyper-link-ui/locale/es-ES"),i=e.mergeLocales(s,r);module.exports=i;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/fa-IR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/fa-IR"),s=require("@univerjs/sheets-hyper-link-ui/locale/fa-IR"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/fr-FR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/fr-FR"),s=require("@univerjs/sheets-hyper-link-ui/locale/fr-FR"),i=e.mergeLocales(r,s);module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/id-ID"),s=require("@univerjs/sheets-hyper-link-ui/locale/id-ID"),i=e.mergeLocales(r,s);module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/it-IT"),s=require("@univerjs/sheets-hyper-link-ui/locale/it-IT"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/ja-JP"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/ja-JP"),s=require("@univerjs/sheets-hyper-link-ui/locale/ja-JP"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/ko-KR"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/ko-KR"),s=require("@univerjs/sheets-hyper-link-ui/locale/ko-KR"),i=e.mergeLocales(r,s);module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/pl-PL"),s=require("@univerjs/sheets-hyper-link-ui/locale/pl-PL"),i=e.mergeLocales(r,s);module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/pt-BR"),s=require("@univerjs/sheets-hyper-link-ui/locale/pt-BR"),t=e.mergeLocales(r,s);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-hyper-link-ui/locale/ru-RU"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/ru-RU"),s=require("@univerjs/sheets-hyper-link-ui/locale/ru-RU"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-hyper-link-ui/locale/sk-SK"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-hyper-link/locale/sk-SK"),r=require("@univerjs/sheets-hyper-link-ui/locale/sk-SK"),i=e.mergeLocales(s,r);module.exports=i;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/vi-VN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/vi-VN"),s=require("@univerjs/sheets-hyper-link-ui/locale/vi-VN"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/zh-CN"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/zh-CN"),s=require("@univerjs/sheets-hyper-link-ui/locale/zh-CN"),i=e.mergeLocales(r,s);module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/zh-HK"),s=require("@univerjs/sheets-hyper-link-ui/locale/zh-HK"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link-ui/locale/zh-TW"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-hyper-link/locale/zh-TW"),s=require("@univerjs/sheets-hyper-link-ui/locale/zh-TW"),i=e.mergeLocales(r,s);module.exports=i;
|
package/lib/es/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/ca-ES";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/ca-ES";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/en-US";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/en-US";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/es-ES";
|
|
3
|
+
import s from "@univerjs/sheets-hyper-link-ui/locale/es-ES";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/fa-IR";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/fa-IR";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/fr-FR";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/fr-FR";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/ja-JP";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/ja-JP";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link/locale/ko-KR";
|
|
2
3
|
import o from "@univerjs/sheets-hyper-link-ui/locale/ko-KR";
|
|
3
|
-
const
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
4
6
|
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/ru-RU";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/ru-RU";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/sk-SK";
|
|
3
|
+
import s from "@univerjs/sheets-hyper-link-ui/locale/sk-SK";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/vi-VN";
|
|
3
|
+
import i from "@univerjs/sheets-hyper-link-ui/locale/vi-VN";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
i
|
|
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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/zh-CN";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/zh-CN";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/zh-TW";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/zh-TW";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m as default
|
|
8
10
|
};
|
package/lib/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/ca-ES";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/ca-ES";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/en-US";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/en-US";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/es-ES";
|
|
3
|
+
import s from "@univerjs/sheets-hyper-link-ui/locale/es-ES";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/fa-IR";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/fa-IR";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/fr-FR";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/fr-FR";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/ja-JP";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/ja-JP";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link/locale/ko-KR";
|
|
2
3
|
import o from "@univerjs/sheets-hyper-link-ui/locale/ko-KR";
|
|
3
|
-
const
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
4
6
|
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/ru-RU";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/ru-RU";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/sk-SK";
|
|
3
|
+
import s from "@univerjs/sheets-hyper-link-ui/locale/sk-SK";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
s
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m 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 r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/vi-VN";
|
|
3
|
+
import i from "@univerjs/sheets-hyper-link-ui/locale/vi-VN";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
i
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m as default
|
|
8
10
|
};
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/zh-CN";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/zh-CN";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m as default
|
|
8
10
|
};
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
-
import r from "@univerjs/sheets-hyper-link
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import r from "@univerjs/sheets-hyper-link/locale/zh-TW";
|
|
3
|
+
import o from "@univerjs/sheets-hyper-link-ui/locale/zh-TW";
|
|
4
|
+
const m = e(
|
|
5
|
+
r,
|
|
6
|
+
o
|
|
5
7
|
);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
m as default
|
|
8
10
|
};
|