@univerjs/sheets-hyper-link-ui 0.9.2-nightly.202507131606 → 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.
- 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 +38 -0
- package/lib/es/locale/es-ES.js +38 -0
- package/lib/locale/ca-ES.js +38 -0
- package/lib/locale/es-ES.js +38 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +51 -3
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -3
- package/lib/types/locale/ru-RU.d.ts +3 -3
- package/lib/types/locale/zh-CN.d.ts +3 -51
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -1
- package/package.json +13 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const l={hyperLink:{form:{editTitle:"Edita l'enllaç",addTitle:"Insereix enllaç",label:"Etiqueta",type:"Tipus",link:"Enllaç",linkPlaceholder:"Introdueix l'enllaç",range:"Interval",worksheet:"Full de càlcul",definedName:"Nom definit",ok:"Confirmar",cancel:"Cancel·lar",labelPlaceholder:"Introdueix l'etiqueta",inputError:"Si us plau, introdueix",selectError:"Si us plau, selecciona",linkError:"Si us plau, introdueix un enllaç vàlid"},menu:{add:"Insereix enllaç"},message:{noSheet:"El full de destinació ha estat eliminat",refError:"Interval no vàlid",hiddenSheet:"No es pot obrir l'enllaç perquè el full enllaçat està amagat",coped:"Enllaç copiat al porta-retalls"},popup:{copy:"Copia l'enllaç",edit:"Edita l'enllaç",cancel:"Cancel·la l'enllaç"}}};module.exports=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e={hyperLink:{form:{editTitle:"Editar enlace",addTitle:"Insertar enlace",label:"Etiqueta",type:"Tipo",link:"Enlace",linkPlaceholder:"Introduce el enlace",range:"Rango",worksheet:"Hoja de cálculo",definedName:"Nombre definido",ok:"Confirmar",cancel:"Cancelar",labelPlaceholder:"Introduce la etiqueta",inputError:"Por favor, introduce",selectError:"Por favor, selecciona",linkError:"Por favor, introduce un enlace válido"},menu:{add:"Insertar enlace"},message:{noSheet:"La hoja de destino ha sido eliminada",refError:"Rango no válido",hiddenSheet:"No se puede abrir el enlace porque la hoja enlazada está oculta",coped:"Enlace copiado al portapapeles"},popup:{copy:"Copiar enlace",edit:"Editar enlace",cancel:"Cancelar enlace"}}};module.exports=e;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
hyperLink: {
|
|
3
|
+
form: {
|
|
4
|
+
editTitle: "Edita l'enllaç",
|
|
5
|
+
addTitle: "Insereix enllaç",
|
|
6
|
+
label: "Etiqueta",
|
|
7
|
+
type: "Tipus",
|
|
8
|
+
link: "Enllaç",
|
|
9
|
+
linkPlaceholder: "Introdueix l'enllaç",
|
|
10
|
+
range: "Interval",
|
|
11
|
+
worksheet: "Full de càlcul",
|
|
12
|
+
definedName: "Nom definit",
|
|
13
|
+
ok: "Confirmar",
|
|
14
|
+
cancel: "Cancel·lar",
|
|
15
|
+
labelPlaceholder: "Introdueix l'etiqueta",
|
|
16
|
+
inputError: "Si us plau, introdueix",
|
|
17
|
+
selectError: "Si us plau, selecciona",
|
|
18
|
+
linkError: "Si us plau, introdueix un enllaç vàlid"
|
|
19
|
+
},
|
|
20
|
+
menu: {
|
|
21
|
+
add: "Insereix enllaç"
|
|
22
|
+
},
|
|
23
|
+
message: {
|
|
24
|
+
noSheet: "El full de destinació ha estat eliminat",
|
|
25
|
+
refError: "Interval no vàlid",
|
|
26
|
+
hiddenSheet: "No es pot obrir l'enllaç perquè el full enllaçat està amagat",
|
|
27
|
+
coped: "Enllaç copiat al porta-retalls"
|
|
28
|
+
},
|
|
29
|
+
popup: {
|
|
30
|
+
copy: "Copia l'enllaç",
|
|
31
|
+
edit: "Edita l'enllaç",
|
|
32
|
+
cancel: "Cancel·la l'enllaç"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
l as default
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
hyperLink: {
|
|
3
|
+
form: {
|
|
4
|
+
editTitle: "Editar enlace",
|
|
5
|
+
addTitle: "Insertar enlace",
|
|
6
|
+
label: "Etiqueta",
|
|
7
|
+
type: "Tipo",
|
|
8
|
+
link: "Enlace",
|
|
9
|
+
linkPlaceholder: "Introduce el enlace",
|
|
10
|
+
range: "Rango",
|
|
11
|
+
worksheet: "Hoja de cálculo",
|
|
12
|
+
definedName: "Nombre definido",
|
|
13
|
+
ok: "Confirmar",
|
|
14
|
+
cancel: "Cancelar",
|
|
15
|
+
labelPlaceholder: "Introduce la etiqueta",
|
|
16
|
+
inputError: "Por favor, introduce",
|
|
17
|
+
selectError: "Por favor, selecciona",
|
|
18
|
+
linkError: "Por favor, introduce un enlace válido"
|
|
19
|
+
},
|
|
20
|
+
menu: {
|
|
21
|
+
add: "Insertar enlace"
|
|
22
|
+
},
|
|
23
|
+
message: {
|
|
24
|
+
noSheet: "La hoja de destino ha sido eliminada",
|
|
25
|
+
refError: "Rango no válido",
|
|
26
|
+
hiddenSheet: "No se puede abrir el enlace porque la hoja enlazada está oculta",
|
|
27
|
+
coped: "Enlace copiado al portapapeles"
|
|
28
|
+
},
|
|
29
|
+
popup: {
|
|
30
|
+
copy: "Copiar enlace",
|
|
31
|
+
edit: "Editar enlace",
|
|
32
|
+
cancel: "Cancelar enlace"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
e as default
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const l = {
|
|
2
|
+
hyperLink: {
|
|
3
|
+
form: {
|
|
4
|
+
editTitle: "Edita l'enllaç",
|
|
5
|
+
addTitle: "Insereix enllaç",
|
|
6
|
+
label: "Etiqueta",
|
|
7
|
+
type: "Tipus",
|
|
8
|
+
link: "Enllaç",
|
|
9
|
+
linkPlaceholder: "Introdueix l'enllaç",
|
|
10
|
+
range: "Interval",
|
|
11
|
+
worksheet: "Full de càlcul",
|
|
12
|
+
definedName: "Nom definit",
|
|
13
|
+
ok: "Confirmar",
|
|
14
|
+
cancel: "Cancel·lar",
|
|
15
|
+
labelPlaceholder: "Introdueix l'etiqueta",
|
|
16
|
+
inputError: "Si us plau, introdueix",
|
|
17
|
+
selectError: "Si us plau, selecciona",
|
|
18
|
+
linkError: "Si us plau, introdueix un enllaç vàlid"
|
|
19
|
+
},
|
|
20
|
+
menu: {
|
|
21
|
+
add: "Insereix enllaç"
|
|
22
|
+
},
|
|
23
|
+
message: {
|
|
24
|
+
noSheet: "El full de destinació ha estat eliminat",
|
|
25
|
+
refError: "Interval no vàlid",
|
|
26
|
+
hiddenSheet: "No es pot obrir l'enllaç perquè el full enllaçat està amagat",
|
|
27
|
+
coped: "Enllaç copiat al porta-retalls"
|
|
28
|
+
},
|
|
29
|
+
popup: {
|
|
30
|
+
copy: "Copia l'enllaç",
|
|
31
|
+
edit: "Edita l'enllaç",
|
|
32
|
+
cancel: "Cancel·la l'enllaç"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
l as default
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
hyperLink: {
|
|
3
|
+
form: {
|
|
4
|
+
editTitle: "Editar enlace",
|
|
5
|
+
addTitle: "Insertar enlace",
|
|
6
|
+
label: "Etiqueta",
|
|
7
|
+
type: "Tipo",
|
|
8
|
+
link: "Enlace",
|
|
9
|
+
linkPlaceholder: "Introduce el enlace",
|
|
10
|
+
range: "Rango",
|
|
11
|
+
worksheet: "Hoja de cálculo",
|
|
12
|
+
definedName: "Nombre definido",
|
|
13
|
+
ok: "Confirmar",
|
|
14
|
+
cancel: "Cancelar",
|
|
15
|
+
labelPlaceholder: "Introduce la etiqueta",
|
|
16
|
+
inputError: "Por favor, introduce",
|
|
17
|
+
selectError: "Por favor, selecciona",
|
|
18
|
+
linkError: "Por favor, introduce un enlace válido"
|
|
19
|
+
},
|
|
20
|
+
menu: {
|
|
21
|
+
add: "Insertar enlace"
|
|
22
|
+
},
|
|
23
|
+
message: {
|
|
24
|
+
noSheet: "La hoja de destino ha sido eliminada",
|
|
25
|
+
refError: "Rango no válido",
|
|
26
|
+
hiddenSheet: "No se puede abrir el enlace porque la hoja enlazada está oculta",
|
|
27
|
+
coped: "Enlace copiado al portapapeles"
|
|
28
|
+
},
|
|
29
|
+
popup: {
|
|
30
|
+
copy: "Copiar enlace",
|
|
31
|
+
edit: "Editar enlace",
|
|
32
|
+
cancel: "Cancelar enlace"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
e as default
|
|
38
|
+
};
|
|
@@ -1,3 +1,51 @@
|
|
|
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
|
+
hyperLink: {
|
|
18
|
+
form: {
|
|
19
|
+
editTitle: string;
|
|
20
|
+
addTitle: string;
|
|
21
|
+
label: string;
|
|
22
|
+
type: string;
|
|
23
|
+
link: string;
|
|
24
|
+
linkPlaceholder: string;
|
|
25
|
+
range: string;
|
|
26
|
+
worksheet: string;
|
|
27
|
+
definedName: string;
|
|
28
|
+
ok: string;
|
|
29
|
+
cancel: string;
|
|
30
|
+
labelPlaceholder: string;
|
|
31
|
+
inputError: string;
|
|
32
|
+
selectError: string;
|
|
33
|
+
linkError: string;
|
|
34
|
+
};
|
|
35
|
+
menu: {
|
|
36
|
+
add: string;
|
|
37
|
+
};
|
|
38
|
+
message: {
|
|
39
|
+
noSheet: string;
|
|
40
|
+
refError: string;
|
|
41
|
+
hiddenSheet: string;
|
|
42
|
+
coped: string;
|
|
43
|
+
};
|
|
44
|
+
popup: {
|
|
45
|
+
copy: string;
|
|
46
|
+
edit: string;
|
|
47
|
+
cancel: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
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,51 +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 _default: {
|
|
17
|
-
hyperLink: {
|
|
18
|
-
form: {
|
|
19
|
-
editTitle: string;
|
|
20
|
-
addTitle: string;
|
|
21
|
-
label: string;
|
|
22
|
-
labelPlaceholder: string;
|
|
23
|
-
type: string;
|
|
24
|
-
link: string;
|
|
25
|
-
linkPlaceholder: string;
|
|
26
|
-
range: string;
|
|
27
|
-
worksheet: string;
|
|
28
|
-
definedName: string;
|
|
29
|
-
ok: string;
|
|
30
|
-
cancel: string;
|
|
31
|
-
inputError: string;
|
|
32
|
-
selectError: string;
|
|
33
|
-
linkError: string;
|
|
34
|
-
};
|
|
35
|
-
menu: {
|
|
36
|
-
add: string;
|
|
37
|
-
};
|
|
38
|
-
message: {
|
|
39
|
-
noSheet: string;
|
|
40
|
-
refError: string;
|
|
41
|
-
hiddenSheet: string;
|
|
42
|
-
coped: string;
|
|
43
|
-
};
|
|
44
|
-
popup: {
|
|
45
|
-
copy: string;
|
|
46
|
-
edit: string;
|
|
47
|
-
cancel: string;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
export default _default;
|
|
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.UniverSheetsHyperLinkUiCaES=l())})(this,function(){"use strict";return{hyperLink:{form:{editTitle:"Edita l'enllaç",addTitle:"Insereix enllaç",label:"Etiqueta",type:"Tipus",link:"Enllaç",linkPlaceholder:"Introdueix l'enllaç",range:"Interval",worksheet:"Full de càlcul",definedName:"Nom definit",ok:"Confirmar",cancel:"Cancel·lar",labelPlaceholder:"Introdueix l'etiqueta",inputError:"Si us plau, introdueix",selectError:"Si us plau, selecciona",linkError:"Si us plau, introdueix un enllaç vàlid"},menu:{add:"Insereix enllaç"},message:{noSheet:"El full de destinació ha estat eliminat",refError:"Interval no vàlid",hiddenSheet:"No es pot obrir l'enllaç perquè el full enllaçat està amagat",coped:"Enllaç copiat al porta-retalls"},popup:{copy:"Copia l'enllaç",edit:"Edita l'enllaç",cancel:"Cancel·la l'enllaç"}}}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,a){typeof exports=="object"&&typeof module<"u"?module.exports=a():typeof define=="function"&&define.amd?define(a):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsHyperLinkUiEsES=a())})(this,function(){"use strict";return{hyperLink:{form:{editTitle:"Editar enlace",addTitle:"Insertar enlace",label:"Etiqueta",type:"Tipo",link:"Enlace",linkPlaceholder:"Introduce el enlace",range:"Rango",worksheet:"Hoja de cálculo",definedName:"Nombre definido",ok:"Confirmar",cancel:"Cancelar",labelPlaceholder:"Introduce la etiqueta",inputError:"Por favor, introduce",selectError:"Por favor, selecciona",linkError:"Por favor, introduce un enlace válido"},menu:{add:"Insertar enlace"},message:{noSheet:"La hoja de destino ha sido eliminada",refError:"Rango no válido",hiddenSheet:"No se puede abrir el enlace porque la hoja enlazada está oculta",coped:"Enlace copiado al portapapeles"},popup:{copy:"Copiar enlace",edit:"Editar enlace",cancel:"Cancelar enlace"}}}});
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,
|
|
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.UniverSheetsHyperLinkUiFrFR=l())})(this,function(){"use strict";return{hyperLink:{form:{editTitle:"Modifier le lien",addTitle:"Insérer un lien",label:"Titre",type:"Type",link:"Lien",linkPlaceholder:"Entrez le lien",range:"Plage",worksheet:"Feuille de calcul",definedName:"Nom défini",ok:"Confirmer",cancel:"Annuler",labelPlaceholder:"Entrez le titre",inputError:"Veuillez entrer",selectError:"Veuillez sélectionner",linkError:"Veuillez entrer un lien valide"},menu:{add:"Insérer un lien"},message:{noSheet:"La feuille cible a été supprimée",refError:"Plage invalide",hiddenSheet:"Impossible d'ouvrir le lien car la feuille liée est masquée",coped:"Lien copié dans le presse-papiers"},popup:{copy:"Copier le lien",edit:"Modifier le lien",cancel:"Annuler le lien"}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-hyper-link-ui",
|
|
3
|
-
"version": "0.9.2-nightly.
|
|
3
|
+
"version": "0.9.2-nightly.202507151607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -65,18 +65,18 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@univerjs/icons": "^0.4.6",
|
|
68
|
-
"@univerjs/core": "0.9.2-nightly.
|
|
69
|
-
"@univerjs/design": "0.9.2-nightly.
|
|
70
|
-
"@univerjs/docs
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/engine-formula": "0.9.2-nightly.
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/sheets": "0.9.2-nightly.
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs/sheets-
|
|
77
|
-
"@univerjs/sheets-
|
|
78
|
-
"@univerjs/
|
|
79
|
-
"@univerjs/
|
|
68
|
+
"@univerjs/core": "0.9.2-nightly.202507151607",
|
|
69
|
+
"@univerjs/design": "0.9.2-nightly.202507151607",
|
|
70
|
+
"@univerjs/docs": "0.9.2-nightly.202507151607",
|
|
71
|
+
"@univerjs/engine-render": "0.9.2-nightly.202507151607",
|
|
72
|
+
"@univerjs/engine-formula": "0.9.2-nightly.202507151607",
|
|
73
|
+
"@univerjs/sheets": "0.9.2-nightly.202507151607",
|
|
74
|
+
"@univerjs/sheets-data-validation": "0.9.2-nightly.202507151607",
|
|
75
|
+
"@univerjs/docs-ui": "0.9.2-nightly.202507151607",
|
|
76
|
+
"@univerjs/sheets-formula-ui": "0.9.2-nightly.202507151607",
|
|
77
|
+
"@univerjs/sheets-ui": "0.9.2-nightly.202507151607",
|
|
78
|
+
"@univerjs/ui": "0.9.2-nightly.202507151607",
|
|
79
|
+
"@univerjs/sheets-hyper-link": "0.9.2-nightly.202507151607"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"postcss": "^8.5.6",
|