@univerjs/action-recorder 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 +9 -9
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const a={"action-recorder":{menu:{title:"Grava accions",record:"Grava accions...","replay-local":"Reemplaça gravació local...","replay-local-name":"Reemplaça gravació local per subunitat...","replay-local-active":"Reemplaça gravació local per subunitat actual..."}}};module.exports=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const a={"action-recorder":{menu:{title:"Grabar acciones",record:"Grabar acciones...","replay-local":"Reemplazar grabación local...","replay-local-name":"Reemplazar grabación local por subunidad...","replay-local-active":"Reemplazar grabación local por subunidad actual..."}}};module.exports=a;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
"action-recorder": {
|
|
3
|
+
menu: {
|
|
4
|
+
title: "Grava accions",
|
|
5
|
+
record: "Grava accions...",
|
|
6
|
+
"replay-local": "Reemplaça gravació local...",
|
|
7
|
+
"replay-local-name": "Reemplaça gravació local per subunitat...",
|
|
8
|
+
"replay-local-active": "Reemplaça gravació local per subunitat actual..."
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
a as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
"action-recorder": {
|
|
3
|
+
menu: {
|
|
4
|
+
title: "Grabar acciones",
|
|
5
|
+
record: "Grabar acciones...",
|
|
6
|
+
"replay-local": "Reemplazar grabación local...",
|
|
7
|
+
"replay-local-name": "Reemplazar grabación local por subunidad...",
|
|
8
|
+
"replay-local-active": "Reemplazar grabación local por subunidad actual..."
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
a as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
"action-recorder": {
|
|
3
|
+
menu: {
|
|
4
|
+
title: "Grava accions",
|
|
5
|
+
record: "Grava accions...",
|
|
6
|
+
"replay-local": "Reemplaça gravació local...",
|
|
7
|
+
"replay-local-name": "Reemplaça gravació local per subunitat...",
|
|
8
|
+
"replay-local-active": "Reemplaça gravació local per subunitat actual..."
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
a as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
"action-recorder": {
|
|
3
|
+
menu: {
|
|
4
|
+
title: "Grabar acciones",
|
|
5
|
+
record: "Grabar acciones...",
|
|
6
|
+
"replay-local": "Reemplazar grabación local...",
|
|
7
|
+
"replay-local-name": "Reemplazar grabación local por subunidad...",
|
|
8
|
+
"replay-local-active": "Reemplazar grabación local por subunidad actual..."
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
a as default
|
|
14
|
+
};
|
|
@@ -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.UniverActionRecorderCaES=a())})(this,function(){"use strict";return{"action-recorder":{menu:{title:"Grava accions",record:"Grava accions...","replay-local":"Reemplaça gravació local...","replay-local-name":"Reemplaça gravació local per subunitat...","replay-local-active":"Reemplaça gravació local per subunitat actual..."}}}});
|
|
@@ -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.UniverActionRecorderEsES=a())})(this,function(){"use strict";return{"action-recorder":{menu:{title:"Grabar acciones",record:"Grabar acciones...","replay-local":"Reemplazar grabación local...","replay-local-name":"Reemplazar grabación local por subunidad...","replay-local-active":"Reemplazar grabación local por subunidad actual..."}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/action-recorder",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -53,21 +53,21 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@univerjs/icons": "^0.4.6",
|
|
56
|
-
"@univerjs/core": "0.9.
|
|
57
|
-
"@univerjs/design": "0.9.
|
|
58
|
-
"@univerjs/sheets": "0.9.
|
|
59
|
-
"@univerjs/sheets-
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/
|
|
56
|
+
"@univerjs/core": "0.9.3",
|
|
57
|
+
"@univerjs/design": "0.9.3",
|
|
58
|
+
"@univerjs/sheets": "0.9.3",
|
|
59
|
+
"@univerjs/sheets-ui": "0.9.3",
|
|
60
|
+
"@univerjs/ui": "0.9.3",
|
|
61
|
+
"@univerjs/sheets-filter": "0.9.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"react": "18.3.1",
|
|
65
65
|
"rxjs": "^7.8.2",
|
|
66
66
|
"tailwindcss": "3.4.17",
|
|
67
67
|
"typescript": "^5.8.3",
|
|
68
|
-
"vite": "^
|
|
68
|
+
"vite": "^7.0.5",
|
|
69
69
|
"vitest": "^3.2.4",
|
|
70
|
-
"@univerjs-infra/shared": "0.9.
|
|
70
|
+
"@univerjs-infra/shared": "0.9.3"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"test": "vitest run",
|