@univerjs/action-recorder 0.15.3 → 0.15.4

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 a={"action-recorder":{menu:{title:"Zaznamenať akcie",record:"Zaznamenať akcie...","replay-local":"Nahradiť miestny záznam...","replay-local-name":"Nahradiť miestny záznam podľa podjednotky...","replay-local-active":"Nahradiť miestny záznam podľa aktuálnej podjednotky..."}}};module.exports=a;
@@ -0,0 +1,14 @@
1
+ const a = {
2
+ "action-recorder": {
3
+ menu: {
4
+ title: "Zaznamenať akcie",
5
+ record: "Zaznamenať akcie...",
6
+ "replay-local": "Nahradiť miestny záznam...",
7
+ "replay-local-name": "Nahradiť miestny záznam podľa podjednotky...",
8
+ "replay-local-active": "Nahradiť miestny záznam podľa aktuálnej podjednotky..."
9
+ }
10
+ }
11
+ };
12
+ export {
13
+ a as default
14
+ };
@@ -0,0 +1,14 @@
1
+ const a = {
2
+ "action-recorder": {
3
+ menu: {
4
+ title: "Zaznamenať akcie",
5
+ record: "Zaznamenať akcie...",
6
+ "replay-local": "Nahradiť miestny záznam...",
7
+ "replay-local-name": "Nahradiť miestny záznam podľa podjednotky...",
8
+ "replay-local-active": "Nahradiť miestny záznam podľa aktuálnej podjednotky..."
9
+ }
10
+ }
11
+ };
12
+ export {
13
+ a as default
14
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -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.UniverActionRecorderSkSK=n())})(this,(function(){"use strict";return{"action-recorder":{menu:{title:"Zaznamenať akcie",record:"Zaznamenať akcie...","replay-local":"Nahradiť miestny záznam...","replay-local-name":"Nahradiť miestny záznam podľa podjednotky...","replay-local-active":"Nahradiť miestny záznam podľa aktuálnej podjednotky..."}}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/action-recorder",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^1.1.1",
56
- "@univerjs/core": "0.15.3",
57
- "@univerjs/sheets-filter": "0.15.3",
58
- "@univerjs/sheets-ui": "0.15.3",
59
- "@univerjs/sheets": "0.15.3",
60
- "@univerjs/ui": "0.15.3",
61
- "@univerjs/design": "0.15.3"
56
+ "@univerjs/core": "0.15.4",
57
+ "@univerjs/design": "0.15.4",
58
+ "@univerjs/sheets-filter": "0.15.4",
59
+ "@univerjs/sheets-ui": "0.15.4",
60
+ "@univerjs/ui": "0.15.4",
61
+ "@univerjs/sheets": "0.15.4"
62
62
  },
63
63
  "devDependencies": {
64
64
  "react": "18.3.1",
@@ -66,8 +66,8 @@
66
66
  "tailwindcss": "3.4.18",
67
67
  "typescript": "^5.9.3",
68
68
  "vite": "^7.3.1",
69
- "vitest": "^4.0.16",
70
- "@univerjs-infra/shared": "0.15.3"
69
+ "vitest": "^4.0.18",
70
+ "@univerjs-infra/shared": "0.15.4"
71
71
  },
72
72
  "scripts": {
73
73
  "test": "vitest run",