@univerjs/preset-sheets-find-replace 0.25.0 → 1.0.0-alpha.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 (107) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +25 -1
  3. package/lib/cjs/locales/ar-SA.js +9 -1
  4. package/lib/cjs/locales/ca-ES.js +9 -1
  5. package/lib/cjs/locales/de-DE.js +9 -1
  6. package/lib/cjs/locales/en-US.js +9 -1
  7. package/lib/cjs/locales/es-ES.js +9 -1
  8. package/lib/cjs/locales/fa-IR.js +9 -1
  9. package/lib/cjs/locales/fr-FR.js +9 -1
  10. package/lib/cjs/locales/id-ID.js +9 -1
  11. package/lib/cjs/locales/it-IT.js +9 -1
  12. package/lib/cjs/locales/ja-JP.js +9 -1
  13. package/lib/cjs/locales/ko-KR.js +9 -1
  14. package/lib/cjs/locales/pl-PL.js +9 -1
  15. package/lib/cjs/locales/pt-BR.js +9 -1
  16. package/lib/cjs/locales/ru-RU.js +9 -1
  17. package/lib/cjs/locales/sk-SK.js +9 -1
  18. package/lib/cjs/locales/vi-VN.js +9 -1
  19. package/lib/cjs/locales/zh-CN.js +9 -1
  20. package/lib/cjs/locales/zh-HK.js +9 -1
  21. package/lib/cjs/locales/zh-TW.js +9 -1
  22. package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
  23. package/lib/es/index.js +14 -15
  24. package/lib/es/locales/ar-SA.js +7 -8
  25. package/lib/es/locales/ca-ES.js +7 -8
  26. package/lib/es/locales/de-DE.js +7 -8
  27. package/lib/es/locales/en-US.js +7 -8
  28. package/lib/es/locales/es-ES.js +7 -8
  29. package/lib/es/locales/fa-IR.js +7 -8
  30. package/lib/es/locales/fr-FR.js +7 -8
  31. package/lib/es/locales/id-ID.js +7 -8
  32. package/lib/es/locales/it-IT.js +7 -8
  33. package/lib/es/locales/ja-JP.js +7 -8
  34. package/lib/es/locales/ko-KR.js +7 -8
  35. package/lib/es/locales/pl-PL.js +7 -8
  36. package/lib/es/locales/pt-BR.js +7 -8
  37. package/lib/es/locales/ru-RU.js +7 -8
  38. package/lib/es/locales/sk-SK.js +7 -8
  39. package/lib/es/locales/vi-VN.js +7 -8
  40. package/lib/es/locales/zh-CN.js +7 -8
  41. package/lib/es/locales/zh-HK.js +7 -8
  42. package/lib/es/locales/zh-TW.js +7 -8
  43. package/lib/index.css +54 -1
  44. package/lib/index.js +14 -15
  45. package/lib/locales/ar-SA.js +7 -8
  46. package/lib/locales/ca-ES.js +7 -8
  47. package/lib/locales/de-DE.js +7 -8
  48. package/lib/locales/en-US.js +7 -8
  49. package/lib/locales/es-ES.js +7 -8
  50. package/lib/locales/fa-IR.js +7 -8
  51. package/lib/locales/fr-FR.js +7 -8
  52. package/lib/locales/id-ID.js +7 -8
  53. package/lib/locales/it-IT.js +7 -8
  54. package/lib/locales/ja-JP.js +7 -8
  55. package/lib/locales/ko-KR.js +7 -8
  56. package/lib/locales/pl-PL.js +7 -8
  57. package/lib/locales/pt-BR.js +7 -8
  58. package/lib/locales/ru-RU.js +7 -8
  59. package/lib/locales/sk-SK.js +7 -8
  60. package/lib/locales/vi-VN.js +7 -8
  61. package/lib/locales/zh-CN.js +7 -8
  62. package/lib/locales/zh-HK.js +7 -8
  63. package/lib/locales/zh-TW.js +7 -8
  64. package/lib/types/index.d.ts +16 -1
  65. package/lib/types/locales/ar-SA.d.ts +51 -1
  66. package/lib/types/locales/ca-ES.d.ts +51 -1
  67. package/lib/types/locales/de-DE.d.ts +51 -1
  68. package/lib/types/locales/en-US.d.ts +51 -1
  69. package/lib/types/locales/es-ES.d.ts +51 -1
  70. package/lib/types/locales/fa-IR.d.ts +51 -1
  71. package/lib/types/locales/fr-FR.d.ts +51 -1
  72. package/lib/types/locales/id-ID.d.ts +51 -1
  73. package/lib/types/locales/it-IT.d.ts +51 -1
  74. package/lib/types/locales/ja-JP.d.ts +51 -1
  75. package/lib/types/locales/ko-KR.d.ts +51 -1
  76. package/lib/types/locales/pl-PL.d.ts +51 -1
  77. package/lib/types/locales/pt-BR.d.ts +51 -1
  78. package/lib/types/locales/ru-RU.d.ts +51 -1
  79. package/lib/types/locales/sk-SK.d.ts +51 -1
  80. package/lib/types/locales/vi-VN.d.ts +51 -1
  81. package/lib/types/locales/zh-CN.d.ts +51 -1
  82. package/lib/types/locales/zh-HK.d.ts +51 -1
  83. package/lib/types/locales/zh-TW.d.ts +51 -1
  84. package/lib/types/preset.d.ts +21 -0
  85. package/package.json +13 -15
  86. package/lib/types/types.d.ts +0 -11
  87. package/lib/types/umd.d.ts +0 -7
  88. package/lib/umd/index.js +0 -11
  89. package/lib/umd/locales/ar-SA.js +0 -5
  90. package/lib/umd/locales/ca-ES.js +0 -5
  91. package/lib/umd/locales/de-DE.js +0 -5
  92. package/lib/umd/locales/en-US.js +0 -5
  93. package/lib/umd/locales/es-ES.js +0 -5
  94. package/lib/umd/locales/fa-IR.js +0 -5
  95. package/lib/umd/locales/fr-FR.js +0 -5
  96. package/lib/umd/locales/id-ID.js +0 -5
  97. package/lib/umd/locales/it-IT.js +0 -5
  98. package/lib/umd/locales/ja-JP.js +0 -5
  99. package/lib/umd/locales/ko-KR.js +0 -5
  100. package/lib/umd/locales/pl-PL.js +0 -5
  101. package/lib/umd/locales/pt-BR.js +0 -5
  102. package/lib/umd/locales/ru-RU.js +0 -5
  103. package/lib/umd/locales/sk-SK.js +0 -5
  104. package/lib/umd/locales/vi-VN.js +0 -5
  105. package/lib/umd/locales/zh-CN.js +0 -5
  106. package/lib/umd/locales/zh-HK.js +0 -5
  107. package/lib/umd/locales/zh-TW.js +0 -5
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;
@@ -1,4 +1,54 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'find-replace': {
3
+ toolbar: string;
4
+ shortcut: {
5
+ 'open-find-dialog': string;
6
+ 'open-replace-dialog': string;
7
+ 'close-dialog': string;
8
+ 'go-to-next-match': string;
9
+ 'go-to-previous-match': string;
10
+ 'focus-selection': string;
11
+ panel: string;
12
+ };
13
+ dialog: {
14
+ title: string;
15
+ find: string;
16
+ replace: string;
17
+ 'replace-all': string;
18
+ 'case-sensitive': string;
19
+ 'find-placeholder': string;
20
+ 'advanced-finding': string;
21
+ 'replace-placeholder': string;
22
+ 'match-the-whole-cell': string;
23
+ 'find-direction': {
24
+ title: string;
25
+ row: string;
26
+ column: string;
27
+ };
28
+ 'find-scope': {
29
+ title: string;
30
+ 'current-sheet': string;
31
+ workbook: string;
32
+ };
33
+ 'find-by': {
34
+ title: string;
35
+ value: string;
36
+ formula: string;
37
+ };
38
+ 'no-match': string;
39
+ 'no-result': string;
40
+ };
41
+ replace: {
42
+ 'all-success': string;
43
+ 'all-failure': string;
44
+ confirm: {
45
+ title: string;
46
+ };
47
+ };
48
+ button: {
49
+ confirm: string;
50
+ cancel: string;
51
+ };
52
+ };
3
53
  };
4
54
  export default _default;