@univerjs/sheets-zen-editor 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 +14 -0
- package/lib/es/locale/es-ES.js +14 -0
- package/lib/locale/ca-ES.js +14 -0
- package/lib/locale/es-ES.js +14 -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 +11 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e={rightClick:{zenEditor:"Editor a pantalla completa"},shortcut:{sheet:{"zen-edit-cancel":"Cancel·la edició Zen","zen-edit-confirm":"Confirma edició Zen"}}};module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e={rightClick:{zenEditor:"Editor a pantalla completa"},shortcut:{sheet:{"zen-edit-cancel":"Cancelar edición Zen","zen-edit-confirm":"Confirmar edición Zen"}}};module.exports=e;
|
|
@@ -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.UniverSheetsZenEditorCaES=n())})(this,function(){"use strict";return{rightClick:{zenEditor:"Editor a pantalla completa"},shortcut:{sheet:{"zen-edit-cancel":"Cancel·la edició Zen","zen-edit-confirm":"Confirma edició Zen"}}}});
|
|
@@ -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.UniverSheetsZenEditorEsES=n())})(this,function(){"use strict";return{rightClick:{zenEditor:"Editor a pantalla completa"},shortcut:{sheet:{"zen-edit-cancel":"Cancelar edición Zen","zen-edit-confirm":"Confirmar edición Zen"}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-zen-editor",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Zen Editor plugin for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@univerjs/icons": "^0.4.6",
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/docs": "0.9.
|
|
70
|
-
"@univerjs/docs-ui": "0.9.
|
|
71
|
-
"@univerjs/engine-render": "0.9.
|
|
72
|
-
"@univerjs/sheets": "0.9.
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/sheets-ui": "0.9.
|
|
68
|
+
"@univerjs/design": "0.9.3",
|
|
69
|
+
"@univerjs/docs": "0.9.3",
|
|
70
|
+
"@univerjs/docs-ui": "0.9.3",
|
|
71
|
+
"@univerjs/engine-render": "0.9.3",
|
|
72
|
+
"@univerjs/sheets": "0.9.3",
|
|
73
|
+
"@univerjs/core": "0.9.3",
|
|
74
|
+
"@univerjs/ui": "0.9.3",
|
|
75
|
+
"@univerjs/sheets-ui": "0.9.3"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"postcss": "^8.5.6",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"rxjs": "^7.8.2",
|
|
81
81
|
"tailwindcss": "3.4.17",
|
|
82
82
|
"typescript": "^5.8.3",
|
|
83
|
-
"vite": "^
|
|
83
|
+
"vite": "^7.0.5",
|
|
84
84
|
"vitest": "^3.2.4",
|
|
85
|
-
"@univerjs-infra/shared": "0.9.
|
|
85
|
+
"@univerjs-infra/shared": "0.9.3"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"test": "vitest run",
|