@univerjs/docs-hyper-link-ui 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.
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/es/locale/ca-ES.js +26 -0
- package/lib/es/locale/es-ES.js +26 -0
- package/lib/locale/ca-ES.js +26 -0
- package/lib/locale/es-ES.js +26 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +39 -3
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +2 -2
- package/lib/types/locale/ko-KR.d.ts +3 -3
- package/lib/types/locale/ru-RU.d.ts +3 -3
- package/lib/types/locale/zh-CN.d.ts +3 -39
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/package.json +10 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const l={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ç"}}};module.exports=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e={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"}}};module.exports=e;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
docLink: {
|
|
3
|
+
edit: {
|
|
4
|
+
confirm: "Confirma",
|
|
5
|
+
cancel: "Cancel·la",
|
|
6
|
+
title: "Enllaç",
|
|
7
|
+
address: "Enllaç",
|
|
8
|
+
placeholder: "Si us plau, introdueix una URL",
|
|
9
|
+
addressError: "La URL no és vàlida!",
|
|
10
|
+
label: "Etiqueta",
|
|
11
|
+
labelError: "Si us plau, introdueix l'etiqueta de l'enllaç"
|
|
12
|
+
},
|
|
13
|
+
info: {
|
|
14
|
+
copy: "Copia",
|
|
15
|
+
edit: "Edita",
|
|
16
|
+
cancel: "Elimina l'enllaç",
|
|
17
|
+
coped: "Enllaç copiat al porta-retalls"
|
|
18
|
+
},
|
|
19
|
+
menu: {
|
|
20
|
+
tooltip: "Afegeix enllaç"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
docLink: {
|
|
3
|
+
edit: {
|
|
4
|
+
confirm: "Confirmar",
|
|
5
|
+
cancel: "Cancelar",
|
|
6
|
+
title: "Enlace",
|
|
7
|
+
address: "Enlace",
|
|
8
|
+
placeholder: "Por favor, introduce una URL",
|
|
9
|
+
addressError: "¡La URL no es válida!",
|
|
10
|
+
label: "Etiqueta",
|
|
11
|
+
labelError: "Por favor, introduce la etiqueta del enlace"
|
|
12
|
+
},
|
|
13
|
+
info: {
|
|
14
|
+
copy: "Copiar",
|
|
15
|
+
edit: "Editar",
|
|
16
|
+
cancel: "Eliminar enlace",
|
|
17
|
+
coped: "Enlace copiado al portapapeles"
|
|
18
|
+
},
|
|
19
|
+
menu: {
|
|
20
|
+
tooltip: "Añadir enlace"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
a as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
docLink: {
|
|
3
|
+
edit: {
|
|
4
|
+
confirm: "Confirma",
|
|
5
|
+
cancel: "Cancel·la",
|
|
6
|
+
title: "Enllaç",
|
|
7
|
+
address: "Enllaç",
|
|
8
|
+
placeholder: "Si us plau, introdueix una URL",
|
|
9
|
+
addressError: "La URL no és vàlida!",
|
|
10
|
+
label: "Etiqueta",
|
|
11
|
+
labelError: "Si us plau, introdueix l'etiqueta de l'enllaç"
|
|
12
|
+
},
|
|
13
|
+
info: {
|
|
14
|
+
copy: "Copia",
|
|
15
|
+
edit: "Edita",
|
|
16
|
+
cancel: "Elimina l'enllaç",
|
|
17
|
+
coped: "Enllaç copiat al porta-retalls"
|
|
18
|
+
},
|
|
19
|
+
menu: {
|
|
20
|
+
tooltip: "Afegeix enllaç"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
docLink: {
|
|
3
|
+
edit: {
|
|
4
|
+
confirm: "Confirmar",
|
|
5
|
+
cancel: "Cancelar",
|
|
6
|
+
title: "Enlace",
|
|
7
|
+
address: "Enlace",
|
|
8
|
+
placeholder: "Por favor, introduce una URL",
|
|
9
|
+
addressError: "¡La URL no es válida!",
|
|
10
|
+
label: "Etiqueta",
|
|
11
|
+
labelError: "Por favor, introduce la etiqueta del enlace"
|
|
12
|
+
},
|
|
13
|
+
info: {
|
|
14
|
+
copy: "Copiar",
|
|
15
|
+
edit: "Editar",
|
|
16
|
+
cancel: "Eliminar enlace",
|
|
17
|
+
coped: "Enlace copiado al portapapeles"
|
|
18
|
+
},
|
|
19
|
+
menu: {
|
|
20
|
+
tooltip: "Añadir enlace"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
a as default
|
|
26
|
+
};
|
|
@@ -1,3 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
declare const locale: {
|
|
17
|
+
docLink: {
|
|
18
|
+
edit: {
|
|
19
|
+
confirm: string;
|
|
20
|
+
cancel: string;
|
|
21
|
+
title: string;
|
|
22
|
+
address: string;
|
|
23
|
+
placeholder: string;
|
|
24
|
+
addressError: string;
|
|
25
|
+
label: string;
|
|
26
|
+
labelError: string;
|
|
27
|
+
};
|
|
28
|
+
info: {
|
|
29
|
+
copy: string;
|
|
30
|
+
edit: string;
|
|
31
|
+
cancel: string;
|
|
32
|
+
coped: string;
|
|
33
|
+
};
|
|
34
|
+
menu: {
|
|
35
|
+
tooltip: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default locale;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as enUS } from './en-US';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -1,39 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
declare const zhCN: {
|
|
17
|
-
docLink: {
|
|
18
|
-
edit: {
|
|
19
|
-
confirm: string;
|
|
20
|
-
cancel: string;
|
|
21
|
-
title: string;
|
|
22
|
-
address: string;
|
|
23
|
-
label: string;
|
|
24
|
-
labelError: string;
|
|
25
|
-
placeholder: string;
|
|
26
|
-
addressError: string;
|
|
27
|
-
};
|
|
28
|
-
info: {
|
|
29
|
-
copy: string;
|
|
30
|
-
edit: string;
|
|
31
|
-
cancel: string;
|
|
32
|
-
coped: string;
|
|
33
|
-
};
|
|
34
|
-
menu: {
|
|
35
|
-
tooltip: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
export default zhCN;
|
|
1
|
+
import { default as enUS } from './en-US';
|
|
2
|
+
declare const locale: typeof enUS;
|
|
3
|
+
export default locale;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(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ç"}}}});
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,
|
|
1
|
+
(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"}}}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(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"}}}});
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,
|
|
1
|
+
(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:"Добавить ссылку"}}}});
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,
|
|
1
|
+
(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:"添加链接"}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/docs-hyper-link-ui",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer thread comment plugin",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@univerjs/icons": "^0.4.6",
|
|
56
|
-
"@univerjs/core": "0.9.
|
|
57
|
-
"@univerjs/
|
|
58
|
-
"@univerjs/docs
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/docs-
|
|
61
|
-
"@univerjs/
|
|
62
|
-
"@univerjs/
|
|
56
|
+
"@univerjs/core": "0.9.3",
|
|
57
|
+
"@univerjs/design": "0.9.3",
|
|
58
|
+
"@univerjs/docs": "0.9.3",
|
|
59
|
+
"@univerjs/docs-ui": "0.9.3",
|
|
60
|
+
"@univerjs/docs-hyper-link": "0.9.3",
|
|
61
|
+
"@univerjs/engine-render": "0.9.3",
|
|
62
|
+
"@univerjs/ui": "0.9.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"postcss": "^8.5.6",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"rxjs": "^7.8.2",
|
|
68
68
|
"tailwindcss": "3.4.17",
|
|
69
69
|
"typescript": "^5.8.3",
|
|
70
|
-
"vite": "^
|
|
70
|
+
"vite": "^7.0.5",
|
|
71
71
|
"vitest": "^3.2.4",
|
|
72
|
-
"@univerjs-infra/shared": "0.9.
|
|
72
|
+
"@univerjs-infra/shared": "0.9.3"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"test": "vitest run",
|