@univerjs/preset-docs-hyper-link 0.15.3 → 0.15.5
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/sk-SK"),s=e.mergeLocales(r);module.exports=s;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// @univerjs/docs-hyper-link-ui/locale/sk-SK
|
|
2
|
+
(function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiSkSK=o())})(this,(function(){"use strict";return{docLink:{edit:{confirm:"Potvrdiť",cancel:"Zrušiť",title:"Odkaz",address:"Odkaz",placeholder:"Zadajte URL odkazu",addressError:"URL je neplatná!",label:"Popisok",labelError:"Zadajte popis odkazu"},info:{copy:"Kopírovať",edit:"Upraviť",cancel:"Zrušiť odkaz",coped:"Odkaz skopírovaný do schránky"},menu:{tooltip:"Pridať odkaz"}}}}));
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// locale/sk-SK
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/sk-SK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/sk-SK"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkSkSK=i(e.UniverCore,e.UniverDocsHyperLinkUiSkSK))})(this,(function(e,i){"use strict";return e.mergeLocales(i)}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-docs-hyper-link",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"rxjs": ">=7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@univerjs/docs-hyper-link": "0.15.
|
|
62
|
-
"@univerjs/docs-hyper-link-ui": "0.15.
|
|
61
|
+
"@univerjs/docs-hyper-link": "0.15.5",
|
|
62
|
+
"@univerjs/docs-hyper-link-ui": "0.15.5"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@univerjs/core": "0.15.
|
|
65
|
+
"@univerjs/core": "0.15.5",
|
|
66
66
|
"react": "18.3.1",
|
|
67
67
|
"react-dom": "18.3.1",
|
|
68
68
|
"rxjs": "7.8.2",
|
|
69
69
|
"typescript": "^5.9.3",
|
|
70
|
-
"@univerjs-infra/shared": "0.15.
|
|
70
|
+
"@univerjs-infra/shared": "0.15.5"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"prebuild:preset": "tsx prepare.ts",
|