@univerjs/action-recorder 0.24.0 → 0.25.0

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.
Files changed (40) hide show
  1. package/lib/cjs/index.js +7 -7
  2. package/lib/cjs/locale/ar-SA.js +12 -0
  3. package/lib/cjs/locale/de-DE.js +12 -0
  4. package/lib/cjs/locale/id-ID.js +12 -0
  5. package/lib/cjs/locale/it-IT.js +12 -0
  6. package/lib/cjs/locale/pl-PL.js +12 -0
  7. package/lib/cjs/locale/pt-BR.js +12 -0
  8. package/lib/cjs/locale/zh-HK.js +12 -0
  9. package/lib/es/index.js +7 -7
  10. package/lib/es/locale/ar-SA.js +11 -0
  11. package/lib/es/locale/de-DE.js +11 -0
  12. package/lib/es/locale/id-ID.js +11 -0
  13. package/lib/es/locale/it-IT.js +11 -0
  14. package/lib/es/locale/pl-PL.js +11 -0
  15. package/lib/es/locale/pt-BR.js +11 -0
  16. package/lib/es/locale/zh-HK.js +11 -0
  17. package/lib/index.js +7 -7
  18. package/lib/locale/ar-SA.js +11 -0
  19. package/lib/locale/de-DE.js +11 -0
  20. package/lib/locale/id-ID.js +11 -0
  21. package/lib/locale/it-IT.js +11 -0
  22. package/lib/locale/pl-PL.js +11 -0
  23. package/lib/locale/pt-BR.js +11 -0
  24. package/lib/locale/zh-HK.js +11 -0
  25. package/lib/types/locale/ar-SA.d.ts +18 -0
  26. package/lib/types/locale/de-DE.d.ts +18 -0
  27. package/lib/types/locale/id-ID.d.ts +18 -0
  28. package/lib/types/locale/it-IT.d.ts +18 -0
  29. package/lib/types/locale/pl-PL.d.ts +18 -0
  30. package/lib/types/locale/pt-BR.d.ts +18 -0
  31. package/lib/types/locale/zh-HK.d.ts +18 -0
  32. package/lib/umd/index.js +1 -1
  33. package/lib/umd/locale/ar-SA.js +1 -0
  34. package/lib/umd/locale/de-DE.js +1 -0
  35. package/lib/umd/locale/id-ID.js +1 -0
  36. package/lib/umd/locale/it-IT.js +1 -0
  37. package/lib/umd/locale/pl-PL.js +1 -0
  38. package/lib/umd/locale/pt-BR.js +1 -0
  39. package/lib/umd/locale/zh-HK.js +1 -0
  40. package/package.json +9 -9
package/lib/cjs/index.js CHANGED
@@ -12,7 +12,7 @@ let react_jsx_runtime = require("react/jsx-runtime");
12
12
 
13
13
  //#region package.json
14
14
  var name = "@univerjs/action-recorder";
15
- var version = "0.24.0";
15
+ var version = "0.25.0";
16
16
 
17
17
  //#endregion
18
18
  //#region src/config/config.ts
@@ -21,7 +21,7 @@ const configSymbol = Symbol(ACTION_RECORDER_PLUGIN_CONFIG_KEY);
21
21
  const defaultPluginConfig = {};
22
22
 
23
23
  //#endregion
24
- //#region \0@oxc-project+runtime@0.129.0/helpers/typeof.js
24
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
25
25
  function _typeof(o) {
26
26
  "@babel/helpers - typeof";
27
27
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -32,7 +32,7 @@ function _typeof(o) {
32
32
  }
33
33
 
34
34
  //#endregion
35
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPrimitive.js
35
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
36
36
  function toPrimitive(t, r) {
37
37
  if ("object" != _typeof(t) || !t) return t;
38
38
  var e = t[Symbol.toPrimitive];
@@ -45,14 +45,14 @@ function toPrimitive(t, r) {
45
45
  }
46
46
 
47
47
  //#endregion
48
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPropertyKey.js
48
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
49
49
  function toPropertyKey(t) {
50
50
  var i = toPrimitive(t, "string");
51
51
  return "symbol" == _typeof(i) ? i : i + "";
52
52
  }
53
53
 
54
54
  //#endregion
55
- //#region \0@oxc-project+runtime@0.129.0/helpers/defineProperty.js
55
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
56
56
  function _defineProperty(e, r, t) {
57
57
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
58
58
  value: t,
@@ -63,7 +63,7 @@ function _defineProperty(e, r, t) {
63
63
  }
64
64
 
65
65
  //#endregion
66
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorateParam.js
66
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorateParam.js
67
67
  function __decorateParam(paramIndex, decorator) {
68
68
  return function(target, key) {
69
69
  decorator(target, key, paramIndex);
@@ -71,7 +71,7 @@ function __decorateParam(paramIndex, decorator) {
71
71
  }
72
72
 
73
73
  //#endregion
74
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
74
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorate.js
75
75
  function __decorate(decorators, target, key, desc) {
76
76
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
77
77
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/locale/ar-SA.ts
3
+ const locale = { "action-recorder": { menu: {
4
+ title: "تسجيل الإجراءات",
5
+ record: "تسجيل الإجراءات...",
6
+ "replay-local": "استبدال السجل المحلي...",
7
+ "replay-local-name": "استبدال السجل المحلي بوحدة فرعية...",
8
+ "replay-local-active": "استبدال السجل المحلي بالوحدة الفرعية الحالية..."
9
+ } } };
10
+
11
+ //#endregion
12
+ module.exports = locale;
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/locale/de-DE.ts
3
+ const locale = { "action-recorder": { menu: {
4
+ title: "Aktionen aufzeichnen",
5
+ record: "Aktionen aufzeichnen...",
6
+ "replay-local": "Lokale Aufzeichnung ersetzen...",
7
+ "replay-local-name": "Lokale Aufzeichnung nach Untereinheit ersetzen...",
8
+ "replay-local-active": "Lokale Aufzeichnung nach aktueller Untereinheit ersetzen..."
9
+ } } };
10
+
11
+ //#endregion
12
+ module.exports = locale;
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/locale/id-ID.ts
3
+ const locale = { "action-recorder": { menu: {
4
+ title: "Rekam Aksi",
5
+ record: "Rekam Aksi...",
6
+ "replay-local": "Putar Ulang Rekaman Lokal...",
7
+ "replay-local-name": "Putar Ulang Rekaman Lokal berdasarkan Subunit...",
8
+ "replay-local-active": "Putar Ulang Rekaman Lokal berdasarkan Subunit Saat Ini..."
9
+ } } };
10
+
11
+ //#endregion
12
+ module.exports = locale;
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/locale/it-IT.ts
3
+ const locale = { "action-recorder": { menu: {
4
+ title: "Registra Azioni",
5
+ record: "Registra Azioni...",
6
+ "replay-local": "Riproduci Registrazione Locale...",
7
+ "replay-local-name": "Riproduci Registrazione Locale per Sottoelemento...",
8
+ "replay-local-active": "Riproduci Registrazione Locale per Sottoelemento Corrente..."
9
+ } } };
10
+
11
+ //#endregion
12
+ module.exports = locale;
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/locale/pl-PL.ts
3
+ const locale = { "action-recorder": { menu: {
4
+ title: "Nagraj działania",
5
+ record: "Nagraj działania...",
6
+ "replay-local": "Odtwórz nagranie lokalne...",
7
+ "replay-local-name": "Odtwórz nagranie lokalne według jednostki podrzędnej...",
8
+ "replay-local-active": "Odtwórz nagranie lokalne według bieżącej jednostki podrzędnej..."
9
+ } } };
10
+
11
+ //#endregion
12
+ module.exports = locale;
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/locale/pt-BR.ts
3
+ const locale = { "action-recorder": { menu: {
4
+ title: "Gravar Ações",
5
+ record: "Gravar Ações...",
6
+ "replay-local": "Substituir Gravação Local...",
7
+ "replay-local-name": "Substituir Gravação Local por Subunidade...",
8
+ "replay-local-active": "Substituir Gravação Local pela Subunidade Atual..."
9
+ } } };
10
+
11
+ //#endregion
12
+ module.exports = locale;
@@ -0,0 +1,12 @@
1
+
2
+ //#region src/locale/zh-HK.ts
3
+ const locale = { "action-recorder": { menu: {
4
+ title: "操作錄製",
5
+ record: "錄製操作...",
6
+ "replay-local": "回放本地錄製...",
7
+ "replay-local-name": "根據子表名回放本地錄製...",
8
+ "replay-local-active": "根據當前子表回放本地錄製..."
9
+ } } };
10
+
11
+ //#endregion
12
+ module.exports = locale;
package/lib/es/index.js CHANGED
@@ -11,7 +11,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
11
11
 
12
12
  //#region package.json
13
13
  var name = "@univerjs/action-recorder";
14
- var version = "0.24.0";
14
+ var version = "0.25.0";
15
15
 
16
16
  //#endregion
17
17
  //#region src/config/config.ts
@@ -20,7 +20,7 @@ const configSymbol = Symbol(ACTION_RECORDER_PLUGIN_CONFIG_KEY);
20
20
  const defaultPluginConfig = {};
21
21
 
22
22
  //#endregion
23
- //#region \0@oxc-project+runtime@0.129.0/helpers/typeof.js
23
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
24
24
  function _typeof(o) {
25
25
  "@babel/helpers - typeof";
26
26
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -31,7 +31,7 @@ function _typeof(o) {
31
31
  }
32
32
 
33
33
  //#endregion
34
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPrimitive.js
34
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
35
35
  function toPrimitive(t, r) {
36
36
  if ("object" != _typeof(t) || !t) return t;
37
37
  var e = t[Symbol.toPrimitive];
@@ -44,14 +44,14 @@ function toPrimitive(t, r) {
44
44
  }
45
45
 
46
46
  //#endregion
47
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPropertyKey.js
47
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
48
48
  function toPropertyKey(t) {
49
49
  var i = toPrimitive(t, "string");
50
50
  return "symbol" == _typeof(i) ? i : i + "";
51
51
  }
52
52
 
53
53
  //#endregion
54
- //#region \0@oxc-project+runtime@0.129.0/helpers/defineProperty.js
54
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
55
55
  function _defineProperty(e, r, t) {
56
56
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
57
57
  value: t,
@@ -62,7 +62,7 @@ function _defineProperty(e, r, t) {
62
62
  }
63
63
 
64
64
  //#endregion
65
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorateParam.js
65
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorateParam.js
66
66
  function __decorateParam(paramIndex, decorator) {
67
67
  return function(target, key) {
68
68
  decorator(target, key, paramIndex);
@@ -70,7 +70,7 @@ function __decorateParam(paramIndex, decorator) {
70
70
  }
71
71
 
72
72
  //#endregion
73
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
73
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorate.js
74
74
  function __decorate(decorators, target, key, desc) {
75
75
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
76
76
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -0,0 +1,11 @@
1
+ //#region src/locale/ar-SA.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "تسجيل الإجراءات",
4
+ record: "تسجيل الإجراءات...",
5
+ "replay-local": "استبدال السجل المحلي...",
6
+ "replay-local-name": "استبدال السجل المحلي بوحدة فرعية...",
7
+ "replay-local-active": "استبدال السجل المحلي بالوحدة الفرعية الحالية..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/de-DE.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Aktionen aufzeichnen",
4
+ record: "Aktionen aufzeichnen...",
5
+ "replay-local": "Lokale Aufzeichnung ersetzen...",
6
+ "replay-local-name": "Lokale Aufzeichnung nach Untereinheit ersetzen...",
7
+ "replay-local-active": "Lokale Aufzeichnung nach aktueller Untereinheit ersetzen..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/id-ID.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Rekam Aksi",
4
+ record: "Rekam Aksi...",
5
+ "replay-local": "Putar Ulang Rekaman Lokal...",
6
+ "replay-local-name": "Putar Ulang Rekaman Lokal berdasarkan Subunit...",
7
+ "replay-local-active": "Putar Ulang Rekaman Lokal berdasarkan Subunit Saat Ini..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/it-IT.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Registra Azioni",
4
+ record: "Registra Azioni...",
5
+ "replay-local": "Riproduci Registrazione Locale...",
6
+ "replay-local-name": "Riproduci Registrazione Locale per Sottoelemento...",
7
+ "replay-local-active": "Riproduci Registrazione Locale per Sottoelemento Corrente..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/pl-PL.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Nagraj działania",
4
+ record: "Nagraj działania...",
5
+ "replay-local": "Odtwórz nagranie lokalne...",
6
+ "replay-local-name": "Odtwórz nagranie lokalne według jednostki podrzędnej...",
7
+ "replay-local-active": "Odtwórz nagranie lokalne według bieżącej jednostki podrzędnej..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/pt-BR.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Gravar Ações",
4
+ record: "Gravar Ações...",
5
+ "replay-local": "Substituir Gravação Local...",
6
+ "replay-local-name": "Substituir Gravação Local por Subunidade...",
7
+ "replay-local-active": "Substituir Gravação Local pela Subunidade Atual..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/zh-HK.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "操作錄製",
4
+ record: "錄製操作...",
5
+ "replay-local": "回放本地錄製...",
6
+ "replay-local-name": "根據子表名回放本地錄製...",
7
+ "replay-local-active": "根據當前子表回放本地錄製..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
package/lib/index.js CHANGED
@@ -11,7 +11,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
11
11
 
12
12
  //#region package.json
13
13
  var name = "@univerjs/action-recorder";
14
- var version = "0.24.0";
14
+ var version = "0.25.0";
15
15
 
16
16
  //#endregion
17
17
  //#region src/config/config.ts
@@ -20,7 +20,7 @@ const configSymbol = Symbol(ACTION_RECORDER_PLUGIN_CONFIG_KEY);
20
20
  const defaultPluginConfig = {};
21
21
 
22
22
  //#endregion
23
- //#region \0@oxc-project+runtime@0.129.0/helpers/typeof.js
23
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
24
24
  function _typeof(o) {
25
25
  "@babel/helpers - typeof";
26
26
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -31,7 +31,7 @@ function _typeof(o) {
31
31
  }
32
32
 
33
33
  //#endregion
34
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPrimitive.js
34
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
35
35
  function toPrimitive(t, r) {
36
36
  if ("object" != _typeof(t) || !t) return t;
37
37
  var e = t[Symbol.toPrimitive];
@@ -44,14 +44,14 @@ function toPrimitive(t, r) {
44
44
  }
45
45
 
46
46
  //#endregion
47
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPropertyKey.js
47
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
48
48
  function toPropertyKey(t) {
49
49
  var i = toPrimitive(t, "string");
50
50
  return "symbol" == _typeof(i) ? i : i + "";
51
51
  }
52
52
 
53
53
  //#endregion
54
- //#region \0@oxc-project+runtime@0.129.0/helpers/defineProperty.js
54
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
55
55
  function _defineProperty(e, r, t) {
56
56
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
57
57
  value: t,
@@ -62,7 +62,7 @@ function _defineProperty(e, r, t) {
62
62
  }
63
63
 
64
64
  //#endregion
65
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorateParam.js
65
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorateParam.js
66
66
  function __decorateParam(paramIndex, decorator) {
67
67
  return function(target, key) {
68
68
  decorator(target, key, paramIndex);
@@ -70,7 +70,7 @@ function __decorateParam(paramIndex, decorator) {
70
70
  }
71
71
 
72
72
  //#endregion
73
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
73
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorate.js
74
74
  function __decorate(decorators, target, key, desc) {
75
75
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
76
76
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -0,0 +1,11 @@
1
+ //#region src/locale/ar-SA.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "تسجيل الإجراءات",
4
+ record: "تسجيل الإجراءات...",
5
+ "replay-local": "استبدال السجل المحلي...",
6
+ "replay-local-name": "استبدال السجل المحلي بوحدة فرعية...",
7
+ "replay-local-active": "استبدال السجل المحلي بالوحدة الفرعية الحالية..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/de-DE.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Aktionen aufzeichnen",
4
+ record: "Aktionen aufzeichnen...",
5
+ "replay-local": "Lokale Aufzeichnung ersetzen...",
6
+ "replay-local-name": "Lokale Aufzeichnung nach Untereinheit ersetzen...",
7
+ "replay-local-active": "Lokale Aufzeichnung nach aktueller Untereinheit ersetzen..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/id-ID.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Rekam Aksi",
4
+ record: "Rekam Aksi...",
5
+ "replay-local": "Putar Ulang Rekaman Lokal...",
6
+ "replay-local-name": "Putar Ulang Rekaman Lokal berdasarkan Subunit...",
7
+ "replay-local-active": "Putar Ulang Rekaman Lokal berdasarkan Subunit Saat Ini..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/it-IT.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Registra Azioni",
4
+ record: "Registra Azioni...",
5
+ "replay-local": "Riproduci Registrazione Locale...",
6
+ "replay-local-name": "Riproduci Registrazione Locale per Sottoelemento...",
7
+ "replay-local-active": "Riproduci Registrazione Locale per Sottoelemento Corrente..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/pl-PL.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Nagraj działania",
4
+ record: "Nagraj działania...",
5
+ "replay-local": "Odtwórz nagranie lokalne...",
6
+ "replay-local-name": "Odtwórz nagranie lokalne według jednostki podrzędnej...",
7
+ "replay-local-active": "Odtwórz nagranie lokalne według bieżącej jednostki podrzędnej..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/pt-BR.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "Gravar Ações",
4
+ record: "Gravar Ações...",
5
+ "replay-local": "Substituir Gravação Local...",
6
+ "replay-local-name": "Substituir Gravação Local por Subunidade...",
7
+ "replay-local-active": "Substituir Gravação Local pela Subunidade Atual..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,11 @@
1
+ //#region src/locale/zh-HK.ts
2
+ const locale = { "action-recorder": { menu: {
3
+ title: "操作錄製",
4
+ record: "錄製操作...",
5
+ "replay-local": "回放本地錄製...",
6
+ "replay-local-name": "根據子表名回放本地錄製...",
7
+ "replay-local-active": "根據當前子表回放本地錄製..."
8
+ } } };
9
+
10
+ //#endregion
11
+ export { locale as default };
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
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
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`@univerjs/core`),require(`react`),require(`@univerjs/sheets`),require(`@univerjs/sheets-filter`),require(`@univerjs/sheets-ui`),require(`@univerjs/ui`),require(`rxjs`),require(`@univerjs/design`),require(`react/jsx-runtime`)):typeof define==`function`&&define.amd?define([`exports`,`@univerjs/core`,`react`,`@univerjs/sheets`,`@univerjs/sheets-filter`,`@univerjs/sheets-ui`,`@univerjs/ui`,`rxjs`,`@univerjs/design`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.UniverActionRecorder={},e.UniverCore,e.React,e.UniverSheets,e.UniverSheetsFilter,e.UniverSheetsUi,e.UniverUi,e.rxjs,e.UniverDesign,e.React))})(this,function(e,t,n,r,i,a,o,s,c,l){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var u=`@univerjs/action-recorder`,d=`0.24.0`;let f=`action-recorder.config`;Symbol(f);let p={};function m({ref:e,...t}){let{icon:r,id:i,className:a,extend:o,...s}=t,c=`univerjs-icon univerjs-icon-${i} ${a||``}`.trim(),l=(0,n.useRef)(`_${v()}`);return h(r,`${i}`,{defIds:r.defIds,idSuffix:l.current},{ref:e,className:c,...s},o)}function h(e,t,r,i,a){return(0,n.createElement)(e.tag,{key:t,...g(e,r,a),...i},(_(e,r).children||[]).map((n,i)=>h(n,`${t}-${e.tag}-${i}`,r,void 0,a)))}function g(e,t,n){let r={...e.attrs};n!=null&&n.colorChannel1&&r.fill===`colorChannel1`&&(r.fill=n.colorChannel1),e.tag===`mask`&&r.id&&(r.id+=t.idSuffix),Object.entries(r).forEach(([e,n])=>{e===`mask`&&typeof n==`string`&&(r[e]=n.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))});let{defIds:i}=t;return!i||i.length===0?r:(e.tag===`use`&&r[`xlink:href`]&&(r[`xlink:href`]+=t.idSuffix),Object.entries(r).forEach(([e,n])=>{typeof n==`string`&&(r[e]=n.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))}),r)}function _(e,t){var n;let{defIds:r}=t;return!r||r.length===0?e:e.tag===`defs`&&(n=e.children)!=null&&n.length?{...e,children:e.children.map(e=>typeof e.attrs.id==`string`&&r&&r.includes(e.attrs.id)?{...e,attrs:{...e.attrs,id:e.attrs.id+t.idSuffix}}:e)}:e}function v(){return Math.random().toString(36).substring(2,8)}m.displayName=`UniverIcon`;let y={tag:`svg`,attrs:{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 17 16`,width:`1em`,height:`1em`},children:[{tag:`g`,attrs:{fill:`currentColor`,clipPath:`url(#record-icon_clip0_1559_19)`},children:[{tag:`path`,attrs:{d:`M7.60303 10C8.7076 10 9.60303 9.10457 9.60303 8C9.60303 6.89543 8.7076 6 7.60303 6C6.49846 6 5.60303 6.89543 5.60303 8C5.60303 9.10457 6.49846 10 7.60303 10Z`}},{tag:`path`,attrs:{d:`M1.66943 5.29023C1.66941 3.85426 2.83349 2.69017 4.26946 2.69019L10.9362 2.69026C12.3192 2.69028 13.45 3.77008 13.5315 5.13259L14.5692 4.55638C15.3024 4.14929 16.2032 4.67947 16.2032 5.51809V10.4819C16.2032 11.3205 15.3024 11.8507 14.5692 11.4436L13.5315 10.8674C13.45 12.2299 12.3192 13.3097 10.9362 13.3097H4.26953C2.83361 13.3097 1.66956 12.1457 1.66953 10.7098L1.66943 5.29023ZM13.5362 9.49743L15.0032 10.312V5.68799L13.5362 6.50254V9.49743ZM4.26945 3.89019C3.49623 3.89018 2.86942 4.517 2.86943 5.29021L2.86953 10.7098C2.86955 11.483 3.49634 12.1097 4.26953 12.1097H10.9362C11.7094 12.1097 12.3362 11.4829 12.3362 10.7097V5.29026C12.3362 4.51707 11.7094 3.89027 10.9362 3.89026L4.26945 3.89019Z`,fillRule:`evenodd`,clipRule:`evenodd`}}]},{tag:`defs`,attrs:{},children:[{tag:`clipPath`,attrs:{id:`record-icon_clip0_1559_19`},children:[{tag:`path`,attrs:{fill:`white`,d:`M0 0H16V16H0z`,transform:`translate(.94)`}}]}]}],defIds:[`record-icon_clip0_1559_19`]},b=(0,n.forwardRef)(function(e,t){return(0,n.createElement)(m,Object.assign({},e,{id:`record-icon`,ref:t,icon:y}))});b.displayName=`RecordIcon`;function x(e){"@babel/helpers - typeof";return x=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},x(e)}function S(e,t){if(x(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(x(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function C(e){var t=S(e,`string`);return x(t)==`symbol`?t:t+``}function w(e,t,n){return(t=C(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function T(e,t){return function(n,r){t(n,r,e)}}function E(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}let D=class extends t.Disposable{get recording(){return this._recording$.getValue()}get _recorded(){return this._recorded$.getValue()}get _recordedCommands(){return this._recordedCommands$.getValue()}constructor(e,t,n,r){super(),this._commandSrv=e,this._logService=t,this._localFileService=n,this._instanceService=r,w(this,`_shouldRecordCommands`,new Set),w(this,`_panelOpened$`,new s.BehaviorSubject(!1)),w(this,`panelOpened$`,this._panelOpened$.asObservable()),w(this,`_recorder`,null),w(this,`_recording$`,new s.BehaviorSubject(!1)),w(this,`recording$`,this._recording$.asObservable()),w(this,`_recorded$`,new s.BehaviorSubject([])),w(this,`_recordedCommands$`,new s.BehaviorSubject([])),w(this,`recordedCommands$`,this._recordedCommands$.asObservable())}registerRecordedCommand(e){if(e.type===t.CommandType.MUTATION)throw Error(`[CommandRecorderService] Cannot record mutation commands.`);this._shouldRecordCommands.add(e.id)}togglePanel(e){this._panelOpened$.next(e),e===!1&&this.stopRecording()}startRecording(e=!1){this._recorder=this._commandSrv.onCommandExecuted(n=>{if(this._shouldRecordCommands.has(n.id)){var i;let o=this._recorded,s=this._recordedCommands,c={...n},l=(i=this._instanceService.getFocusedUnit())==null?void 0:i.getUnitId(),{unitId:u=l,subUnitId:d}=c==null?void 0:c.params;if(e&&u&&d){var a;let e=(a=this._instanceService.getUnit(u).getSheetBySheetId(d))==null?void 0:a.getName();c={...c,params:{...c.params,subUnitId:e}}}c.id===r.SetSelectionsOperation.id&&o.length>0&&o[o.length-1].id===r.SetSelectionsOperation.id?o[o.length-1]=c:(o.push(c),this._recorded$.next(o),c.type===t.CommandType.COMMAND&&(s.push(c),this._recordedCommands$.next(s)))}}),this._recording$.next(!0)}stopRecording(){var e;(e=this._recorder)==null||e.dispose(),this._recorder=null,this._recorded$.next([]),this._recordedCommands$.next([]),this._recording$.next(!1)}completeRecording(){let e=this._recorded.slice();this._localFileService.downloadFile(new Blob([JSON.stringify(e,null,2)]),`recorded-commands.json`),this._logService.error(`Recorded commands:`,e),this.stopRecording()}};D=E([T(0,t.ICommandService),T(1,t.ILogService),T(2,o.ILocalFileService),T(3,t.IUniverInstanceService)],D);let O={id:`action-recorder.command.start-recording`,type:t.CommandType.COMMAND,handler:(e,t)=>(e.get(D).startRecording(!!(t!=null&&t.replaceId)),!0)},k={id:`action-recorder.command.complete-recording`,type:t.CommandType.COMMAND,handler:e=>(e.get(D).completeRecording(),!0)},A={id:`action-recorder.command.stop-recording`,type:t.CommandType.COMMAND,handler:e=>(e.get(D).completeRecording(),!0)},j=class extends t.Disposable{constructor(e,t,n,r,i){super(),this._messageService=e,this._instanceService=t,this._localFileService=n,this._logService=r,this._commandService=i}async replayLocalJSON(e=`default`){let t=await this._localFileService.openFile({multiple:!1,accept:`.json`});if(t.length!==1)return!1;let n=t[0];try{return this.replayCommands(JSON.parse(await n.text()),{mode:e})}catch{return this._messageService.show({type:c.MessageType.Error,content:`Failed to replay commands from local file ${n.name}.`}),!1}}async replayCommands(e,t){var n;let r=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();r||this._logService.error(`[ReplayService]`,`no focused unit to replay commands`);let{mode:i}=t||{};for(let t of e){let{id:e,params:n}=t,s=n;if(s){if(s.unitId!==void 0&&(s.unitId=r),i===`name`&&s.subUnitId!==`undefined`){var a;let e=(a=this._instanceService.getFocusedUnit().getSheetBySheetName(s.subUnitId))==null?void 0:a.getSheetId();e?s.subUnitId=e:this._logService.error(`[ReplayService]`,`failed to find subunit by subUnitName = ${s.subUnitId}`)}if(i===`active`&&s.subUnitId!==`undefined`){var o;let e=(o=this._instanceService.getFocusedUnit().getActiveSheet())==null?void 0:o.getSheetId();e?s.subUnitId=e:this._logService.error(`[ReplayService]`,`failed to find active subunit`)}if(!await this._commandService.executeCommand(e,n))return!1}else if(!await this._commandService.executeCommand(e))return!1}return!0}async replayCommandsWithDelay(e){var n;let r=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();r||this._logService.error(`[ReplayService]`,`no focused unit to replay commands`);for(let n of e){await(0,t.awaitTime)(M());let{id:e,params:i}=n;if(i){if(i.unitId!==void 0&&(i.unitId=r),!await this._commandService.executeCommand(e,i))return!1}else if(!await this._commandService.executeCommand(e))return!1}return!0}};j=E([T(0,o.IMessageService),T(1,t.IUniverInstanceService),T(2,o.ILocalFileService),T(3,t.ILogService),T(4,t.ICommandService)],j);function M(){return Math.floor(Math.random()*800)+200}let N={id:`action-recorder.command.replay-local-records`,type:t.CommandType.COMMAND,handler:async e=>{let t=await e.get(j).replayLocalJSON();return t&&e.get(o.IMessageService).show({type:c.MessageType.Success,content:`Successfully replayed local records`}),t}},P={id:`action-recorder.command.replay-local-records-name`,type:t.CommandType.COMMAND,handler:async e=>{let t=await e.get(j).replayLocalJSON(`name`);return t&&e.get(o.IMessageService).show({type:c.MessageType.Success,content:`Successfully replayed local records`}),t}},F={id:`action-recorder.command.replay-local-records-active`,type:t.CommandType.COMMAND,handler:async e=>{let t=await e.get(j).replayLocalJSON(`active`);return t&&e.get(o.IMessageService).show({type:c.MessageType.Success,content:`Successfully replayed local records`}),t}},I={id:`action-recorder.operation.open-panel`,type:t.CommandType.OPERATION,handler(e){return e.get(D).togglePanel(!0),!0}},L={id:`action-recorder.operation.close-panel`,type:t.CommandType.OPERATION,handler(e){return e.get(D).togglePanel(!1),!0}},R=`RECORD_MENU_ITEM`;function z(){return{id:R,type:o.MenuItemType.SUBITEMS,icon:`RecordIcon`,tooltip:`action-recorder.menu.title`}}function B(e){let t=e.get(D);return{id:I.id,title:`action-recorder.menu.record`,type:o.MenuItemType.BUTTON,disabled$:t.panelOpened$}}function V(){return{id:N.id,title:`action-recorder.menu.replay-local`,type:o.MenuItemType.BUTTON}}function H(){return{id:P.id,title:`action-recorder.menu.replay-local-name`,type:o.MenuItemType.BUTTON}}function U(){return{id:F.id,title:`action-recorder.menu.replay-local-active`,type:o.MenuItemType.BUTTON}}let W={[o.RibbonOthersGroup.OTHERS]:{[R]:{order:1,menuItemFactory:z,[I.id]:{order:1,menuItemFactory:B},[N.id]:{order:2,menuItemFactory:V},[P.id]:{order:3,menuItemFactory:H},[F.id]:{order:4,menuItemFactory:U}}}};function G(){return(0,o.useObservable)((0,o.useDependency)(D).panelOpened$)?(0,l.jsx)(K,{}):null}function K(){var e;let r=(0,o.useDependency)(t.ICommandService),i=(0,o.useDependency)(D),a=(0,o.useObservable)(i.recording$),s=(0,o.useObservable)(i.recordedCommands$),u=(e=s==null?void 0:s.length)==null?0:e,d=(0,n.useCallback)(()=>{a||r.executeCommand(L.id)},[r,a]),f=(0,n.useCallback)(e=>{a||r.executeCommand(O.id,{replaceId:e})},[r,a]),p=(0,n.useCallback)(()=>{a&&r.executeCommand(k.id)},[r,a]),m=(0,n.useCallback)(()=>{a&&r.executeCommand(A.id)},[r,a]),h=a?u===0?`Recording...`:`${u}: ${s[u-1].id}`:`Start Recording`;return(0,l.jsxs)(`div`,{className:`univer-fixed univer-bottom-20 univer-left-1/2 univer-z-[1000] univer-flex univer-h-16 univer-w-[512px] -univer-translate-x-1/2 univer-items-center univer-rounded-lg univer-bg-white univer-px-5 univer-shadow-lg`,children:[(0,l.jsx)(`div`,{className:`univer-mr-2 univer-size-5 univer-shrink-0 univer-grow-0 univer-text-xl`,children:(0,l.jsx)(b,{})}),(0,l.jsx)(`div`,{className:`univer-flex-1 univer-text-sm`,children:h}),(0,l.jsxs)(`div`,{className:`univer-flex univer-w-64 univer-shrink-0 univer-grow-0 univer-justify-between`,children:[(0,l.jsx)(c.Button,{className:`univer-w-20`,onClick:a?m:d,children:a?`Cancel`:`Close`}),(0,l.jsx)(c.Button,{className:`univer-w-20`,variant:`primary`,onClick:a?p:()=>f(),children:a?`Save`:`Start`}),!a&&(0,l.jsx)(c.Button,{variant:`primary`,onClick:()=>f(!0),children:`Start(N)`})]})]})}let q=class extends t.Disposable{constructor(e,t,n,r,i,a){super(),this._commandSrv=e,this._uiPartsSrv=t,this._menuManagerService=n,this._componentManager=r,this._actionRecorderService=i,this._injector=a,this._initCommands(),this._initUI(),this._initSheetsCommands(),this._initDocsCommands()}_initCommands(){[O,A,k,I,L,N,P,F].forEach(e=>this._commandSrv.registerCommand(e))}_initUI(){this._uiPartsSrv.registerComponent(o.BuiltInUIPart.GLOBAL,()=>(0,o.connectInjector)(G,this._injector)),this.disposeWithMe(this._componentManager.register(`RecordIcon`,b)),this._menuManagerService.mergeMenu(W)}_initSheetsCommands(){[r.CopySheetCommand,r.DeleteRangeMoveLeftCommand,r.DeleteRangeMoveUpCommand,r.DeltaColumnWidthCommand,r.DeltaRowHeightCommand,r.InsertSheetCommand,r.InsertColAfterCommand,r.InsertColBeforeCommand,r.InsertRowAfterCommand,r.InsertRowBeforeCommand,r.RemoveSheetCommand,r.SetStyleCommand,r.AddWorksheetMergeCommand,r.AddWorksheetMergeAllCommand,r.AddWorksheetMergeVerticalCommand,r.AddWorksheetMergeHorizontalCommand,r.SetFrozenCommand,r.CancelFrozenCommand,r.SetHorizontalTextAlignCommand,r.SetOverlineCommand,a.SetRangeBoldCommand,a.SetRangeFontFamilyCommand,a.SetRangeFontSizeCommand,a.SetRangeItalicCommand,a.SetRangeStrickThroughCommand,a.SetRangeSubscriptCommand,a.SetRangeSuperscriptCommand,a.SetRangeTextColorCommand,a.SetRangeUnderlineCommand,r.SetRangeValuesCommand,r.SetStrikeThroughCommand,r.SetTextColorCommand,r.SetTextRotationCommand,r.SetTextWrapCommand,r.SetVerticalTextAlignCommand,a.SheetCopyCommand,a.SheetCutCommand,a.SheetPasteBesidesBorderCommand,a.SheetPasteColWidthCommand,a.SheetPasteCommand,a.SheetPasteFormatCommand,a.SheetPasteShortKeyCommand,a.SheetPasteValueCommand,r.AutoFillCommand,r.RefillCommand,r.SetWorksheetActivateCommand,r.SetWorksheetActiveOperation,r.SetSelectionsOperation,i.SetSheetFilterRangeCommand,i.SetSheetsFilterCriteriaCommand,i.RemoveSheetFilterCommand].forEach(e=>this._actionRecorderService.registerRecordedCommand(e))}_initDocsCommands(){}};q=E([T(0,t.ICommandService),T(1,o.IUIPartsService),T(2,o.IMenuManagerService),T(3,(0,t.Inject)(o.ComponentManager)),T(4,(0,t.Inject)(D)),T(5,(0,t.Inject)(t.Injector))],q);let J=class extends t.Plugin{constructor(e=p,n,r){super(),this._config=e,this._injector=n,this._configService=r;let{menu:i,...a}=(0,t.merge)({},p,this._config);i&&this._configService.setConfig(`menu`,i,{merge:!0}),this._configService.setConfig(f,a)}onStarting(){(this._config.replayOnly?[[j]]:[[D],[j],[q]]).forEach(e=>this._injector.add(e))}onSteady(){this._config.replayOnly||this._injector.get(q)}};w(J,`pluginName`,`UNIVER_ACTION_RECORDER_PLUGIN`),w(J,`packageName`,u),w(J,`version`,d),J=E([T(1,(0,t.Inject)(t.Injector)),T(2,t.IConfigService)],J),Object.defineProperty(e,`ActionRecorderService`,{enumerable:!0,get:function(){return D}}),Object.defineProperty(e,`ActionReplayService`,{enumerable:!0,get:function(){return j}}),Object.defineProperty(e,`UniverActionRecorderPlugin`,{enumerable:!0,get:function(){return J}})});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require("@univerjs/core"),require("react"),require("@univerjs/sheets"),require("@univerjs/sheets-filter"),require("@univerjs/sheets-ui"),require("@univerjs/ui"),require("rxjs"),require("@univerjs/design"),require("react/jsx-runtime")):typeof define==`function`&&define.amd?define([`exports`,`@univerjs/core`,`react`,`@univerjs/sheets`,`@univerjs/sheets-filter`,`@univerjs/sheets-ui`,`@univerjs/ui`,`rxjs`,`@univerjs/design`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.UniverActionRecorder={},e.UniverCore,e.React,e.UniverSheets,e.UniverSheetsFilter,e.UniverSheetsUi,e.UniverUi,e.rxjs,e.UniverDesign,e.React))})(this,function(e,t,n,r,i,a,o,s,c,l){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var u=`@univerjs/action-recorder`,d=`0.25.0`;let f={};function p({ref:e,...t}){let{icon:r,id:i,className:a,extend:o,...s}=t,c=`univerjs-icon univerjs-icon-${i} ${a||``}`.trim(),l=(0,n.useRef)(`_${_()}`);return m(r,`${i}`,{defIds:r.defIds,idSuffix:l.current},{ref:e,className:c,...s},o)}function m(e,t,r,i,a){return(0,n.createElement)(e.tag,{key:t,...h(e,r,a),...i},(g(e,r).children||[]).map((n,i)=>m(n,`${t}-${e.tag}-${i}`,r,void 0,a)))}function h(e,t,n){let r={...e.attrs};n!=null&&n.colorChannel1&&r.fill===`colorChannel1`&&(r.fill=n.colorChannel1),e.tag===`mask`&&r.id&&(r.id+=t.idSuffix),Object.entries(r).forEach(([e,n])=>{e===`mask`&&typeof n==`string`&&(r[e]=n.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))});let{defIds:i}=t;return!i||i.length===0?r:(e.tag===`use`&&r[`xlink:href`]&&(r[`xlink:href`]+=t.idSuffix),Object.entries(r).forEach(([e,n])=>{typeof n==`string`&&(r[e]=n.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))}),r)}function g(e,t){var n;let{defIds:r}=t;return!r||r.length===0?e:e.tag===`defs`&&(n=e.children)!=null&&n.length?{...e,children:e.children.map(e=>typeof e.attrs.id==`string`&&r&&r.includes(e.attrs.id)?{...e,attrs:{...e.attrs,id:e.attrs.id+t.idSuffix}}:e)}:e}function _(){return Math.random().toString(36).substring(2,8)}p.displayName=`UniverIcon`;let v={tag:`svg`,attrs:{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 17 16`,width:`1em`,height:`1em`},children:[{tag:`g`,attrs:{fill:`currentColor`,clipPath:`url(#record-icon_clip0_1559_19)`},children:[{tag:`path`,attrs:{d:`M7.60303 10C8.7076 10 9.60303 9.10457 9.60303 8C9.60303 6.89543 8.7076 6 7.60303 6C6.49846 6 5.60303 6.89543 5.60303 8C5.60303 9.10457 6.49846 10 7.60303 10Z`}},{tag:`path`,attrs:{d:`M1.66943 5.29023C1.66941 3.85426 2.83349 2.69017 4.26946 2.69019L10.9362 2.69026C12.3192 2.69028 13.45 3.77008 13.5315 5.13259L14.5692 4.55638C15.3024 4.14929 16.2032 4.67947 16.2032 5.51809V10.4819C16.2032 11.3205 15.3024 11.8507 14.5692 11.4436L13.5315 10.8674C13.45 12.2299 12.3192 13.3097 10.9362 13.3097H4.26953C2.83361 13.3097 1.66956 12.1457 1.66953 10.7098L1.66943 5.29023ZM13.5362 9.49743L15.0032 10.312V5.68799L13.5362 6.50254V9.49743ZM4.26945 3.89019C3.49623 3.89018 2.86942 4.517 2.86943 5.29021L2.86953 10.7098C2.86955 11.483 3.49634 12.1097 4.26953 12.1097H10.9362C11.7094 12.1097 12.3362 11.4829 12.3362 10.7097V5.29026C12.3362 4.51707 11.7094 3.89027 10.9362 3.89026L4.26945 3.89019Z`,fillRule:`evenodd`,clipRule:`evenodd`}}]},{tag:`defs`,attrs:{},children:[{tag:`clipPath`,attrs:{id:`record-icon_clip0_1559_19`},children:[{tag:`path`,attrs:{fill:`white`,d:`M0 0H16V16H0z`,transform:`translate(.94)`}}]}]}],defIds:[`record-icon_clip0_1559_19`]},y=(0,n.forwardRef)(function(e,t){return(0,n.createElement)(p,Object.assign({},e,{id:`record-icon`,ref:t,icon:v}))});y.displayName=`RecordIcon`;function b(e){"@babel/helpers - typeof";return b=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},b(e)}function x(e,t){if(b(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(b(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function S(e){var t=x(e,`string`);return b(t)==`symbol`?t:t+``}function C(e,t,n){return(t=S(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function w(e,t){return function(n,r){t(n,r,e)}}function T(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}let E=class extends t.Disposable{get recording(){return this._recording$.getValue()}get _recorded(){return this._recorded$.getValue()}get _recordedCommands(){return this._recordedCommands$.getValue()}constructor(e,t,n,r){super(),this._commandSrv=e,this._logService=t,this._localFileService=n,this._instanceService=r,C(this,`_shouldRecordCommands`,new Set),C(this,`_panelOpened$`,new s.BehaviorSubject(!1)),C(this,`panelOpened$`,this._panelOpened$.asObservable()),C(this,`_recorder`,null),C(this,`_recording$`,new s.BehaviorSubject(!1)),C(this,`recording$`,this._recording$.asObservable()),C(this,`_recorded$`,new s.BehaviorSubject([])),C(this,`_recordedCommands$`,new s.BehaviorSubject([])),C(this,`recordedCommands$`,this._recordedCommands$.asObservable())}registerRecordedCommand(e){if(e.type===t.CommandType.MUTATION)throw Error(`[CommandRecorderService] Cannot record mutation commands.`);this._shouldRecordCommands.add(e.id)}togglePanel(e){this._panelOpened$.next(e),e===!1&&this.stopRecording()}startRecording(e=!1){this._recorder=this._commandSrv.onCommandExecuted(n=>{if(this._shouldRecordCommands.has(n.id)){var i;let o=this._recorded,s=this._recordedCommands,c={...n},l=(i=this._instanceService.getFocusedUnit())==null?void 0:i.getUnitId(),{unitId:u=l,subUnitId:d}=c==null?void 0:c.params;if(e&&u&&d){var a;let e=(a=this._instanceService.getUnit(u).getSheetBySheetId(d))==null?void 0:a.getName();c={...c,params:{...c.params,subUnitId:e}}}c.id===r.SetSelectionsOperation.id&&o.length>0&&o[o.length-1].id===r.SetSelectionsOperation.id?o[o.length-1]=c:(o.push(c),this._recorded$.next(o),c.type===t.CommandType.COMMAND&&(s.push(c),this._recordedCommands$.next(s)))}}),this._recording$.next(!0)}stopRecording(){var e;(e=this._recorder)==null||e.dispose(),this._recorder=null,this._recorded$.next([]),this._recordedCommands$.next([]),this._recording$.next(!1)}completeRecording(){let e=this._recorded.slice();this._localFileService.downloadFile(new Blob([JSON.stringify(e,null,2)]),`recorded-commands.json`),this._logService.error(`Recorded commands:`,e),this.stopRecording()}};E=T([w(0,t.ICommandService),w(1,t.ILogService),w(2,o.ILocalFileService),w(3,t.IUniverInstanceService)],E);let D={id:`action-recorder.command.start-recording`,type:t.CommandType.COMMAND,handler:(e,t)=>(e.get(E).startRecording(!!(t!=null&&t.replaceId)),!0)},O={id:`action-recorder.command.complete-recording`,type:t.CommandType.COMMAND,handler:e=>(e.get(E).completeRecording(),!0)},k={id:`action-recorder.command.stop-recording`,type:t.CommandType.COMMAND,handler:e=>(e.get(E).completeRecording(),!0)},A=class extends t.Disposable{constructor(e,t,n,r,i){super(),this._messageService=e,this._instanceService=t,this._localFileService=n,this._logService=r,this._commandService=i}async replayLocalJSON(e=`default`){let t=await this._localFileService.openFile({multiple:!1,accept:`.json`});if(t.length!==1)return!1;let n=t[0];try{return this.replayCommands(JSON.parse(await n.text()),{mode:e})}catch{return this._messageService.show({type:c.MessageType.Error,content:`Failed to replay commands from local file ${n.name}.`}),!1}}async replayCommands(e,t){var n;let r=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();r||this._logService.error(`[ReplayService]`,`no focused unit to replay commands`);let{mode:i}=t||{};for(let t of e){let{id:e,params:n}=t,s=n;if(s){if(s.unitId!==void 0&&(s.unitId=r),i===`name`&&s.subUnitId!==`undefined`){var a;let e=(a=this._instanceService.getFocusedUnit().getSheetBySheetName(s.subUnitId))==null?void 0:a.getSheetId();e?s.subUnitId=e:this._logService.error(`[ReplayService]`,`failed to find subunit by subUnitName = ${s.subUnitId}`)}if(i===`active`&&s.subUnitId!==`undefined`){var o;let e=(o=this._instanceService.getFocusedUnit().getActiveSheet())==null?void 0:o.getSheetId();e?s.subUnitId=e:this._logService.error(`[ReplayService]`,`failed to find active subunit`)}if(!await this._commandService.executeCommand(e,n))return!1}else if(!await this._commandService.executeCommand(e))return!1}return!0}async replayCommandsWithDelay(e){var n;let r=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();r||this._logService.error(`[ReplayService]`,`no focused unit to replay commands`);for(let n of e){await(0,t.awaitTime)(j());let{id:e,params:i}=n;if(i){if(i.unitId!==void 0&&(i.unitId=r),!await this._commandService.executeCommand(e,i))return!1}else if(!await this._commandService.executeCommand(e))return!1}return!0}};A=T([w(0,o.IMessageService),w(1,t.IUniverInstanceService),w(2,o.ILocalFileService),w(3,t.ILogService),w(4,t.ICommandService)],A);function j(){return Math.floor(Math.random()*800)+200}let M={id:`action-recorder.command.replay-local-records`,type:t.CommandType.COMMAND,handler:async e=>{let t=await e.get(A).replayLocalJSON();return t&&e.get(o.IMessageService).show({type:c.MessageType.Success,content:`Successfully replayed local records`}),t}},N={id:`action-recorder.command.replay-local-records-name`,type:t.CommandType.COMMAND,handler:async e=>{let t=await e.get(A).replayLocalJSON(`name`);return t&&e.get(o.IMessageService).show({type:c.MessageType.Success,content:`Successfully replayed local records`}),t}},P={id:`action-recorder.command.replay-local-records-active`,type:t.CommandType.COMMAND,handler:async e=>{let t=await e.get(A).replayLocalJSON(`active`);return t&&e.get(o.IMessageService).show({type:c.MessageType.Success,content:`Successfully replayed local records`}),t}},F={id:`action-recorder.operation.open-panel`,type:t.CommandType.OPERATION,handler(e){return e.get(E).togglePanel(!0),!0}},I={id:`action-recorder.operation.close-panel`,type:t.CommandType.OPERATION,handler(e){return e.get(E).togglePanel(!1),!0}},L=`RECORD_MENU_ITEM`;function R(){return{id:L,type:o.MenuItemType.SUBITEMS,icon:`RecordIcon`,tooltip:`action-recorder.menu.title`}}function z(e){let t=e.get(E);return{id:F.id,title:`action-recorder.menu.record`,type:o.MenuItemType.BUTTON,disabled$:t.panelOpened$}}function B(){return{id:M.id,title:`action-recorder.menu.replay-local`,type:o.MenuItemType.BUTTON}}function V(){return{id:N.id,title:`action-recorder.menu.replay-local-name`,type:o.MenuItemType.BUTTON}}function H(){return{id:P.id,title:`action-recorder.menu.replay-local-active`,type:o.MenuItemType.BUTTON}}let U={[o.RibbonOthersGroup.OTHERS]:{[L]:{order:1,menuItemFactory:R,[F.id]:{order:1,menuItemFactory:z},[M.id]:{order:2,menuItemFactory:B},[N.id]:{order:3,menuItemFactory:V},[P.id]:{order:4,menuItemFactory:H}}}};function W(){return(0,o.useObservable)((0,o.useDependency)(E).panelOpened$)?(0,l.jsx)(G,{}):null}function G(){var e;let r=(0,o.useDependency)(t.ICommandService),i=(0,o.useDependency)(E),a=(0,o.useObservable)(i.recording$),s=(0,o.useObservable)(i.recordedCommands$),u=(e=s==null?void 0:s.length)==null?0:e,d=(0,n.useCallback)(()=>{a||r.executeCommand(I.id)},[r,a]),f=(0,n.useCallback)(e=>{a||r.executeCommand(D.id,{replaceId:e})},[r,a]),p=(0,n.useCallback)(()=>{a&&r.executeCommand(O.id)},[r,a]),m=(0,n.useCallback)(()=>{a&&r.executeCommand(k.id)},[r,a]),h=a?u===0?`Recording...`:`${u}: ${s[u-1].id}`:`Start Recording`;return(0,l.jsxs)(`div`,{className:`univer-fixed univer-bottom-20 univer-left-1/2 univer-z-[1000] univer-flex univer-h-16 univer-w-[512px] -univer-translate-x-1/2 univer-items-center univer-rounded-lg univer-bg-white univer-px-5 univer-shadow-lg`,children:[(0,l.jsx)(`div`,{className:`univer-mr-2 univer-size-5 univer-shrink-0 univer-grow-0 univer-text-xl`,children:(0,l.jsx)(y,{})}),(0,l.jsx)(`div`,{className:`univer-flex-1 univer-text-sm`,children:h}),(0,l.jsxs)(`div`,{className:`univer-flex univer-w-64 univer-shrink-0 univer-grow-0 univer-justify-between`,children:[(0,l.jsx)(c.Button,{className:`univer-w-20`,onClick:a?m:d,children:a?`Cancel`:`Close`}),(0,l.jsx)(c.Button,{className:`univer-w-20`,variant:`primary`,onClick:a?p:()=>f(),children:a?`Save`:`Start`}),!a&&(0,l.jsx)(c.Button,{variant:`primary`,onClick:()=>f(!0),children:`Start(N)`})]})]})}let K=class extends t.Disposable{constructor(e,t,n,r,i,a){super(),this._commandSrv=e,this._uiPartsSrv=t,this._menuManagerService=n,this._componentManager=r,this._actionRecorderService=i,this._injector=a,this._initCommands(),this._initUI(),this._initSheetsCommands(),this._initDocsCommands()}_initCommands(){[D,k,O,F,I,M,N,P].forEach(e=>this._commandSrv.registerCommand(e))}_initUI(){this._uiPartsSrv.registerComponent(o.BuiltInUIPart.GLOBAL,()=>(0,o.connectInjector)(W,this._injector)),this.disposeWithMe(this._componentManager.register(`RecordIcon`,y)),this._menuManagerService.mergeMenu(U)}_initSheetsCommands(){[r.CopySheetCommand,r.DeleteRangeMoveLeftCommand,r.DeleteRangeMoveUpCommand,r.DeltaColumnWidthCommand,r.DeltaRowHeightCommand,r.InsertSheetCommand,r.InsertColAfterCommand,r.InsertColBeforeCommand,r.InsertRowAfterCommand,r.InsertRowBeforeCommand,r.RemoveSheetCommand,r.SetStyleCommand,r.AddWorksheetMergeCommand,r.AddWorksheetMergeAllCommand,r.AddWorksheetMergeVerticalCommand,r.AddWorksheetMergeHorizontalCommand,r.SetFrozenCommand,r.CancelFrozenCommand,r.SetHorizontalTextAlignCommand,r.SetOverlineCommand,a.SetRangeBoldCommand,a.SetRangeFontFamilyCommand,a.SetRangeFontSizeCommand,a.SetRangeItalicCommand,a.SetRangeStrickThroughCommand,a.SetRangeSubscriptCommand,a.SetRangeSuperscriptCommand,a.SetRangeTextColorCommand,a.SetRangeUnderlineCommand,r.SetRangeValuesCommand,r.SetStrikeThroughCommand,r.SetTextColorCommand,r.SetTextRotationCommand,r.SetTextWrapCommand,r.SetVerticalTextAlignCommand,a.SheetCopyCommand,a.SheetCutCommand,a.SheetPasteBesidesBorderCommand,a.SheetPasteColWidthCommand,a.SheetPasteCommand,a.SheetPasteFormatCommand,a.SheetPasteShortKeyCommand,a.SheetPasteValueCommand,r.AutoFillCommand,r.RefillCommand,r.SetWorksheetActivateCommand,r.SetWorksheetActiveOperation,r.SetSelectionsOperation,i.SetSheetFilterRangeCommand,i.SetSheetsFilterCriteriaCommand,i.RemoveSheetFilterCommand].forEach(e=>this._actionRecorderService.registerRecordedCommand(e))}_initDocsCommands(){}};K=T([w(0,t.ICommandService),w(1,o.IUIPartsService),w(2,o.IMenuManagerService),w(3,(0,t.Inject)(o.ComponentManager)),w(4,(0,t.Inject)(E)),w(5,(0,t.Inject)(t.Injector))],K);let q=class extends t.Plugin{constructor(e=f,n,r){super(),this._config=e,this._injector=n,this._configService=r;let{menu:i,...a}=(0,t.merge)({},f,this._config);i&&this._configService.setConfig(`menu`,i,{merge:!0}),this._configService.setConfig(`action-recorder.config`,a)}onStarting(){(this._config.replayOnly?[[A]]:[[E],[A],[K]]).forEach(e=>this._injector.add(e))}onSteady(){this._config.replayOnly||this._injector.get(K)}};C(q,`pluginName`,`UNIVER_ACTION_RECORDER_PLUGIN`),C(q,`packageName`,u),C(q,`version`,d),q=T([w(1,(0,t.Inject)(t.Injector)),w(2,t.IConfigService)],q),Object.defineProperty(e,"ActionRecorderService",{enumerable:!0,get:function(){return E}}),Object.defineProperty(e,"ActionReplayService",{enumerable:!0,get:function(){return A}}),Object.defineProperty(e,"UniverActionRecorderPlugin",{enumerable:!0,get:function(){return q}})});
@@ -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.UniverActionRecorderArSA=t())})(this,function(){return{"action-recorder":{menu:{title:`تسجيل الإجراءات`,record:`تسجيل الإجراءات...`,"replay-local":`استبدال السجل المحلي...`,"replay-local-name":`استبدال السجل المحلي بوحدة فرعية...`,"replay-local-active":`استبدال السجل المحلي بالوحدة الفرعية الحالية...`}}}});
@@ -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.UniverActionRecorderDeDE=t())})(this,function(){return{"action-recorder":{menu:{title:`Aktionen aufzeichnen`,record:`Aktionen aufzeichnen...`,"replay-local":`Lokale Aufzeichnung ersetzen...`,"replay-local-name":`Lokale Aufzeichnung nach Untereinheit ersetzen...`,"replay-local-active":`Lokale Aufzeichnung nach aktueller Untereinheit ersetzen...`}}}});
@@ -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.UniverActionRecorderIdID=t())})(this,function(){return{"action-recorder":{menu:{title:`Rekam Aksi`,record:`Rekam Aksi...`,"replay-local":`Putar Ulang Rekaman Lokal...`,"replay-local-name":`Putar Ulang Rekaman Lokal berdasarkan Subunit...`,"replay-local-active":`Putar Ulang Rekaman Lokal berdasarkan Subunit Saat Ini...`}}}});
@@ -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.UniverActionRecorderItIT=t())})(this,function(){return{"action-recorder":{menu:{title:`Registra Azioni`,record:`Registra Azioni...`,"replay-local":`Riproduci Registrazione Locale...`,"replay-local-name":`Riproduci Registrazione Locale per Sottoelemento...`,"replay-local-active":`Riproduci Registrazione Locale per Sottoelemento Corrente...`}}}});
@@ -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.UniverActionRecorderPlPL=t())})(this,function(){return{"action-recorder":{menu:{title:`Nagraj działania`,record:`Nagraj działania...`,"replay-local":`Odtwórz nagranie lokalne...`,"replay-local-name":`Odtwórz nagranie lokalne według jednostki podrzędnej...`,"replay-local-active":`Odtwórz nagranie lokalne według bieżącej jednostki podrzędnej...`}}}});
@@ -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.UniverActionRecorderPtBR=t())})(this,function(){return{"action-recorder":{menu:{title:`Gravar Ações`,record:`Gravar Ações...`,"replay-local":`Substituir Gravação Local...`,"replay-local-name":`Substituir Gravação Local por Subunidade...`,"replay-local-active":`Substituir Gravação Local pela Subunidade Atual...`}}}});
@@ -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.UniverActionRecorderZhHK=t())})(this,function(){return{"action-recorder":{menu:{title:`操作錄製`,record:`錄製操作...`,"replay-local":`回放本地錄製...`,"replay-local-name":`根據子表名回放本地錄製...`,"replay-local-active":`根據當前子表回放本地錄製...`}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/action-recorder",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Record and replay user actions in Univer.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -59,20 +59,20 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@univerjs/icons": "1.4.0",
62
- "@univerjs/core": "0.24.0",
63
- "@univerjs/sheets": "0.24.0",
64
- "@univerjs/sheets-filter": "0.24.0",
65
- "@univerjs/ui": "0.24.0",
66
- "@univerjs/sheets-ui": "0.24.0",
67
- "@univerjs/design": "0.24.0"
62
+ "@univerjs/core": "0.25.0",
63
+ "@univerjs/sheets": "0.25.0",
64
+ "@univerjs/sheets-filter": "0.25.0",
65
+ "@univerjs/ui": "0.25.0",
66
+ "@univerjs/design": "0.25.0",
67
+ "@univerjs/sheets-ui": "0.25.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "react": "18.3.1",
71
71
  "rxjs": "^7.8.2",
72
72
  "tailwindcss": "3.4.18",
73
73
  "typescript": "^6.0.3",
74
- "vitest": "^4.1.5",
75
- "@univerjs-infra/shared": "0.24.0"
74
+ "vitest": "^4.1.7",
75
+ "@univerjs-infra/shared": "0.25.0"
76
76
  },
77
77
  "scripts": {
78
78
  "test": "vitest run",