@univerjs/preset-docs-hyper-link 0.5.2 → 0.5.3
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 +5 -5
- package/lib/es/locales/fr-FR.js +5 -5
- package/lib/es/locales/ru-RU.js +5 -5
- package/lib/es/locales/vi-VN.js +5 -5
- package/lib/es/locales/zh-CN.js +5 -5
- package/lib/es/locales/zh-TW.js +5 -5
- package/lib/index.css +1 -1
- 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 +5 -5
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/en-US"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/en-US"),s=e.merge({},r);module.exports=s;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fa-IR"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fa-IR"),s=e.merge({},r);module.exports=s;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fr-FR"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fr-FR"),s=e.merge({},r);module.exports=s;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/ru-RU"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/ru-RU"),s=e.merge({},r);module.exports=s;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/vi-VN"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/vi-VN"),s=e.merge({},r);module.exports=s;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-CN"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-CN"),s=e.merge({},r);module.exports=s;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-TW"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-TW"),s=e.merge({},r);module.exports=s;
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/docs-hyper-link-ui/locale/en-US";
|
|
3
|
+
const m = r(
|
|
4
4
|
{},
|
|
5
|
-
|
|
5
|
+
e
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as default
|
|
9
9
|
};
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/docs-hyper-link-ui/locale/fa-IR";
|
|
3
|
+
const m = r(
|
|
4
4
|
{},
|
|
5
|
-
|
|
5
|
+
o
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as default
|
|
9
9
|
};
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/docs-hyper-link-ui/locale/fr-FR";
|
|
3
|
+
const m = r(
|
|
4
4
|
{},
|
|
5
|
-
|
|
5
|
+
o
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as default
|
|
9
9
|
};
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/docs-hyper-link-ui/locale/ru-RU";
|
|
3
|
+
const m = r(
|
|
4
4
|
{},
|
|
5
|
-
|
|
5
|
+
o
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as default
|
|
9
9
|
};
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/docs-hyper-link-ui/locale/vi-VN";
|
|
3
|
+
const m = r(
|
|
4
4
|
{},
|
|
5
|
-
|
|
5
|
+
o
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as default
|
|
9
9
|
};
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/docs-hyper-link-ui/locale/zh-CN";
|
|
3
|
+
const m = r(
|
|
4
4
|
{},
|
|
5
|
-
|
|
5
|
+
o
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as default
|
|
9
9
|
};
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { merge as r } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/docs-hyper-link-ui/locale/zh-TW";
|
|
3
|
+
const m = r(
|
|
4
4
|
{},
|
|
5
|
-
|
|
5
|
+
o
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as default
|
|
9
9
|
};
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.univer-docs-link-edit{border-radius:12px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));box-shadow:var(--box-shadow-base);padding:20px 24px;width:328px;box-sizing:border-box}.univer-docs-link-edit-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:24px;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px;color:rgb(var(--color-black))}.univer-docs-link-edit-close{width:16px;height:16px;font-size:16px;color:rgb(var(--grey-600));cursor:pointer}.univer-docs-link-edit-buttons{display:flex;flex-direction:row;justify-content:flex-end}.univer-docs-link-edit-button{margin-left:12px}.univer-doc-link{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;box-shadow:var(--box-shadow-base);border-radius:8px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));max-width:328px;box-sizing:border-box;overflow:hidden}.univer-doc-link-type{height:20px;width:20px;font-size:16px;margin-right:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:rgb(var(--color-black))}.univer-doc-link-content{height:24px;display:flex;flex-direction:row;align-items:center;font-size:13px;line-height:20px;color:rgb(var(--blue-500));cursor:pointer;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-doc-link-content-error{color:rgb(var(--grey-500))}.univer-doc-link-url{flex:1;overflow:hidden;text-overflow:ellipsis}.univer-doc-link-operations{display:flex;flex-direction:row;justify-content:center;align-items:center;height:24px;flex-basis:auto;flex-grow:0;flex-shrink:0}.univer-doc-link-operation{width:24px;height:24px;margin-left:8px;font-size:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;border-radius:4px}.univer-doc-link-operation-error{color:rgb(var(--grey-500))}.univer-doc-link-operation:hover{background:#ccc}
|
package/lib/umd/locales/en-US.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/en-US
|
|
6
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkEnUS=n(e.UniverCore,e.UniverDocsHyperLinkUiEnUS))})(this,function(e,n){"use strict";return e.
|
|
6
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkEnUS=n(e.UniverCore,e.UniverDocsHyperLinkUiEnUS))})(this,function(e,n){"use strict";return e.merge({},n)});
|
package/lib/umd/locales/fa-IR.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/fa-IR
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFaIR=i(e.UniverCore,e.UniverDocsHyperLinkUiFaIR))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFaIR=i(e.UniverCore,e.UniverDocsHyperLinkUiFaIR))})(this,function(e,i){"use strict";return e.merge({},i)});
|
package/lib/umd/locales/fr-FR.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/fr-FR
|
|
6
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFrFR=r(e.UniverCore,e.UniverDocsHyperLinkUiFrFR))})(this,function(e,r){"use strict";return e.
|
|
6
|
+
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFrFR=r(e.UniverCore,e.UniverDocsHyperLinkUiFrFR))})(this,function(e,r){"use strict";return e.merge({},r)});
|
package/lib/umd/locales/ru-RU.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/ru-RU
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/ru-RU"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkRuRU=i(e.UniverCore,e.UniverDocsHyperLinkUiRuRU))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/ru-RU"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkRuRU=i(e.UniverCore,e.UniverDocsHyperLinkUiRuRU))})(this,function(e,i){"use strict";return e.merge({},i)});
|
package/lib/umd/locales/vi-VN.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/vi-VN
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkViVN=i(e.UniverCore,e.UniverDocsHyperLinkUiViVN))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkViVN=i(e.UniverCore,e.UniverDocsHyperLinkUiViVN))})(this,function(e,i){"use strict";return e.merge({},i)});
|
package/lib/umd/locales/zh-CN.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/zh-CN
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhCN=i(e.UniverCore,e.UniverDocsHyperLinkUiZhCN))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhCN=i(e.UniverCore,e.UniverDocsHyperLinkUiZhCN))})(this,function(e,i){"use strict";return e.merge({},i)});
|
package/lib/umd/locales/zh-TW.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/zh-TW
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhTW=i(e.UniverCore,e.UniverDocsHyperLinkUiZhTW))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhTW=i(e.UniverCore,e.UniverDocsHyperLinkUiZhTW))})(this,function(e,i){"use strict";return e.merge({},i)});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-docs-hyper-link",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs/docs-hyper-link": "0.5.
|
|
61
|
-
"@univerjs/docs-hyper-link-ui": "0.5.
|
|
60
|
+
"@univerjs/docs-hyper-link": "0.5.3",
|
|
61
|
+
"@univerjs/docs-hyper-link-ui": "0.5.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@univerjs/core": "0.5.
|
|
64
|
+
"@univerjs/core": "0.5.3",
|
|
65
65
|
"typescript": "^5.7.2",
|
|
66
|
-
"@univerjs-infra/shared": "0.5.
|
|
66
|
+
"@univerjs-infra/shared": "0.5.3"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"prebuild:preset": "tsx prepare.ts",
|