@univerjs/docs-hyper-link-ui 0.9.2-nightly.202507141607 → 0.9.2-nightly.202507151607

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 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
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,3 +1,39 @@
1
- import { default as zhCN } from './zh-CN';
2
- declare const enUS: typeof zhCN;
3
- export default enUS;
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;
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,3 +1,3 @@
1
1
  import { default as enUS } from './en-US';
2
- declare const frFR: typeof enUS;
3
- export default frFR;
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,3 +1,3 @@
1
- import { default as zhCN } from './zh-CN';
2
- declare const koKR: typeof zhCN;
3
- export default koKR;
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 zhCN } from './zh-CN';
2
- declare const ruRU: typeof zhCN;
3
- export default ruRU;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,39 +1,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 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ç"}}}});
@@ -1 +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.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"}}}});
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"}}}});
@@ -1 +1 @@
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.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:"Добавить ссылку"}}}});
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:"Добавить ссылку"}}}});
@@ -1 +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.UniverDocsHyperLinkUiZhCN=n())})(this,function(){"use strict";return{docLink:{edit:{confirm:"确认",cancel:"取消",title:"链接",address:"链接",label:"文本",labelError:"请输入链接文本",placeholder:"请输入合法的链接",addressError:"请输入合法的链接"},info:{copy:"复制",edit:"编辑",cancel:"取消链接",coped:"链接已被复制到剪贴板"},menu:{tooltip:"添加链接"}}}});
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.2-nightly.202507141607",
3
+ "version": "0.9.2-nightly.202507151607",
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.2-nightly.202507141607",
57
- "@univerjs/design": "0.9.2-nightly.202507141607",
58
- "@univerjs/docs": "0.9.2-nightly.202507141607",
59
- "@univerjs/docs-ui": "0.9.2-nightly.202507141607",
60
- "@univerjs/docs-hyper-link": "0.9.2-nightly.202507141607",
61
- "@univerjs/engine-render": "0.9.2-nightly.202507141607",
62
- "@univerjs/ui": "0.9.2-nightly.202507141607"
56
+ "@univerjs/core": "0.9.2-nightly.202507151607",
57
+ "@univerjs/docs": "0.9.2-nightly.202507151607",
58
+ "@univerjs/docs-hyper-link": "0.9.2-nightly.202507151607",
59
+ "@univerjs/docs-ui": "0.9.2-nightly.202507151607",
60
+ "@univerjs/design": "0.9.2-nightly.202507151607",
61
+ "@univerjs/engine-render": "0.9.2-nightly.202507151607",
62
+ "@univerjs/ui": "0.9.2-nightly.202507151607"
63
63
  },
64
64
  "devDependencies": {
65
65
  "postcss": "^8.5.6",