@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.
- package/README.md +3 -3
- package/lib/cjs/index.js +25 -1
- package/lib/cjs/locales/ar-SA.js +9 -1
- package/lib/cjs/locales/ca-ES.js +9 -1
- package/lib/cjs/locales/de-DE.js +9 -1
- package/lib/cjs/locales/en-US.js +9 -1
- package/lib/cjs/locales/es-ES.js +9 -1
- package/lib/cjs/locales/fa-IR.js +9 -1
- package/lib/cjs/locales/fr-FR.js +9 -1
- package/lib/cjs/locales/id-ID.js +9 -1
- package/lib/cjs/locales/it-IT.js +9 -1
- package/lib/cjs/locales/ja-JP.js +9 -1
- package/lib/cjs/locales/ko-KR.js +9 -1
- package/lib/cjs/locales/pl-PL.js +9 -1
- package/lib/cjs/locales/pt-BR.js +9 -1
- package/lib/cjs/locales/ru-RU.js +9 -1
- package/lib/cjs/locales/sk-SK.js +9 -1
- package/lib/cjs/locales/vi-VN.js +9 -1
- package/lib/cjs/locales/zh-CN.js +9 -1
- package/lib/cjs/locales/zh-HK.js +9 -1
- package/lib/cjs/locales/zh-TW.js +9 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/es/index.js +14 -15
- package/lib/es/locales/ar-SA.js +7 -8
- package/lib/es/locales/ca-ES.js +7 -8
- package/lib/es/locales/de-DE.js +7 -8
- package/lib/es/locales/en-US.js +7 -8
- package/lib/es/locales/es-ES.js +7 -8
- package/lib/es/locales/fa-IR.js +7 -8
- package/lib/es/locales/fr-FR.js +7 -8
- package/lib/es/locales/id-ID.js +7 -8
- package/lib/es/locales/it-IT.js +7 -8
- package/lib/es/locales/ja-JP.js +7 -8
- package/lib/es/locales/ko-KR.js +7 -8
- package/lib/es/locales/pl-PL.js +7 -8
- package/lib/es/locales/pt-BR.js +7 -8
- package/lib/es/locales/ru-RU.js +7 -8
- package/lib/es/locales/sk-SK.js +7 -8
- package/lib/es/locales/vi-VN.js +7 -8
- package/lib/es/locales/zh-CN.js +7 -8
- package/lib/es/locales/zh-HK.js +7 -8
- package/lib/es/locales/zh-TW.js +7 -8
- package/lib/index.css +54 -1
- package/lib/index.js +14 -15
- package/lib/locales/ar-SA.js +7 -8
- package/lib/locales/ca-ES.js +7 -8
- package/lib/locales/de-DE.js +7 -8
- package/lib/locales/en-US.js +7 -8
- package/lib/locales/es-ES.js +7 -8
- package/lib/locales/fa-IR.js +7 -8
- package/lib/locales/fr-FR.js +7 -8
- package/lib/locales/id-ID.js +7 -8
- package/lib/locales/it-IT.js +7 -8
- package/lib/locales/ja-JP.js +7 -8
- package/lib/locales/ko-KR.js +7 -8
- package/lib/locales/pl-PL.js +7 -8
- package/lib/locales/pt-BR.js +7 -8
- package/lib/locales/ru-RU.js +7 -8
- package/lib/locales/sk-SK.js +7 -8
- package/lib/locales/vi-VN.js +7 -8
- package/lib/locales/zh-CN.js +7 -8
- package/lib/locales/zh-HK.js +7 -8
- package/lib/locales/zh-TW.js +7 -8
- package/lib/types/index.d.ts +16 -1
- package/lib/types/locales/ar-SA.d.ts +51 -1
- package/lib/types/locales/ca-ES.d.ts +51 -1
- package/lib/types/locales/de-DE.d.ts +51 -1
- package/lib/types/locales/en-US.d.ts +51 -1
- package/lib/types/locales/es-ES.d.ts +51 -1
- package/lib/types/locales/fa-IR.d.ts +51 -1
- package/lib/types/locales/fr-FR.d.ts +51 -1
- package/lib/types/locales/id-ID.d.ts +51 -1
- package/lib/types/locales/it-IT.d.ts +51 -1
- package/lib/types/locales/ja-JP.d.ts +51 -1
- package/lib/types/locales/ko-KR.d.ts +51 -1
- package/lib/types/locales/pl-PL.d.ts +51 -1
- package/lib/types/locales/pt-BR.d.ts +51 -1
- package/lib/types/locales/ru-RU.d.ts +51 -1
- package/lib/types/locales/sk-SK.d.ts +51 -1
- package/lib/types/locales/vi-VN.d.ts +51 -1
- package/lib/types/locales/zh-CN.d.ts +51 -1
- package/lib/types/locales/zh-HK.d.ts +51 -1
- package/lib/types/locales/zh-TW.d.ts +51 -1
- package/lib/types/preset.d.ts +21 -0
- package/package.json +13 -15
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -7
- package/lib/umd/index.js +0 -11
- package/lib/umd/locales/ar-SA.js +0 -5
- package/lib/umd/locales/ca-ES.js +0 -5
- package/lib/umd/locales/de-DE.js +0 -5
- package/lib/umd/locales/en-US.js +0 -5
- package/lib/umd/locales/es-ES.js +0 -5
- package/lib/umd/locales/fa-IR.js +0 -5
- package/lib/umd/locales/fr-FR.js +0 -5
- package/lib/umd/locales/id-ID.js +0 -5
- package/lib/umd/locales/it-IT.js +0 -5
- package/lib/umd/locales/ja-JP.js +0 -5
- package/lib/umd/locales/ko-KR.js +0 -5
- package/lib/umd/locales/pl-PL.js +0 -5
- package/lib/umd/locales/pt-BR.js +0 -5
- package/lib/umd/locales/ru-RU.js +0 -5
- package/lib/umd/locales/sk-SK.js +0 -5
- package/lib/umd/locales/vi-VN.js +0 -5
- package/lib/umd/locales/zh-CN.js +0 -5
- package/lib/umd/locales/zh-HK.js +0 -5
- package/lib/umd/locales/zh-TW.js +0 -5
|
@@ -1,4 +1,54 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|