@univerjs/preset-docs-hyper-link 0.9.2 → 0.9.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.
@@ -0,0 +1 @@
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/ca-ES"),s=e.merge({},r);module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/es-ES"),s=e.merge({},r);module.exports=s;
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/ca-ES";
3
+ const m = r(
4
+ {},
5
+ o
6
+ );
7
+ export {
8
+ m as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/docs-hyper-link-ui/locale/es-ES";
3
+ const m = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ m as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/ca-ES";
3
+ const m = r(
4
+ {},
5
+ o
6
+ );
7
+ export {
8
+ m as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/docs-hyper-link-ui/locale/es-ES";
3
+ const m = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ m as default
9
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ // @univerjs/docs-hyper-link-ui/locale/ca-ES
2
+ (function(e,l){typeof exports=="object"&&typeof module<"u"?module.exports=l():typeof define=="function"&&define.amd?define(l):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiCaES=l())})(this,function(){"use strict";return{docLink:{edit:{confirm:"Confirma",cancel:"Cancel·la",title:"Enllaç",address:"Enllaç",placeholder:"Si us plau, introdueix una URL",addressError:"La URL no és vàlida!",label:"Etiqueta",labelError:"Si us plau, introdueix l'etiqueta de l'enllaç"},info:{copy:"Copia",edit:"Edita",cancel:"Elimina l'enllaç",coped:"Enllaç copiat al porta-retalls"},menu:{tooltip:"Afegeix enllaç"}}}});
3
+
4
+
5
+ // locale/ca-ES
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/ca-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkCaES=i(e.UniverCore,e.UniverDocsHyperLinkUiCaES))})(this,function(e,i){"use strict";return e.merge({},i)});
@@ -1,5 +1,5 @@
1
1
  // @univerjs/docs-hyper-link-ui/locale/en-US
2
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiEnUS=n())})(this,function(){"use strict";return{docLink:{edit:{confirm:"Confirm",cancel:"Cancel",title:"Link",address:"Link",placeholder:"Please input a link url",addressError:"Url is illegal!",label:"Label",labelError:"Please input label of link"},info:{copy:"Copy",edit:"Edit",cancel:"Cancel link",coped:"Link copied to clipboard"},menu:{tooltip:"Add link"}}}});
2
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiEnUS=i())})(this,function(){"use strict";return{docLink:{edit:{confirm:"Confirm",cancel:"Cancel",title:"Link",address:"Link",placeholder:"Please input a link url",addressError:"Url is illegal!",label:"Label",labelError:"Please input label of link"},info:{copy:"Copy",edit:"Edit",cancel:"Cancel link",coped:"Link copied to clipboard"},menu:{tooltip:"Add link"}}}});
3
3
 
4
4
 
5
5
  // locale/en-US
@@ -0,0 +1,6 @@
1
+ // @univerjs/docs-hyper-link-ui/locale/es-ES
2
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiEsES=n())})(this,function(){"use strict";return{docLink:{edit:{confirm:"Confirmar",cancel:"Cancelar",title:"Enlace",address:"Enlace",placeholder:"Por favor, introduce una URL",addressError:"¡La URL no es válida!",label:"Etiqueta",labelError:"Por favor, introduce la etiqueta del enlace"},info:{copy:"Copiar",edit:"Editar",cancel:"Eliminar enlace",coped:"Enlace copiado al portapapeles"},menu:{tooltip:"Añadir enlace"}}}});
3
+
4
+
5
+ // locale/es-ES
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/es-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkEsES=i(e.UniverCore,e.UniverDocsHyperLinkUiEsES))})(this,function(e,i){"use strict";return e.merge({},i)});
@@ -1,5 +1,5 @@
1
1
  // @univerjs/docs-hyper-link-ui/locale/ru-RU
2
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiRuRU=i())})(this,function(){"use strict";return{docLink:{edit:{confirm:"Подтвердить",cancel:"Отменить",title:"Ссылка",address:"Cсылки",label:"Текст",labelError:"Введите текст ссылки",placeholder:"Пожалуйста, введите URL ссылки",addressError:"URL некорректен!"},info:{copy:"Копировать",edit:"Редактировать",cancel:"Отменить ссылку",coped:"Link copied to clipboard"},menu:{tooltip:"Добавить ссылку"}}}});
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.UniverDocsHyperLinkUiRuRU=o())})(this,function(){"use strict";return{docLink:{edit:{confirm:"Подтвердить",cancel:"Отменить",title:"Ссылка",address:"Cсылки",label:"Текст",labelError:"Введите текст ссылки",placeholder:"Пожалуйста, введите URL ссылки",addressError:"URL некорректен!"},info:{copy:"Копировать",edit:"Редактировать",cancel:"Отменить ссылку",coped:"Link copied to clipboard"},menu:{tooltip:"Добавить ссылку"}}}});
3
3
 
4
4
 
5
5
  // locale/ru-RU
@@ -1,5 +1,5 @@
1
1
  // @univerjs/docs-hyper-link-ui/locale/zh-CN
2
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiZhCN=n())})(this,function(){"use strict";return{docLink:{edit:{confirm:"确认",cancel:"取消",title:"链接",address:"链接",label:"文本",labelError:"请输入链接文本",placeholder:"请输入合法的链接",addressError:"请输入合法的链接"},info:{copy:"复制",edit:"编辑",cancel:"取消链接",coped:"链接已被复制到剪贴板"},menu:{tooltip:"添加链接"}}}});
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.UniverDocsHyperLinkUiZhCN=o())})(this,function(){"use strict";return{docLink:{edit:{confirm:"确认",cancel:"取消",title:"链接",address:"链接",label:"文本",labelError:"请输入链接文本",placeholder:"请输入合法的链接",addressError:"请输入合法的链接"},info:{copy:"复制",edit:"编辑",cancel:"取消链接",coped:"链接已被复制到剪贴板"},menu:{tooltip:"添加链接"}}}});
3
3
 
4
4
 
5
5
  // locale/zh-CN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-hyper-link",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
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.9.2",
62
- "@univerjs/docs-hyper-link-ui": "0.9.2"
61
+ "@univerjs/docs-hyper-link": "0.9.3",
62
+ "@univerjs/docs-hyper-link-ui": "0.9.3"
63
63
  },
64
64
  "devDependencies": {
65
- "@univerjs/core": "0.9.2",
65
+ "@univerjs/core": "0.9.3",
66
66
  "react": "18.3.1",
67
67
  "react-dom": "18.3.1",
68
68
  "rxjs": "7.8.2",
69
69
  "typescript": "^5.8.3",
70
- "@univerjs-infra/shared": "0.9.2"
70
+ "@univerjs-infra/shared": "0.9.3"
71
71
  },
72
72
  "scripts": {
73
73
  "prebuild:preset": "tsx prepare.ts",