@univerjs/sheets-crosshair-highlight 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 +10 -0
- package/lib/es/locale/es-ES.js +10 -0
- package/lib/locale/ca-ES.js +10 -0
- package/lib/locale/es-ES.js +10 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/package.json +9 -9
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t={crosshair:{button:{tooltip:"Ressaltat de creu"}}};module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t={crosshair:{button:{tooltip:"Resaltado de cruz"}}};module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsCrosshairHighlightCaES=t())})(this,function(){"use strict";return{crosshair:{button:{tooltip:"Ressaltat de creu"}}}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsCrosshairHighlightEsES=t())})(this,function(){"use strict";return{crosshair:{button:{tooltip:"Resaltado de cruz"}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-crosshair-highlight",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@univerjs/icons": "^0.4.6",
|
|
66
|
-
"@univerjs/core": "0.9.
|
|
67
|
-
"@univerjs/
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/sheets-ui": "0.9.
|
|
71
|
-
"@univerjs/ui": "0.9.
|
|
66
|
+
"@univerjs/core": "0.9.3",
|
|
67
|
+
"@univerjs/design": "0.9.3",
|
|
68
|
+
"@univerjs/engine-render": "0.9.3",
|
|
69
|
+
"@univerjs/sheets": "0.9.3",
|
|
70
|
+
"@univerjs/sheets-ui": "0.9.3",
|
|
71
|
+
"@univerjs/ui": "0.9.3"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"postcss": "^8.5.6",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"rxjs": "^7.8.2",
|
|
77
77
|
"tailwindcss": "3.4.17",
|
|
78
78
|
"typescript": "^5.8.3",
|
|
79
|
-
"vite": "^
|
|
79
|
+
"vite": "^7.0.5",
|
|
80
80
|
"vitest": "^3.2.4",
|
|
81
|
-
"@univerjs-infra/shared": "0.9.
|
|
81
|
+
"@univerjs-infra/shared": "0.9.3"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"test": "vitest run",
|